diff --git a/as-modules/build.xml b/as-modules/build.xml index f5416312421d..49173e76c967 100644 --- a/as-modules/build.xml +++ b/as-modules/build.xml @@ -1,21 +1,3 @@ - diff --git a/as-modules/lib.xml b/as-modules/lib.xml index 239d49834a76..ec180e4541aa 100644 --- a/as-modules/lib.xml +++ b/as-modules/lib.xml @@ -1,25 +1,3 @@ - - diff --git a/as-modules/pom.xml b/as-modules/pom.xml index 5789bdec7f42..3da7fb443956 100644 --- a/as-modules/pom.xml +++ b/as-modules/pom.xml @@ -1,8 +1,4 @@ - - 4.0.0 diff --git a/as-modules/src/main/assembly/dist.xml b/as-modules/src/main/assembly/dist.xml index 7bc0386bccf9..06c881c75e42 100644 --- a/as-modules/src/main/assembly/dist.xml +++ b/as-modules/src/main/assembly/dist.xml @@ -1,27 +1,4 @@ - - diff --git a/as-modules/src/main/resources/org/infinispan/cachestore/jdbc/main/module.xml b/as-modules/src/main/resources/org/infinispan/cachestore/jdbc/main/module.xml index 384394ad9341..78d0b8c8a59b 100644 --- a/as-modules/src/main/resources/org/infinispan/cachestore/jdbc/main/module.xml +++ b/as-modules/src/main/resources/org/infinispan/cachestore/jdbc/main/module.xml @@ -1,25 +1,4 @@ - diff --git a/as-modules/src/main/resources/org/infinispan/cachestore/remote/main/module.xml b/as-modules/src/main/resources/org/infinispan/cachestore/remote/main/module.xml index af9462d3aba5..8a25e000f967 100644 --- a/as-modules/src/main/resources/org/infinispan/cachestore/remote/main/module.xml +++ b/as-modules/src/main/resources/org/infinispan/cachestore/remote/main/module.xml @@ -1,25 +1,4 @@ - diff --git a/as-modules/src/main/resources/org/infinispan/client/hotrod/main/module.xml b/as-modules/src/main/resources/org/infinispan/client/hotrod/main/module.xml index 2029bb6c7334..7867ecf64f53 100644 --- a/as-modules/src/main/resources/org/infinispan/client/hotrod/main/module.xml +++ b/as-modules/src/main/resources/org/infinispan/client/hotrod/main/module.xml @@ -1,25 +1,4 @@ - diff --git a/as-modules/src/main/resources/org/infinispan/main/module.xml b/as-modules/src/main/resources/org/infinispan/main/module.xml index 454e94ebeff4..924971598019 100644 --- a/as-modules/src/main/resources/org/infinispan/main/module.xml +++ b/as-modules/src/main/resources/org/infinispan/main/module.xml @@ -1,25 +1,4 @@ - diff --git a/as-modules/src/main/resources/org/infinispan/tree/main/module.xml b/as-modules/src/main/resources/org/infinispan/tree/main/module.xml index e6fe18fe972a..ddd28821cbe2 100644 --- a/as-modules/src/main/resources/org/infinispan/tree/main/module.xml +++ b/as-modules/src/main/resources/org/infinispan/tree/main/module.xml @@ -1,25 +1,4 @@ - diff --git a/as-modules/src/main/resources/org/jgroups/main/module.xml b/as-modules/src/main/resources/org/jgroups/main/module.xml index 889c2c89da6c..5739c036869c 100644 --- a/as-modules/src/main/resources/org/jgroups/main/module.xml +++ b/as-modules/src/main/resources/org/jgroups/main/module.xml @@ -1,27 +1,4 @@ - - - diff --git a/cachestore/bdbje/pom.xml b/cachestore/bdbje/pom.xml index 4a1fce20acc9..26173c946075 100644 --- a/cachestore/bdbje/pom.xml +++ b/cachestore/bdbje/pom.xml @@ -1,26 +1,4 @@ - diff --git a/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/BdbjeCacheStore.java b/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/BdbjeCacheStore.java index 96e3deb728cc..73cb521e84ac 100644 --- a/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/BdbjeCacheStore.java +++ b/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/BdbjeCacheStore.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.bdbje; import com.sleepycat.bind.serial.StoredClassCatalog; diff --git a/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/BdbjeCacheStoreConfig.java b/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/BdbjeCacheStoreConfig.java index 70526f74896c..53294e9f343d 100644 --- a/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/BdbjeCacheStoreConfig.java +++ b/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/BdbjeCacheStoreConfig.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.bdbje; import org.infinispan.loaders.AbstractCacheStoreConfig; diff --git a/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/BdbjeResourceFactory.java b/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/BdbjeResourceFactory.java index 31a3c1e003fe..2e7e7a29dadc 100644 --- a/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/BdbjeResourceFactory.java +++ b/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/BdbjeResourceFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.bdbje; import com.sleepycat.bind.EntryBinding; diff --git a/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/InternalCacheEntryBinding.java b/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/InternalCacheEntryBinding.java index 9586159ee248..b91ef4af6392 100644 --- a/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/InternalCacheEntryBinding.java +++ b/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/InternalCacheEntryBinding.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.bdbje; import com.sleepycat.bind.EntryBinding; diff --git a/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/ModificationsTransactionWorker.java b/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/ModificationsTransactionWorker.java index c0560ff7305a..f02f7cf4da9b 100644 --- a/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/ModificationsTransactionWorker.java +++ b/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/ModificationsTransactionWorker.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.bdbje; import com.sleepycat.collections.TransactionWorker; diff --git a/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/PreparableTransactionRunner.java b/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/PreparableTransactionRunner.java index 9069f5eb0253..0e359f582522 100644 --- a/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/PreparableTransactionRunner.java +++ b/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/PreparableTransactionRunner.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.bdbje; import com.sleepycat.collections.CurrentTransaction; diff --git a/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/configuration/Attribute.java b/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/configuration/Attribute.java index 94ce4fdebb5f..4c8a686e39c2 100644 --- a/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/configuration/Attribute.java +++ b/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/configuration/Attribute.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.bdbje.configuration; import java.util.HashMap; diff --git a/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/configuration/BdbjeCacheStoreConfiguration.java b/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/configuration/BdbjeCacheStoreConfiguration.java index b130607d8bb1..7779c9d0a816 100644 --- a/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/configuration/BdbjeCacheStoreConfiguration.java +++ b/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/configuration/BdbjeCacheStoreConfiguration.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.bdbje.configuration; import org.infinispan.configuration.cache.AbstractStoreConfiguration; diff --git a/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/configuration/BdbjeCacheStoreConfigurationBuilder.java b/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/configuration/BdbjeCacheStoreConfigurationBuilder.java index 8fc06f7f59ca..ec84518fad67 100644 --- a/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/configuration/BdbjeCacheStoreConfigurationBuilder.java +++ b/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/configuration/BdbjeCacheStoreConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.bdbje.configuration; import org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder; diff --git a/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/configuration/BdbjeCacheStoreConfigurationParser52.java b/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/configuration/BdbjeCacheStoreConfigurationParser52.java index 0418884426db..f6fbea14390f 100644 --- a/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/configuration/BdbjeCacheStoreConfigurationParser52.java +++ b/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/configuration/BdbjeCacheStoreConfigurationParser52.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.bdbje.configuration; import static org.infinispan.commons.util.StringPropertyReplacer.replaceProperties; diff --git a/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/configuration/BdbjeCacheStoreConfigurationParser53.java b/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/configuration/BdbjeCacheStoreConfigurationParser53.java index 6107d99b3074..530dc6dabb6e 100644 --- a/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/configuration/BdbjeCacheStoreConfigurationParser53.java +++ b/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/configuration/BdbjeCacheStoreConfigurationParser53.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.bdbje.configuration; import static org.infinispan.commons.util.StringPropertyReplacer.replaceProperties; diff --git a/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/configuration/Element.java b/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/configuration/Element.java index fcc29e017d5a..03c2e8c9a608 100644 --- a/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/configuration/Element.java +++ b/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/configuration/Element.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source. - * Copyright 2011, Red Hat, Inc., and individual contributors - * as indicated by the @author tags. See the copyright.txt file in the - * distribution for a full listing of individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.loaders.bdbje.configuration; import java.util.HashMap; diff --git a/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/logging/Log.java b/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/logging/Log.java index ca670f8a3f58..ab669f66807b 100644 --- a/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/logging/Log.java +++ b/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/logging/Log.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source. - * Copyright 2000 - 2011, Red Hat Middleware LLC, and individual contributors - * as indicated by the @author tags. See the copyright.txt file in the - * distribution for a full listing of individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.loaders.bdbje.logging; import org.jboss.logging.Cause; diff --git a/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/package-info.java b/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/package-info.java index 485a97a4e1e6..95188b8bc390 100644 --- a/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/package-info.java +++ b/cachestore/bdbje/src/main/java/org/infinispan/loaders/bdbje/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * This package contains a {@link org.infinispan.loaders.CacheStore} implementation based on * Oracle's BDBJE storage engine. diff --git a/cachestore/bdbje/src/main/resources/schema/infinispan-cachestore-bdbje-config-5.2.xsd b/cachestore/bdbje/src/main/resources/schema/infinispan-cachestore-bdbje-config-5.2.xsd index 2627cc54e668..5126ca6f5df3 100644 --- a/cachestore/bdbje/src/main/resources/schema/infinispan-cachestore-bdbje-config-5.2.xsd +++ b/cachestore/bdbje/src/main/resources/schema/infinispan-cachestore-bdbje-config-5.2.xsd @@ -1,24 +1,4 @@ - - - diff --git a/cachestore/bdbje/src/main/resources/schema/infinispan-cachestore-bdbje-config-5.3.xsd b/cachestore/bdbje/src/main/resources/schema/infinispan-cachestore-bdbje-config-5.3.xsd index 4afc09b5c6e1..8ab2543af8cd 100644 --- a/cachestore/bdbje/src/main/resources/schema/infinispan-cachestore-bdbje-config-5.3.xsd +++ b/cachestore/bdbje/src/main/resources/schema/infinispan-cachestore-bdbje-config-5.3.xsd @@ -1,24 +1,4 @@ - - - - 4.0.0 diff --git a/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/ByteBufferUtil.java b/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/ByteBufferUtil.java index 35eacff7027d..c526322f2707 100644 --- a/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/ByteBufferUtil.java +++ b/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/ByteBufferUtil.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.cassandra; import java.nio.ByteBuffer; diff --git a/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/CassandraCacheStore.java b/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/CassandraCacheStore.java index e7c61d30adfe..dd4963937ce1 100644 --- a/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/CassandraCacheStore.java +++ b/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/CassandraCacheStore.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.cassandra; import java.io.IOException; diff --git a/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/CassandraCacheStoreConfig.java b/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/CassandraCacheStoreConfig.java index eb68e2dd5b40..7fd3a378e429 100644 --- a/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/CassandraCacheStoreConfig.java +++ b/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/CassandraCacheStoreConfig.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.cassandra; import java.io.IOException; diff --git a/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/configuration/AbstractCassandraCacheStoreConfigurationChildBuilder.java b/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/configuration/AbstractCassandraCacheStoreConfigurationChildBuilder.java index 4ec719648aec..52671c2779fa 100644 --- a/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/configuration/AbstractCassandraCacheStoreConfigurationChildBuilder.java +++ b/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/configuration/AbstractCassandraCacheStoreConfigurationChildBuilder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.cassandra.configuration; import org.apache.cassandra.thrift.ConsistencyLevel; diff --git a/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/configuration/Attribute.java b/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/configuration/Attribute.java index b0cbf40184e1..c8e454b3b5d3 100644 --- a/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/configuration/Attribute.java +++ b/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/configuration/Attribute.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.cassandra.configuration; import java.util.HashMap; diff --git a/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/configuration/CassandraCacheStoreConfiguration.java b/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/configuration/CassandraCacheStoreConfiguration.java index 106290373aec..d259a039f49c 100644 --- a/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/configuration/CassandraCacheStoreConfiguration.java +++ b/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/configuration/CassandraCacheStoreConfiguration.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.cassandra.configuration; import java.util.Collections; diff --git a/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/configuration/CassandraCacheStoreConfigurationBuilder.java b/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/configuration/CassandraCacheStoreConfigurationBuilder.java index 641ccd14344a..de709a7e3937 100644 --- a/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/configuration/CassandraCacheStoreConfigurationBuilder.java +++ b/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/configuration/CassandraCacheStoreConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.cassandra.configuration; import java.util.ArrayList; diff --git a/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/configuration/CassandraCacheStoreConfigurationChildBuilder.java b/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/configuration/CassandraCacheStoreConfigurationChildBuilder.java index a7d69e4610d8..846621853f85 100644 --- a/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/configuration/CassandraCacheStoreConfigurationChildBuilder.java +++ b/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/configuration/CassandraCacheStoreConfigurationChildBuilder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.cassandra.configuration; import org.apache.cassandra.thrift.ConsistencyLevel; diff --git a/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/configuration/CassandraCacheStoreConfigurationParser52.java b/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/configuration/CassandraCacheStoreConfigurationParser52.java index 99d954a2aa30..37d4fb68a54f 100644 --- a/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/configuration/CassandraCacheStoreConfigurationParser52.java +++ b/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/configuration/CassandraCacheStoreConfigurationParser52.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.cassandra.configuration; import static org.infinispan.commons.util.StringPropertyReplacer.replaceProperties; diff --git a/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/configuration/CassandraCacheStoreConfigurationParser53.java b/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/configuration/CassandraCacheStoreConfigurationParser53.java index c82bcb93bb66..50340e959b4e 100644 --- a/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/configuration/CassandraCacheStoreConfigurationParser53.java +++ b/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/configuration/CassandraCacheStoreConfigurationParser53.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.cassandra.configuration; import static org.infinispan.commons.util.StringPropertyReplacer.replaceProperties; diff --git a/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/configuration/CassandraServerConfiguration.java b/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/configuration/CassandraServerConfiguration.java index cba7ffc9d086..3ff6a4e97458 100644 --- a/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/configuration/CassandraServerConfiguration.java +++ b/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/configuration/CassandraServerConfiguration.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.cassandra.configuration; /** diff --git a/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/configuration/CassandraServerConfigurationBuilder.java b/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/configuration/CassandraServerConfigurationBuilder.java index ad0a3f1f81b6..ecd8e0b1170e 100644 --- a/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/configuration/CassandraServerConfigurationBuilder.java +++ b/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/configuration/CassandraServerConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.cassandra.configuration; import org.infinispan.commons.configuration.Builder; diff --git a/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/configuration/Element.java b/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/configuration/Element.java index 67182cb12269..5a9fb947a896 100644 --- a/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/configuration/Element.java +++ b/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/configuration/Element.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source. - * Copyright 2011, Red Hat, Inc., and individual contributors - * as indicated by the @author tags. See the copyright.txt file in the - * distribution for a full listing of individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.loaders.cassandra.configuration; import java.util.HashMap; diff --git a/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/logging/Log.java b/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/logging/Log.java index e1d191296312..e6df4a29f8d5 100644 --- a/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/logging/Log.java +++ b/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/logging/Log.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source. - * Copyright 2000 - 2011, Red Hat Middleware LLC, and individual contributors - * as indicated by the @author tags. See the copyright.txt file in the - * distribution for a full listing of individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.loaders.cassandra.logging; import org.jboss.logging.Cause; diff --git a/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/package-info.java b/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/package-info.java index 1ddf50ae64e2..b96671a4a099 100644 --- a/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/package-info.java +++ b/cachestore/cassandra/src/main/java/org/infinispan/loaders/cassandra/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * This package contains a {@link org.infinispan.loaders.CacheStore} implementation based on * persisting to Apache Cassandra diff --git a/cachestore/cassandra/src/main/resources/schema/infinispan-cachestore-cassandra-config-5.2.xsd b/cachestore/cassandra/src/main/resources/schema/infinispan-cachestore-cassandra-config-5.2.xsd index c345cfd48c55..6543085fd822 100644 --- a/cachestore/cassandra/src/main/resources/schema/infinispan-cachestore-cassandra-config-5.2.xsd +++ b/cachestore/cassandra/src/main/resources/schema/infinispan-cachestore-cassandra-config-5.2.xsd @@ -1,24 +1,4 @@ - - - diff --git a/cachestore/cassandra/src/main/resources/schema/infinispan-cachestore-cassandra-config-5.3.xsd b/cachestore/cassandra/src/main/resources/schema/infinispan-cachestore-cassandra-config-5.3.xsd index 7a22fa836b08..60dd38ff6659 100644 --- a/cachestore/cassandra/src/main/resources/schema/infinispan-cachestore-cassandra-config-5.3.xsd +++ b/cachestore/cassandra/src/main/resources/schema/infinispan-cachestore-cassandra-config-5.3.xsd @@ -1,24 +1,4 @@ - - - - diff --git a/cachestore/cloud/src/integrationtest/java/org/infinispan/loaders/cloud/CloudCacheStoreFunctionalIntegrationTest.java b/cachestore/cloud/src/integrationtest/java/org/infinispan/loaders/cloud/CloudCacheStoreFunctionalIntegrationTest.java index dbfd9600cd9a..7bbb0ffcea6d 100644 --- a/cachestore/cloud/src/integrationtest/java/org/infinispan/loaders/cloud/CloudCacheStoreFunctionalIntegrationTest.java +++ b/cachestore/cloud/src/integrationtest/java/org/infinispan/loaders/cloud/CloudCacheStoreFunctionalIntegrationTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.cloud; import org.infinispan.Cache; diff --git a/cachestore/cloud/src/integrationtest/java/org/infinispan/loaders/cloud/CloudCacheStoreIntegrationTest.java b/cachestore/cloud/src/integrationtest/java/org/infinispan/loaders/cloud/CloudCacheStoreIntegrationTest.java index 8e7befbc086a..a93b220300e0 100644 --- a/cachestore/cloud/src/integrationtest/java/org/infinispan/loaders/cloud/CloudCacheStoreIntegrationTest.java +++ b/cachestore/cloud/src/integrationtest/java/org/infinispan/loaders/cloud/CloudCacheStoreIntegrationTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.cloud; import org.infinispan.CacheDelegate; diff --git a/cachestore/cloud/src/integrationtest/java/org/infinispan/loaders/cloud/CloudCacheStoreIntegrationVamTest.java b/cachestore/cloud/src/integrationtest/java/org/infinispan/loaders/cloud/CloudCacheStoreIntegrationVamTest.java index d17f999234c0..ae2e6c4babea 100644 --- a/cachestore/cloud/src/integrationtest/java/org/infinispan/loaders/cloud/CloudCacheStoreIntegrationVamTest.java +++ b/cachestore/cloud/src/integrationtest/java/org/infinispan/loaders/cloud/CloudCacheStoreIntegrationVamTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.cloud; import org.infinispan.loaders.CacheLoaderException; diff --git a/cachestore/cloud/src/main/java/org/infinispan/loaders/cloud/CloudCacheStore.java b/cachestore/cloud/src/main/java/org/infinispan/loaders/cloud/CloudCacheStore.java index d2c10e35454f..e8e9af21d65b 100644 --- a/cachestore/cloud/src/main/java/org/infinispan/loaders/cloud/CloudCacheStore.java +++ b/cachestore/cloud/src/main/java/org/infinispan/loaders/cloud/CloudCacheStore.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.cloud; import java.io.ByteArrayInputStream; diff --git a/cachestore/cloud/src/main/java/org/infinispan/loaders/cloud/CloudCacheStoreConfig.java b/cachestore/cloud/src/main/java/org/infinispan/loaders/cloud/CloudCacheStoreConfig.java index 89afb2cc8352..b08eda391b1d 100644 --- a/cachestore/cloud/src/main/java/org/infinispan/loaders/cloud/CloudCacheStoreConfig.java +++ b/cachestore/cloud/src/main/java/org/infinispan/loaders/cloud/CloudCacheStoreConfig.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.cloud; import org.infinispan.loaders.LockSupportCacheStoreConfig; diff --git a/cachestore/cloud/src/main/java/org/infinispan/loaders/cloud/configuration/Attribute.java b/cachestore/cloud/src/main/java/org/infinispan/loaders/cloud/configuration/Attribute.java index 705bbff28978..9bcb9367fc08 100644 --- a/cachestore/cloud/src/main/java/org/infinispan/loaders/cloud/configuration/Attribute.java +++ b/cachestore/cloud/src/main/java/org/infinispan/loaders/cloud/configuration/Attribute.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.cloud.configuration; import java.util.HashMap; diff --git a/cachestore/cloud/src/main/java/org/infinispan/loaders/cloud/configuration/CloudCacheStoreConfiguration.java b/cachestore/cloud/src/main/java/org/infinispan/loaders/cloud/configuration/CloudCacheStoreConfiguration.java index 8c473419c41b..6121d12dbbe1 100644 --- a/cachestore/cloud/src/main/java/org/infinispan/loaders/cloud/configuration/CloudCacheStoreConfiguration.java +++ b/cachestore/cloud/src/main/java/org/infinispan/loaders/cloud/configuration/CloudCacheStoreConfiguration.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.cloud.configuration; import org.infinispan.configuration.cache.AbstractStoreConfiguration; diff --git a/cachestore/cloud/src/main/java/org/infinispan/loaders/cloud/configuration/CloudCacheStoreConfigurationBuilder.java b/cachestore/cloud/src/main/java/org/infinispan/loaders/cloud/configuration/CloudCacheStoreConfigurationBuilder.java index 855b66ddf8e5..abef2b74203f 100644 --- a/cachestore/cloud/src/main/java/org/infinispan/loaders/cloud/configuration/CloudCacheStoreConfigurationBuilder.java +++ b/cachestore/cloud/src/main/java/org/infinispan/loaders/cloud/configuration/CloudCacheStoreConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.cloud.configuration; import org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder; diff --git a/cachestore/cloud/src/main/java/org/infinispan/loaders/cloud/configuration/CloudCacheStoreConfigurationParser52.java b/cachestore/cloud/src/main/java/org/infinispan/loaders/cloud/configuration/CloudCacheStoreConfigurationParser52.java index 2c2f8c1920c7..7dd52b116b75 100644 --- a/cachestore/cloud/src/main/java/org/infinispan/loaders/cloud/configuration/CloudCacheStoreConfigurationParser52.java +++ b/cachestore/cloud/src/main/java/org/infinispan/loaders/cloud/configuration/CloudCacheStoreConfigurationParser52.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.cloud.configuration; import static org.infinispan.commons.util.StringPropertyReplacer.replaceProperties; diff --git a/cachestore/cloud/src/main/java/org/infinispan/loaders/cloud/configuration/CloudCacheStoreConfigurationParser53.java b/cachestore/cloud/src/main/java/org/infinispan/loaders/cloud/configuration/CloudCacheStoreConfigurationParser53.java index 85ceabb96668..706b9502c025 100644 --- a/cachestore/cloud/src/main/java/org/infinispan/loaders/cloud/configuration/CloudCacheStoreConfigurationParser53.java +++ b/cachestore/cloud/src/main/java/org/infinispan/loaders/cloud/configuration/CloudCacheStoreConfigurationParser53.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.cloud.configuration; import static org.infinispan.commons.util.StringPropertyReplacer.replaceProperties; diff --git a/cachestore/cloud/src/main/java/org/infinispan/loaders/cloud/configuration/Element.java b/cachestore/cloud/src/main/java/org/infinispan/loaders/cloud/configuration/Element.java index 8b8044b4f5ed..03ed538a0342 100644 --- a/cachestore/cloud/src/main/java/org/infinispan/loaders/cloud/configuration/Element.java +++ b/cachestore/cloud/src/main/java/org/infinispan/loaders/cloud/configuration/Element.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source. - * Copyright 2011, Red Hat, Inc., and individual contributors - * as indicated by the @author tags. See the copyright.txt file in the - * distribution for a full listing of individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.loaders.cloud.configuration; import java.util.HashMap; diff --git a/cachestore/cloud/src/main/java/org/infinispan/loaders/cloud/logging/Log.java b/cachestore/cloud/src/main/java/org/infinispan/loaders/cloud/logging/Log.java index 73148cfee139..5cfc59ee5682 100644 --- a/cachestore/cloud/src/main/java/org/infinispan/loaders/cloud/logging/Log.java +++ b/cachestore/cloud/src/main/java/org/infinispan/loaders/cloud/logging/Log.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source. - * Copyright 2000 - 2011, Red Hat Middleware LLC, and individual contributors - * as indicated by the @author tags. See the copyright.txt file in the - * distribution for a full listing of individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.loaders.cloud.logging; import org.infinispan.loaders.CacheLoaderException; diff --git a/cachestore/cloud/src/main/java/org/infinispan/loaders/cloud/package-info.java b/cachestore/cloud/src/main/java/org/infinispan/loaders/cloud/package-info.java index 05996d9255c9..e3be0a8cdc16 100644 --- a/cachestore/cloud/src/main/java/org/infinispan/loaders/cloud/package-info.java +++ b/cachestore/cloud/src/main/java/org/infinispan/loaders/cloud/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * This package contains a {@link org.infinispan.loaders.CacheStore} implementation based on * JClouds, which in turn is an abstraction layer to store data on cloud infrastructure providers diff --git a/cachestore/cloud/src/main/resources/schema/infinispan-cachestore-cloud-config-5.2.xsd b/cachestore/cloud/src/main/resources/schema/infinispan-cachestore-cloud-config-5.2.xsd index 1952501ab629..896874f92542 100644 --- a/cachestore/cloud/src/main/resources/schema/infinispan-cachestore-cloud-config-5.2.xsd +++ b/cachestore/cloud/src/main/resources/schema/infinispan-cachestore-cloud-config-5.2.xsd @@ -1,24 +1,4 @@ - - - diff --git a/cachestore/cloud/src/main/resources/schema/infinispan-cachestore-cloud-config-5.3.xsd b/cachestore/cloud/src/main/resources/schema/infinispan-cachestore-cloud-config-5.3.xsd index 3c6b21af337a..7bb52557062b 100644 --- a/cachestore/cloud/src/main/resources/schema/infinispan-cachestore-cloud-config-5.3.xsd +++ b/cachestore/cloud/src/main/resources/schema/infinispan-cachestore-cloud-config-5.3.xsd @@ -1,24 +1,4 @@ - - - - 4.0.0 diff --git a/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/HBaseCacheStore.java b/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/HBaseCacheStore.java index 40c8a35c29e4..400878295f6a 100644 --- a/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/HBaseCacheStore.java +++ b/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/HBaseCacheStore.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.hbase; import java.io.IOException; diff --git a/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/HBaseCacheStoreConfig.java b/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/HBaseCacheStoreConfig.java index b6a49fe5e8b0..d44bc0749b51 100644 --- a/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/HBaseCacheStoreConfig.java +++ b/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/HBaseCacheStoreConfig.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.hbase; import org.infinispan.loaders.LockSupportCacheStoreConfig; diff --git a/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/HBaseException.java b/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/HBaseException.java index 2e5742ff5b4e..5222b32e1501 100644 --- a/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/HBaseException.java +++ b/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/HBaseException.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.hbase; /** diff --git a/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/HBaseFacade.java b/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/HBaseFacade.java index ad72b0b098b8..15caf2b2a256 100644 --- a/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/HBaseFacade.java +++ b/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/HBaseFacade.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.hbase; import java.io.IOException; diff --git a/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/configuration/Attribute.java b/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/configuration/Attribute.java index 540c45dcde85..d35379ca7c7a 100644 --- a/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/configuration/Attribute.java +++ b/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/configuration/Attribute.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.hbase.configuration; import java.util.HashMap; diff --git a/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/configuration/Element.java b/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/configuration/Element.java index 08433fbc211b..8f9f0554834f 100644 --- a/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/configuration/Element.java +++ b/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/configuration/Element.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source. - * Copyright 2011, Red Hat, Inc., and individual contributors - * as indicated by the @author tags. See the copyright.txt file in the - * distribution for a full listing of individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.loaders.hbase.configuration; import java.util.HashMap; diff --git a/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/configuration/HBaseCacheStoreConfiguration.java b/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/configuration/HBaseCacheStoreConfiguration.java index 45d6c1817357..22cf0a469517 100644 --- a/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/configuration/HBaseCacheStoreConfiguration.java +++ b/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/configuration/HBaseCacheStoreConfiguration.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.hbase.configuration; import org.infinispan.configuration.cache.AbstractStoreConfiguration; diff --git a/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/configuration/HBaseCacheStoreConfigurationBuilder.java b/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/configuration/HBaseCacheStoreConfigurationBuilder.java index 415f3500b2e5..fe06a7369fc3 100644 --- a/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/configuration/HBaseCacheStoreConfigurationBuilder.java +++ b/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/configuration/HBaseCacheStoreConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.hbase.configuration; import org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder; diff --git a/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/configuration/HBaseCacheStoreConfigurationParser52.java b/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/configuration/HBaseCacheStoreConfigurationParser52.java index 87b964edf232..81b72a2bde6d 100644 --- a/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/configuration/HBaseCacheStoreConfigurationParser52.java +++ b/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/configuration/HBaseCacheStoreConfigurationParser52.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.hbase.configuration; import static org.infinispan.commons.util.StringPropertyReplacer.replaceProperties; diff --git a/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/configuration/HBaseCacheStoreConfigurationParser53.java b/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/configuration/HBaseCacheStoreConfigurationParser53.java index 6af41f63e1c4..ceb730597cce 100644 --- a/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/configuration/HBaseCacheStoreConfigurationParser53.java +++ b/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/configuration/HBaseCacheStoreConfigurationParser53.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.hbase.configuration; import static org.infinispan.commons.util.StringPropertyReplacer.replaceProperties; diff --git a/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/logging/Log.java b/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/logging/Log.java index ce0f20c4c0a1..37f26a51cd31 100644 --- a/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/logging/Log.java +++ b/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/logging/Log.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source. - * Copyright 2000 - 2011, Red Hat Middleware LLC, and individual contributors - * as indicated by the @author tags. See the copyright.txt file in the - * distribution for a full listing of individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.loaders.hbase.logging; import org.jboss.logging.Cause; diff --git a/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/package-info.java b/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/package-info.java index 9582ad914a2a..b7d53e79b1f9 100644 --- a/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/package-info.java +++ b/cachestore/hbase/src/main/java/org/infinispan/loaders/hbase/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * This package contains a {@link org.infinispan.loaders.CacheStore} implementation based on * persisting to HBase. diff --git a/cachestore/hbase/src/main/resources/schema/infinispan-cachestore-hbase-config-5.2.xsd b/cachestore/hbase/src/main/resources/schema/infinispan-cachestore-hbase-config-5.2.xsd index 194b4e7749f1..ec13d96cb7b9 100644 --- a/cachestore/hbase/src/main/resources/schema/infinispan-cachestore-hbase-config-5.2.xsd +++ b/cachestore/hbase/src/main/resources/schema/infinispan-cachestore-hbase-config-5.2.xsd @@ -1,24 +1,4 @@ - - - diff --git a/cachestore/hbase/src/main/resources/schema/infinispan-cachestore-hbase-config-5.3.xsd b/cachestore/hbase/src/main/resources/schema/infinispan-cachestore-hbase-config-5.3.xsd index a0ec86c9acee..84af108fac73 100644 --- a/cachestore/hbase/src/main/resources/schema/infinispan-cachestore-hbase-config-5.3.xsd +++ b/cachestore/hbase/src/main/resources/schema/infinispan-cachestore-hbase-config-5.3.xsd @@ -1,24 +1,4 @@ - - - - diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/AbstractJdbcCacheStoreConfig.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/AbstractJdbcCacheStoreConfig.java index 793ab3fc312a..b2017ca4c03a 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/AbstractJdbcCacheStoreConfig.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/AbstractJdbcCacheStoreConfig.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.jdbc; import org.infinispan.loaders.LockSupportCacheStoreConfig; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/AbstractNonDelegatingJdbcCacheStoreConfig.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/AbstractNonDelegatingJdbcCacheStoreConfig.java index 00e260f51a81..5389d46b123b 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/AbstractNonDelegatingJdbcCacheStoreConfig.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/AbstractNonDelegatingJdbcCacheStoreConfig.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.jdbc; import org.infinispan.loaders.jdbc.connectionfactory.ConnectionFactoryConfig; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/DataManipulationHelper.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/DataManipulationHelper.java index 1c4fccd2faa8..5ab0c3efffd7 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/DataManipulationHelper.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/DataManipulationHelper.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.jdbc; import java.io.IOException; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/DatabaseType.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/DatabaseType.java index f4a8db1a97f7..eb782e34cfdf 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/DatabaseType.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/DatabaseType.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.jdbc; /** diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/JdbcUtil.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/JdbcUtil.java index 258b2a20a028..2ee6cf238dc7 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/JdbcUtil.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/JdbcUtil.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.jdbc; import org.infinispan.commons.io.ByteBuffer; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/TableManipulation.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/TableManipulation.java index dca26941c074..95cad15abd66 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/TableManipulation.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/TableManipulation.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.jdbc; import org.infinispan.commons.CacheConfigurationException; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/TableName.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/TableName.java index 04f5444507f5..a47c618c4b36 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/TableName.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/TableName.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.jdbc; import java.io.Serializable; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/binary/JdbcBinaryCacheStore.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/binary/JdbcBinaryCacheStore.java index 50667e46495d..a60bb1d8155a 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/binary/JdbcBinaryCacheStore.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/binary/JdbcBinaryCacheStore.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.jdbc.binary; import org.infinispan.Cache; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/binary/JdbcBinaryCacheStoreConfig.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/binary/JdbcBinaryCacheStoreConfig.java index 7307672172ea..5e4457cc8690 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/binary/JdbcBinaryCacheStoreConfig.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/binary/JdbcBinaryCacheStoreConfig.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.jdbc.binary; import org.infinispan.loaders.jdbc.AbstractNonDelegatingJdbcCacheStoreConfig; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/binary/package-info.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/binary/package-info.java index 311d87b398a6..24edba6b580d 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/binary/package-info.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/binary/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * This JDBC CacheStore implementation is optimized for storing binary (non-String) * keys in the cache. diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/AbstractJdbcCacheStoreConfiguration.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/AbstractJdbcCacheStoreConfiguration.java index 8c3738e7c864..5a21b2a009fc 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/AbstractJdbcCacheStoreConfiguration.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/AbstractJdbcCacheStoreConfiguration.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.jdbc.configuration; import org.infinispan.configuration.cache.AbstractLockSupportStoreConfiguration; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/AbstractJdbcCacheStoreConfigurationBuilder.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/AbstractJdbcCacheStoreConfigurationBuilder.java index 59c8c90ea4ab..caab36bcc41a 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/AbstractJdbcCacheStoreConfigurationBuilder.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/AbstractJdbcCacheStoreConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.jdbc.configuration; import java.lang.reflect.Constructor; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/AbstractJdbcCacheStoreConfigurationChildBuilder.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/AbstractJdbcCacheStoreConfigurationChildBuilder.java index 46ac61341967..ec4d8db0a910 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/AbstractJdbcCacheStoreConfigurationChildBuilder.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/AbstractJdbcCacheStoreConfigurationChildBuilder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.jdbc.configuration; import org.infinispan.configuration.cache.AbstractLockSupportStoreConfigurationChildBuilder; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/Attribute.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/Attribute.java index 57e1743bbadf..81f113d692d7 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/Attribute.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/Attribute.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.jdbc.configuration; import java.util.HashMap; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/ConnectionFactoryConfiguration.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/ConnectionFactoryConfiguration.java index b4a75676c1cf..df1b84b589bb 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/ConnectionFactoryConfiguration.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/ConnectionFactoryConfiguration.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.jdbc.configuration; import org.infinispan.loaders.jdbc.connectionfactory.ConnectionFactory; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/ConnectionFactoryConfigurationBuilder.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/ConnectionFactoryConfigurationBuilder.java index 3a1923708a09..565c23efeed2 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/ConnectionFactoryConfigurationBuilder.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/ConnectionFactoryConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.jdbc.configuration; import org.infinispan.commons.configuration.Builder; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/Element.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/Element.java index ce48c6658da0..71200aa8bde3 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/Element.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/Element.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source. - * Copyright 2011, Red Hat, Inc., and individual contributors - * as indicated by the @author tags. See the copyright.txt file in the - * distribution for a full listing of individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.loaders.jdbc.configuration; import java.util.HashMap; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/JdbcBinaryCacheStoreConfiguration.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/JdbcBinaryCacheStoreConfiguration.java index 504cde197774..d4b9ee905be1 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/JdbcBinaryCacheStoreConfiguration.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/JdbcBinaryCacheStoreConfiguration.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.jdbc.configuration; import org.infinispan.configuration.cache.AsyncStoreConfiguration; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/JdbcBinaryCacheStoreConfigurationBuilder.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/JdbcBinaryCacheStoreConfigurationBuilder.java index 540db6f45045..ede6983bc121 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/JdbcBinaryCacheStoreConfigurationBuilder.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/JdbcBinaryCacheStoreConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.jdbc.configuration; import org.infinispan.configuration.cache.LoadersConfigurationBuilder; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/JdbcCacheStoreConfigurationChildBuilder.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/JdbcCacheStoreConfigurationChildBuilder.java index d9e9ec49b4c8..0e7f8eefed84 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/JdbcCacheStoreConfigurationChildBuilder.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/JdbcCacheStoreConfigurationChildBuilder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.jdbc.configuration; import org.infinispan.configuration.cache.LockSupportStoreConfigurationChildBuilder; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/JdbcCacheStoreConfigurationParser52.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/JdbcCacheStoreConfigurationParser52.java index cd8750b06ea5..5697a249564e 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/JdbcCacheStoreConfigurationParser52.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/JdbcCacheStoreConfigurationParser52.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.jdbc.configuration; import static org.infinispan.commons.util.StringPropertyReplacer.replaceProperties; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/JdbcCacheStoreConfigurationParser53.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/JdbcCacheStoreConfigurationParser53.java index 9a37e6638f1e..19476e8447a6 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/JdbcCacheStoreConfigurationParser53.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/JdbcCacheStoreConfigurationParser53.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.jdbc.configuration; import static org.infinispan.commons.util.StringPropertyReplacer.replaceProperties; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/JdbcMixedCacheStoreConfiguration.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/JdbcMixedCacheStoreConfiguration.java index 990d218057fa..fa57deb059e3 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/JdbcMixedCacheStoreConfiguration.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/JdbcMixedCacheStoreConfiguration.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.jdbc.configuration; import org.infinispan.configuration.cache.AsyncStoreConfiguration; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/JdbcMixedCacheStoreConfigurationBuilder.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/JdbcMixedCacheStoreConfigurationBuilder.java index 50ee4ee64e5a..a4b4569bff38 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/JdbcMixedCacheStoreConfigurationBuilder.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/JdbcMixedCacheStoreConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.jdbc.configuration; import org.infinispan.configuration.cache.LoadersConfigurationBuilder; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/JdbcMixedCacheStoreConfigurationChildBuilder.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/JdbcMixedCacheStoreConfigurationChildBuilder.java index 44af5d09d40e..ee213f70004f 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/JdbcMixedCacheStoreConfigurationChildBuilder.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/JdbcMixedCacheStoreConfigurationChildBuilder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.jdbc.configuration; import org.infinispan.loaders.jdbc.configuration.JdbcMixedCacheStoreConfigurationBuilder.MixedTableManipulationConfigurationBuilder; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/JdbcStringBasedCacheStoreConfiguration.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/JdbcStringBasedCacheStoreConfiguration.java index 2f053a4ca42a..98f8148b3a77 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/JdbcStringBasedCacheStoreConfiguration.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/JdbcStringBasedCacheStoreConfiguration.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.jdbc.configuration; import org.infinispan.configuration.cache.AsyncStoreConfiguration; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/JdbcStringBasedCacheStoreConfigurationBuilder.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/JdbcStringBasedCacheStoreConfigurationBuilder.java index 810c39b9cbb7..3292f00e34a6 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/JdbcStringBasedCacheStoreConfigurationBuilder.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/JdbcStringBasedCacheStoreConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.jdbc.configuration; import org.infinispan.configuration.cache.LoadersConfigurationBuilder; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/LegacyConnectionFactoryAdaptor.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/LegacyConnectionFactoryAdaptor.java index df811e4f5cb8..e33b55877c3a 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/LegacyConnectionFactoryAdaptor.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/LegacyConnectionFactoryAdaptor.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.jdbc.configuration; import org.infinispan.loaders.jdbc.AbstractJdbcCacheStoreConfig; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/ManagedConnectionFactoryConfiguration.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/ManagedConnectionFactoryConfiguration.java index f7d04dd201c2..30a0fdcec16b 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/ManagedConnectionFactoryConfiguration.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/ManagedConnectionFactoryConfiguration.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.jdbc.configuration; import org.infinispan.commons.configuration.BuiltBy; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/ManagedConnectionFactoryConfigurationBuilder.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/ManagedConnectionFactoryConfigurationBuilder.java index 2e2b437d4cb7..56f1d1799e42 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/ManagedConnectionFactoryConfigurationBuilder.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/ManagedConnectionFactoryConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.jdbc.configuration; import org.infinispan.commons.CacheConfigurationException; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/PooledConnectionFactoryConfiguration.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/PooledConnectionFactoryConfiguration.java index 20f6692b298e..f53d1082f80f 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/PooledConnectionFactoryConfiguration.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/PooledConnectionFactoryConfiguration.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.jdbc.configuration; import org.infinispan.commons.configuration.BuiltBy; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/PooledConnectionFactoryConfigurationBuilder.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/PooledConnectionFactoryConfigurationBuilder.java index cebf0f7ccbf2..6b46553a17dc 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/PooledConnectionFactoryConfigurationBuilder.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/PooledConnectionFactoryConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.jdbc.configuration; import java.sql.Driver; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/SimpleConnectionFactoryConfiguration.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/SimpleConnectionFactoryConfiguration.java index da607cc9ffb9..7f77cdbfce74 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/SimpleConnectionFactoryConfiguration.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/SimpleConnectionFactoryConfiguration.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.jdbc.configuration; import org.infinispan.commons.configuration.Builder; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/SimpleConnectionFactoryConfigurationBuilder.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/SimpleConnectionFactoryConfigurationBuilder.java index 8de4e36de497..00ce7364dd57 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/SimpleConnectionFactoryConfigurationBuilder.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/SimpleConnectionFactoryConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.jdbc.configuration; import java.sql.Driver; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/TableManipulationConfiguration.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/TableManipulationConfiguration.java index 0cf5adf6d778..a581159f71ed 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/TableManipulationConfiguration.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/TableManipulationConfiguration.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.jdbc.configuration; import org.infinispan.loaders.jdbc.DatabaseType; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/TableManipulationConfigurationBuilder.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/TableManipulationConfigurationBuilder.java index 4a726c923d01..0e7f5a6e6f59 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/TableManipulationConfigurationBuilder.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/configuration/TableManipulationConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.jdbc.configuration; import org.infinispan.commons.configuration.Builder; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/connectionfactory/ConnectionFactory.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/connectionfactory/ConnectionFactory.java index 8223b5556313..198db30b6fa6 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/connectionfactory/ConnectionFactory.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/connectionfactory/ConnectionFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.jdbc.connectionfactory; import org.infinispan.loaders.CacheLoaderException; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/connectionfactory/ConnectionFactoryConfig.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/connectionfactory/ConnectionFactoryConfig.java index 7810b8381ab7..9c9fbf164e61 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/connectionfactory/ConnectionFactoryConfig.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/connectionfactory/ConnectionFactoryConfig.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.jdbc.connectionfactory; /** diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/connectionfactory/ManagedConnectionFactory.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/connectionfactory/ManagedConnectionFactory.java index 2d0e60343c06..7867a08533f9 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/connectionfactory/ManagedConnectionFactory.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/connectionfactory/ManagedConnectionFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.jdbc.connectionfactory; import org.infinispan.loaders.CacheLoaderException; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/connectionfactory/PooledConnectionFactory.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/connectionfactory/PooledConnectionFactory.java index d533357d3541..29395293ea4a 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/connectionfactory/PooledConnectionFactory.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/connectionfactory/PooledConnectionFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.jdbc.connectionfactory; import com.mchange.v2.c3p0.ComboPooledDataSource; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/connectionfactory/SimpleConnectionFactory.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/connectionfactory/SimpleConnectionFactory.java index b7b9977ade83..bacc7a1d3d50 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/connectionfactory/SimpleConnectionFactory.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/connectionfactory/SimpleConnectionFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.jdbc.connectionfactory; import org.infinispan.loaders.CacheLoaderException; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/connectionfactory/package-info.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/connectionfactory/package-info.java index 9c9ad749252a..d6ad34644eac 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/connectionfactory/package-info.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/connectionfactory/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Connection factories for use with the JDBC Cache Store. Simple connection factories delegate * to a data source if used within a Java EE environment, otherwise C3P0 pooling is used if diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/logging/Log.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/logging/Log.java index 4328a74c393a..15828861a488 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/logging/Log.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/logging/Log.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source. - * Copyright 2000 - 2011, Red Hat Middleware LLC, and individual contributors - * as indicated by the @author tags. See the copyright.txt file in the - * distribution for a full listing of individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.loaders.jdbc.logging; import static org.jboss.logging.Logger.Level.ERROR; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/mixed/JdbcMixedCacheStore.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/mixed/JdbcMixedCacheStore.java index 768bfda32c41..818554e91c95 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/mixed/JdbcMixedCacheStore.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/mixed/JdbcMixedCacheStore.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.jdbc.mixed; import org.infinispan.Cache; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/mixed/JdbcMixedCacheStoreConfig.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/mixed/JdbcMixedCacheStoreConfig.java index 2996ec0ef8b1..ab0f8f8f838c 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/mixed/JdbcMixedCacheStoreConfig.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/mixed/JdbcMixedCacheStoreConfig.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.jdbc.mixed; import org.infinispan.loaders.LockSupportCacheStoreConfig; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/mixed/package-info.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/mixed/package-info.java index b6eebf0dcca6..e9ed0a29ff48 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/mixed/package-info.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/mixed/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * This is a delegating CacheStore implementation that delegates either to a binary * or String based JDBC cache store depending on the key used. diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/package-info.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/package-info.java index 7d98e12ff941..0969c5d30402 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/package-info.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * This package contains a {@link org.infinispan.loaders.CacheStore} implementation based on * a JDBC database connection. diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/stringbased/JdbcStringBasedCacheStore.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/stringbased/JdbcStringBasedCacheStore.java index 3c4dd5737585..6edf64c8e3c2 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/stringbased/JdbcStringBasedCacheStore.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/stringbased/JdbcStringBasedCacheStore.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.jdbc.stringbased; import org.infinispan.Cache; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/stringbased/JdbcStringBasedCacheStoreConfig.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/stringbased/JdbcStringBasedCacheStoreConfig.java index b6518b626af7..3ee47617a81f 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/stringbased/JdbcStringBasedCacheStoreConfig.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/stringbased/JdbcStringBasedCacheStoreConfig.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.jdbc.stringbased; import org.infinispan.loaders.jdbc.AbstractNonDelegatingJdbcCacheStoreConfig; diff --git a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/stringbased/package-info.java b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/stringbased/package-info.java index f2584407265a..12a45867c700 100644 --- a/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/stringbased/package-info.java +++ b/cachestore/jdbc/src/main/java/org/infinispan/loaders/jdbc/stringbased/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * This JDBC CacheStore implementation is optimized for storing String * keys in the cache. If you can guarantee that your application would only use diff --git a/cachestore/jdbc/src/main/resources/schema/infinispan-cachestore-jdbc-config-5.2.xsd b/cachestore/jdbc/src/main/resources/schema/infinispan-cachestore-jdbc-config-5.2.xsd index 1ceaecd87684..e18065ff492e 100644 --- a/cachestore/jdbc/src/main/resources/schema/infinispan-cachestore-jdbc-config-5.2.xsd +++ b/cachestore/jdbc/src/main/resources/schema/infinispan-cachestore-jdbc-config-5.2.xsd @@ -1,24 +1,4 @@ - - - diff --git a/cachestore/jdbc/src/main/resources/schema/infinispan-cachestore-jdbc-config-5.3.xsd b/cachestore/jdbc/src/main/resources/schema/infinispan-cachestore-jdbc-config-5.3.xsd index 7f60e0fd0143..67e2c8640ee8 100644 --- a/cachestore/jdbc/src/main/resources/schema/infinispan-cachestore-jdbc-config-5.3.xsd +++ b/cachestore/jdbc/src/main/resources/schema/infinispan-cachestore-jdbc-config-5.3.xsd @@ -1,24 +1,4 @@ - - - - diff --git a/cachestore/jdbc/src/test/resources/configs/managed/binary-managed-connection-factory.xml b/cachestore/jdbc/src/test/resources/configs/managed/binary-managed-connection-factory.xml index 3630cd8ad6fb..195445b050e2 100644 --- a/cachestore/jdbc/src/test/resources/configs/managed/binary-managed-connection-factory.xml +++ b/cachestore/jdbc/src/test/resources/configs/managed/binary-managed-connection-factory.xml @@ -1,26 +1,4 @@ - diff --git a/cachestore/jdbc/src/test/resources/configs/managed/mixed-managed-connection-factory.xml b/cachestore/jdbc/src/test/resources/configs/managed/mixed-managed-connection-factory.xml index ffa3b2a81001..84d939fa740d 100644 --- a/cachestore/jdbc/src/test/resources/configs/managed/mixed-managed-connection-factory.xml +++ b/cachestore/jdbc/src/test/resources/configs/managed/mixed-managed-connection-factory.xml @@ -1,26 +1,4 @@ - diff --git a/cachestore/jdbc/src/test/resources/configs/managed/str-managed-connection-factory.xml b/cachestore/jdbc/src/test/resources/configs/managed/str-managed-connection-factory.xml index 22d6b36b500a..c48ebc3dd792 100644 --- a/cachestore/jdbc/src/test/resources/configs/managed/str-managed-connection-factory.xml +++ b/cachestore/jdbc/src/test/resources/configs/managed/str-managed-connection-factory.xml @@ -1,26 +1,4 @@ - diff --git a/cachestore/jdbc/src/test/resources/configs/mixed.xml b/cachestore/jdbc/src/test/resources/configs/mixed.xml index 03b905831932..e56daf42d4c0 100644 --- a/cachestore/jdbc/src/test/resources/configs/mixed.xml +++ b/cachestore/jdbc/src/test/resources/configs/mixed.xml @@ -1,26 +1,4 @@ - diff --git a/cachestore/jdbc/src/test/resources/configs/string-based.xml b/cachestore/jdbc/src/test/resources/configs/string-based.xml index 6943ae9fbbf1..d36484b6b954 100644 --- a/cachestore/jdbc/src/test/resources/configs/string-based.xml +++ b/cachestore/jdbc/src/test/resources/configs/string-based.xml @@ -1,26 +1,4 @@ - diff --git a/cachestore/jdbm/pom.xml b/cachestore/jdbm/pom.xml index 250d05a25990..b483db220e0c 100755 --- a/cachestore/jdbm/pom.xml +++ b/cachestore/jdbm/pom.xml @@ -1,26 +1,4 @@ - diff --git a/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/JdbmCacheStore.java b/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/JdbmCacheStore.java index 168c6b0a9426..54b129efe159 100644 --- a/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/JdbmCacheStore.java +++ b/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/JdbmCacheStore.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.jdbm; import jdbm.RecordManager; diff --git a/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/JdbmCacheStoreConfig.java b/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/JdbmCacheStoreConfig.java index 4558cd3e12f3..67a83b373293 100644 --- a/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/JdbmCacheStoreConfig.java +++ b/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/JdbmCacheStoreConfig.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.jdbm; import java.util.Comparator; diff --git a/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/JdbmSerializer.java b/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/JdbmSerializer.java index 64731cd300c2..d2a52f5e75fa 100644 --- a/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/JdbmSerializer.java +++ b/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/JdbmSerializer.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.jdbm; import java.io.IOException; diff --git a/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/NaturalComparator.java b/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/NaturalComparator.java index 5ee82f089d1b..1fdb51aa9a18 100644 --- a/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/NaturalComparator.java +++ b/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/NaturalComparator.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.jdbm; import java.io.Serializable; diff --git a/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/configuration/Attribute.java b/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/configuration/Attribute.java index 31c84bb61bf5..d540b0559295 100644 --- a/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/configuration/Attribute.java +++ b/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/configuration/Attribute.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.jdbm.configuration; import java.util.HashMap; diff --git a/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/configuration/Element.java b/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/configuration/Element.java index eedcb3d878b2..cb6bf184f130 100644 --- a/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/configuration/Element.java +++ b/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/configuration/Element.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source. - * Copyright 2011, Red Hat, Inc., and individual contributors - * as indicated by the @author tags. See the copyright.txt file in the - * distribution for a full listing of individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.loaders.jdbm.configuration; import java.util.HashMap; diff --git a/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/configuration/JdbmCacheStoreConfiguration.java b/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/configuration/JdbmCacheStoreConfiguration.java index 51004fbc71da..d6be033c5964 100644 --- a/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/configuration/JdbmCacheStoreConfiguration.java +++ b/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/configuration/JdbmCacheStoreConfiguration.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.jdbm.configuration; import org.infinispan.configuration.cache.AbstractStoreConfiguration; diff --git a/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/configuration/JdbmCacheStoreConfigurationBuilder.java b/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/configuration/JdbmCacheStoreConfigurationBuilder.java index 27aa75cad40e..6d92ebc0ca2d 100644 --- a/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/configuration/JdbmCacheStoreConfigurationBuilder.java +++ b/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/configuration/JdbmCacheStoreConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.jdbm.configuration; import org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder; diff --git a/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/configuration/JdbmCacheStoreConfigurationParser52.java b/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/configuration/JdbmCacheStoreConfigurationParser52.java index 19763a0c683a..9b2445828fa2 100644 --- a/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/configuration/JdbmCacheStoreConfigurationParser52.java +++ b/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/configuration/JdbmCacheStoreConfigurationParser52.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.jdbm.configuration; import static org.infinispan.commons.util.StringPropertyReplacer.replaceProperties; diff --git a/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/configuration/JdbmCacheStoreConfigurationParser53.java b/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/configuration/JdbmCacheStoreConfigurationParser53.java index ca337ae6a7e1..e10ceeea13b5 100644 --- a/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/configuration/JdbmCacheStoreConfigurationParser53.java +++ b/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/configuration/JdbmCacheStoreConfigurationParser53.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.jdbm.configuration; import static org.infinispan.commons.util.StringPropertyReplacer.replaceProperties; diff --git a/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/logging/Log.java b/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/logging/Log.java index a3bbede22c05..6ae67945ad5e 100644 --- a/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/logging/Log.java +++ b/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/logging/Log.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source. - * Copyright 2000 - 2011, Red Hat Middleware LLC, and individual contributors - * as indicated by the @author tags. See the copyright.txt file in the - * distribution for a full listing of individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.loaders.jdbm.logging; import org.jboss.logging.LogMessage; diff --git a/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/package-info.java b/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/package-info.java index 4d2ddb902558..00edcec99f4b 100644 --- a/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/package-info.java +++ b/cachestore/jdbm/src/main/java/org/infinispan/loaders/jdbm/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * This package contains a {@link org.infinispan.loaders.CacheStore} implementation based on * persisting to JDBM. diff --git a/cachestore/jdbm/src/main/resources/schema/infinispan-cachestore-jdbm-config-5.2.xsd b/cachestore/jdbm/src/main/resources/schema/infinispan-cachestore-jdbm-config-5.2.xsd index f8569146172f..c459f05265cb 100644 --- a/cachestore/jdbm/src/main/resources/schema/infinispan-cachestore-jdbm-config-5.2.xsd +++ b/cachestore/jdbm/src/main/resources/schema/infinispan-cachestore-jdbm-config-5.2.xsd @@ -1,24 +1,4 @@ - - - diff --git a/cachestore/jdbm/src/main/resources/schema/infinispan-cachestore-jdbm-config-5.3.xsd b/cachestore/jdbm/src/main/resources/schema/infinispan-cachestore-jdbm-config-5.3.xsd index 632df365a315..1c92a618c328 100644 --- a/cachestore/jdbm/src/main/resources/schema/infinispan-cachestore-jdbm-config-5.3.xsd +++ b/cachestore/jdbm/src/main/resources/schema/infinispan-cachestore-jdbm-config-5.3.xsd @@ -1,24 +1,4 @@ - - - - 4.0.0 diff --git a/cachestore/jpa/src/main/java/org/infinispan/loaders/jpa/EntityManagerFactoryRegistry.java b/cachestore/jpa/src/main/java/org/infinispan/loaders/jpa/EntityManagerFactoryRegistry.java index 5653e8435ce9..8a9a86b408f5 100644 --- a/cachestore/jpa/src/main/java/org/infinispan/loaders/jpa/EntityManagerFactoryRegistry.java +++ b/cachestore/jpa/src/main/java/org/infinispan/loaders/jpa/EntityManagerFactoryRegistry.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - * - */ package org.infinispan.loaders.jpa; import java.util.HashMap; diff --git a/cachestore/jpa/src/main/java/org/infinispan/loaders/jpa/JpaCacheLoaderException.java b/cachestore/jpa/src/main/java/org/infinispan/loaders/jpa/JpaCacheLoaderException.java index 34e0416f053e..9375ee4fd2f6 100644 --- a/cachestore/jpa/src/main/java/org/infinispan/loaders/jpa/JpaCacheLoaderException.java +++ b/cachestore/jpa/src/main/java/org/infinispan/loaders/jpa/JpaCacheLoaderException.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - * - */ package org.infinispan.loaders.jpa; import org.infinispan.loaders.CacheLoaderException; diff --git a/cachestore/jpa/src/main/java/org/infinispan/loaders/jpa/JpaCacheStore.java b/cachestore/jpa/src/main/java/org/infinispan/loaders/jpa/JpaCacheStore.java index 8fec93f90192..ce289b8b46db 100644 --- a/cachestore/jpa/src/main/java/org/infinispan/loaders/jpa/JpaCacheStore.java +++ b/cachestore/jpa/src/main/java/org/infinispan/loaders/jpa/JpaCacheStore.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - * - */ package org.infinispan.loaders.jpa; import java.io.IOException; diff --git a/cachestore/jpa/src/main/java/org/infinispan/loaders/jpa/JpaCacheStoreConfig.java b/cachestore/jpa/src/main/java/org/infinispan/loaders/jpa/JpaCacheStoreConfig.java index 6b218f962a5e..f999b7030861 100644 --- a/cachestore/jpa/src/main/java/org/infinispan/loaders/jpa/JpaCacheStoreConfig.java +++ b/cachestore/jpa/src/main/java/org/infinispan/loaders/jpa/JpaCacheStoreConfig.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - * - */ package org.infinispan.loaders.jpa; import java.util.Properties; diff --git a/cachestore/jpa/src/main/java/org/infinispan/loaders/jpa/JpaCacheStoreLifecycleManager.java b/cachestore/jpa/src/main/java/org/infinispan/loaders/jpa/JpaCacheStoreLifecycleManager.java index 7351243d2c94..4163fce9e6f8 100644 --- a/cachestore/jpa/src/main/java/org/infinispan/loaders/jpa/JpaCacheStoreLifecycleManager.java +++ b/cachestore/jpa/src/main/java/org/infinispan/loaders/jpa/JpaCacheStoreLifecycleManager.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.jpa; import org.infinispan.configuration.global.GlobalConfiguration; diff --git a/cachestore/jpa/src/main/java/org/infinispan/loaders/jpa/configuration/Attribute.java b/cachestore/jpa/src/main/java/org/infinispan/loaders/jpa/configuration/Attribute.java index 9691d817f0b0..1210fa75d063 100644 --- a/cachestore/jpa/src/main/java/org/infinispan/loaders/jpa/configuration/Attribute.java +++ b/cachestore/jpa/src/main/java/org/infinispan/loaders/jpa/configuration/Attribute.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.jpa.configuration; import java.util.HashMap; diff --git a/cachestore/jpa/src/main/java/org/infinispan/loaders/jpa/configuration/Element.java b/cachestore/jpa/src/main/java/org/infinispan/loaders/jpa/configuration/Element.java index 8b6905555e33..dc8a8f10fbe1 100644 --- a/cachestore/jpa/src/main/java/org/infinispan/loaders/jpa/configuration/Element.java +++ b/cachestore/jpa/src/main/java/org/infinispan/loaders/jpa/configuration/Element.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source. - * Copyright 2011, Red Hat, Inc., and individual contributors - * as indicated by the @author tags. See the copyright.txt file in the - * distribution for a full listing of individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.loaders.jpa.configuration; import java.util.HashMap; diff --git a/cachestore/jpa/src/main/java/org/infinispan/loaders/jpa/configuration/JpaCacheStoreConfiguration.java b/cachestore/jpa/src/main/java/org/infinispan/loaders/jpa/configuration/JpaCacheStoreConfiguration.java index 10274265ce13..1da88a3e54ea 100644 --- a/cachestore/jpa/src/main/java/org/infinispan/loaders/jpa/configuration/JpaCacheStoreConfiguration.java +++ b/cachestore/jpa/src/main/java/org/infinispan/loaders/jpa/configuration/JpaCacheStoreConfiguration.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.jpa.configuration; import org.infinispan.configuration.cache.AbstractLockSupportStoreConfiguration; diff --git a/cachestore/jpa/src/main/java/org/infinispan/loaders/jpa/configuration/JpaCacheStoreConfigurationBuilder.java b/cachestore/jpa/src/main/java/org/infinispan/loaders/jpa/configuration/JpaCacheStoreConfigurationBuilder.java index f67c961fa458..8a891f44528a 100644 --- a/cachestore/jpa/src/main/java/org/infinispan/loaders/jpa/configuration/JpaCacheStoreConfigurationBuilder.java +++ b/cachestore/jpa/src/main/java/org/infinispan/loaders/jpa/configuration/JpaCacheStoreConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.jpa.configuration; import org.infinispan.configuration.cache.AbstractLockSupportStoreConfigurationBuilder; diff --git a/cachestore/jpa/src/main/java/org/infinispan/loaders/jpa/configuration/JpaCacheStoreConfigurationParser53.java b/cachestore/jpa/src/main/java/org/infinispan/loaders/jpa/configuration/JpaCacheStoreConfigurationParser53.java index 402519dd9fb0..65c8b56b93c3 100644 --- a/cachestore/jpa/src/main/java/org/infinispan/loaders/jpa/configuration/JpaCacheStoreConfigurationParser53.java +++ b/cachestore/jpa/src/main/java/org/infinispan/loaders/jpa/configuration/JpaCacheStoreConfigurationParser53.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.jpa.configuration; import javax.xml.stream.XMLStreamConstants; diff --git a/cachestore/jpa/src/main/resources/schema/infinispan-cachestore-jpa-config-5.3.xsd b/cachestore/jpa/src/main/resources/schema/infinispan-cachestore-jpa-config-5.3.xsd index 979f29799b1d..0ceb983f368a 100644 --- a/cachestore/jpa/src/main/resources/schema/infinispan-cachestore-jpa-config-5.3.xsd +++ b/cachestore/jpa/src/main/resources/schema/infinispan-cachestore-jpa-config-5.3.xsd @@ -1,24 +1,4 @@ - - - - - diff --git a/cachestore/jpa/src/test/resources/config/jpa-config-legacy.xml b/cachestore/jpa/src/test/resources/config/jpa-config-legacy.xml index a115248755b0..c8a2d962649d 100644 --- a/cachestore/jpa/src/test/resources/config/jpa-config-legacy.xml +++ b/cachestore/jpa/src/test/resources/config/jpa-config-legacy.xml @@ -1,18 +1,4 @@ - diff --git a/cachestore/leveldb/pom.xml b/cachestore/leveldb/pom.xml index 4dccab64d668..6b21dab53132 100644 --- a/cachestore/leveldb/pom.xml +++ b/cachestore/leveldb/pom.xml @@ -1,22 +1,4 @@ - 4.0.0 diff --git a/cachestore/leveldb/src/main/java/org/infinispan/loaders/leveldb/configuration/Attribute.java b/cachestore/leveldb/src/main/java/org/infinispan/loaders/leveldb/configuration/Attribute.java index 06df78c92a60..2f20dca05507 100644 --- a/cachestore/leveldb/src/main/java/org/infinispan/loaders/leveldb/configuration/Attribute.java +++ b/cachestore/leveldb/src/main/java/org/infinispan/loaders/leveldb/configuration/Attribute.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.leveldb.configuration; import java.util.HashMap; diff --git a/cachestore/leveldb/src/main/java/org/infinispan/loaders/leveldb/configuration/Element.java b/cachestore/leveldb/src/main/java/org/infinispan/loaders/leveldb/configuration/Element.java index e1631fafa657..b415adc1c922 100644 --- a/cachestore/leveldb/src/main/java/org/infinispan/loaders/leveldb/configuration/Element.java +++ b/cachestore/leveldb/src/main/java/org/infinispan/loaders/leveldb/configuration/Element.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source. - * Copyright 2013, Red Hat, Inc., and individual contributors - * as indicated by the @author tags. See the copyright.txt file in the - * distribution for a full listing of individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.loaders.leveldb.configuration; import java.util.HashMap; diff --git a/cachestore/leveldb/src/main/java/org/infinispan/loaders/leveldb/configuration/LevelDBCacheStoreConfiguration.java b/cachestore/leveldb/src/main/java/org/infinispan/loaders/leveldb/configuration/LevelDBCacheStoreConfiguration.java index f8520124bbf0..6dab408cc006 100644 --- a/cachestore/leveldb/src/main/java/org/infinispan/loaders/leveldb/configuration/LevelDBCacheStoreConfiguration.java +++ b/cachestore/leveldb/src/main/java/org/infinispan/loaders/leveldb/configuration/LevelDBCacheStoreConfiguration.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.leveldb.configuration; import org.infinispan.configuration.cache.AbstractLockSupportStoreConfiguration; diff --git a/cachestore/leveldb/src/main/java/org/infinispan/loaders/leveldb/configuration/LevelDBCacheStoreConfigurationBuilder.java b/cachestore/leveldb/src/main/java/org/infinispan/loaders/leveldb/configuration/LevelDBCacheStoreConfigurationBuilder.java index 773bd62a644e..ddf9bbc78133 100644 --- a/cachestore/leveldb/src/main/java/org/infinispan/loaders/leveldb/configuration/LevelDBCacheStoreConfigurationBuilder.java +++ b/cachestore/leveldb/src/main/java/org/infinispan/loaders/leveldb/configuration/LevelDBCacheStoreConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.leveldb.configuration; import org.infinispan.configuration.cache.AbstractLockSupportStoreConfigurationBuilder; diff --git a/cachestore/leveldb/src/main/java/org/infinispan/loaders/leveldb/configuration/LevelDBCacheStoreConfigurationParser52.java b/cachestore/leveldb/src/main/java/org/infinispan/loaders/leveldb/configuration/LevelDBCacheStoreConfigurationParser52.java index 76a935ed88b5..059f8fdde17b 100644 --- a/cachestore/leveldb/src/main/java/org/infinispan/loaders/leveldb/configuration/LevelDBCacheStoreConfigurationParser52.java +++ b/cachestore/leveldb/src/main/java/org/infinispan/loaders/leveldb/configuration/LevelDBCacheStoreConfigurationParser52.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.leveldb.configuration; import javax.xml.stream.XMLStreamConstants; diff --git a/cachestore/leveldb/src/main/java/org/infinispan/loaders/leveldb/configuration/LevelDBCacheStoreConfigurationParser53.java b/cachestore/leveldb/src/main/java/org/infinispan/loaders/leveldb/configuration/LevelDBCacheStoreConfigurationParser53.java index 6c43f09b6eb7..c4128224856f 100644 --- a/cachestore/leveldb/src/main/java/org/infinispan/loaders/leveldb/configuration/LevelDBCacheStoreConfigurationParser53.java +++ b/cachestore/leveldb/src/main/java/org/infinispan/loaders/leveldb/configuration/LevelDBCacheStoreConfigurationParser53.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.leveldb.configuration; import javax.xml.stream.XMLStreamConstants; diff --git a/cachestore/leveldb/src/main/resources/schema/infinispan-cachestore-leveldb-config-5.2.xsd b/cachestore/leveldb/src/main/resources/schema/infinispan-cachestore-leveldb-config-5.2.xsd index 09c3df7bf5c2..aa429657ef60 100644 --- a/cachestore/leveldb/src/main/resources/schema/infinispan-cachestore-leveldb-config-5.2.xsd +++ b/cachestore/leveldb/src/main/resources/schema/infinispan-cachestore-leveldb-config-5.2.xsd @@ -1,24 +1,4 @@ - - - - - - - diff --git a/cachestore/leveldb/src/test/resources/config/leveldb-config-52-java.xml b/cachestore/leveldb/src/test/resources/config/leveldb-config-52-java.xml index 16253b812890..f8a1ca9ea358 100644 --- a/cachestore/leveldb/src/test/resources/config/leveldb-config-52-java.xml +++ b/cachestore/leveldb/src/test/resources/config/leveldb-config-52-java.xml @@ -1,18 +1,4 @@ - diff --git a/cachestore/leveldb/src/test/resources/config/leveldb-config-52-jni.xml b/cachestore/leveldb/src/test/resources/config/leveldb-config-52-jni.xml index 5f7017921fc9..249aa46be0e0 100644 --- a/cachestore/leveldb/src/test/resources/config/leveldb-config-52-jni.xml +++ b/cachestore/leveldb/src/test/resources/config/leveldb-config-52-jni.xml @@ -1,18 +1,4 @@ - diff --git a/cachestore/leveldb/src/test/resources/config/leveldb-config-legacy-auto.xml b/cachestore/leveldb/src/test/resources/config/leveldb-config-legacy-auto.xml index 7ae2b6d936c0..03cffc2f9d8f 100644 --- a/cachestore/leveldb/src/test/resources/config/leveldb-config-legacy-auto.xml +++ b/cachestore/leveldb/src/test/resources/config/leveldb-config-legacy-auto.xml @@ -1,18 +1,4 @@ - diff --git a/cachestore/leveldb/src/test/resources/config/leveldb-config-legacy-java.xml b/cachestore/leveldb/src/test/resources/config/leveldb-config-legacy-java.xml index 057a1abba694..67a01cc6edc1 100644 --- a/cachestore/leveldb/src/test/resources/config/leveldb-config-legacy-java.xml +++ b/cachestore/leveldb/src/test/resources/config/leveldb-config-legacy-java.xml @@ -1,18 +1,4 @@ - diff --git a/cachestore/leveldb/src/test/resources/config/leveldb-config-legacy-jni.xml b/cachestore/leveldb/src/test/resources/config/leveldb-config-legacy-jni.xml index 057a1abba694..67a01cc6edc1 100644 --- a/cachestore/leveldb/src/test/resources/config/leveldb-config-legacy-jni.xml +++ b/cachestore/leveldb/src/test/resources/config/leveldb-config-legacy-jni.xml @@ -1,18 +1,4 @@ - diff --git a/cachestore/mongodb/src/main/java/org/infinispan/loaders/mongodb/MongoDBCacheStore.java b/cachestore/mongodb/src/main/java/org/infinispan/loaders/mongodb/MongoDBCacheStore.java index 0c74f1d08e0e..c530e83d5aa2 100644 --- a/cachestore/mongodb/src/main/java/org/infinispan/loaders/mongodb/MongoDBCacheStore.java +++ b/cachestore/mongodb/src/main/java/org/infinispan/loaders/mongodb/MongoDBCacheStore.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.mongodb; import com.mongodb.*; diff --git a/cachestore/mongodb/src/main/java/org/infinispan/loaders/mongodb/MongoDBCacheStoreConfig.java b/cachestore/mongodb/src/main/java/org/infinispan/loaders/mongodb/MongoDBCacheStoreConfig.java index a5cb9866ff60..a1930c9aa680 100644 --- a/cachestore/mongodb/src/main/java/org/infinispan/loaders/mongodb/MongoDBCacheStoreConfig.java +++ b/cachestore/mongodb/src/main/java/org/infinispan/loaders/mongodb/MongoDBCacheStoreConfig.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.loaders.mongodb; import org.infinispan.loaders.LockSupportCacheStoreConfig; diff --git a/cachestore/mongodb/src/main/java/org/infinispan/loaders/mongodb/configuration/Attribute.java b/cachestore/mongodb/src/main/java/org/infinispan/loaders/mongodb/configuration/Attribute.java index 8ff8f34c45bf..0e516df7ab9e 100644 --- a/cachestore/mongodb/src/main/java/org/infinispan/loaders/mongodb/configuration/Attribute.java +++ b/cachestore/mongodb/src/main/java/org/infinispan/loaders/mongodb/configuration/Attribute.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.loaders.mongodb.configuration; import java.util.HashMap; diff --git a/cachestore/mongodb/src/main/java/org/infinispan/loaders/mongodb/configuration/Element.java b/cachestore/mongodb/src/main/java/org/infinispan/loaders/mongodb/configuration/Element.java index 4f0b0a48a34a..ea044bb60d7d 100644 --- a/cachestore/mongodb/src/main/java/org/infinispan/loaders/mongodb/configuration/Element.java +++ b/cachestore/mongodb/src/main/java/org/infinispan/loaders/mongodb/configuration/Element.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.loaders.mongodb.configuration; import java.util.HashMap; diff --git a/cachestore/mongodb/src/main/java/org/infinispan/loaders/mongodb/configuration/MongoDBCacheStoreConfiguration.java b/cachestore/mongodb/src/main/java/org/infinispan/loaders/mongodb/configuration/MongoDBCacheStoreConfiguration.java index 48f7af5971fe..02eaea28b2d2 100644 --- a/cachestore/mongodb/src/main/java/org/infinispan/loaders/mongodb/configuration/MongoDBCacheStoreConfiguration.java +++ b/cachestore/mongodb/src/main/java/org/infinispan/loaders/mongodb/configuration/MongoDBCacheStoreConfiguration.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.loaders.mongodb.configuration; import org.infinispan.configuration.cache.AbstractStoreConfiguration; diff --git a/cachestore/mongodb/src/main/java/org/infinispan/loaders/mongodb/configuration/MongoDBCacheStoreConfigurationBuilder.java b/cachestore/mongodb/src/main/java/org/infinispan/loaders/mongodb/configuration/MongoDBCacheStoreConfigurationBuilder.java index d148dccf149b..7eea47d6c7bc 100644 --- a/cachestore/mongodb/src/main/java/org/infinispan/loaders/mongodb/configuration/MongoDBCacheStoreConfigurationBuilder.java +++ b/cachestore/mongodb/src/main/java/org/infinispan/loaders/mongodb/configuration/MongoDBCacheStoreConfigurationBuilder.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.loaders.mongodb.configuration; import org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder; diff --git a/cachestore/mongodb/src/main/java/org/infinispan/loaders/mongodb/configuration/MongoDBCacheStoreConfigurationParser53.java b/cachestore/mongodb/src/main/java/org/infinispan/loaders/mongodb/configuration/MongoDBCacheStoreConfigurationParser53.java index 35c973a91d50..a3cdcb4f00c0 100644 --- a/cachestore/mongodb/src/main/java/org/infinispan/loaders/mongodb/configuration/MongoDBCacheStoreConfigurationParser53.java +++ b/cachestore/mongodb/src/main/java/org/infinispan/loaders/mongodb/configuration/MongoDBCacheStoreConfigurationParser53.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.loaders.mongodb.configuration; import static org.infinispan.commons.util.StringPropertyReplacer.replaceProperties; diff --git a/cachestore/mongodb/src/main/java/org/infinispan/loaders/mongodb/logging/Log.java b/cachestore/mongodb/src/main/java/org/infinispan/loaders/mongodb/logging/Log.java index 5367a5d13404..d2545079a3fe 100644 --- a/cachestore/mongodb/src/main/java/org/infinispan/loaders/mongodb/logging/Log.java +++ b/cachestore/mongodb/src/main/java/org/infinispan/loaders/mongodb/logging/Log.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source. - * Copyright 2012, Red Hat Middleware LLC, and individual contributors - * as indicated by the @author tags. See the copyright.txt file in the - * distribution for a full listing of individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.loaders.mongodb.logging; import com.mongodb.MongoException; diff --git a/cachestore/mongodb/src/main/java/org/infinispan/loaders/mongodb/package-info.java b/cachestore/mongodb/src/main/java/org/infinispan/loaders/mongodb/package-info.java index 5a0a2acb887e..223a992b78d8 100644 --- a/cachestore/mongodb/src/main/java/org/infinispan/loaders/mongodb/package-info.java +++ b/cachestore/mongodb/src/main/java/org/infinispan/loaders/mongodb/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * This package contains a {@link org.infinispan.loaders.CacheStore} implementation based on * persisting to MongoDB diff --git a/cachestore/mongodb/src/main/resources/schema/mongodb-cachestore-config-5.3.xsd b/cachestore/mongodb/src/main/resources/schema/mongodb-cachestore-config-5.3.xsd index 2f7161f6f1ee..25132fb6102e 100644 --- a/cachestore/mongodb/src/main/resources/schema/mongodb-cachestore-config-5.3.xsd +++ b/cachestore/mongodb/src/main/resources/schema/mongodb-cachestore-config-5.3.xsd @@ -1,27 +1,4 @@ - - - diff --git a/cachestore/remote/pom.xml b/cachestore/remote/pom.xml index a7238b83788d..6f192dadad0b 100644 --- a/cachestore/remote/pom.xml +++ b/cachestore/remote/pom.xml @@ -1,26 +1,4 @@ - diff --git a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/RemoteCacheStore.java b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/RemoteCacheStore.java index b981b55efe21..4e90bafab52b 100644 --- a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/RemoteCacheStore.java +++ b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/RemoteCacheStore.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.remote; import net.jcip.annotations.ThreadSafe; diff --git a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/RemoteCacheStoreConfig.java b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/RemoteCacheStoreConfig.java index 30b91a7e3b96..94fb3afc7ac1 100644 --- a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/RemoteCacheStoreConfig.java +++ b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/RemoteCacheStoreConfig.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.remote; import java.io.IOException; diff --git a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/AbstractRemoteCacheStoreConfigurationChildBuilder.java b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/AbstractRemoteCacheStoreConfigurationChildBuilder.java index 535e5ba98875..ee0b0d9cdc8f 100644 --- a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/AbstractRemoteCacheStoreConfigurationChildBuilder.java +++ b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/AbstractRemoteCacheStoreConfigurationChildBuilder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.remote.configuration; import org.infinispan.client.hotrod.impl.transport.TransportFactory; diff --git a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/Attribute.java b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/Attribute.java index 743d374c7f7d..d764e45d35a6 100644 --- a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/Attribute.java +++ b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/Attribute.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.remote.configuration; import java.util.HashMap; diff --git a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/ConnectionPoolConfiguration.java b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/ConnectionPoolConfiguration.java index 770ea35d09f1..b85a9e037017 100644 --- a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/ConnectionPoolConfiguration.java +++ b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/ConnectionPoolConfiguration.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.remote.configuration; public class ConnectionPoolConfiguration { diff --git a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/ConnectionPoolConfigurationBuilder.java b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/ConnectionPoolConfigurationBuilder.java index 9a29d2b694aa..69bc0bf11663 100644 --- a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/ConnectionPoolConfigurationBuilder.java +++ b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/ConnectionPoolConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.remote.configuration; import org.infinispan.commons.configuration.Builder; diff --git a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/Element.java b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/Element.java index 463b919df3d8..06c2132a3964 100644 --- a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/Element.java +++ b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/Element.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source. - * Copyright 2011, Red Hat, Inc., and individual contributors - * as indicated by the @author tags. See the copyright.txt file in the - * distribution for a full listing of individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.loaders.remote.configuration; import java.util.HashMap; diff --git a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/ExecutorFactoryConfiguration.java b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/ExecutorFactoryConfiguration.java index d2e6a1f8efa7..8aad88228540 100644 --- a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/ExecutorFactoryConfiguration.java +++ b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/ExecutorFactoryConfiguration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.loaders.remote.configuration; import org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration; diff --git a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/ExecutorFactoryConfigurationBuilder.java b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/ExecutorFactoryConfigurationBuilder.java index 6adb18d6e690..8253f9c13a38 100644 --- a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/ExecutorFactoryConfigurationBuilder.java +++ b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/ExecutorFactoryConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.loaders.remote.configuration; import java.util.Properties; diff --git a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/ExhaustedAction.java b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/ExhaustedAction.java index fb4dec64d187..1d8c70fd5ebc 100644 --- a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/ExhaustedAction.java +++ b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/ExhaustedAction.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.remote.configuration; public enum ExhaustedAction { diff --git a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/RemoteCacheStoreConfiguration.java b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/RemoteCacheStoreConfiguration.java index 650e809784bf..13f15404d6b8 100644 --- a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/RemoteCacheStoreConfiguration.java +++ b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/RemoteCacheStoreConfiguration.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.remote.configuration; import java.util.Collections; diff --git a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/RemoteCacheStoreConfigurationBuilder.java b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/RemoteCacheStoreConfigurationBuilder.java index 0e36866549e2..dbac84dabd5f 100644 --- a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/RemoteCacheStoreConfigurationBuilder.java +++ b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/RemoteCacheStoreConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.remote.configuration; import java.util.ArrayList; diff --git a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/RemoteCacheStoreConfigurationChildBuilder.java b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/RemoteCacheStoreConfigurationChildBuilder.java index 8e185b71c1a4..9a1ac3c7084a 100644 --- a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/RemoteCacheStoreConfigurationChildBuilder.java +++ b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/RemoteCacheStoreConfigurationChildBuilder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.remote.configuration; import org.infinispan.client.hotrod.RemoteCacheManager; diff --git a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/RemoteCacheStoreConfigurationParser52.java b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/RemoteCacheStoreConfigurationParser52.java index b4cf0de152b3..6b7c2262c976 100644 --- a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/RemoteCacheStoreConfigurationParser52.java +++ b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/RemoteCacheStoreConfigurationParser52.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.remote.configuration; import static org.infinispan.commons.util.StringPropertyReplacer.replaceProperties; diff --git a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/RemoteCacheStoreConfigurationParser53.java b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/RemoteCacheStoreConfigurationParser53.java index 208e57e61d67..c625b3bc6df2 100644 --- a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/RemoteCacheStoreConfigurationParser53.java +++ b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/RemoteCacheStoreConfigurationParser53.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.remote.configuration; import org.infinispan.configuration.cache.ConfigurationBuilder; diff --git a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/RemoteServerConfiguration.java b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/RemoteServerConfiguration.java index fce65eb5e3a1..deccf24d5712 100644 --- a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/RemoteServerConfiguration.java +++ b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/RemoteServerConfiguration.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.remote.configuration; public class RemoteServerConfiguration { diff --git a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/RemoteServerConfigurationBuilder.java b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/RemoteServerConfigurationBuilder.java index c2ea5f44b919..c5e7822a34f5 100644 --- a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/RemoteServerConfigurationBuilder.java +++ b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/configuration/RemoteServerConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.remote.configuration; import org.infinispan.commons.configuration.Builder; diff --git a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/logging/Log.java b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/logging/Log.java index ea9c43a0e26d..0ceb5b4649ba 100644 --- a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/logging/Log.java +++ b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/logging/Log.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source. - * Copyright 2000 - 2011, Red Hat Middleware LLC, and individual contributors - * as indicated by the @author tags. See the copyright.txt file in the - * distribution for a full listing of individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.loaders.remote.logging; import org.infinispan.commons.CacheConfigurationException; diff --git a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/wrapper/DefaultEntryWrapper.java b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/wrapper/DefaultEntryWrapper.java index e10b2cc10ee8..0c132e91aae5 100644 --- a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/wrapper/DefaultEntryWrapper.java +++ b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/wrapper/DefaultEntryWrapper.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.remote.wrapper; import org.infinispan.client.hotrod.MetadataValue; diff --git a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/wrapper/EntryWrapper.java b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/wrapper/EntryWrapper.java index 40b6f16bb2a9..27efad495f85 100644 --- a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/wrapper/EntryWrapper.java +++ b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/wrapper/EntryWrapper.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.remote.wrapper; import org.infinispan.client.hotrod.MetadataValue; diff --git a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/wrapper/HotRodEntryMarshaller.java b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/wrapper/HotRodEntryMarshaller.java index 70483fd3e141..6714e8f671d3 100644 --- a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/wrapper/HotRodEntryMarshaller.java +++ b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/wrapper/HotRodEntryMarshaller.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.remote.wrapper; import java.io.IOException; diff --git a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/wrapper/HotRodEntryWrapper.java b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/wrapper/HotRodEntryWrapper.java index 2e3b2319038b..efa67b78c43d 100644 --- a/cachestore/remote/src/main/java/org/infinispan/loaders/remote/wrapper/HotRodEntryWrapper.java +++ b/cachestore/remote/src/main/java/org/infinispan/loaders/remote/wrapper/HotRodEntryWrapper.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.remote.wrapper; import org.infinispan.client.hotrod.MetadataValue; diff --git a/cachestore/remote/src/main/resources/schema/infinispan-cachestore-remote-config-5.2.xsd b/cachestore/remote/src/main/resources/schema/infinispan-cachestore-remote-config-5.2.xsd index 6c039cfce8c4..b90041c85aca 100644 --- a/cachestore/remote/src/main/resources/schema/infinispan-cachestore-remote-config-5.2.xsd +++ b/cachestore/remote/src/main/resources/schema/infinispan-cachestore-remote-config-5.2.xsd @@ -1,24 +1,4 @@ - - - diff --git a/cachestore/remote/src/main/resources/schema/infinispan-cachestore-remote-config-5.3.xsd b/cachestore/remote/src/main/resources/schema/infinispan-cachestore-remote-config-5.3.xsd index 2688bc6b2124..48ba5e219293 100644 --- a/cachestore/remote/src/main/resources/schema/infinispan-cachestore-remote-config-5.3.xsd +++ b/cachestore/remote/src/main/resources/schema/infinispan-cachestore-remote-config-5.3.xsd @@ -1,24 +1,4 @@ - - - - - diff --git a/cdi/extension/src/main/java/org/infinispan/cdi/AdvancedCacheProducer.java b/cdi/extension/src/main/java/org/infinispan/cdi/AdvancedCacheProducer.java index ffe95c43ccc1..fa9e886f8218 100644 --- a/cdi/extension/src/main/java/org/infinispan/cdi/AdvancedCacheProducer.java +++ b/cdi/extension/src/main/java/org/infinispan/cdi/AdvancedCacheProducer.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi; import org.infinispan.AdvancedCache; diff --git a/cdi/extension/src/main/java/org/infinispan/cdi/BeanManagerController.java b/cdi/extension/src/main/java/org/infinispan/cdi/BeanManagerController.java index 3641b304960e..1552b72f438f 100644 --- a/cdi/extension/src/main/java/org/infinispan/cdi/BeanManagerController.java +++ b/cdi/extension/src/main/java/org/infinispan/cdi/BeanManagerController.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tag. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cdi; import java.security.AccessController; diff --git a/cdi/extension/src/main/java/org/infinispan/cdi/ConfigureCache.java b/cdi/extension/src/main/java/org/infinispan/cdi/ConfigureCache.java index 41d4cbcdf8dc..8a5ff54060ab 100644 --- a/cdi/extension/src/main/java/org/infinispan/cdi/ConfigureCache.java +++ b/cdi/extension/src/main/java/org/infinispan/cdi/ConfigureCache.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi; import org.infinispan.configuration.cache.Configuration; diff --git a/cdi/extension/src/main/java/org/infinispan/cdi/ContextInputCache.java b/cdi/extension/src/main/java/org/infinispan/cdi/ContextInputCache.java index 2e46c28cab9d..853321ddf81d 100644 --- a/cdi/extension/src/main/java/org/infinispan/cdi/ContextInputCache.java +++ b/cdi/extension/src/main/java/org/infinispan/cdi/ContextInputCache.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tag. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cdi; import org.infinispan.Cache; diff --git a/cdi/extension/src/main/java/org/infinispan/cdi/DefaultEmbeddedCacheConfigurationProducer.java b/cdi/extension/src/main/java/org/infinispan/cdi/DefaultEmbeddedCacheConfigurationProducer.java index b871cb2c659b..62ee0a172a43 100644 --- a/cdi/extension/src/main/java/org/infinispan/cdi/DefaultEmbeddedCacheConfigurationProducer.java +++ b/cdi/extension/src/main/java/org/infinispan/cdi/DefaultEmbeddedCacheConfigurationProducer.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi; import org.infinispan.cdi.util.logging.Log; diff --git a/cdi/extension/src/main/java/org/infinispan/cdi/DefaultEmbeddedCacheManagerProducer.java b/cdi/extension/src/main/java/org/infinispan/cdi/DefaultEmbeddedCacheManagerProducer.java index 046a548eb2dd..cd65b6e3f531 100644 --- a/cdi/extension/src/main/java/org/infinispan/cdi/DefaultEmbeddedCacheManagerProducer.java +++ b/cdi/extension/src/main/java/org/infinispan/cdi/DefaultEmbeddedCacheManagerProducer.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi; import org.infinispan.cdi.util.logging.Log; diff --git a/cdi/extension/src/main/java/org/infinispan/cdi/DefaultRemoteCacheManagerProducer.java b/cdi/extension/src/main/java/org/infinispan/cdi/DefaultRemoteCacheManagerProducer.java index da2e142b473d..0abd64ad9e62 100644 --- a/cdi/extension/src/main/java/org/infinispan/cdi/DefaultRemoteCacheManagerProducer.java +++ b/cdi/extension/src/main/java/org/infinispan/cdi/DefaultRemoteCacheManagerProducer.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi; import org.infinispan.client.hotrod.RemoteCacheManager; diff --git a/cdi/extension/src/main/java/org/infinispan/cdi/InfinispanExtension.java b/cdi/extension/src/main/java/org/infinispan/cdi/InfinispanExtension.java index 96361fe229ba..eea4941aea47 100644 --- a/cdi/extension/src/main/java/org/infinispan/cdi/InfinispanExtension.java +++ b/cdi/extension/src/main/java/org/infinispan/cdi/InfinispanExtension.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi; import static org.jboss.solder.bean.Beans.getQualifiers; diff --git a/cdi/extension/src/main/java/org/infinispan/cdi/InjectedCacheResolver.java b/cdi/extension/src/main/java/org/infinispan/cdi/InjectedCacheResolver.java index a61cc7ec0fa1..bc043384d494 100644 --- a/cdi/extension/src/main/java/org/infinispan/cdi/InjectedCacheResolver.java +++ b/cdi/extension/src/main/java/org/infinispan/cdi/InjectedCacheResolver.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.cdi; import org.infinispan.configuration.global.GlobalConfiguration; diff --git a/cdi/extension/src/main/java/org/infinispan/cdi/Input.java b/cdi/extension/src/main/java/org/infinispan/cdi/Input.java index 592200b74698..f355d6182169 100644 --- a/cdi/extension/src/main/java/org/infinispan/cdi/Input.java +++ b/cdi/extension/src/main/java/org/infinispan/cdi/Input.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi; import javax.inject.Qualifier; diff --git a/cdi/extension/src/main/java/org/infinispan/cdi/InputLiteral.java b/cdi/extension/src/main/java/org/infinispan/cdi/InputLiteral.java index d258a59fa8ae..e3e04e345f78 100644 --- a/cdi/extension/src/main/java/org/infinispan/cdi/InputLiteral.java +++ b/cdi/extension/src/main/java/org/infinispan/cdi/InputLiteral.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tag. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cdi; import javax.enterprise.inject.Default; diff --git a/cdi/extension/src/main/java/org/infinispan/cdi/OverrideDefault.java b/cdi/extension/src/main/java/org/infinispan/cdi/OverrideDefault.java index 6acd97ef9915..bffccf0efb11 100644 --- a/cdi/extension/src/main/java/org/infinispan/cdi/OverrideDefault.java +++ b/cdi/extension/src/main/java/org/infinispan/cdi/OverrideDefault.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi; import javax.inject.Qualifier; diff --git a/cdi/extension/src/main/java/org/infinispan/cdi/Remote.java b/cdi/extension/src/main/java/org/infinispan/cdi/Remote.java index 7e87ba6e320d..721d55231903 100644 --- a/cdi/extension/src/main/java/org/infinispan/cdi/Remote.java +++ b/cdi/extension/src/main/java/org/infinispan/cdi/Remote.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi; import javax.enterprise.util.Nonbinding; diff --git a/cdi/extension/src/main/java/org/infinispan/cdi/RemoteCacheProducer.java b/cdi/extension/src/main/java/org/infinispan/cdi/RemoteCacheProducer.java index 4e75f0daa185..ef40e3b7956d 100644 --- a/cdi/extension/src/main/java/org/infinispan/cdi/RemoteCacheProducer.java +++ b/cdi/extension/src/main/java/org/infinispan/cdi/RemoteCacheProducer.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi; import org.infinispan.client.hotrod.RemoteCache; diff --git a/cdi/extension/src/main/java/org/infinispan/cdi/event/AbstractEventBridge.java b/cdi/extension/src/main/java/org/infinispan/cdi/event/AbstractEventBridge.java index bd0588908288..709f8b43d132 100644 --- a/cdi/extension/src/main/java/org/infinispan/cdi/event/AbstractEventBridge.java +++ b/cdi/extension/src/main/java/org/infinispan/cdi/event/AbstractEventBridge.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.event; import javax.enterprise.event.Event; diff --git a/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/AbstractAdapter.java b/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/AbstractAdapter.java index 1b24b6011ad8..f3983d406911 100644 --- a/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/AbstractAdapter.java +++ b/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/AbstractAdapter.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.event.cache; import javax.enterprise.event.Event; diff --git a/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/CacheEntryActivatedAdapter.java b/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/CacheEntryActivatedAdapter.java index e260d378cd8f..db56015ffe35 100644 --- a/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/CacheEntryActivatedAdapter.java +++ b/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/CacheEntryActivatedAdapter.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.event.cache; import org.infinispan.Cache; diff --git a/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/CacheEntryCreatedAdapter.java b/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/CacheEntryCreatedAdapter.java index da07b2fd267a..bc2ade5088c2 100644 --- a/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/CacheEntryCreatedAdapter.java +++ b/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/CacheEntryCreatedAdapter.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.event.cache; import org.infinispan.Cache; diff --git a/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/CacheEntryEvictedAdapter.java b/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/CacheEntryEvictedAdapter.java index 3db6d04c2990..fbd0161e2708 100644 --- a/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/CacheEntryEvictedAdapter.java +++ b/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/CacheEntryEvictedAdapter.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.event.cache; import org.infinispan.Cache; diff --git a/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/CacheEntryInvalidatedAdapter.java b/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/CacheEntryInvalidatedAdapter.java index c4a1f46b90ea..f400d31f7fe5 100644 --- a/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/CacheEntryInvalidatedAdapter.java +++ b/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/CacheEntryInvalidatedAdapter.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.event.cache; import org.infinispan.Cache; diff --git a/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/CacheEntryLoadedAdapter.java b/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/CacheEntryLoadedAdapter.java index 6933bf8617fb..8a9c538d35d2 100644 --- a/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/CacheEntryLoadedAdapter.java +++ b/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/CacheEntryLoadedAdapter.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.event.cache; import org.infinispan.Cache; diff --git a/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/CacheEntryModifiedAdapter.java b/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/CacheEntryModifiedAdapter.java index 75d65d15575a..714aadb35b35 100644 --- a/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/CacheEntryModifiedAdapter.java +++ b/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/CacheEntryModifiedAdapter.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.event.cache; import org.infinispan.Cache; diff --git a/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/CacheEntryPassivatedAdapter.java b/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/CacheEntryPassivatedAdapter.java index 262b29067b2f..0153d5b8b916 100644 --- a/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/CacheEntryPassivatedAdapter.java +++ b/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/CacheEntryPassivatedAdapter.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.event.cache; import org.infinispan.Cache; diff --git a/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/CacheEntryRemovedAdapter.java b/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/CacheEntryRemovedAdapter.java index e81416e9cabc..b20a5c038577 100644 --- a/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/CacheEntryRemovedAdapter.java +++ b/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/CacheEntryRemovedAdapter.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.event.cache; import org.infinispan.Cache; diff --git a/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/CacheEntryVisitedAdapter.java b/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/CacheEntryVisitedAdapter.java index e87e502bfe8a..7c7ab85c8abb 100644 --- a/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/CacheEntryVisitedAdapter.java +++ b/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/CacheEntryVisitedAdapter.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.event.cache; import org.infinispan.Cache; diff --git a/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/CacheEventBridge.java b/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/CacheEventBridge.java index d5f3ef0047eb..16c1a3dc1882 100644 --- a/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/CacheEventBridge.java +++ b/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/CacheEventBridge.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.event.cache; import org.infinispan.cdi.event.AbstractEventBridge; diff --git a/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/TransactionCompletedAdapter.java b/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/TransactionCompletedAdapter.java index 856b05b609d7..4e485e42f451 100644 --- a/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/TransactionCompletedAdapter.java +++ b/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/TransactionCompletedAdapter.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.event.cache; import org.infinispan.Cache; diff --git a/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/TransactionRegisteredAdapter.java b/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/TransactionRegisteredAdapter.java index 1d18140bf90c..eed1e5607358 100644 --- a/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/TransactionRegisteredAdapter.java +++ b/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/TransactionRegisteredAdapter.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.event.cache; import org.infinispan.Cache; diff --git a/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/package-info.java b/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/package-info.java index 11248e619acf..e5a919dbdd77 100644 --- a/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/package-info.java +++ b/cdi/extension/src/main/java/org/infinispan/cdi/event/cache/package-info.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ /** * This package contains the adapters making the bridge between Infinispan cache events and CDI. */ diff --git a/cdi/extension/src/main/java/org/infinispan/cdi/event/cachemanager/AbstractAdapter.java b/cdi/extension/src/main/java/org/infinispan/cdi/event/cachemanager/AbstractAdapter.java index 3763d8333152..5a4a2dc376bd 100644 --- a/cdi/extension/src/main/java/org/infinispan/cdi/event/cachemanager/AbstractAdapter.java +++ b/cdi/extension/src/main/java/org/infinispan/cdi/event/cachemanager/AbstractAdapter.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.event.cachemanager; import javax.enterprise.event.Event; diff --git a/cdi/extension/src/main/java/org/infinispan/cdi/event/cachemanager/CacheManagerEventBridge.java b/cdi/extension/src/main/java/org/infinispan/cdi/event/cachemanager/CacheManagerEventBridge.java index 0598b33c52d8..d32b7710a386 100644 --- a/cdi/extension/src/main/java/org/infinispan/cdi/event/cachemanager/CacheManagerEventBridge.java +++ b/cdi/extension/src/main/java/org/infinispan/cdi/event/cachemanager/CacheManagerEventBridge.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.event.cachemanager; import org.infinispan.cdi.event.AbstractEventBridge; diff --git a/cdi/extension/src/main/java/org/infinispan/cdi/event/cachemanager/CacheStartedAdapter.java b/cdi/extension/src/main/java/org/infinispan/cdi/event/cachemanager/CacheStartedAdapter.java index bd9cda58416e..9e7693a04ef4 100644 --- a/cdi/extension/src/main/java/org/infinispan/cdi/event/cachemanager/CacheStartedAdapter.java +++ b/cdi/extension/src/main/java/org/infinispan/cdi/event/cachemanager/CacheStartedAdapter.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.event.cachemanager; import org.infinispan.manager.EmbeddedCacheManager; diff --git a/cdi/extension/src/main/java/org/infinispan/cdi/event/cachemanager/CacheStoppedAdapter.java b/cdi/extension/src/main/java/org/infinispan/cdi/event/cachemanager/CacheStoppedAdapter.java index b3212db77b42..3cf0118c06d4 100644 --- a/cdi/extension/src/main/java/org/infinispan/cdi/event/cachemanager/CacheStoppedAdapter.java +++ b/cdi/extension/src/main/java/org/infinispan/cdi/event/cachemanager/CacheStoppedAdapter.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.event.cachemanager; import org.infinispan.manager.EmbeddedCacheManager; diff --git a/cdi/extension/src/main/java/org/infinispan/cdi/event/cachemanager/ViewChangedAdapter.java b/cdi/extension/src/main/java/org/infinispan/cdi/event/cachemanager/ViewChangedAdapter.java index ef8434729c4b..32197ed7fbba 100644 --- a/cdi/extension/src/main/java/org/infinispan/cdi/event/cachemanager/ViewChangedAdapter.java +++ b/cdi/extension/src/main/java/org/infinispan/cdi/event/cachemanager/ViewChangedAdapter.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.event.cachemanager; import org.infinispan.manager.EmbeddedCacheManager; diff --git a/cdi/extension/src/main/java/org/infinispan/cdi/event/cachemanager/package-info.java b/cdi/extension/src/main/java/org/infinispan/cdi/event/cachemanager/package-info.java index fa4be2c829df..90b41788e1b1 100644 --- a/cdi/extension/src/main/java/org/infinispan/cdi/event/cachemanager/package-info.java +++ b/cdi/extension/src/main/java/org/infinispan/cdi/event/cachemanager/package-info.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ /** * This package contains the adapters making the bridge between Infinispan cache manager events and CDI. */ diff --git a/cdi/extension/src/main/java/org/infinispan/cdi/event/package-info.java b/cdi/extension/src/main/java/org/infinispan/cdi/event/package-info.java index 71b3ca956a6a..29062ab51448 100644 --- a/cdi/extension/src/main/java/org/infinispan/cdi/event/package-info.java +++ b/cdi/extension/src/main/java/org/infinispan/cdi/event/package-info.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ /** * This package contains the event bridge implementation between Infinispan and CDI. */ diff --git a/cdi/extension/src/main/java/org/infinispan/cdi/package-info.java b/cdi/extension/src/main/java/org/infinispan/cdi/package-info.java index e859ad26f2f8..f7e167f867e0 100644 --- a/cdi/extension/src/main/java/org/infinispan/cdi/package-info.java +++ b/cdi/extension/src/main/java/org/infinispan/cdi/package-info.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ /** * This is the Infinispan CDI module. This package contains the CDI extension implementation, the mechanism allowing * to inject and configure an Infinispan cache. For further details see the diff --git a/cdi/extension/src/main/java/org/infinispan/cdi/util/Contracts.java b/cdi/extension/src/main/java/org/infinispan/cdi/util/Contracts.java index 41da4ed3963f..82a486e65c60 100644 --- a/cdi/extension/src/main/java/org/infinispan/cdi/util/Contracts.java +++ b/cdi/extension/src/main/java/org/infinispan/cdi/util/Contracts.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.util; /** diff --git a/cdi/extension/src/main/java/org/infinispan/cdi/util/Version.java b/cdi/extension/src/main/java/org/infinispan/cdi/util/Version.java index 94a8f1b0cade..93ca7f74102f 100644 --- a/cdi/extension/src/main/java/org/infinispan/cdi/util/Version.java +++ b/cdi/extension/src/main/java/org/infinispan/cdi/util/Version.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.util; /** diff --git a/cdi/extension/src/main/java/org/infinispan/cdi/util/logging/Log.java b/cdi/extension/src/main/java/org/infinispan/cdi/util/logging/Log.java index 9479b7bc16f2..4b18b8ba4eda 100644 --- a/cdi/extension/src/main/java/org/infinispan/cdi/util/logging/Log.java +++ b/cdi/extension/src/main/java/org/infinispan/cdi/util/logging/Log.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.util.logging; import org.infinispan.manager.EmbeddedCacheManager; diff --git a/cdi/extension/src/main/java/org/infinispan/cdi/util/logging/package-info.java b/cdi/extension/src/main/java/org/infinispan/cdi/util/logging/package-info.java index 5ebc9db9c129..cd5b5e45c7b2 100644 --- a/cdi/extension/src/main/java/org/infinispan/cdi/util/logging/package-info.java +++ b/cdi/extension/src/main/java/org/infinispan/cdi/util/logging/package-info.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ /** * This package contains the logging classes. */ diff --git a/cdi/extension/src/main/java/org/infinispan/cdi/util/package-info.java b/cdi/extension/src/main/java/org/infinispan/cdi/util/package-info.java index cdd2a4e09627..2d08b6f32964 100644 --- a/cdi/extension/src/main/java/org/infinispan/cdi/util/package-info.java +++ b/cdi/extension/src/main/java/org/infinispan/cdi/util/package-info.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ /** * This package contains utility classes. */ diff --git a/cdi/extension/src/main/resources/META-INF/beans.xml b/cdi/extension/src/main/resources/META-INF/beans.xml index 9828fd4d092c..6044e2ba5086 100644 --- a/cdi/extension/src/main/resources/META-INF/beans.xml +++ b/cdi/extension/src/main/resources/META-INF/beans.xml @@ -1,26 +1,4 @@ - diff --git a/cdi/extension/src/main/resources/META-INF/services/javax.enterprise.inject.spi.Extension b/cdi/extension/src/main/resources/META-INF/services/javax.enterprise.inject.spi.Extension index 9ecee18c8e29..748b37f1d6fe 100644 --- a/cdi/extension/src/main/resources/META-INF/services/javax.enterprise.inject.spi.Extension +++ b/cdi/extension/src/main/resources/META-INF/services/javax.enterprise.inject.spi.Extension @@ -1,23 +1 @@ -# -# JBoss, Home of Professional Open Source -# Copyright 2011 Red Hat Inc. and/or its affiliates and other -# contributors as indicated by the @author tags. All rights reserved. -# See the copyright.txt in the distribution for a full listing of -# individual contributors. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 2.1 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# org.infinispan.cdi.InfinispanExtension diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/DefaultTestEmbeddedCacheManagerProducer.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/DefaultTestEmbeddedCacheManagerProducer.java index 904dfbb5604b..0d176207674c 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/DefaultTestEmbeddedCacheManagerProducer.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/DefaultTestEmbeddedCacheManagerProducer.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test; import org.infinispan.cdi.OverrideDefault; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/ServiceLoaderTest.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/ServiceLoaderTest.java index 20614a60e93f..bdd6e4b67c1e 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/ServiceLoaderTest.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/ServiceLoaderTest.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cdi.test; import java.util.ServiceLoader; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/embedded/DefaultCacheTest.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/embedded/DefaultCacheTest.java index 77f3ed0a096a..b25dee54cbdd 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/embedded/DefaultCacheTest.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/embedded/DefaultCacheTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.cache.embedded; import org.infinispan.AdvancedCache; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/embedded/configured/Config.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/embedded/configured/Config.java index e736739ba7fd..edcf0c5f50e7 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/embedded/configured/Config.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/embedded/configured/Config.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.cache.embedded.configured; import org.infinispan.cdi.ConfigureCache; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/embedded/configured/ConfiguredCacheTest.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/embedded/configured/ConfiguredCacheTest.java index 663a866b2243..ab60beb2f750 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/embedded/configured/ConfiguredCacheTest.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/embedded/configured/ConfiguredCacheTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.cache.embedded.configured; import org.infinispan.AdvancedCache; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/embedded/configured/Small.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/embedded/configured/Small.java index 1dd0f62468ca..d86034b1c3c3 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/embedded/configured/Small.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/embedded/configured/Small.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.cache.embedded.configured; import javax.inject.Qualifier; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/embedded/configured/Tiny.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/embedded/configured/Tiny.java index 901075e023c9..c2b10669afde 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/embedded/configured/Tiny.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/embedded/configured/Tiny.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.cache.embedded.configured; import javax.inject.Qualifier; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/embedded/specific/Config.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/embedded/specific/Config.java index 9b1703267e74..62a67611079c 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/embedded/specific/Config.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/embedded/specific/Config.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.cache.embedded.specific; import org.infinispan.cdi.ConfigureCache; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/embedded/specific/Large.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/embedded/specific/Large.java index 7fd4144f2cd6..f83736b765d3 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/embedded/specific/Large.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/embedded/specific/Large.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.cache.embedded.specific; import javax.inject.Qualifier; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/embedded/specific/Small.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/embedded/specific/Small.java index de5240d60a22..73b6d090e7cb 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/embedded/specific/Small.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/embedded/specific/Small.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.cache.embedded.specific; import javax.inject.Qualifier; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/embedded/specific/SpecificCacheManagerTest.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/embedded/specific/SpecificCacheManagerTest.java index 203bdb65073a..aa279c66587f 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/embedded/specific/SpecificCacheManagerTest.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/embedded/specific/SpecificCacheManagerTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.cache.embedded.specific; import org.infinispan.Cache; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/remote/DefaultCacheTest.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/remote/DefaultCacheTest.java index 4ddc930fc8b6..6d9fd42d9153 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/remote/DefaultCacheTest.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/remote/DefaultCacheTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.cache.remote; import org.infinispan.api.BasicCache; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/remote/NamedCacheTest.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/remote/NamedCacheTest.java index 2d4f5a44697b..503aa32ebbfc 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/remote/NamedCacheTest.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/remote/NamedCacheTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.cache.remote; import org.infinispan.api.BasicCache; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/remote/Small.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/remote/Small.java index 67fcd3925991..5971a08b90bb 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/remote/Small.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/remote/Small.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.cache.remote; import org.infinispan.cdi.Remote; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/remote/SpecificCacheManagerTest.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/remote/SpecificCacheManagerTest.java index ce145f153c21..4b1d5defa0a1 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/remote/SpecificCacheManagerTest.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/remote/SpecificCacheManagerTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.cache.remote; import org.infinispan.api.BasicCache; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/DefaultConfigurationTest.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/DefaultConfigurationTest.java index 44e097f2c5b7..c776a579edba 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/DefaultConfigurationTest.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/DefaultConfigurationTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.cachemanager.embedded; import org.infinispan.Cache; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/external/Config.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/external/Config.java index 5fecb7352e85..3fd483bb568a 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/external/Config.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/external/Config.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.cachemanager.embedded.external; import org.infinispan.cdi.ConfigureCache; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/external/ExternalCacheContainerTest.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/external/ExternalCacheContainerTest.java index afb5d05e8db1..347b227473e1 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/external/ExternalCacheContainerTest.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/external/ExternalCacheContainerTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.cachemanager.embedded.external; import org.infinispan.AdvancedCache; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/external/Large.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/external/Large.java index e58f32f748ce..314facce16ab 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/external/Large.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/external/Large.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.cachemanager.embedded.external; import javax.inject.Qualifier; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/external/Quick.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/external/Quick.java index e95eb480f9b9..8f2872f47f36 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/external/Quick.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/external/Quick.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.cachemanager.embedded.external; import javax.inject.Qualifier; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/programmatic/Config.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/programmatic/Config.java index 3432d5f49137..fff4a129f2ff 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/programmatic/Config.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/programmatic/Config.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.cachemanager.embedded.programmatic; import org.infinispan.cdi.ConfigureCache; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/programmatic/ProgrammaticCacheContainerTest.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/programmatic/ProgrammaticCacheContainerTest.java index 379109eb0e9c..b0de58614afc 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/programmatic/ProgrammaticCacheContainerTest.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/programmatic/ProgrammaticCacheContainerTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.cachemanager.embedded.programmatic; import org.infinispan.AdvancedCache; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/programmatic/Small.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/programmatic/Small.java index 1fb88cf9f641..d6dfe221ceec 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/programmatic/Small.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/programmatic/Small.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.cachemanager.embedded.programmatic; import javax.inject.Qualifier; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/programmatic/SmallCacheObservers.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/programmatic/SmallCacheObservers.java index f12f0a4f9880..15f842795e74 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/programmatic/SmallCacheObservers.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/programmatic/SmallCacheObservers.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.cachemanager.embedded.programmatic; import org.infinispan.notifications.cachemanagerlistener.event.CacheStartedEvent; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/registration/CacheRegistrationTest.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/registration/CacheRegistrationTest.java index 888290e82f34..6be18cf8fdcc 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/registration/CacheRegistrationTest.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/registration/CacheRegistrationTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.cachemanager.embedded.registration; import static org.infinispan.cdi.test.testutil.Deployments.baseDeployment; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/registration/Config.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/registration/Config.java index 1e56445e8702..217f8d33abda 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/registration/Config.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/registration/Config.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.cachemanager.embedded.registration; import org.infinispan.cdi.ConfigureCache; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/registration/Large.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/registration/Large.java index c977e74d71c1..5ac39614e75f 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/registration/Large.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/registration/Large.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.cachemanager.embedded.registration; import javax.inject.Qualifier; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/registration/Small.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/registration/Small.java index 147be27dd8a5..7f9263b8c4e1 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/registration/Small.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/registration/Small.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.cachemanager.embedded.registration; import javax.inject.Qualifier; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/registration/VeryLarge.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/registration/VeryLarge.java index 914adccb578e..d61bf0ee81b3 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/registration/VeryLarge.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/registration/VeryLarge.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.cachemanager.embedded.registration; import javax.inject.Qualifier; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/xml/Config.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/xml/Config.java index ddbc099da486..4f371ee4e261 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/xml/Config.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/xml/Config.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.cachemanager.embedded.xml; import org.infinispan.cdi.ConfigureCache; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/xml/Quick.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/xml/Quick.java index 46a291ef9583..e47f1c1a22cc 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/xml/Quick.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/xml/Quick.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.cachemanager.embedded.xml; import javax.inject.Qualifier; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/xml/VeryLarge.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/xml/VeryLarge.java index ca675b3175ed..ec588fd54f60 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/xml/VeryLarge.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/xml/VeryLarge.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.cachemanager.embedded.xml; import javax.inject.Qualifier; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/xml/XMLConfiguredCacheContainerTest.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/xml/XMLConfiguredCacheContainerTest.java index 3ce209135fb2..7e24959d26a3 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/xml/XMLConfiguredCacheContainerTest.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/embedded/xml/XMLConfiguredCacheContainerTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.cachemanager.embedded.xml; import org.infinispan.AdvancedCache; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/remote/DefaultCacheManagerOverrideTest.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/remote/DefaultCacheManagerOverrideTest.java index 3aa91bb5124a..bcff8ae8df5e 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/remote/DefaultCacheManagerOverrideTest.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/remote/DefaultCacheManagerOverrideTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.cachemanager.remote; import org.infinispan.client.hotrod.RemoteCacheManager; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/remote/DefaultCacheManagerTest.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/remote/DefaultCacheManagerTest.java index 9e84cd2fe470..41c522b17e0e 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/remote/DefaultCacheManagerTest.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/cachemanager/remote/DefaultCacheManagerTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.cachemanager.remote; import org.infinispan.client.hotrod.RemoteCacheManager; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/distexec/DistributedExecutorCDITest.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/distexec/DistributedExecutorCDITest.java index b52bc7968a5c..fb2102cdc8ba 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/distexec/DistributedExecutorCDITest.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/distexec/DistributedExecutorCDITest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.distexec; import static org.infinispan.cdi.test.testutil.Deployments.baseDeployment; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/distexec/MultipleCacheManagersArquillianTest.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/distexec/MultipleCacheManagersArquillianTest.java index 03bf9683b9c6..1c2a2ab604ec 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/distexec/MultipleCacheManagersArquillianTest.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/distexec/MultipleCacheManagersArquillianTest.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tag. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cdi.test.distexec; import java.lang.reflect.Method; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/distexec/WordCountMapReduceCDITest.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/distexec/WordCountMapReduceCDITest.java index 42eaff99ec3c..020024518d9a 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/distexec/WordCountMapReduceCDITest.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/distexec/WordCountMapReduceCDITest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.distexec; import static org.infinispan.cdi.test.testutil.Deployments.baseDeployment; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/event/Cache1.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/event/Cache1.java index 9cd59fb25782..028f207208a1 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/event/Cache1.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/event/Cache1.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.event; import javax.inject.Qualifier; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/event/Cache1Observers.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/event/Cache1Observers.java index d6ca0761127e..1a93715b18b3 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/event/Cache1Observers.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/event/Cache1Observers.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.event; import org.infinispan.notifications.cachelistener.event.CacheEntryCreatedEvent; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/event/Cache2.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/event/Cache2.java index c2f992d4fb92..86d092ae2684 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/event/Cache2.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/event/Cache2.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.event; import javax.inject.Qualifier; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/event/Cache2Observers.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/event/Cache2Observers.java index 6a0db361d00e..5e80f95fdb4e 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/event/Cache2Observers.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/event/Cache2Observers.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.event; import org.infinispan.notifications.cachemanagerlistener.event.CacheStartedEvent; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/event/CacheEventTest.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/event/CacheEventTest.java index 1cf2975c1f63..8f2d955e3b8c 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/event/CacheEventTest.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/event/CacheEventTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.event; import org.infinispan.AdvancedCache; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/event/Config.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/event/Config.java index 95abc5956264..d8bde5c91725 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/event/Config.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/event/Config.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.event; import org.infinispan.cdi.ConfigureCache; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/CachePutInterceptorTest.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/CachePutInterceptorTest.java index a08db1f082e4..04a4034359ee 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/CachePutInterceptorTest.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/CachePutInterceptorTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.interceptor; import org.infinispan.Cache; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/CacheRemoveAllInterceptorTest.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/CacheRemoveAllInterceptorTest.java index 2e143f981b5b..0d5f89d3d882 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/CacheRemoveAllInterceptorTest.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/CacheRemoveAllInterceptorTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.interceptor; import org.infinispan.Cache; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/CacheRemoveEntryInterceptorTest.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/CacheRemoveEntryInterceptorTest.java index d375ffd209ba..4353c45ea30a 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/CacheRemoveEntryInterceptorTest.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/CacheRemoveEntryInterceptorTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.interceptor; import org.infinispan.Cache; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/CacheResultInterceptorTest.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/CacheResultInterceptorTest.java index a2409ddbb782..944b4030bf7c 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/CacheResultInterceptorTest.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/CacheResultInterceptorTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.interceptor; import org.infinispan.Cache; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/config/Config.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/config/Config.java index 15aaf4dd3f76..c2fe0489854d 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/config/Config.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/config/Config.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.interceptor.config; import org.infinispan.cdi.ConfigureCache; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/config/Custom.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/config/Custom.java index d36c022d9e6e..8f055d9500fb 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/config/Custom.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/config/Custom.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.interceptor.config; import javax.inject.Qualifier; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/config/Small.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/config/Small.java index 08ff17624788..6c68b2be322b 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/config/Small.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/config/Small.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.interceptor.config; import javax.inject.Qualifier; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/service/CachePutService.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/service/CachePutService.java index c326ffde22a9..72b3e4916073 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/service/CachePutService.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/service/CachePutService.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.interceptor.service; import javax.cache.annotation.CacheKey; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/service/CacheRemoveAllService.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/service/CacheRemoveAllService.java index c7ed5b0df143..57ed77c714af 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/service/CacheRemoveAllService.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/service/CacheRemoveAllService.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.interceptor.service; import javax.cache.annotation.CacheRemoveAll; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/service/CacheRemoveEntryService.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/service/CacheRemoveEntryService.java index 5296eb21b18f..e1b696820780 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/service/CacheRemoveEntryService.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/service/CacheRemoveEntryService.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.interceptor.service; import javax.cache.annotation.CacheKey; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/service/CacheResultService.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/service/CacheResultService.java index 9adbed55d984..990a007411b0 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/service/CacheResultService.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/service/CacheResultService.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.interceptor.service; import javax.cache.annotation.CacheKey; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/service/CustomCacheKey.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/service/CustomCacheKey.java index 782bde10addf..d5f784dbceaa 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/service/CustomCacheKey.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/service/CustomCacheKey.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.interceptor.service; import javax.cache.annotation.GeneratedCacheKey; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/service/CustomCacheKeyGenerator.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/service/CustomCacheKeyGenerator.java index e1d2af6a2533..3493475a4fcc 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/service/CustomCacheKeyGenerator.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/interceptor/service/CustomCacheKeyGenerator.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.interceptor.service; import javax.cache.annotation.CacheKeyGenerator; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/testutil/Deployments.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/testutil/Deployments.java index daadcd9b8a81..67a64586f024 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/testutil/Deployments.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/testutil/Deployments.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.testutil; import org.infinispan.cdi.ConfigureCache; diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/util/ContractsTest.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/util/ContractsTest.java index 4b95c0448f21..63f68730998b 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/util/ContractsTest.java +++ b/cdi/extension/src/test/java/org/infinispan/cdi/test/util/ContractsTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.cdi.test.util; import org.testng.annotations.Test; diff --git a/cdi/extension/src/test/resources/beans.xml b/cdi/extension/src/test/resources/beans.xml index c9b9ec9e31c4..650409b49c02 100644 --- a/cdi/extension/src/test/resources/beans.xml +++ b/cdi/extension/src/test/resources/beans.xml @@ -1,26 +1,4 @@ - diff --git a/cdi/extension/src/test/resources/infinispan.xml b/cdi/extension/src/test/resources/infinispan.xml index 492ebc09062b..d0dc9aadb432 100644 --- a/cdi/extension/src/test/resources/infinispan.xml +++ b/cdi/extension/src/test/resources/infinispan.xml @@ -1,26 +1,4 @@ - diff --git a/cli/cli-client/pom.xml b/cli/cli-client/pom.xml index 9a1965bfede1..a37175c3025d 100644 --- a/cli/cli-client/pom.xml +++ b/cli/cli-client/pom.xml @@ -1,26 +1,4 @@ - 4.0.0 diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/CommandBuffer.java b/cli/cli-client/src/main/java/org/infinispan/cli/CommandBuffer.java index 4a85722de6b6..803c21b504d5 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/CommandBuffer.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/CommandBuffer.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli; public interface CommandBuffer { diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/CommandRegistry.java b/cli/cli-client/src/main/java/org/infinispan/cli/CommandRegistry.java index 5907ceb4dbd6..757cd017bb20 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/CommandRegistry.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/CommandRegistry.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli; import java.util.Collections; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/Config.java b/cli/cli-client/src/main/java/org/infinispan/cli/Config.java index dbc3c3d8823c..ac68094f9bb3 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/Config.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/Config.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli; public interface Config { diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/Context.java b/cli/cli-client/src/main/java/org/infinispan/cli/Context.java index c4a9d6d13925..d53d1e247f38 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/Context.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/Context.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli; import org.infinispan.cli.connection.Connection; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/Main.java b/cli/cli-client/src/main/java/org/infinispan/cli/Main.java index 8c5eb80e1c79..4a6f3b276495 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/Main.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/Main.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli; import org.infinispan.cli.shell.Shell; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/commands/AbstractCommand.java b/cli/cli-client/src/main/java/org/infinispan/cli/commands/AbstractCommand.java index 230380e61348..750c03bdf93a 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/commands/AbstractCommand.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/commands/AbstractCommand.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.commands; import java.util.Collections; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/commands/Argument.java b/cli/cli-client/src/main/java/org/infinispan/cli/commands/Argument.java index 956137d4e596..f9e3b132e5c3 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/commands/Argument.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/commands/Argument.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.commands; public interface Argument { diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/commands/Command.java b/cli/cli-client/src/main/java/org/infinispan/cli/commands/Command.java index 5b42ca2c899b..4d8ad815d36f 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/commands/Command.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/commands/Command.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.commands; import java.util.List; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/commands/Parameter.java b/cli/cli-client/src/main/java/org/infinispan/cli/commands/Parameter.java index 46a91989ae56..de7c4e6a5e6f 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/commands/Parameter.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/commands/Parameter.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.commands; public class Parameter implements Argument { diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/commands/ProcessedCommand.java b/cli/cli-client/src/main/java/org/infinispan/cli/commands/ProcessedCommand.java index 87b29bd47fdc..eccfce62c075 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/commands/ProcessedCommand.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/commands/ProcessedCommand.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.commands; import java.util.ArrayList; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/commands/ServerCommand.java b/cli/cli-client/src/main/java/org/infinispan/cli/commands/ServerCommand.java index a1bf8321ae51..a2ea749f4294 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/commands/ServerCommand.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/commands/ServerCommand.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.commands; public interface ServerCommand extends Command { diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/commands/client/Connect.java b/cli/cli-client/src/main/java/org/infinispan/cli/commands/client/Connect.java index f3e490fb03b3..a3799a1ca1f1 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/commands/client/Connect.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/commands/client/Connect.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.commands.client; import java.util.List; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/commands/client/Container.java b/cli/cli-client/src/main/java/org/infinispan/cli/commands/client/Container.java index bb6fc99baeb7..00f767cec25f 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/commands/client/Container.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/commands/client/Container.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.commands.client; import java.util.List; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/commands/client/Disconnect.java b/cli/cli-client/src/main/java/org/infinispan/cli/commands/client/Disconnect.java index 2ff75bcdf0d2..755882b8743b 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/commands/client/Disconnect.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/commands/client/Disconnect.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.commands.client; import org.infinispan.cli.Context; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/commands/client/Help.java b/cli/cli-client/src/main/java/org/infinispan/cli/commands/client/Help.java index 328325fbf5be..b5a65993ab0b 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/commands/client/Help.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/commands/client/Help.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.commands.client; import java.io.IOException; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/commands/client/Quit.java b/cli/cli-client/src/main/java/org/infinispan/cli/commands/client/Quit.java index 096a50bca2d3..13d7a359534d 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/commands/client/Quit.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/commands/client/Quit.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.commands.client; import org.infinispan.cli.Context; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Abort.java b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Abort.java index 9b82c0c4cb47..cfde9cc04e17 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Abort.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Abort.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.commands.server; public class Abort extends AbstractServerCommand { diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/AbstractServerCommand.java b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/AbstractServerCommand.java index 85be3070d86f..81b787b17f42 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/AbstractServerCommand.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/AbstractServerCommand.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.commands.server; import org.infinispan.cli.CommandBuffer; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Begin.java b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Begin.java index fb859006e822..94bc4a5679f0 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Begin.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Begin.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.commands.server; public class Begin extends AbstractServerCommand { diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Cache.java b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Cache.java index 56be2aaa2a03..ae5dbcb854b8 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Cache.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Cache.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.commands.server; import java.util.List; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Clear.java b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Clear.java index 970aecd0668c..cfa4223017d5 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Clear.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Clear.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.commands.server; public class Clear extends AbstractServerCommand { diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Commit.java b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Commit.java index 7773afc0bbb1..6960c33f8ab7 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Commit.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Commit.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.commands.server; public class Commit extends AbstractServerCommand { diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Create.java b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Create.java index 8472dca1564b..580e1f4c658e 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Create.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Create.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.commands.server; import java.util.List; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Encoding.java b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Encoding.java index 14f12d8c1979..d1a72f03f957 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Encoding.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Encoding.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.commands.server; import java.util.Arrays; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/End.java b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/End.java index 1c297532b49a..28fde4bfff90 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/End.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/End.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.commands.server; public class End extends AbstractServerCommand { diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Evict.java b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Evict.java index 0511c41def34..5534f9b633c9 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Evict.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Evict.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.commands.server; public class Evict extends AbstractServerCommand { diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Get.java b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Get.java index 6b234f8ec9ec..4cd4936e34c9 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Get.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Get.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.commands.server; import java.util.Arrays; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Info.java b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Info.java index 138825d887dc..40042140eb3a 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Info.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Info.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.commands.server; import java.util.List; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Locate.java b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Locate.java index dd655dee672d..503dbc8adbb8 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Locate.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Locate.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.commands.server; import java.util.Arrays; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Ping.java b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Ping.java index 33ce6a8b33a7..bc0e46ebc32d 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Ping.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Ping.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.commands.server; import org.infinispan.cli.CommandBuffer; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Put.java b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Put.java index d6b6f679f577..f438098e8c18 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Put.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Put.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.commands.server; import java.util.Arrays; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Remove.java b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Remove.java index 5ac9d2fd6560..57e6875b1061 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Remove.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Remove.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.commands.server; public class Remove extends AbstractServerCommand { diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Replace.java b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Replace.java index ae88b69e7464..9956be405456 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Replace.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Replace.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.commands.server; import java.util.Arrays; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Rollback.java b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Rollback.java index 13ab2e5a23b1..445a3f50b64f 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Rollback.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Rollback.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.commands.server; public class Rollback extends AbstractServerCommand { diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Site.java b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Site.java index 109f66732624..a3a7ef27a2e0 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Site.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Site.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.commands.server; import java.util.Arrays; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Start.java b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Start.java index a47e25c573b7..b56dda80abf6 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Start.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Start.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.commands.server; public class Start extends AbstractServerCommand { diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Stats.java b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Stats.java index c502bc56d48a..10deb482a6d3 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Stats.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Stats.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.commands.server; import java.util.Arrays; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Upgrade.java b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Upgrade.java index c65113ee55d2..2bba982eb3b5 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Upgrade.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Upgrade.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.commands.server; import java.util.Arrays; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Version.java b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Version.java index 7d785feeb607..0065c6b30d15 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Version.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/commands/server/Version.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.commands.server; import org.infinispan.cli.Context; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/connection/Connection.java b/cli/cli-client/src/main/java/org/infinispan/cli/connection/Connection.java index a83e7c2d8c55..7e90b62a7390 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/connection/Connection.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/connection/Connection.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.connection; import java.io.Closeable; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/connection/ConnectionFactory.java b/cli/cli-client/src/main/java/org/infinispan/cli/connection/ConnectionFactory.java index f790689dd0fb..b269f1147b0c 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/connection/ConnectionFactory.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/connection/ConnectionFactory.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.connection; import java.util.ServiceLoader; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/connection/Connector.java b/cli/cli-client/src/main/java/org/infinispan/cli/connection/Connector.java index 00083b24d361..38e414e7eef0 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/connection/Connector.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/connection/Connector.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.connection; /** diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/connection/jmx/AbstractJMXUrl.java b/cli/cli-client/src/main/java/org/infinispan/cli/connection/jmx/AbstractJMXUrl.java index 65ee78b0b957..ba58d0ff46ed 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/connection/jmx/AbstractJMXUrl.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/connection/jmx/AbstractJMXUrl.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.connection.jmx; import java.util.HashMap; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/connection/jmx/JMXConnection.java b/cli/cli-client/src/main/java/org/infinispan/cli/connection/jmx/JMXConnection.java index 7d87d773a092..4c38861cf2a3 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/connection/jmx/JMXConnection.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/connection/jmx/JMXConnection.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.connection.jmx; import java.io.IOException; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/connection/jmx/JMXUrl.java b/cli/cli-client/src/main/java/org/infinispan/cli/connection/jmx/JMXUrl.java index 9dad0d76dca6..cab72e60973c 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/connection/jmx/JMXUrl.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/connection/jmx/JMXUrl.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.connection.jmx; import java.util.Map; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/connection/jmx/remoting/JMXRemotingConnector.java b/cli/cli-client/src/main/java/org/infinispan/cli/connection/jmx/remoting/JMXRemotingConnector.java index 1aa4b43afeb6..54fc2b383d4f 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/connection/jmx/remoting/JMXRemotingConnector.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/connection/jmx/remoting/JMXRemotingConnector.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.connection.jmx.remoting; import org.infinispan.cli.connection.Connection; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/connection/jmx/remoting/JMXRemotingUrl.java b/cli/cli-client/src/main/java/org/infinispan/cli/connection/jmx/remoting/JMXRemotingUrl.java index 0093eefd7caa..9670dd87ada7 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/connection/jmx/remoting/JMXRemotingUrl.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/connection/jmx/remoting/JMXRemotingUrl.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.connection.jmx.remoting; import static org.infinispan.cli.util.Utils.nullIfEmpty; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/connection/jmx/rmi/JMXRMIConnector.java b/cli/cli-client/src/main/java/org/infinispan/cli/connection/jmx/rmi/JMXRMIConnector.java index a832ddb2709e..2168a5ce9b32 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/connection/jmx/rmi/JMXRMIConnector.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/connection/jmx/rmi/JMXRMIConnector.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.connection.jmx.rmi; import org.infinispan.cli.connection.Connection; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/connection/jmx/rmi/JMXRMIUrl.java b/cli/cli-client/src/main/java/org/infinispan/cli/connection/jmx/rmi/JMXRMIUrl.java index b7717a7a18d3..5f29afa25f12 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/connection/jmx/rmi/JMXRMIUrl.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/connection/jmx/rmi/JMXRMIUrl.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.connection.jmx.rmi; import static org.infinispan.cli.util.Utils.nullIfEmpty; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/impl/CommandBufferImpl.java b/cli/cli-client/src/main/java/org/infinispan/cli/impl/CommandBufferImpl.java index 0ad9259b64bb..0f050dad9efd 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/impl/CommandBufferImpl.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/impl/CommandBufferImpl.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.impl; import org.infinispan.cli.CommandBuffer; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/impl/ContextImpl.java b/cli/cli-client/src/main/java/org/infinispan/cli/impl/ContextImpl.java index 0ba2280b834d..d68acce53a17 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/impl/ContextImpl.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/impl/ContextImpl.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.impl; import java.io.IOException; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/io/ConsoleIOAdapter.java b/cli/cli-client/src/main/java/org/infinispan/cli/io/ConsoleIOAdapter.java index 14675b94b2f5..30d4148ab258 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/io/ConsoleIOAdapter.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/io/ConsoleIOAdapter.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.io; import java.io.IOException; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/io/IOAdapter.java b/cli/cli-client/src/main/java/org/infinispan/cli/io/IOAdapter.java index aefaf6506981..712f675743c4 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/io/IOAdapter.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/io/IOAdapter.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.io; import java.io.IOException; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/io/StreamIOAdapter.java b/cli/cli-client/src/main/java/org/infinispan/cli/io/StreamIOAdapter.java index b2159c08dc7b..47cce8500089 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/io/StreamIOAdapter.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/io/StreamIOAdapter.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.io; import java.io.BufferedReader; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/shell/Color.java b/cli/cli-client/src/main/java/org/infinispan/cli/shell/Color.java index 033fd184d13c..7cfad06f798a 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/shell/Color.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/shell/Color.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.shell; /** diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/shell/Completer.java b/cli/cli-client/src/main/java/org/infinispan/cli/shell/Completer.java index faae6bd0f119..7a6bf4f80b21 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/shell/Completer.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/shell/Completer.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.shell; import java.util.Collection; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/shell/ConfigImpl.java b/cli/cli-client/src/main/java/org/infinispan/cli/shell/ConfigImpl.java index 5f722cc1f23c..3b969767e507 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/shell/ConfigImpl.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/shell/ConfigImpl.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.shell; import java.io.BufferedReader; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/shell/Man2Ansi.java b/cli/cli-client/src/main/java/org/infinispan/cli/shell/Man2Ansi.java index 20b8477ff7a2..ea26d40e60c9 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/shell/Man2Ansi.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/shell/Man2Ansi.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.shell; import java.io.BufferedReader; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/shell/Prompt.java b/cli/cli-client/src/main/java/org/infinispan/cli/shell/Prompt.java index 6a581daf8f5a..7a9dbc66a676 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/shell/Prompt.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/shell/Prompt.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.shell; import java.text.SimpleDateFormat; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/shell/Shell.java b/cli/cli-client/src/main/java/org/infinispan/cli/shell/Shell.java index 9dd65b931af8..4fb77492efc1 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/shell/Shell.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/shell/Shell.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.shell; import java.io.IOException; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/shell/ShellImpl.java b/cli/cli-client/src/main/java/org/infinispan/cli/shell/ShellImpl.java index b06ddf97bc7c..57ec4eea2408 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/shell/ShellImpl.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/shell/ShellImpl.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.shell; import gnu.getopt.Getopt; @@ -265,8 +247,8 @@ private void help() { private void version() { System.out.println("ispn-cli " + Version.class.getPackage().getImplementationVersion()); - System.out.println("Copyright (C) 2012 Red Hat Inc. and/or its affiliates and other contributors"); - System.out.println("License GNU Lesser General Public License, v. 2.1. http://www.gnu.org/licenses/lgpl-2.1.txt"); + System.out.println("Copyright (C) 2009-2013 Red Hat Inc. and/or its affiliates and other contributors"); + System.out.println("License Apache License, v. 2.0. http://www.apache.org/licenses/LICENSE-2.0"); System.exit(0); } diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/shell/ShellMode.java b/cli/cli-client/src/main/java/org/infinispan/cli/shell/ShellMode.java index 2f636079c71f..f319141461f3 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/shell/ShellMode.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/shell/ShellMode.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.shell; public enum ShellMode { diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/util/SystemUtils.java b/cli/cli-client/src/main/java/org/infinispan/cli/util/SystemUtils.java index 391c9dd14e49..e92301846141 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/util/SystemUtils.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/util/SystemUtils.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.util; import java.io.File; diff --git a/cli/cli-client/src/main/java/org/infinispan/cli/util/Utils.java b/cli/cli-client/src/main/java/org/infinispan/cli/util/Utils.java index 5140ead9d691..13c744fbfd08 100644 --- a/cli/cli-client/src/main/java/org/infinispan/cli/util/Utils.java +++ b/cli/cli-client/src/main/java/org/infinispan/cli/util/Utils.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.util; public class Utils { diff --git a/cli/cli-client/src/test/java/org/infinispan/cli/BatchingTest.java b/cli/cli-client/src/test/java/org/infinispan/cli/BatchingTest.java index 253ada316764..38198e470fd6 100644 --- a/cli/cli-client/src/test/java/org/infinispan/cli/BatchingTest.java +++ b/cli/cli-client/src/test/java/org/infinispan/cli/BatchingTest.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli; import java.io.ByteArrayInputStream; diff --git a/cli/cli-client/src/test/java/org/infinispan/cli/JMXRMIUrlTest.java b/cli/cli-client/src/test/java/org/infinispan/cli/JMXRMIUrlTest.java index f25f6e9dff1b..a1f31fd7cac9 100644 --- a/cli/cli-client/src/test/java/org/infinispan/cli/JMXRMIUrlTest.java +++ b/cli/cli-client/src/test/java/org/infinispan/cli/JMXRMIUrlTest.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli; import static org.testng.AssertJUnit.assertEquals; diff --git a/cli/cli-client/src/test/java/org/infinispan/cli/JMXRemotingUrlTest.java b/cli/cli-client/src/test/java/org/infinispan/cli/JMXRemotingUrlTest.java index 89efe7668f76..2ddb43c23716 100644 --- a/cli/cli-client/src/test/java/org/infinispan/cli/JMXRemotingUrlTest.java +++ b/cli/cli-client/src/test/java/org/infinispan/cli/JMXRemotingUrlTest.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli; import static org.testng.AssertJUnit.assertEquals; diff --git a/cli/cli-client/src/test/java/org/infinispan/cli/Man2AnsiTest.java b/cli/cli-client/src/test/java/org/infinispan/cli/Man2AnsiTest.java index 42b2e0bc592d..b5a253f206c7 100644 --- a/cli/cli-client/src/test/java/org/infinispan/cli/Man2AnsiTest.java +++ b/cli/cli-client/src/test/java/org/infinispan/cli/Man2AnsiTest.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli; import java.util.regex.Matcher; diff --git a/cli/cli-client/src/test/java/org/infinispan/cli/ProcessedCommandTest.java b/cli/cli-client/src/test/java/org/infinispan/cli/ProcessedCommandTest.java index 1e5d06e99882..fafbfe9fa005 100644 --- a/cli/cli-client/src/test/java/org/infinispan/cli/ProcessedCommandTest.java +++ b/cli/cli-client/src/test/java/org/infinispan/cli/ProcessedCommandTest.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli; import org.infinispan.cli.commands.ProcessedCommand; diff --git a/cli/cli-server/pom.xml b/cli/cli-server/pom.xml index 0c3a6086022d..f54b4766ce49 100644 --- a/cli/cli-server/pom.xml +++ b/cli/cli-server/pom.xml @@ -1,26 +1,4 @@ - 4.0.0 diff --git a/cli/cli-server/src/main/antlr3/org/infinispan/cli/interpreter/IspnQL.g b/cli/cli-server/src/main/antlr3/org/infinispan/cli/interpreter/IspnQL.g index 9e579360df41..cfb99c297b1d 100644 --- a/cli/cli-server/src/main/antlr3/org/infinispan/cli/interpreter/IspnQL.g +++ b/cli/cli-server/src/main/antlr3/org/infinispan/cli/interpreter/IspnQL.g @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ grammar IspnQL; options { @@ -25,24 +7,6 @@ options { } @header { -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter; import java.io.IOException; @@ -84,24 +48,6 @@ import static org.infinispan.cli.interpreter.utils.ParserSupport.*; } @lexer::header { -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter; import static org.infinispan.cli.interpreter.utils.ParserSupport.*; diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/Interpreter.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/Interpreter.java index fd753eac4183..457937a43d85 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/Interpreter.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/Interpreter.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter; import java.io.PrintWriter; diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/InterpreterMetadataFileFinder.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/InterpreterMetadataFileFinder.java index 913479581187..18065dfea73a 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/InterpreterMetadataFileFinder.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/InterpreterMetadataFileFinder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter; import org.infinispan.factories.components.ModuleMetadataFileFinder; diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/LifecycleCallbacks.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/LifecycleCallbacks.java index b89bca7838bd..5c0235b9e6dc 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/LifecycleCallbacks.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/LifecycleCallbacks.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter; import javax.management.MBeanServer; diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/ParseException.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/ParseException.java index b6f3383acfa4..ddf1b67d5482 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/ParseException.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/ParseException.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter; import java.util.List; diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/codec/Codec.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/codec/Codec.java index 0f9a462d2b68..8a3634c4a6dc 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/codec/Codec.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/codec/Codec.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.codec; public interface Codec { diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/codec/CodecException.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/codec/CodecException.java index ef004bc38dd1..c99f4abac754 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/codec/CodecException.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/codec/CodecException.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.codec; import org.infinispan.cli.interpreter.result.StatementException; diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/codec/CodecRegistry.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/codec/CodecRegistry.java index 02679dc9a9cd..ddc8ad085068 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/codec/CodecRegistry.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/codec/CodecRegistry.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.codec; import java.util.Collection; diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/codec/HotRodCodec.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/codec/HotRodCodec.java index 48eb8921182d..4d6ac411d994 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/codec/HotRodCodec.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/codec/HotRodCodec.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.codec; import org.infinispan.cli.interpreter.logging.Log; diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/codec/MemcachedCodec.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/codec/MemcachedCodec.java index 0fd477dcd475..7ac8847087b4 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/codec/MemcachedCodec.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/codec/MemcachedCodec.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.codec; import java.nio.charset.Charset; diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/codec/NoneCodec.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/codec/NoneCodec.java index acc5032fd9d5..8408bf9dac00 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/codec/NoneCodec.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/codec/NoneCodec.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.codec; /** diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/codec/RestCodec.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/codec/RestCodec.java index be84e9234d0b..a82dd4377b43 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/codec/RestCodec.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/codec/RestCodec.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.codec; import org.infinispan.cli.interpreter.logging.Log; diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/logging/Log.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/logging/Log.java index 7740267bc6fb..9e26d9920587 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/logging/Log.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/logging/Log.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.logging; import static org.jboss.logging.Logger.Level.ERROR; diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/logging/Messages.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/logging/Messages.java index 3e102598fdd0..3f08dab50be8 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/logging/Messages.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/logging/Messages.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.logging; import org.jboss.logging.Message; diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/result/EmptyResult.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/result/EmptyResult.java index d94ea7d85f80..fe2a6a1703db 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/result/EmptyResult.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/result/EmptyResult.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.result; /** diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/result/JsonResult.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/result/JsonResult.java index efb88603fffa..7b29d1706831 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/result/JsonResult.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/result/JsonResult.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.result; import org.codehaus.jackson.annotate.JsonTypeInfo; diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/result/Result.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/result/Result.java index 88e2b90f9c64..dd6932dc8284 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/result/Result.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/result/Result.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.result; public interface Result { diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/result/ResultKeys.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/result/ResultKeys.java index 56dc9d38579f..4218b0b554ae 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/result/ResultKeys.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/result/ResultKeys.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.result; /** diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/result/StatementException.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/result/StatementException.java index 1b7b115a0f74..4ddb33f4150e 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/result/StatementException.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/result/StatementException.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.result; public class StatementException extends Exception { diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/result/StringResult.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/result/StringResult.java index 2b2378454603..a52841b8ea83 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/result/StringResult.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/result/StringResult.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.result; /** diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/session/Session.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/session/Session.java index bcc23a1e7904..2450f1845abf 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/session/Session.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/session/Session.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.session; import java.util.Collection; diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/session/SessionImpl.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/session/SessionImpl.java index b39af1ac6260..673f55dbf41a 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/session/SessionImpl.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/session/SessionImpl.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.session; import java.util.Collection; diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/AbstractTransactionStatement.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/AbstractTransactionStatement.java index 0fb6b4b1ee87..9d7ad63b8d00 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/AbstractTransactionStatement.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/AbstractTransactionStatement.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.statement; import javax.transaction.TransactionManager; diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/BeginTransactionStatement.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/BeginTransactionStatement.java index 9ecacdb2cb82..067ebe20de50 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/BeginTransactionStatement.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/BeginTransactionStatement.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.statement; import javax.transaction.NotSupportedException; diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/CacheStatement.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/CacheStatement.java index c5fa4bd2db92..acdf4fac1b1f 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/CacheStatement.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/CacheStatement.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.statement; import org.infinispan.Cache; diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/ClearStatement.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/ClearStatement.java index c8b7acea3a22..56242f4fad5f 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/ClearStatement.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/ClearStatement.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.statement; import org.infinispan.Cache; diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/CommitTransactionStatement.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/CommitTransactionStatement.java index 0065255aa0b7..5cc88b04ba95 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/CommitTransactionStatement.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/CommitTransactionStatement.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.statement; import javax.transaction.TransactionManager; diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/CreateStatement.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/CreateStatement.java index 24bac5afe01a..da8780e1ee41 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/CreateStatement.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/CreateStatement.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.statement; import org.infinispan.cli.interpreter.result.EmptyResult; diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/EncodingStatement.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/EncodingStatement.java index c475ee6caaf5..40e25c5786e0 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/EncodingStatement.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/EncodingStatement.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.statement; import java.util.Collection; diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/EndBatchStatement.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/EndBatchStatement.java index 511ed4fd9703..8444882d669c 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/EndBatchStatement.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/EndBatchStatement.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.statement; import org.infinispan.Cache; diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/EvictStatement.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/EvictStatement.java index 317ab9221f2c..f53a872bc46e 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/EvictStatement.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/EvictStatement.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.statement; import org.infinispan.Cache; diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/ExpirationData.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/ExpirationData.java index 51c0af50d0c1..41f7262a57fc 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/ExpirationData.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/ExpirationData.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.statement; /** diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/GetStatement.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/GetStatement.java index 1c149ba24cc2..2598725ecf1b 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/GetStatement.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/GetStatement.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.statement; import java.util.List; diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/InfoStatement.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/InfoStatement.java index 3407bdcc0a3c..2f587e5517e8 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/InfoStatement.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/InfoStatement.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.statement; import org.infinispan.Cache; diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/KeyData.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/KeyData.java index 33af43ad817a..28054fb583a3 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/KeyData.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/KeyData.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.statement; public class KeyData { diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/LocateStatement.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/LocateStatement.java index ee9df3232aca..d8df0964d746 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/LocateStatement.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/LocateStatement.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.statement; import java.util.List; diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/Option.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/Option.java index 318d00e4da45..e0df02cfbbaf 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/Option.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/Option.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.statement; import org.infinispan.cli.interpreter.logging.Log; diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/PingStatement.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/PingStatement.java index e5f91e67d8d5..6bf2560ab165 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/PingStatement.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/PingStatement.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.statement; import org.infinispan.cli.interpreter.result.EmptyResult; diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/PutStatement.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/PutStatement.java index af252881c7fa..0429595a59e8 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/PutStatement.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/PutStatement.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.statement; import java.util.List; diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/RemoveStatement.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/RemoveStatement.java index 3ff5d17e8616..e5273d789c40 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/RemoveStatement.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/RemoveStatement.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.statement; import org.infinispan.Cache; diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/ReplaceStatement.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/ReplaceStatement.java index 896124945b17..cc25ebd753ba 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/ReplaceStatement.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/ReplaceStatement.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.statement; import java.util.List; diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/RollbackTransactionStatement.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/RollbackTransactionStatement.java index 9db304888b9a..e22c36cabd83 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/RollbackTransactionStatement.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/RollbackTransactionStatement.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.statement; import javax.transaction.TransactionManager; diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/SiteData.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/SiteData.java index c5f37df140e7..8b763ab07c70 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/SiteData.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/SiteData.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.statement; public class SiteData { diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/SiteStatement.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/SiteStatement.java index ceada5c06169..97d0629d9ca5 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/SiteStatement.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/SiteStatement.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.statement; import java.util.List; diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/StartBatchStatement.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/StartBatchStatement.java index afe5d10d1dbd..bc33b46c5ed8 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/StartBatchStatement.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/StartBatchStatement.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.statement; import org.infinispan.Cache; diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/Statement.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/Statement.java index 5f0e2026560b..6fa3e59674b3 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/Statement.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/Statement.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.statement; import org.infinispan.cli.interpreter.result.Result; diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/StatsStatement.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/StatsStatement.java index 476e2e86b983..96e4c312fa02 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/StatsStatement.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/StatsStatement.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.statement; import java.io.PrintWriter; diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/UpgradeStatement.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/UpgradeStatement.java index b51f8d323266..2b7972c1f122 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/UpgradeStatement.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/UpgradeStatement.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.statement; import java.util.ArrayList; diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/VersionStatement.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/VersionStatement.java index d9001df43a78..525545350b92 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/VersionStatement.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/statement/VersionStatement.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.statement; import org.infinispan.Version; diff --git a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/utils/ParserSupport.java b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/utils/ParserSupport.java index 9ba20e43437b..944bf6ea005a 100644 --- a/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/utils/ParserSupport.java +++ b/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/utils/ParserSupport.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter.utils; import java.util.HashMap; diff --git a/cli/cli-server/src/test/java/org/infinispan/cli/interpreter/ClusteredCLITest.java b/cli/cli-server/src/test/java/org/infinispan/cli/interpreter/ClusteredCLITest.java index 783830fd0fc5..8a2ecd0642bc 100644 --- a/cli/cli-server/src/test/java/org/infinispan/cli/interpreter/ClusteredCLITest.java +++ b/cli/cli-server/src/test/java/org/infinispan/cli/interpreter/ClusteredCLITest.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter; import org.infinispan.configuration.cache.CacheMode; diff --git a/cli/cli-server/src/test/java/org/infinispan/cli/interpreter/HotRodEncodingTest.java b/cli/cli-server/src/test/java/org/infinispan/cli/interpreter/HotRodEncodingTest.java index 4823ae8b670f..b2d24d34b5fe 100644 --- a/cli/cli-server/src/test/java/org/infinispan/cli/interpreter/HotRodEncodingTest.java +++ b/cli/cli-server/src/test/java/org/infinispan/cli/interpreter/HotRodEncodingTest.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter; import java.util.Map; diff --git a/cli/cli-server/src/test/java/org/infinispan/cli/interpreter/InterpreterTest.java b/cli/cli-server/src/test/java/org/infinispan/cli/interpreter/InterpreterTest.java index d77fe859b83f..8f7aa1154328 100644 --- a/cli/cli-server/src/test/java/org/infinispan/cli/interpreter/InterpreterTest.java +++ b/cli/cli-server/src/test/java/org/infinispan/cli/interpreter/InterpreterTest.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter; import static org.testng.AssertJUnit.assertEquals; diff --git a/cli/cli-server/src/test/java/org/infinispan/cli/interpreter/JSONTest.java b/cli/cli-server/src/test/java/org/infinispan/cli/interpreter/JSONTest.java index ed960fcfda00..f7737ca7ea84 100644 --- a/cli/cli-server/src/test/java/org/infinispan/cli/interpreter/JSONTest.java +++ b/cli/cli-server/src/test/java/org/infinispan/cli/interpreter/JSONTest.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter; import java.io.IOException; diff --git a/cli/cli-server/src/test/java/org/infinispan/cli/interpreter/MemcachedEncodingTest.java b/cli/cli-server/src/test/java/org/infinispan/cli/interpreter/MemcachedEncodingTest.java index 15c6db641423..fedfaf20f1da 100644 --- a/cli/cli-server/src/test/java/org/infinispan/cli/interpreter/MemcachedEncodingTest.java +++ b/cli/cli-server/src/test/java/org/infinispan/cli/interpreter/MemcachedEncodingTest.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter; import static org.testng.AssertJUnit.assertEquals; diff --git a/cli/cli-server/src/test/java/org/infinispan/cli/interpreter/MyClass.java b/cli/cli-server/src/test/java/org/infinispan/cli/interpreter/MyClass.java index d4da01d2be29..83db40e1016d 100644 --- a/cli/cli-server/src/test/java/org/infinispan/cli/interpreter/MyClass.java +++ b/cli/cli-server/src/test/java/org/infinispan/cli/interpreter/MyClass.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter; public class MyClass { diff --git a/cli/cli-server/src/test/java/org/infinispan/cli/interpreter/SessionTest.java b/cli/cli-server/src/test/java/org/infinispan/cli/interpreter/SessionTest.java index 53838ca67f7f..30f53d2b5ba1 100644 --- a/cli/cli-server/src/test/java/org/infinispan/cli/interpreter/SessionTest.java +++ b/cli/cli-server/src/test/java/org/infinispan/cli/interpreter/SessionTest.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License f or more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter; import java.util.Map; diff --git a/cli/cli-server/src/test/java/org/infinispan/cli/interpreter/SiteStatementTest.java b/cli/cli-server/src/test/java/org/infinispan/cli/interpreter/SiteStatementTest.java index 5abb920c251e..4c54f2f3a8e3 100644 --- a/cli/cli-server/src/test/java/org/infinispan/cli/interpreter/SiteStatementTest.java +++ b/cli/cli-server/src/test/java/org/infinispan/cli/interpreter/SiteStatementTest.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.cli.interpreter; import static org.testng.AssertJUnit.assertEquals; diff --git a/cli/cli-server/src/test/java/org/infinispan/cli/interpreter/UpgradeTest.java b/cli/cli-server/src/test/java/org/infinispan/cli/interpreter/UpgradeTest.java index bffc5079f55d..7a8a9ce9a7df 100644 --- a/cli/cli-server/src/test/java/org/infinispan/cli/interpreter/UpgradeTest.java +++ b/cli/cli-server/src/test/java/org/infinispan/cli/interpreter/UpgradeTest.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.cli.interpreter; import java.util.Map; diff --git a/client/hotrod-client/pom.xml b/client/hotrod-client/pom.xml index c7cdfcce81e7..89725a42a09d 100644 --- a/client/hotrod-client/pom.xml +++ b/client/hotrod-client/pom.xml @@ -1,26 +1,4 @@ - diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/Flag.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/Flag.java index c3b88edf49bb..0c5ce058acc8 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/Flag.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/Flag.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod; import java.util.Map; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/MetadataValue.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/MetadataValue.java index dd93af575b0b..effaca5cec10 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/MetadataValue.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/MetadataValue.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod; /** diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/RemoteCache.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/RemoteCache.java index 28b9287a44e0..60cb9675b39f 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/RemoteCache.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/RemoteCache.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod; import java.util.Collection; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/RemoteCacheManager.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/RemoteCacheManager.java index 13618283cf90..c3fac707cb2b 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/RemoteCacheManager.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/RemoteCacheManager.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod; import java.io.IOException; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/ServerStatistics.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/ServerStatistics.java index fb4c34f2f740..70af1d4c9497 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/ServerStatistics.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/ServerStatistics.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod; import java.util.Map; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/Version.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/Version.java index 751359f5a270..09ff1a83962d 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/Version.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/Version.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod; /** diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/VersionedValue.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/VersionedValue.java index 4ea33c3084c6..35379610ec74 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/VersionedValue.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/VersionedValue.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod; /** diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/AbstractConfigurationChildBuilder.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/AbstractConfigurationChildBuilder.java index dd6807629094..98ef43cab5e5 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/AbstractConfigurationChildBuilder.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/AbstractConfigurationChildBuilder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.client.hotrod.configuration; import java.util.Properties; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/Configuration.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/Configuration.java index c18825cbdff8..555071b9d469 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/Configuration.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/Configuration.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.client.hotrod.configuration; import java.lang.ref.WeakReference; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/ConfigurationBuilder.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/ConfigurationBuilder.java index 0e3c2e44d37d..7696ae7c7f41 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/ConfigurationBuilder.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/ConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.client.hotrod.configuration; import java.lang.ref.WeakReference; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/ConfigurationChildBuilder.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/ConfigurationChildBuilder.java index 56173946f501..8883b393fda1 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/ConfigurationChildBuilder.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/ConfigurationChildBuilder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.client.hotrod.configuration; import java.util.Properties; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/ConnectionPoolConfiguration.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/ConnectionPoolConfiguration.java index a2f411559024..9c7be10894a5 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/ConnectionPoolConfiguration.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/ConnectionPoolConfiguration.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.client.hotrod.configuration; /** diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/ConnectionPoolConfigurationBuilder.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/ConnectionPoolConfigurationBuilder.java index 1053631452ec..55e4f0bc35ea 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/ConnectionPoolConfigurationBuilder.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/ConnectionPoolConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.client.hotrod.configuration; import java.util.NoSuchElementException; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/ExecutorFactoryConfiguration.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/ExecutorFactoryConfiguration.java index 5b9444de4601..f0148f5ba7ec 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/ExecutorFactoryConfiguration.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/ExecutorFactoryConfiguration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.client.hotrod.configuration; import org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/ExecutorFactoryConfigurationBuilder.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/ExecutorFactoryConfigurationBuilder.java index 43affea7cc2a..2d0d1008d4cb 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/ExecutorFactoryConfigurationBuilder.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/ExecutorFactoryConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.client.hotrod.configuration; import java.util.Properties; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/ExhaustedAction.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/ExhaustedAction.java index b3955a696f1f..7da344f167ca 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/ExhaustedAction.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/ExhaustedAction.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.client.hotrod.configuration; /** diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/ServerConfiguration.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/ServerConfiguration.java index aed99cd67c01..c510e63704c8 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/ServerConfiguration.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/ServerConfiguration.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.client.hotrod.configuration; /** diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/ServerConfigurationBuilder.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/ServerConfigurationBuilder.java index 9382724a2c9d..018a66b59372 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/ServerConfigurationBuilder.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/ServerConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.client.hotrod.configuration; import org.infinispan.commons.configuration.Builder; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/SslConfiguration.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/SslConfiguration.java index 449f95cca161..0031a1a0ad46 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/SslConfiguration.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/SslConfiguration.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.client.hotrod.configuration; import java.util.Arrays; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/SslConfigurationBuilder.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/SslConfigurationBuilder.java index 92eba9659fb5..06ad138dbe05 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/SslConfigurationBuilder.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/configuration/SslConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.client.hotrod.configuration; import javax.net.ssl.KeyManager; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/exceptions/HotRodClientException.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/exceptions/HotRodClientException.java index 858d5d18338a..1fabb3870b14 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/exceptions/HotRodClientException.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/exceptions/HotRodClientException.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.exceptions; /** diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/exceptions/HotRodTimeoutException.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/exceptions/HotRodTimeoutException.java index 91948e08c192..fe00461ee8f3 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/exceptions/HotRodTimeoutException.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/exceptions/HotRodTimeoutException.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.exceptions; /** diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/exceptions/InvalidResponseException.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/exceptions/InvalidResponseException.java index 7a0bbd4eff06..e84423677a73 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/exceptions/InvalidResponseException.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/exceptions/InvalidResponseException.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.exceptions; /** diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/exceptions/RemoteCacheManagerNotStartedException.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/exceptions/RemoteCacheManagerNotStartedException.java index c47939ce7161..ec1ebb9867a4 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/exceptions/RemoteCacheManagerNotStartedException.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/exceptions/RemoteCacheManagerNotStartedException.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.exceptions; /** diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/exceptions/RemoteNodeSuspectException.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/exceptions/RemoteNodeSuspectException.java index 2b8f8aa19d33..3524506e98d4 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/exceptions/RemoteNodeSuspectException.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/exceptions/RemoteNodeSuspectException.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.client.hotrod.exceptions; /** diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/exceptions/TransportException.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/exceptions/TransportException.java index 5b226a1bea79..6c33799a9536 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/exceptions/TransportException.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/exceptions/TransportException.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.exceptions; import java.net.SocketAddress; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/ConfigurationProperties.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/ConfigurationProperties.java index d5b75e6bd966..ef8b411f7d8f 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/ConfigurationProperties.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/ConfigurationProperties.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl; import java.net.InetSocketAddress; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/MetadataValueImpl.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/MetadataValueImpl.java index 796cd30c44d6..1687f128c75c 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/MetadataValueImpl.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/MetadataValueImpl.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.client.hotrod.impl; import org.infinispan.client.hotrod.MetadataValue; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/RemoteCacheImpl.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/RemoteCacheImpl.java index 78376599a059..75d97561c6bb 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/RemoteCacheImpl.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/RemoteCacheImpl.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl; import static java.util.concurrent.TimeUnit.MILLISECONDS; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/RemoteCacheSupport.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/RemoteCacheSupport.java index 07092041fcea..ac1760cbcc1f 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/RemoteCacheSupport.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/RemoteCacheSupport.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl; import static java.util.concurrent.TimeUnit.MILLISECONDS; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/ServerStatisticsImpl.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/ServerStatisticsImpl.java index 87ffab423e71..bf807164621c 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/ServerStatisticsImpl.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/ServerStatisticsImpl.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl; import org.infinispan.client.hotrod.ServerStatistics; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/TypedProperties.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/TypedProperties.java index ec9a692093a8..192225f12939 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/TypedProperties.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/TypedProperties.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl; import java.util.Properties; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/VersionedOperationResponse.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/VersionedOperationResponse.java index 9ccafdf04837..a05431b7695a 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/VersionedOperationResponse.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/VersionedOperationResponse.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl; /** diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/VersionedValueImpl.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/VersionedValueImpl.java index 01405a98a5e4..993220d836b2 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/VersionedValueImpl.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/VersionedValueImpl.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl; import org.infinispan.client.hotrod.VersionedValue; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/async/DefaultAsyncExecutorFactory.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/async/DefaultAsyncExecutorFactory.java index edee567811c6..f26ea23c5c7c 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/async/DefaultAsyncExecutorFactory.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/async/DefaultAsyncExecutorFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl.async; import org.infinispan.client.hotrod.impl.ConfigurationProperties; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/async/NotifyingFutureImpl.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/async/NotifyingFutureImpl.java index 27ec3e45938b..4a3be11883c4 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/async/NotifyingFutureImpl.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/async/NotifyingFutureImpl.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl.async; import org.infinispan.commons.util.concurrent.FutureListener; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/consistenthash/ConsistentHash.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/consistenthash/ConsistentHash.java index 268976163cd8..3661c833428e 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/consistenthash/ConsistentHash.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/consistenthash/ConsistentHash.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl.consistenthash; import java.net.SocketAddress; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/consistenthash/ConsistentHashFactory.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/consistenthash/ConsistentHashFactory.java index ea73fbe6a822..6808ceb2cba1 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/consistenthash/ConsistentHashFactory.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/consistenthash/ConsistentHashFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl.consistenthash; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/consistenthash/ConsistentHashV1.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/consistenthash/ConsistentHashV1.java index 8dfde7151e48..a2a3d85e6dca 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/consistenthash/ConsistentHashV1.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/consistenthash/ConsistentHashV1.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl.consistenthash; import java.net.SocketAddress; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/consistenthash/ConsistentHashV2.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/consistenthash/ConsistentHashV2.java index e744fde1be89..31dc7a5e1895 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/consistenthash/ConsistentHashV2.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/consistenthash/ConsistentHashV2.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl.consistenthash; import org.infinispan.commons.hash.MurmurHash3; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/AbstractKeyOperation.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/AbstractKeyOperation.java index a7f2ee83eca6..61aa7251115e 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/AbstractKeyOperation.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/AbstractKeyOperation.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl.operations; import java.util.concurrent.atomic.AtomicInteger; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/AbstractKeyValueOperation.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/AbstractKeyValueOperation.java index 56ca31b7a391..d4e8433f90e0 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/AbstractKeyValueOperation.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/AbstractKeyValueOperation.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl.operations; import net.jcip.annotations.Immutable; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/BulkGetKeysOperation.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/BulkGetKeysOperation.java index 20f6145a9b50..982e9d0c556b 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/BulkGetKeysOperation.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/BulkGetKeysOperation.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl.operations; import java.util.HashSet; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/BulkGetOperation.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/BulkGetOperation.java index 309ae29c7130..834085b1cfb8 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/BulkGetOperation.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/BulkGetOperation.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl.operations; import org.infinispan.client.hotrod.Flag; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/ClearOperation.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/ClearOperation.java index b241e64b7398..5ded52d17432 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/ClearOperation.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/ClearOperation.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl.operations; import net.jcip.annotations.Immutable; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/ContainsKeyOperation.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/ContainsKeyOperation.java index d41f6611483f..e13f0a26d56f 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/ContainsKeyOperation.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/ContainsKeyOperation.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl.operations; import net.jcip.annotations.Immutable; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/FaultTolerantPingOperation.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/FaultTolerantPingOperation.java index c64bd2ebd8c8..d466401f4ef0 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/FaultTolerantPingOperation.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/FaultTolerantPingOperation.java @@ -1,22 +1,3 @@ -/* - * Copyright 2012 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.client.hotrod.impl.operations; import org.infinispan.client.hotrod.Flag; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/GetOperation.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/GetOperation.java index cb5210ace2bd..474ec760ab99 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/GetOperation.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/GetOperation.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl.operations; import net.jcip.annotations.Immutable; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/GetWithMetadataOperation.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/GetWithMetadataOperation.java index 824b5ebde9fc..1405ba1a5373 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/GetWithMetadataOperation.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/GetWithMetadataOperation.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl.operations; import java.util.concurrent.atomic.AtomicInteger; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/GetWithVersionOperation.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/GetWithVersionOperation.java index dd6ecac34d41..b458f9691ee5 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/GetWithVersionOperation.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/GetWithVersionOperation.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl.operations; import java.util.concurrent.atomic.AtomicInteger; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/HotRodOperation.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/HotRodOperation.java index 962f464bc400..11483ad83e34 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/HotRodOperation.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/HotRodOperation.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl.operations; import java.util.concurrent.atomic.AtomicInteger; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/OperationsFactory.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/OperationsFactory.java index 70bff5ced4bc..23b5959fdedd 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/OperationsFactory.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/OperationsFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl.operations; import net.jcip.annotations.Immutable; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/PingOperation.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/PingOperation.java index f906f6c1a20b..e9b3d70766d2 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/PingOperation.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/PingOperation.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl.operations; import java.util.concurrent.atomic.AtomicInteger; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/PutIfAbsentOperation.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/PutIfAbsentOperation.java index eb5c0f7d5d10..1c15a2cc1488 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/PutIfAbsentOperation.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/PutIfAbsentOperation.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl.operations; import java.util.concurrent.atomic.AtomicInteger; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/PutOperation.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/PutOperation.java index d3b5e8f87a3e..0e28776edf75 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/PutOperation.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/PutOperation.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl.operations; import java.util.concurrent.atomic.AtomicInteger; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/RemoveIfUnmodifiedOperation.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/RemoveIfUnmodifiedOperation.java index e0b911bcc201..8b65d64cb540 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/RemoveIfUnmodifiedOperation.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/RemoveIfUnmodifiedOperation.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl.operations; import net.jcip.annotations.Immutable; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/RemoveOperation.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/RemoveOperation.java index 2c77c9858e0e..6ed08f6facdb 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/RemoveOperation.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/RemoveOperation.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl.operations; import net.jcip.annotations.Immutable; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/ReplaceIfUnmodifiedOperation.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/ReplaceIfUnmodifiedOperation.java index ae9462034248..3fe69ec64915 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/ReplaceIfUnmodifiedOperation.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/ReplaceIfUnmodifiedOperation.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl.operations; import org.infinispan.client.hotrod.Flag; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/ReplaceOperation.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/ReplaceOperation.java index 27d73be8e2f1..41080b79c4e4 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/ReplaceOperation.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/ReplaceOperation.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl.operations; import net.jcip.annotations.Immutable; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/RetryOnFailureOperation.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/RetryOnFailureOperation.java index c24adf298485..5abb3351927e 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/RetryOnFailureOperation.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/RetryOnFailureOperation.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl.operations; import net.jcip.annotations.Immutable; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/StatsOperation.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/StatsOperation.java index 0cc366a4a7d5..4958f1aac441 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/StatsOperation.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/operations/StatsOperation.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl.operations; import net.jcip.annotations.Immutable; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/protocol/Codec.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/protocol/Codec.java index 7dbac2ad5fda..a106db520f7c 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/protocol/Codec.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/protocol/Codec.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.client.hotrod.impl.protocol; import org.infinispan.client.hotrod.impl.transport.Transport; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/protocol/Codec10.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/protocol/Codec10.java index f42cfcad69bf..a51a93f67c7c 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/protocol/Codec10.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/protocol/Codec10.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.client.hotrod.impl.protocol; import static org.infinispan.commons.util.Util.hexDump; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/protocol/Codec11.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/protocol/Codec11.java index d7fc74a4a454..f29282e34b45 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/protocol/Codec11.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/protocol/Codec11.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.client.hotrod.impl.protocol; import java.net.InetSocketAddress; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/protocol/Codec12.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/protocol/Codec12.java index 7c1d88f155a8..1dfdc2d2635d 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/protocol/Codec12.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/protocol/Codec12.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.client.hotrod.impl.protocol; import org.infinispan.client.hotrod.Flag; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/protocol/CodecFactory.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/protocol/CodecFactory.java index 120d617f59d4..84ec0e649fc4 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/protocol/CodecFactory.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/protocol/CodecFactory.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.client.hotrod.impl.protocol; import java.util.HashMap; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/protocol/HeaderParams.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/protocol/HeaderParams.java index 8629124fd9ec..8e95ba5d32dd 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/protocol/HeaderParams.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/protocol/HeaderParams.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.client.hotrod.impl.protocol; import org.infinispan.client.hotrod.Flag; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/protocol/HotRodConstants.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/protocol/HotRodConstants.java index bf3de71206e9..94e8919307d0 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/protocol/HotRodConstants.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/protocol/HotRodConstants.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl.protocol; import java.nio.charset.Charset; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/AbstractTransport.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/AbstractTransport.java index 84a190b8b2a4..b28d76650661 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/AbstractTransport.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/AbstractTransport.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl.transport; import org.infinispan.client.hotrod.impl.protocol.HotRodConstants; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/Transport.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/Transport.java index 66f612afb785..9a21d8fde293 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/Transport.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/Transport.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl.transport; import java.net.SocketAddress; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/TransportFactory.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/TransportFactory.java index 6d8437e1b630..c263cf4a1302 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/TransportFactory.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/TransportFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl.transport; import java.net.SocketAddress; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/tcp/PropsKeyedObjectPoolFactory.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/tcp/PropsKeyedObjectPoolFactory.java index 933a83048374..19733185fd1f 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/tcp/PropsKeyedObjectPoolFactory.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/tcp/PropsKeyedObjectPoolFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl.transport.tcp; import org.apache.commons.pool.KeyedPoolableObjectFactory; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/tcp/RequestBalancingStrategy.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/tcp/RequestBalancingStrategy.java index 2b7ddcd5ea34..7a01cb764b44 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/tcp/RequestBalancingStrategy.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/tcp/RequestBalancingStrategy.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl.transport.tcp; import net.jcip.annotations.ThreadSafe; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/tcp/RoundRobinBalancingStrategy.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/tcp/RoundRobinBalancingStrategy.java index 7a17371188e6..fe84777dde4f 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/tcp/RoundRobinBalancingStrategy.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/tcp/RoundRobinBalancingStrategy.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl.transport.tcp; import java.net.InetSocketAddress; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/tcp/TcpTransport.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/tcp/TcpTransport.java index 998237f255fe..3c39f4cc3d05 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/tcp/TcpTransport.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/tcp/TcpTransport.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl.transport.tcp; import static org.infinispan.commons.io.UnsignedNumeric.readUnsignedInt; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/tcp/TcpTransportFactory.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/tcp/TcpTransportFactory.java index 30f84929f79c..22152c484ce4 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/tcp/TcpTransportFactory.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/tcp/TcpTransportFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl.transport.tcp; import java.net.InetSocketAddress; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/tcp/TransportObjectFactory.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/tcp/TransportObjectFactory.java index d0cbe89a1777..68bb783d4e49 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/tcp/TransportObjectFactory.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/tcp/TransportObjectFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.impl.transport.tcp; import java.net.SocketAddress; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/logging/Log.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/logging/Log.java index a724b9a1a490..b9bb509770ae 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/logging/Log.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/logging/Log.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source. - * Copyright 2000 - 2011, Red Hat Middleware LLC, and individual contributors - * as indicated by the @author tags. See the copyright.txt file in the - * distribution for a full listing of individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.client.hotrod.logging; import org.infinispan.client.hotrod.exceptions.HotRodClientException; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/logging/LogFactory.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/logging/LogFactory.java index d473254b7dbe..28540f5b969d 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/logging/LogFactory.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/logging/LogFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.logging; import org.jboss.logging.Logger; diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/marshall/ApacheAvroMarshaller.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/marshall/ApacheAvroMarshaller.java index 33e633197cd9..171c1df9068f 100644 --- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/marshall/ApacheAvroMarshaller.java +++ b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/marshall/ApacheAvroMarshaller.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.marshall; import org.apache.avro.Schema; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/BaseBulkGetKeysTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/BaseBulkGetKeysTest.java index b3d38bd0fbdc..feca0421b613 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/BaseBulkGetKeysTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/BaseBulkGetKeysTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod; import static org.infinispan.client.hotrod.test.HotRodClientTestingUtil.killRemoteCacheManager; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/BulkGetKeysDistTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/BulkGetKeysDistTest.java index bf6d3a81dfab..01943833f3b7 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/BulkGetKeysDistTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/BulkGetKeysDistTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod; import java.util.Set; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/BulkGetKeysReplTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/BulkGetKeysReplTest.java index f7e76e17f2b0..9d2b4cf7274a 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/BulkGetKeysReplTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/BulkGetKeysReplTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod; import org.infinispan.configuration.cache.CacheMode; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/BulkGetKeysSimpleTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/BulkGetKeysSimpleTest.java index bd09184d88b5..ed7e6683ebc7 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/BulkGetKeysSimpleTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/BulkGetKeysSimpleTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod; import org.infinispan.configuration.cache.CacheMode; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/BulkGetSimpleTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/BulkGetSimpleTest.java index 67b998b05cf2..620fdfb1be03 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/BulkGetSimpleTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/BulkGetSimpleTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod; import org.infinispan.manager.EmbeddedCacheManager; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/CSAIntegrationTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/CSAIntegrationTest.java index 28a1d3105eb5..684f29643f67 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/CSAIntegrationTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/CSAIntegrationTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod; import org.infinispan.Cache; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/CacheContainerTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/CacheContainerTest.java index 21c7fe540105..c53d25d531d6 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/CacheContainerTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/CacheContainerTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod; import org.infinispan.api.BasicCache; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/CacheManagerNotStartedTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/CacheManagerNotStartedTest.java index b0a2187f6fe3..e33a2d77ab74 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/CacheManagerNotStartedTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/CacheManagerNotStartedTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod; import org.infinispan.client.hotrod.exceptions.RemoteCacheManagerNotStartedException; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/CacheManagerStoppedTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/CacheManagerStoppedTest.java index 2a30af7000e1..b5798afcf5fb 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/CacheManagerStoppedTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/CacheManagerStoppedTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod; import org.infinispan.client.hotrod.exceptions.RemoteCacheManagerNotStartedException; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ClientAsymmetricClusterTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ClientAsymmetricClusterTest.java index 242c80458934..f8afad5619e1 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ClientAsymmetricClusterTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ClientAsymmetricClusterTest.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.client.hotrod; import org.infinispan.client.hotrod.exceptions.HotRodClientException; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ClientConnectionPoolingTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ClientConnectionPoolingTest.java index a7bebe22aa51..594b13e7d76f 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ClientConnectionPoolingTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ClientConnectionPoolingTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod; import org.apache.commons.pool.impl.GenericKeyedObjectPool; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ClientSocketReadTimeoutTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ClientSocketReadTimeoutTest.java index 2130e5a2ba8d..0693e6f8f655 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ClientSocketReadTimeoutTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ClientSocketReadTimeoutTest.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.client.hotrod; import org.infinispan.Cache; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ConfigurationTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ConfigurationTest.java index e796dac46313..369fb8b1da39 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ConfigurationTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ConfigurationTest.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.client.hotrod; import static org.testng.AssertJUnit.assertEquals; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ConsistentHashFactoryTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ConsistentHashFactoryTest.java index fd3236bf75e9..5c15f91cb5ec 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ConsistentHashFactoryTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ConsistentHashFactoryTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod; import org.infinispan.client.hotrod.configuration.ConfigurationBuilder; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ConsistentHashPerformanceTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ConsistentHashPerformanceTest.java index c9f7c1e9c0bc..49a2ae9597e3 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ConsistentHashPerformanceTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ConsistentHashPerformanceTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod; import org.infinispan.client.hotrod.impl.consistenthash.ConsistentHash; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ConsistentHashV1IntegrationTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ConsistentHashV1IntegrationTest.java index aac93727f80d..33ff151b4e13 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ConsistentHashV1IntegrationTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ConsistentHashV1IntegrationTest.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.client.hotrod; import org.infinispan.affinity.KeyAffinityService; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ConsistentHashV1Test.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ConsistentHashV1Test.java index a44e23fb3c84..ae5f82346a7d 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ConsistentHashV1Test.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ConsistentHashV1Test.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.client.hotrod; import org.infinispan.client.hotrod.impl.consistenthash.ConsistentHashV1; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/DefaultExpirationTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/DefaultExpirationTest.java index 3c83533b8f20..a65c2186fd27 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/DefaultExpirationTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/DefaultExpirationTest.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.client.hotrod; import org.testng.annotations.Test; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/DistTopologyChangeTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/DistTopologyChangeTest.java index d300b290f70f..7e2629d538e8 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/DistTopologyChangeTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/DistTopologyChangeTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod; import org.infinispan.configuration.cache.CacheMode; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/DroppedConnectionsTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/DroppedConnectionsTest.java index 9760b7e8894a..e733d343f21f 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/DroppedConnectionsTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/DroppedConnectionsTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod; import org.apache.commons.pool.impl.GenericKeyedObjectPool; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ForceReturnValueTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ForceReturnValueTest.java index e83716103f48..58978ca914e9 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ForceReturnValueTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ForceReturnValueTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod; import org.infinispan.manager.EmbeddedCacheManager; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ForceReturnValuesTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ForceReturnValuesTest.java index c72df0d75af6..443d2871de49 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ForceReturnValuesTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ForceReturnValuesTest.java @@ -1,22 +1,3 @@ -/* - * Copyright 2012 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.client.hotrod; import org.infinispan.client.hotrod.test.HotRodClientTestingUtil; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/HeavyLoadConnectionPoolingTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/HeavyLoadConnectionPoolingTest.java index 39ec9e31ac84..b55cace6d738 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/HeavyLoadConnectionPoolingTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/HeavyLoadConnectionPoolingTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod; import org.apache.commons.pool.impl.GenericKeyedObjectPool; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/HitsAwareCacheManagersTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/HitsAwareCacheManagersTest.java index 73dcaf39737c..2d455db81383 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/HitsAwareCacheManagersTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/HitsAwareCacheManagersTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod; import org.infinispan.Cache; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/HotRod10CSAIntegrationTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/HotRod10CSAIntegrationTest.java index 4cef02a0a299..caa319db820f 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/HotRod10CSAIntegrationTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/HotRod10CSAIntegrationTest.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.client.hotrod; import org.testng.annotations.Test; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/HotRodAsyncReplicationTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/HotRodAsyncReplicationTest.java index 70a26ba14e2d..441f4f11a53b 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/HotRodAsyncReplicationTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/HotRodAsyncReplicationTest.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.client.hotrod; import org.infinispan.client.hotrod.test.MultiHotRodServersTest; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/HotRodIntegrationTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/HotRodIntegrationTest.java index 812ac1a99ac8..1e9604a9ea28 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/HotRodIntegrationTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/HotRodIntegrationTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod; import org.infinispan.client.hotrod.test.HotRodClientTestingUtil; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/HotRodServerStartStopTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/HotRodServerStartStopTest.java index 037f9e526911..d5834ec4d02f 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/HotRodServerStartStopTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/HotRodServerStartStopTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod; import org.infinispan.configuration.cache.CacheMode; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/HotRodStatisticsTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/HotRodStatisticsTest.java index cf2de7b4a6bb..e523402fd163 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/HotRodStatisticsTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/HotRodStatisticsTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod; import org.infinispan.configuration.cache.ConfigurationBuilder; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/PingOnStartupTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/PingOnStartupTest.java index 15caaf375f17..72a0bac1204d 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/PingOnStartupTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/PingOnStartupTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod; import org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/RemoteAsyncAPITest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/RemoteAsyncAPITest.java index 3aa12aa7eae9..33fefc4a48a6 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/RemoteAsyncAPITest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/RemoteAsyncAPITest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod; import org.infinispan.manager.EmbeddedCacheManager; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/RemoteCacheManagerTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/RemoteCacheManagerTest.java index 7b90c9d78e78..9cc5360e5aef 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/RemoteCacheManagerTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/RemoteCacheManagerTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod; import static org.testng.AssertJUnit.assertTrue; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ReplTopologyChangeTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ReplTopologyChangeTest.java index e513ae6a6a77..ea8dc9a3fce0 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ReplTopologyChangeTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ReplTopologyChangeTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod; import org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/RoundRobinBalancingIntegrationTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/RoundRobinBalancingIntegrationTest.java index 0048bf8ca732..aa1d80372923 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/RoundRobinBalancingIntegrationTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/RoundRobinBalancingIntegrationTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod; import org.infinispan.Cache; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/RoundRobinBalancingStrategyTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/RoundRobinBalancingStrategyTest.java index 65c2022304d5..c1bac511638f 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/RoundRobinBalancingStrategyTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/RoundRobinBalancingStrategyTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod; import org.infinispan.client.hotrod.impl.transport.tcp.RoundRobinBalancingStrategy; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ServerErrorTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ServerErrorTest.java index bb82a1c8be4b..4d0c6cf4b9e0 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ServerErrorTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ServerErrorTest.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.client.hotrod; import org.infinispan.client.hotrod.exceptions.HotRodClientException; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ServerRestartTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ServerRestartTest.java index 0a0d328965c5..2450d56f7df9 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ServerRestartTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ServerRestartTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod; import org.infinispan.client.hotrod.configuration.ConfigurationBuilder; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ServerShutdownTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ServerShutdownTest.java index 3181b3d6297c..c9890362edb8 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ServerShutdownTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/ServerShutdownTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod; import org.infinispan.client.hotrod.test.RemoteCacheManagerCallable; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/SocketTimeoutErrorTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/SocketTimeoutErrorTest.java index 17d34876dcda..f2f6742e8501 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/SocketTimeoutErrorTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/SocketTimeoutErrorTest.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.client.hotrod; import static org.infinispan.client.hotrod.test.HotRodClientTestingUtil.killRemoteCacheManager; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/SomeAsyncExecutorFactory.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/SomeAsyncExecutorFactory.java index 8a39a41b0ed5..64c7a14324ba 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/SomeAsyncExecutorFactory.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/SomeAsyncExecutorFactory.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.client.hotrod; import org.infinispan.client.hotrod.impl.async.DefaultAsyncExecutorFactory; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/SomeCustomConsistentHashV1.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/SomeCustomConsistentHashV1.java index ad75c6b782fe..e052a85189c0 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/SomeCustomConsistentHashV1.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/SomeCustomConsistentHashV1.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.client.hotrod; import org.infinispan.client.hotrod.impl.consistenthash.ConsistentHashV1; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/SomeRequestBalancingStrategy.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/SomeRequestBalancingStrategy.java index 96fc93d4a076..72f94ecd9984 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/SomeRequestBalancingStrategy.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/SomeRequestBalancingStrategy.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.client.hotrod; import org.infinispan.client.hotrod.impl.transport.tcp.RoundRobinBalancingStrategy; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/SomeTransportfactory.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/SomeTransportfactory.java index 7dd98bdca064..450f4b32868d 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/SomeTransportfactory.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/SomeTransportfactory.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.client.hotrod; import org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/SslTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/SslTest.java index d296873d8a07..ab6849e44d7e 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/SslTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/SslTest.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.client.hotrod; import java.net.SocketTimeoutException; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/TestHelper.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/TestHelper.java index 639c015b6831..3a7f8a1220eb 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/TestHelper.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/TestHelper.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod; import org.infinispan.manager.EmbeddedCacheManager; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/WorkerThread.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/WorkerThread.java index b55688445ebb..9f1b4f42197f 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/WorkerThread.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/WorkerThread.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod; import org.infinispan.util.logging.Log; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/marshall/ApacheAvroMarshallerTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/marshall/ApacheAvroMarshallerTest.java index a440ef876ecf..cc1a53daf381 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/marshall/ApacheAvroMarshallerTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/marshall/ApacheAvroMarshallerTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.marshall; import org.testng.annotations.Test; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/retry/AbstractRetryTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/retry/AbstractRetryTest.java index 489a4832683a..426b56d4f693 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/retry/AbstractRetryTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/retry/AbstractRetryTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.retry; import org.infinispan.client.hotrod.HitsAwareCacheManagersTest; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/retry/DistributionRetryTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/retry/DistributionRetryTest.java index 60f2e5fc6403..06655e7a4a30 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/retry/DistributionRetryTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/retry/DistributionRetryTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.retry; import org.infinispan.Cache; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/retry/ReplicationRetryTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/retry/ReplicationRetryTest.java index 6a933b60a75c..8691a39fb708 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/retry/ReplicationRetryTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/retry/ReplicationRetryTest.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.client.hotrod.retry; import static org.testng.Assert.assertEquals; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/retry/ServerFailureRetryTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/retry/ServerFailureRetryTest.java index 4eca94efea56..434ac57426fe 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/retry/ServerFailureRetryTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/retry/ServerFailureRetryTest.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.client.hotrod.retry; import org.infinispan.configuration.cache.CacheMode; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/stress/ClientConsistentHashPerfTest.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/stress/ClientConsistentHashPerfTest.java index fd6c8cf95361..3b8a1029cd9f 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/stress/ClientConsistentHashPerfTest.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/stress/ClientConsistentHashPerfTest.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.client.hotrod.stress; import java.io.UnsupportedEncodingException; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/test/HotRodClientTestingUtil.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/test/HotRodClientTestingUtil.java index 16e369830be1..6be9e73a5996 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/test/HotRodClientTestingUtil.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/test/HotRodClientTestingUtil.java @@ -1,22 +1,3 @@ -/* - * Copyright 2012 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.client.hotrod.test; import org.infinispan.client.hotrod.RemoteCacheManager; diff --git a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/test/RemoteCacheManagerCallable.java b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/test/RemoteCacheManagerCallable.java index 928328e04a29..92951347c4f4 100644 --- a/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/test/RemoteCacheManagerCallable.java +++ b/client/hotrod-client/src/test/java/org/infinispan/client/hotrod/test/RemoteCacheManagerCallable.java @@ -1,22 +1,3 @@ -/* - * Copyright 2012 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.client.hotrod.test; import org.infinispan.client.hotrod.RemoteCacheManager; diff --git a/client/hotrod-client/src/test/resources/empty-config.properties b/client/hotrod-client/src/test/resources/empty-config.properties index 467d00c2a8a9..792d6005489e 100644 --- a/client/hotrod-client/src/test/resources/empty-config.properties +++ b/client/hotrod-client/src/test/resources/empty-config.properties @@ -1,22 +1 @@ # -# JBoss, Home of Professional Open Source -# Copyright 2010 Red Hat Inc. and/or its affiliates and other -# contributors as indicated by the @author tags. All rights reserved. -# See the copyright.txt in the distribution for a full listing of -# individual contributors. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 2.1 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# diff --git a/client/hotrod-client/src/test/resources/hotrod-client.properties b/client/hotrod-client/src/test/resources/hotrod-client.properties index 29aafe88d3f7..bbe0cc2778df 100644 --- a/client/hotrod-client/src/test/resources/hotrod-client.properties +++ b/client/hotrod-client/src/test/resources/hotrod-client.properties @@ -1,26 +1,3 @@ -# -# JBoss, Home of Professional Open Source -# Copyright 2010 Red Hat Inc. and/or its affiliates and other -# contributors as indicated by the @author tags. All rights reserved. -# See the copyright.txt in the distribution for a full listing of -# individual contributors. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 2.1 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# - # hopefully this port is available infinispan.client.hotrod.transport_factory = org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory infinispan.client.hotrod.server_list = 127.0.0.1:11222 diff --git a/commons/src/main/java/org/infinispan/commons/CacheConfigurationException.java b/commons/src/main/java/org/infinispan/commons/CacheConfigurationException.java index d68ab5cd6861..6376c25913f7 100644 --- a/commons/src/main/java/org/infinispan/commons/CacheConfigurationException.java +++ b/commons/src/main/java/org/infinispan/commons/CacheConfigurationException.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commons; import java.util.ArrayList; diff --git a/commons/src/main/java/org/infinispan/commons/CacheException.java b/commons/src/main/java/org/infinispan/commons/CacheException.java index b42e203ec471..758922bfd018 100644 --- a/commons/src/main/java/org/infinispan/commons/CacheException.java +++ b/commons/src/main/java/org/infinispan/commons/CacheException.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commons; /** diff --git a/commons/src/main/java/org/infinispan/commons/configuration/AbstractTypedPropertiesConfiguration.java b/commons/src/main/java/org/infinispan/commons/configuration/AbstractTypedPropertiesConfiguration.java index a490ff36d9a1..9d9d09459b8c 100644 --- a/commons/src/main/java/org/infinispan/commons/configuration/AbstractTypedPropertiesConfiguration.java +++ b/commons/src/main/java/org/infinispan/commons/configuration/AbstractTypedPropertiesConfiguration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.commons.configuration; import static org.infinispan.commons.util.Immutables.immutableTypedProperties; diff --git a/commons/src/main/java/org/infinispan/commons/configuration/Builder.java b/commons/src/main/java/org/infinispan/commons/configuration/Builder.java index df13d5aa658a..1ad15c599111 100644 --- a/commons/src/main/java/org/infinispan/commons/configuration/Builder.java +++ b/commons/src/main/java/org/infinispan/commons/configuration/Builder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.commons.configuration; /** diff --git a/commons/src/main/java/org/infinispan/commons/configuration/BuiltBy.java b/commons/src/main/java/org/infinispan/commons/configuration/BuiltBy.java index 4cd303962a7f..9828505ea810 100644 --- a/commons/src/main/java/org/infinispan/commons/configuration/BuiltBy.java +++ b/commons/src/main/java/org/infinispan/commons/configuration/BuiltBy.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.commons.configuration; import java.lang.annotation.Retention; diff --git a/commons/src/main/java/org/infinispan/commons/configuration/ConfigurationUtils.java b/commons/src/main/java/org/infinispan/commons/configuration/ConfigurationUtils.java index da5fafe7a678..0cee7c3345b3 100644 --- a/commons/src/main/java/org/infinispan/commons/configuration/ConfigurationUtils.java +++ b/commons/src/main/java/org/infinispan/commons/configuration/ConfigurationUtils.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.commons.configuration; import org.infinispan.commons.CacheConfigurationException; diff --git a/commons/src/main/java/org/infinispan/commons/equivalence/AnyEquivalence.java b/commons/src/main/java/org/infinispan/commons/equivalence/AnyEquivalence.java index dadacc6ea4e5..e30263e99328 100644 --- a/commons/src/main/java/org/infinispan/commons/equivalence/AnyEquivalence.java +++ b/commons/src/main/java/org/infinispan/commons/equivalence/AnyEquivalence.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.commons.equivalence; /** diff --git a/commons/src/main/java/org/infinispan/commons/equivalence/ByteArrayEquivalence.java b/commons/src/main/java/org/infinispan/commons/equivalence/ByteArrayEquivalence.java index 1f3a4e5429a8..4d231f181179 100644 --- a/commons/src/main/java/org/infinispan/commons/equivalence/ByteArrayEquivalence.java +++ b/commons/src/main/java/org/infinispan/commons/equivalence/ByteArrayEquivalence.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.commons.equivalence; import java.util.Arrays; diff --git a/commons/src/main/java/org/infinispan/commons/equivalence/Equivalence.java b/commons/src/main/java/org/infinispan/commons/equivalence/Equivalence.java index 5f9adcb547b4..4600082a6be5 100644 --- a/commons/src/main/java/org/infinispan/commons/equivalence/Equivalence.java +++ b/commons/src/main/java/org/infinispan/commons/equivalence/Equivalence.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.commons.equivalence; import java.io.Serializable; diff --git a/commons/src/main/java/org/infinispan/commons/equivalence/EquivalentHashMap.java b/commons/src/main/java/org/infinispan/commons/equivalence/EquivalentHashMap.java index bc8a7dd5c37d..4670d5b8faa0 100644 --- a/commons/src/main/java/org/infinispan/commons/equivalence/EquivalentHashMap.java +++ b/commons/src/main/java/org/infinispan/commons/equivalence/EquivalentHashMap.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.commons.equivalence; import java.util.AbstractCollection; diff --git a/commons/src/main/java/org/infinispan/commons/equivalence/EquivalentHashSet.java b/commons/src/main/java/org/infinispan/commons/equivalence/EquivalentHashSet.java index 83cbba041496..5af20744014b 100644 --- a/commons/src/main/java/org/infinispan/commons/equivalence/EquivalentHashSet.java +++ b/commons/src/main/java/org/infinispan/commons/equivalence/EquivalentHashSet.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.commons.equivalence; import java.util.AbstractSet; diff --git a/commons/src/main/java/org/infinispan/commons/executors/ExecutorFactory.java b/commons/src/main/java/org/infinispan/commons/executors/ExecutorFactory.java index 6c65b6046459..83a66d7d7ae0 100644 --- a/commons/src/main/java/org/infinispan/commons/executors/ExecutorFactory.java +++ b/commons/src/main/java/org/infinispan/commons/executors/ExecutorFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commons.executors; import java.util.Properties; diff --git a/commons/src/main/java/org/infinispan/commons/hash/Hash.java b/commons/src/main/java/org/infinispan/commons/hash/Hash.java index 60b1441071bb..d63292c30d65 100644 --- a/commons/src/main/java/org/infinispan/commons/hash/Hash.java +++ b/commons/src/main/java/org/infinispan/commons/hash/Hash.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.commons.hash; /** diff --git a/commons/src/main/java/org/infinispan/commons/hash/MurmurHash2.java b/commons/src/main/java/org/infinispan/commons/hash/MurmurHash2.java index 1eef4b20e3db..d562de9fbb73 100644 --- a/commons/src/main/java/org/infinispan/commons/hash/MurmurHash2.java +++ b/commons/src/main/java/org/infinispan/commons/hash/MurmurHash2.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commons.hash; import net.jcip.annotations.Immutable; diff --git a/commons/src/main/java/org/infinispan/commons/hash/MurmurHash2Compat.java b/commons/src/main/java/org/infinispan/commons/hash/MurmurHash2Compat.java index 0d04701dd9c4..0c93998eab56 100644 --- a/commons/src/main/java/org/infinispan/commons/hash/MurmurHash2Compat.java +++ b/commons/src/main/java/org/infinispan/commons/hash/MurmurHash2Compat.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commons.hash; import net.jcip.annotations.Immutable; diff --git a/commons/src/main/java/org/infinispan/commons/hash/MurmurHash3.java b/commons/src/main/java/org/infinispan/commons/hash/MurmurHash3.java index d8ba4bd69b0c..d2a18103575d 100644 --- a/commons/src/main/java/org/infinispan/commons/hash/MurmurHash3.java +++ b/commons/src/main/java/org/infinispan/commons/hash/MurmurHash3.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.commons.hash; import net.jcip.annotations.Immutable; diff --git a/commons/src/main/java/org/infinispan/commons/io/ByteBuffer.java b/commons/src/main/java/org/infinispan/commons/io/ByteBuffer.java index 3c68e1f36df6..fbc18fe4442a 100644 --- a/commons/src/main/java/org/infinispan/commons/io/ByteBuffer.java +++ b/commons/src/main/java/org/infinispan/commons/io/ByteBuffer.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commons.io; import java.io.ByteArrayInputStream; diff --git a/commons/src/main/java/org/infinispan/commons/io/ExposedByteArrayOutputStream.java b/commons/src/main/java/org/infinispan/commons/io/ExposedByteArrayOutputStream.java index 0171492ffe74..7758c6d3aa8b 100644 --- a/commons/src/main/java/org/infinispan/commons/io/ExposedByteArrayOutputStream.java +++ b/commons/src/main/java/org/infinispan/commons/io/ExposedByteArrayOutputStream.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commons.io; import net.jcip.annotations.NotThreadSafe; diff --git a/commons/src/main/java/org/infinispan/commons/io/UnsignedNumeric.java b/commons/src/main/java/org/infinispan/commons/io/UnsignedNumeric.java index 8e3df535fbbd..ed3f52aaf235 100644 --- a/commons/src/main/java/org/infinispan/commons/io/UnsignedNumeric.java +++ b/commons/src/main/java/org/infinispan/commons/io/UnsignedNumeric.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commons.io; import java.io.IOException; diff --git a/commons/src/main/java/org/infinispan/commons/logging/BasicLogFactory.java b/commons/src/main/java/org/infinispan/commons/logging/BasicLogFactory.java index 093db50009e3..9be97c8d5965 100644 --- a/commons/src/main/java/org/infinispan/commons/logging/BasicLogFactory.java +++ b/commons/src/main/java/org/infinispan/commons/logging/BasicLogFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commons.logging; import org.infinispan.commons.logging.Log; diff --git a/commons/src/main/java/org/infinispan/commons/logging/Log.java b/commons/src/main/java/org/infinispan/commons/logging/Log.java index 9515311ff24d..3fd95964c1dc 100644 --- a/commons/src/main/java/org/infinispan/commons/logging/Log.java +++ b/commons/src/main/java/org/infinispan/commons/logging/Log.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commons.logging; import static org.jboss.logging.Logger.Level.ERROR; diff --git a/commons/src/main/java/org/infinispan/commons/logging/LogFactory.java b/commons/src/main/java/org/infinispan/commons/logging/LogFactory.java index 366c7aa9d340..ecc0125ca6d7 100644 --- a/commons/src/main/java/org/infinispan/commons/logging/LogFactory.java +++ b/commons/src/main/java/org/infinispan/commons/logging/LogFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commons.logging; import org.jboss.logging.Logger; diff --git a/commons/src/main/java/org/infinispan/commons/marshall/AbstractDelegatingMarshaller.java b/commons/src/main/java/org/infinispan/commons/marshall/AbstractDelegatingMarshaller.java index 30126ee26c70..e04ef11776fa 100644 --- a/commons/src/main/java/org/infinispan/commons/marshall/AbstractDelegatingMarshaller.java +++ b/commons/src/main/java/org/infinispan/commons/marshall/AbstractDelegatingMarshaller.java @@ -1,22 +1,3 @@ -/* - * Copyright 2012 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.commons.marshall; import org.infinispan.commons.io.ByteBuffer; diff --git a/commons/src/main/java/org/infinispan/commons/marshall/AbstractExternalizer.java b/commons/src/main/java/org/infinispan/commons/marshall/AbstractExternalizer.java index afcd6851a79d..9dd8b3675ef1 100644 --- a/commons/src/main/java/org/infinispan/commons/marshall/AbstractExternalizer.java +++ b/commons/src/main/java/org/infinispan/commons/marshall/AbstractExternalizer.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.commons.marshall; /** diff --git a/commons/src/main/java/org/infinispan/commons/marshall/AbstractMarshaller.java b/commons/src/main/java/org/infinispan/commons/marshall/AbstractMarshaller.java index 45a971ceff75..937e8a3732d8 100644 --- a/commons/src/main/java/org/infinispan/commons/marshall/AbstractMarshaller.java +++ b/commons/src/main/java/org/infinispan/commons/marshall/AbstractMarshaller.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commons.marshall; import org.infinispan.commons.io.ByteBuffer; diff --git a/commons/src/main/java/org/infinispan/commons/marshall/AdaptiveBufferSizePredictor.java b/commons/src/main/java/org/infinispan/commons/marshall/AdaptiveBufferSizePredictor.java index d3811b34289f..50b7a808df81 100644 --- a/commons/src/main/java/org/infinispan/commons/marshall/AdaptiveBufferSizePredictor.java +++ b/commons/src/main/java/org/infinispan/commons/marshall/AdaptiveBufferSizePredictor.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.commons.marshall; import org.infinispan.commons.logging.Log; diff --git a/commons/src/main/java/org/infinispan/commons/marshall/AdvancedExternalizer.java b/commons/src/main/java/org/infinispan/commons/marshall/AdvancedExternalizer.java index c8f013f12b89..3887a9ee4aac 100644 --- a/commons/src/main/java/org/infinispan/commons/marshall/AdvancedExternalizer.java +++ b/commons/src/main/java/org/infinispan/commons/marshall/AdvancedExternalizer.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commons.marshall; import java.util.Set; diff --git a/commons/src/main/java/org/infinispan/commons/marshall/BufferSizePredictor.java b/commons/src/main/java/org/infinispan/commons/marshall/BufferSizePredictor.java index 210de3416441..fdd28b0f2f3a 100644 --- a/commons/src/main/java/org/infinispan/commons/marshall/BufferSizePredictor.java +++ b/commons/src/main/java/org/infinispan/commons/marshall/BufferSizePredictor.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.commons.marshall; /** diff --git a/commons/src/main/java/org/infinispan/commons/marshall/Externalizer.java b/commons/src/main/java/org/infinispan/commons/marshall/Externalizer.java index 00fee71ab1a1..9efb9b8f1a3e 100644 --- a/commons/src/main/java/org/infinispan/commons/marshall/Externalizer.java +++ b/commons/src/main/java/org/infinispan/commons/marshall/Externalizer.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.commons.marshall; import java.io.IOException; diff --git a/commons/src/main/java/org/infinispan/commons/marshall/JavaSerializationMarshaller.java b/commons/src/main/java/org/infinispan/commons/marshall/JavaSerializationMarshaller.java index 66c1fcc3a5e4..06d4695354bf 100644 --- a/commons/src/main/java/org/infinispan/commons/marshall/JavaSerializationMarshaller.java +++ b/commons/src/main/java/org/infinispan/commons/marshall/JavaSerializationMarshaller.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.commons.marshall; import org.infinispan.commons.io.ByteBuffer; diff --git a/commons/src/main/java/org/infinispan/commons/marshall/MarshallUtil.java b/commons/src/main/java/org/infinispan/commons/marshall/MarshallUtil.java index 875a36667a3f..05ba1db73a75 100644 --- a/commons/src/main/java/org/infinispan/commons/marshall/MarshallUtil.java +++ b/commons/src/main/java/org/infinispan/commons/marshall/MarshallUtil.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commons.marshall; import net.jcip.annotations.Immutable; diff --git a/commons/src/main/java/org/infinispan/commons/marshall/MarshallableTypeHints.java b/commons/src/main/java/org/infinispan/commons/marshall/MarshallableTypeHints.java index 7dcd56f84d8e..c7a1576c25ed 100644 --- a/commons/src/main/java/org/infinispan/commons/marshall/MarshallableTypeHints.java +++ b/commons/src/main/java/org/infinispan/commons/marshall/MarshallableTypeHints.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.commons.marshall; import org.infinispan.commons.util.CollectionFactory; diff --git a/commons/src/main/java/org/infinispan/commons/marshall/Marshaller.java b/commons/src/main/java/org/infinispan/commons/marshall/Marshaller.java index a3386a6e22e5..7f54f652cc93 100644 --- a/commons/src/main/java/org/infinispan/commons/marshall/Marshaller.java +++ b/commons/src/main/java/org/infinispan/commons/marshall/Marshaller.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commons.marshall; import net.jcip.annotations.ThreadSafe; diff --git a/commons/src/main/java/org/infinispan/commons/marshall/NotSerializableException.java b/commons/src/main/java/org/infinispan/commons/marshall/NotSerializableException.java index 4c4a61df5dcd..3a22d2191130 100644 --- a/commons/src/main/java/org/infinispan/commons/marshall/NotSerializableException.java +++ b/commons/src/main/java/org/infinispan/commons/marshall/NotSerializableException.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commons.marshall; import org.infinispan.commons.CacheException; diff --git a/commons/src/main/java/org/infinispan/commons/marshall/SerializeWith.java b/commons/src/main/java/org/infinispan/commons/marshall/SerializeWith.java index d775af20d0b4..e0b3b9429a67 100644 --- a/commons/src/main/java/org/infinispan/commons/marshall/SerializeWith.java +++ b/commons/src/main/java/org/infinispan/commons/marshall/SerializeWith.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.commons.marshall; import java.lang.annotation.Documented; diff --git a/commons/src/main/java/org/infinispan/commons/marshall/StreamingMarshaller.java b/commons/src/main/java/org/infinispan/commons/marshall/StreamingMarshaller.java index 2eb2d73c8e39..f0b767ba5a41 100644 --- a/commons/src/main/java/org/infinispan/commons/marshall/StreamingMarshaller.java +++ b/commons/src/main/java/org/infinispan/commons/marshall/StreamingMarshaller.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commons.marshall; import net.jcip.annotations.ThreadSafe; diff --git a/commons/src/main/java/org/infinispan/commons/marshall/jboss/AbstractJBossMarshaller.java b/commons/src/main/java/org/infinispan/commons/marshall/jboss/AbstractJBossMarshaller.java index 2a0f47c05b62..54eeebb9ea23 100644 --- a/commons/src/main/java/org/infinispan/commons/marshall/jboss/AbstractJBossMarshaller.java +++ b/commons/src/main/java/org/infinispan/commons/marshall/jboss/AbstractJBossMarshaller.java @@ -1,22 +1,3 @@ -/* - * Copyright 2012 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.commons.marshall.jboss; import org.infinispan.commons.io.ByteBuffer; diff --git a/commons/src/main/java/org/infinispan/commons/marshall/jboss/DefaultContextClassResolver.java b/commons/src/main/java/org/infinispan/commons/marshall/jboss/DefaultContextClassResolver.java index 6ab1d4856451..e93a0e4c5554 100644 --- a/commons/src/main/java/org/infinispan/commons/marshall/jboss/DefaultContextClassResolver.java +++ b/commons/src/main/java/org/infinispan/commons/marshall/jboss/DefaultContextClassResolver.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.commons.marshall.jboss; import org.jboss.marshalling.ContextClassResolver; diff --git a/commons/src/main/java/org/infinispan/commons/marshall/jboss/ExtendedRiverMarshaller.java b/commons/src/main/java/org/infinispan/commons/marshall/jboss/ExtendedRiverMarshaller.java index 037479094f35..54ea87ef3eb7 100644 --- a/commons/src/main/java/org/infinispan/commons/marshall/jboss/ExtendedRiverMarshaller.java +++ b/commons/src/main/java/org/infinispan/commons/marshall/jboss/ExtendedRiverMarshaller.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.commons.marshall.jboss; import org.jboss.marshalling.MarshallingConfiguration; diff --git a/commons/src/main/java/org/infinispan/commons/marshall/jboss/ExtendedRiverUnmarshaller.java b/commons/src/main/java/org/infinispan/commons/marshall/jboss/ExtendedRiverUnmarshaller.java index 5a05af2ef5ca..a47ad3f4f5ef 100644 --- a/commons/src/main/java/org/infinispan/commons/marshall/jboss/ExtendedRiverUnmarshaller.java +++ b/commons/src/main/java/org/infinispan/commons/marshall/jboss/ExtendedRiverUnmarshaller.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.commons.marshall.jboss; import java.io.IOException; diff --git a/commons/src/main/java/org/infinispan/commons/marshall/jboss/GenericJBossMarshaller.java b/commons/src/main/java/org/infinispan/commons/marshall/jboss/GenericJBossMarshaller.java index 75fbe6bbf3ae..4cbdc516decb 100644 --- a/commons/src/main/java/org/infinispan/commons/marshall/jboss/GenericJBossMarshaller.java +++ b/commons/src/main/java/org/infinispan/commons/marshall/jboss/GenericJBossMarshaller.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commons.marshall.jboss; /** diff --git a/commons/src/main/java/org/infinispan/commons/marshall/jboss/JBossExternalizerAdapter.java b/commons/src/main/java/org/infinispan/commons/marshall/jboss/JBossExternalizerAdapter.java index b32c90080ced..ecefee84cd1e 100644 --- a/commons/src/main/java/org/infinispan/commons/marshall/jboss/JBossExternalizerAdapter.java +++ b/commons/src/main/java/org/infinispan/commons/marshall/jboss/JBossExternalizerAdapter.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.commons.marshall.jboss; import org.infinispan.commons.marshall.Externalizer; diff --git a/commons/src/main/java/org/infinispan/commons/marshall/jboss/JBossMarshallerFactory.java b/commons/src/main/java/org/infinispan/commons/marshall/jboss/JBossMarshallerFactory.java index 61147106d188..c6082fb1ab81 100644 --- a/commons/src/main/java/org/infinispan/commons/marshall/jboss/JBossMarshallerFactory.java +++ b/commons/src/main/java/org/infinispan/commons/marshall/jboss/JBossMarshallerFactory.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.commons.marshall.jboss; import org.jboss.marshalling.AbstractMarshallerFactory; diff --git a/commons/src/main/java/org/infinispan/commons/marshall/jboss/RiverCloseListener.java b/commons/src/main/java/org/infinispan/commons/marshall/jboss/RiverCloseListener.java index 637f4e997e86..453f2c7e7569 100644 --- a/commons/src/main/java/org/infinispan/commons/marshall/jboss/RiverCloseListener.java +++ b/commons/src/main/java/org/infinispan/commons/marshall/jboss/RiverCloseListener.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.commons.marshall.jboss; /** diff --git a/commons/src/main/java/org/infinispan/commons/marshall/jboss/SerializeWithExtFactory.java b/commons/src/main/java/org/infinispan/commons/marshall/jboss/SerializeWithExtFactory.java index 7b3e27170b20..475510481181 100644 --- a/commons/src/main/java/org/infinispan/commons/marshall/jboss/SerializeWithExtFactory.java +++ b/commons/src/main/java/org/infinispan/commons/marshall/jboss/SerializeWithExtFactory.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.commons.marshall.jboss; import org.infinispan.commons.marshall.SerializeWith; diff --git a/commons/src/main/java/org/infinispan/commons/marshall/jboss/package-info.java b/commons/src/main/java/org/infinispan/commons/marshall/jboss/package-info.java index 3f0c3bb6798e..a15059512718 100644 --- a/commons/src/main/java/org/infinispan/commons/marshall/jboss/package-info.java +++ b/commons/src/main/java/org/infinispan/commons/marshall/jboss/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals. */ diff --git a/commons/src/main/java/org/infinispan/commons/marshall/package-info.java b/commons/src/main/java/org/infinispan/commons/marshall/package-info.java index 031596efa39e..ec0bbfadbfca 100644 --- a/commons/src/main/java/org/infinispan/commons/marshall/package-info.java +++ b/commons/src/main/java/org/infinispan/commons/marshall/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Provides Infinispan-specific input and output streams, buffers and related utilities. */ diff --git a/commons/src/main/java/org/infinispan/commons/util/AbstractFileLookup.java b/commons/src/main/java/org/infinispan/commons/util/AbstractFileLookup.java index dd4d5b44124c..a23f86acf826 100644 --- a/commons/src/main/java/org/infinispan/commons/util/AbstractFileLookup.java +++ b/commons/src/main/java/org/infinispan/commons/util/AbstractFileLookup.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commons.util; import java.io.File; diff --git a/commons/src/main/java/org/infinispan/commons/util/AbstractMap.java b/commons/src/main/java/org/infinispan/commons/util/AbstractMap.java index 46075b7f9329..5acd736e090f 100644 --- a/commons/src/main/java/org/infinispan/commons/util/AbstractMap.java +++ b/commons/src/main/java/org/infinispan/commons/util/AbstractMap.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commons.util; import java.util.Collection; diff --git a/commons/src/main/java/org/infinispan/commons/util/Base64.java b/commons/src/main/java/org/infinispan/commons/util/Base64.java index ca3bb34b761b..426529bd41de 100644 --- a/commons/src/main/java/org/infinispan/commons/util/Base64.java +++ b/commons/src/main/java/org/infinispan/commons/util/Base64.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.commons.util; import org.infinispan.commons.logging.Log; diff --git a/commons/src/main/java/org/infinispan/commons/util/BeanUtils.java b/commons/src/main/java/org/infinispan/commons/util/BeanUtils.java index 74d0c0a4f54b..79a8e0ee47d7 100644 --- a/commons/src/main/java/org/infinispan/commons/util/BeanUtils.java +++ b/commons/src/main/java/org/infinispan/commons/util/BeanUtils.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commons.util; import java.lang.reflect.Method; diff --git a/commons/src/main/java/org/infinispan/commons/util/ByRef.java b/commons/src/main/java/org/infinispan/commons/util/ByRef.java index d5051bf2ff06..1ef3a92aa023 100644 --- a/commons/src/main/java/org/infinispan/commons/util/ByRef.java +++ b/commons/src/main/java/org/infinispan/commons/util/ByRef.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.commons.util; /** diff --git a/commons/src/main/java/org/infinispan/commons/util/ClassFinder.java b/commons/src/main/java/org/infinispan/commons/util/ClassFinder.java index 95a69a456963..b52ff5c87578 100644 --- a/commons/src/main/java/org/infinispan/commons/util/ClassFinder.java +++ b/commons/src/main/java/org/infinispan/commons/util/ClassFinder.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commons.util; import org.infinispan.commons.logging.Log; diff --git a/commons/src/main/java/org/infinispan/commons/util/CollectionFactory.java b/commons/src/main/java/org/infinispan/commons/util/CollectionFactory.java index 527710cc4a7b..dca48372ffb1 100644 --- a/commons/src/main/java/org/infinispan/commons/util/CollectionFactory.java +++ b/commons/src/main/java/org/infinispan/commons/util/CollectionFactory.java @@ -1,22 +1,3 @@ -/* - * Copyright 2012 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.commons.util; import org.infinispan.commons.equivalence.AnyEquivalence; diff --git a/commons/src/main/java/org/infinispan/commons/util/EnumerationList.java b/commons/src/main/java/org/infinispan/commons/util/EnumerationList.java index 25b4efbd331b..d5b057c904fe 100644 --- a/commons/src/main/java/org/infinispan/commons/util/EnumerationList.java +++ b/commons/src/main/java/org/infinispan/commons/util/EnumerationList.java @@ -1,19 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2008, Red Hat, Inc., and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * 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. - */ package org.infinispan.commons.util; import java.util.Enumeration; diff --git a/commons/src/main/java/org/infinispan/commons/util/FastCopyHashMap.java b/commons/src/main/java/org/infinispan/commons/util/FastCopyHashMap.java index 61d26c1fac46..541b83531365 100644 --- a/commons/src/main/java/org/infinispan/commons/util/FastCopyHashMap.java +++ b/commons/src/main/java/org/infinispan/commons/util/FastCopyHashMap.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commons.util; import org.infinispan.commons.logging.Log; diff --git a/commons/src/main/java/org/infinispan/commons/util/FileLookupFactory.java b/commons/src/main/java/org/infinispan/commons/util/FileLookupFactory.java index f0a16849c539..d149bd07cf53 100644 --- a/commons/src/main/java/org/infinispan/commons/util/FileLookupFactory.java +++ b/commons/src/main/java/org/infinispan/commons/util/FileLookupFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commons.util; import java.io.IOException; diff --git a/commons/src/main/java/org/infinispan/commons/util/ForwardingList.java b/commons/src/main/java/org/infinispan/commons/util/ForwardingList.java index 1226e8ac9c45..19112b324fb8 100644 --- a/commons/src/main/java/org/infinispan/commons/util/ForwardingList.java +++ b/commons/src/main/java/org/infinispan/commons/util/ForwardingList.java @@ -1,19 +1,3 @@ -/* - * Copyright (C) 2007 Google 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. - */ - package org.infinispan.commons.util; import java.util.Collection; diff --git a/commons/src/main/java/org/infinispan/commons/util/ImmutableListCopy.java b/commons/src/main/java/org/infinispan/commons/util/ImmutableListCopy.java index 2e88823339b2..ed1ff9c45cf5 100644 --- a/commons/src/main/java/org/infinispan/commons/util/ImmutableListCopy.java +++ b/commons/src/main/java/org/infinispan/commons/util/ImmutableListCopy.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commons.util; import net.jcip.annotations.Immutable; diff --git a/commons/src/main/java/org/infinispan/commons/util/Immutables.java b/commons/src/main/java/org/infinispan/commons/util/Immutables.java index fc0bdb45b0b5..85918d150ef2 100644 --- a/commons/src/main/java/org/infinispan/commons/util/Immutables.java +++ b/commons/src/main/java/org/infinispan/commons/util/Immutables.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commons.util; import java.io.IOException; diff --git a/commons/src/main/java/org/infinispan/commons/util/InfinispanCollections.java b/commons/src/main/java/org/infinispan/commons/util/InfinispanCollections.java index 11e01267eb71..e1792c679ac2 100644 --- a/commons/src/main/java/org/infinispan/commons/util/InfinispanCollections.java +++ b/commons/src/main/java/org/infinispan/commons/util/InfinispanCollections.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commons.util; import org.infinispan.commons.marshall.AbstractExternalizer; diff --git a/commons/src/main/java/org/infinispan/commons/util/LegacyKeySupportSystemProperties.java b/commons/src/main/java/org/infinispan/commons/util/LegacyKeySupportSystemProperties.java index 70998adbe92b..7f4180486e63 100644 --- a/commons/src/main/java/org/infinispan/commons/util/LegacyKeySupportSystemProperties.java +++ b/commons/src/main/java/org/infinispan/commons/util/LegacyKeySupportSystemProperties.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commons.util; import org.infinispan.commons.logging.Log; diff --git a/commons/src/main/java/org/infinispan/commons/util/ObjectDuplicator.java b/commons/src/main/java/org/infinispan/commons/util/ObjectDuplicator.java index 31877d2488a8..5c91013b1f9b 100644 --- a/commons/src/main/java/org/infinispan/commons/util/ObjectDuplicator.java +++ b/commons/src/main/java/org/infinispan/commons/util/ObjectDuplicator.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commons.util; import java.util.Collection; diff --git a/commons/src/main/java/org/infinispan/commons/util/Proxies.java b/commons/src/main/java/org/infinispan/commons/util/Proxies.java index 8f58c44d15ca..7e5d0412098f 100644 --- a/commons/src/main/java/org/infinispan/commons/util/Proxies.java +++ b/commons/src/main/java/org/infinispan/commons/util/Proxies.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commons.util; import org.infinispan.commons.logging.Log; diff --git a/commons/src/main/java/org/infinispan/commons/util/ReflectionUtil.java b/commons/src/main/java/org/infinispan/commons/util/ReflectionUtil.java index cc144f4f9865..23fa53943102 100644 --- a/commons/src/main/java/org/infinispan/commons/util/ReflectionUtil.java +++ b/commons/src/main/java/org/infinispan/commons/util/ReflectionUtil.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commons.util; import org.infinispan.commons.CacheException; diff --git a/commons/src/main/java/org/infinispan/commons/util/ReversibleOrderedSet.java b/commons/src/main/java/org/infinispan/commons/util/ReversibleOrderedSet.java index 2a01cbcce693..844b08189296 100644 --- a/commons/src/main/java/org/infinispan/commons/util/ReversibleOrderedSet.java +++ b/commons/src/main/java/org/infinispan/commons/util/ReversibleOrderedSet.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commons.util; import java.util.Iterator; diff --git a/commons/src/main/java/org/infinispan/commons/util/SimpleImmutableEntry.java b/commons/src/main/java/org/infinispan/commons/util/SimpleImmutableEntry.java index 8163f6a0d466..c4f1e78db566 100644 --- a/commons/src/main/java/org/infinispan/commons/util/SimpleImmutableEntry.java +++ b/commons/src/main/java/org/infinispan/commons/util/SimpleImmutableEntry.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commons.util; import java.io.Serializable; diff --git a/commons/src/main/java/org/infinispan/commons/util/SslContextFactory.java b/commons/src/main/java/org/infinispan/commons/util/SslContextFactory.java index 78f9f4ddda1e..9c6bf6122264 100644 --- a/commons/src/main/java/org/infinispan/commons/util/SslContextFactory.java +++ b/commons/src/main/java/org/infinispan/commons/util/SslContextFactory.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.commons.util; import java.io.BufferedInputStream; diff --git a/commons/src/main/java/org/infinispan/commons/util/StringPropertyReplacer.java b/commons/src/main/java/org/infinispan/commons/util/StringPropertyReplacer.java index ce31187b179e..f06c7e85f77e 100644 --- a/commons/src/main/java/org/infinispan/commons/util/StringPropertyReplacer.java +++ b/commons/src/main/java/org/infinispan/commons/util/StringPropertyReplacer.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.commons.util; import java.io.File; diff --git a/commons/src/main/java/org/infinispan/commons/util/SysPropertyActions.java b/commons/src/main/java/org/infinispan/commons/util/SysPropertyActions.java index 7fa2b132ea88..fd6b91a9f5e4 100644 --- a/commons/src/main/java/org/infinispan/commons/util/SysPropertyActions.java +++ b/commons/src/main/java/org/infinispan/commons/util/SysPropertyActions.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.commons.util; import java.security.AccessController; diff --git a/commons/src/main/java/org/infinispan/commons/util/TimSort.java b/commons/src/main/java/org/infinispan/commons/util/TimSort.java index 14068160075f..0073031bfffb 100644 --- a/commons/src/main/java/org/infinispan/commons/util/TimSort.java +++ b/commons/src/main/java/org/infinispan/commons/util/TimSort.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.commons.util; import java.util.Arrays; diff --git a/commons/src/main/java/org/infinispan/commons/util/TypedProperties.java b/commons/src/main/java/org/infinispan/commons/util/TypedProperties.java index 6e7e0904775a..8d49bb299076 100644 --- a/commons/src/main/java/org/infinispan/commons/util/TypedProperties.java +++ b/commons/src/main/java/org/infinispan/commons/util/TypedProperties.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commons.util; import org.infinispan.commons.logging.Log; diff --git a/commons/src/main/java/org/infinispan/commons/util/Util.java b/commons/src/main/java/org/infinispan/commons/util/Util.java index 361ae9c9ff9a..af3472e5b7d2 100644 --- a/commons/src/main/java/org/infinispan/commons/util/Util.java +++ b/commons/src/main/java/org/infinispan/commons/util/Util.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commons.util; import org.infinispan.commons.CacheConfigurationException; diff --git a/commons/src/main/java/org/infinispan/commons/util/WeakValueHashMap.java b/commons/src/main/java/org/infinispan/commons/util/WeakValueHashMap.java index 73754a147fcc..1d1abd8fc777 100644 --- a/commons/src/main/java/org/infinispan/commons/util/WeakValueHashMap.java +++ b/commons/src/main/java/org/infinispan/commons/util/WeakValueHashMap.java @@ -1,24 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2005, JBoss Inc., and individual contributors as indicated - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commons.util; import java.lang.ref.ReferenceQueue; diff --git a/commons/src/main/java/org/infinispan/commons/util/concurrent/FutureListener.java b/commons/src/main/java/org/infinispan/commons/util/concurrent/FutureListener.java index d79f80962f6d..68e1a251a577 100644 --- a/commons/src/main/java/org/infinispan/commons/util/concurrent/FutureListener.java +++ b/commons/src/main/java/org/infinispan/commons/util/concurrent/FutureListener.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commons.util.concurrent; import java.util.concurrent.Future; diff --git a/commons/src/main/java/org/infinispan/commons/util/concurrent/NotifyingFuture.java b/commons/src/main/java/org/infinispan/commons/util/concurrent/NotifyingFuture.java index cea4014448c4..a2ab6d309cf9 100644 --- a/commons/src/main/java/org/infinispan/commons/util/concurrent/NotifyingFuture.java +++ b/commons/src/main/java/org/infinispan/commons/util/concurrent/NotifyingFuture.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commons.util.concurrent; import java.util.concurrent.Future; diff --git a/commons/src/main/java/org/infinispan/commons/util/concurrent/jdk8backported/EquivalentConcurrentHashMapV8.java b/commons/src/main/java/org/infinispan/commons/util/concurrent/jdk8backported/EquivalentConcurrentHashMapV8.java index a8ef92e4fa63..b21a79bfb98f 100644 --- a/commons/src/main/java/org/infinispan/commons/util/concurrent/jdk8backported/EquivalentConcurrentHashMapV8.java +++ b/commons/src/main/java/org/infinispan/commons/util/concurrent/jdk8backported/EquivalentConcurrentHashMapV8.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - // Revision 1.100 // With added tree node walk up fixes in // http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/src/main/java/util/concurrent/ConcurrentHashMap.java?r1=1.216&r2=1.217 diff --git a/core/pom.xml b/core/pom.xml index 88d76b73b7b5..394f7480145b 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -1,26 +1,4 @@ - diff --git a/core/src/main/java/org/infinispan/AbstractDelegatingAdvancedCache.java b/core/src/main/java/org/infinispan/AbstractDelegatingAdvancedCache.java index 4f508a3807fa..b4f7e32abf9f 100644 --- a/core/src/main/java/org/infinispan/AbstractDelegatingAdvancedCache.java +++ b/core/src/main/java/org/infinispan/AbstractDelegatingAdvancedCache.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan; import org.infinispan.atomic.Delta; diff --git a/core/src/main/java/org/infinispan/AbstractDelegatingCache.java b/core/src/main/java/org/infinispan/AbstractDelegatingCache.java index 9760a738dac8..6c35eddb0bf2 100644 --- a/core/src/main/java/org/infinispan/AbstractDelegatingCache.java +++ b/core/src/main/java/org/infinispan/AbstractDelegatingCache.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan; import org.infinispan.config.Configuration; diff --git a/core/src/main/java/org/infinispan/AdvancedCache.java b/core/src/main/java/org/infinispan/AdvancedCache.java index 72c4e4061df1..4bcb7314f3c8 100644 --- a/core/src/main/java/org/infinispan/AdvancedCache.java +++ b/core/src/main/java/org/infinispan/AdvancedCache.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan; import org.infinispan.atomic.Delta; diff --git a/core/src/main/java/org/infinispan/Cache.java b/core/src/main/java/org/infinispan/Cache.java index 1e0adedea1f2..46c21c3c3364 100644 --- a/core/src/main/java/org/infinispan/Cache.java +++ b/core/src/main/java/org/infinispan/Cache.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan; import org.infinispan.api.BasicCache; diff --git a/core/src/main/java/org/infinispan/CacheImpl.java b/core/src/main/java/org/infinispan/CacheImpl.java index 95689fcf9cac..f60cdf3275da 100644 --- a/core/src/main/java/org/infinispan/CacheImpl.java +++ b/core/src/main/java/org/infinispan/CacheImpl.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan; import org.infinispan.atomic.Delta; diff --git a/core/src/main/java/org/infinispan/CacheSupport.java b/core/src/main/java/org/infinispan/CacheSupport.java index b8512607b601..8d36e1d6456b 100644 --- a/core/src/main/java/org/infinispan/CacheSupport.java +++ b/core/src/main/java/org/infinispan/CacheSupport.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan; import org.infinispan.api.BasicCache; diff --git a/core/src/main/java/org/infinispan/DecoratedCache.java b/core/src/main/java/org/infinispan/DecoratedCache.java index 8b8281b7905f..52334de87eef 100644 --- a/core/src/main/java/org/infinispan/DecoratedCache.java +++ b/core/src/main/java/org/infinispan/DecoratedCache.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan; import static java.util.concurrent.TimeUnit.MILLISECONDS; diff --git a/core/src/main/java/org/infinispan/InvalidCacheUsageException.java b/core/src/main/java/org/infinispan/InvalidCacheUsageException.java index 33f088e8edf7..6c3baf2e9c59 100644 --- a/core/src/main/java/org/infinispan/InvalidCacheUsageException.java +++ b/core/src/main/java/org/infinispan/InvalidCacheUsageException.java @@ -1,22 +1,3 @@ -/* - * Copyright 2012 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan; import org.infinispan.commons.CacheException; diff --git a/core/src/main/java/org/infinispan/Version.java b/core/src/main/java/org/infinispan/Version.java index a58cbdbae09b..432ecd1cfc92 100644 --- a/core/src/main/java/org/infinispan/Version.java +++ b/core/src/main/java/org/infinispan/Version.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan; import net.jcip.annotations.Immutable; diff --git a/core/src/main/java/org/infinispan/affinity/KeyAffinityService.java b/core/src/main/java/org/infinispan/affinity/KeyAffinityService.java index 64ff5f08228d..9f79e0c344e0 100644 --- a/core/src/main/java/org/infinispan/affinity/KeyAffinityService.java +++ b/core/src/main/java/org/infinispan/affinity/KeyAffinityService.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.affinity; import org.infinispan.lifecycle.Lifecycle; diff --git a/core/src/main/java/org/infinispan/affinity/KeyAffinityServiceFactory.java b/core/src/main/java/org/infinispan/affinity/KeyAffinityServiceFactory.java index a0278484633e..89b85c947449 100644 --- a/core/src/main/java/org/infinispan/affinity/KeyAffinityServiceFactory.java +++ b/core/src/main/java/org/infinispan/affinity/KeyAffinityServiceFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.affinity; import org.infinispan.Cache; diff --git a/core/src/main/java/org/infinispan/affinity/KeyAffinityServiceImpl.java b/core/src/main/java/org/infinispan/affinity/KeyAffinityServiceImpl.java index 71b5ab6f9b3b..e420ff83ca9e 100644 --- a/core/src/main/java/org/infinispan/affinity/KeyAffinityServiceImpl.java +++ b/core/src/main/java/org/infinispan/affinity/KeyAffinityServiceImpl.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.affinity; import net.jcip.annotations.GuardedBy; diff --git a/core/src/main/java/org/infinispan/affinity/KeyGenerator.java b/core/src/main/java/org/infinispan/affinity/KeyGenerator.java index a8c0c6839909..9dfdc21dfa1e 100644 --- a/core/src/main/java/org/infinispan/affinity/KeyGenerator.java +++ b/core/src/main/java/org/infinispan/affinity/KeyGenerator.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.affinity; /** diff --git a/core/src/main/java/org/infinispan/affinity/ListenerRegistration.java b/core/src/main/java/org/infinispan/affinity/ListenerRegistration.java index a1b44b478a8c..a489538e1730 100644 --- a/core/src/main/java/org/infinispan/affinity/ListenerRegistration.java +++ b/core/src/main/java/org/infinispan/affinity/ListenerRegistration.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.affinity; import org.infinispan.notifications.Listener; diff --git a/core/src/main/java/org/infinispan/affinity/RndKeyGenerator.java b/core/src/main/java/org/infinispan/affinity/RndKeyGenerator.java index b438ad5d4afa..1a2ecbad4bba 100644 --- a/core/src/main/java/org/infinispan/affinity/RndKeyGenerator.java +++ b/core/src/main/java/org/infinispan/affinity/RndKeyGenerator.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.affinity; import java.util.Random; diff --git a/core/src/main/java/org/infinispan/api/BasicCache.java b/core/src/main/java/org/infinispan/api/BasicCache.java index e1f91b37dd8f..f44d0c558626 100644 --- a/core/src/main/java/org/infinispan/api/BasicCache.java +++ b/core/src/main/java/org/infinispan/api/BasicCache.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.api; import org.infinispan.lifecycle.Lifecycle; diff --git a/core/src/main/java/org/infinispan/api/BasicCacheContainer.java b/core/src/main/java/org/infinispan/api/BasicCacheContainer.java index 09c67107ec68..0009c6d3d997 100644 --- a/core/src/main/java/org/infinispan/api/BasicCacheContainer.java +++ b/core/src/main/java/org/infinispan/api/BasicCacheContainer.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.api; import org.infinispan.lifecycle.Lifecycle; diff --git a/core/src/main/java/org/infinispan/api/package-info.java b/core/src/main/java/org/infinispan/api/package-info.java index 96367953eb38..45421a62dbed 100644 --- a/core/src/main/java/org/infinispan/api/package-info.java +++ b/core/src/main/java/org/infinispan/api/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * API package */ diff --git a/core/src/main/java/org/infinispan/atomic/AtomicHashMap.java b/core/src/main/java/org/infinispan/atomic/AtomicHashMap.java index 0edcb382142f..1b68b4b6937b 100644 --- a/core/src/main/java/org/infinispan/atomic/AtomicHashMap.java +++ b/core/src/main/java/org/infinispan/atomic/AtomicHashMap.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.atomic; import net.jcip.annotations.NotThreadSafe; diff --git a/core/src/main/java/org/infinispan/atomic/AtomicHashMapDelta.java b/core/src/main/java/org/infinispan/atomic/AtomicHashMapDelta.java index 9183ef1de61f..7c35b6a8affd 100644 --- a/core/src/main/java/org/infinispan/atomic/AtomicHashMapDelta.java +++ b/core/src/main/java/org/infinispan/atomic/AtomicHashMapDelta.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.atomic; import org.infinispan.commons.marshall.AbstractExternalizer; diff --git a/core/src/main/java/org/infinispan/atomic/AtomicHashMapProxy.java b/core/src/main/java/org/infinispan/atomic/AtomicHashMapProxy.java index e8caa5263c20..a495e1521236 100644 --- a/core/src/main/java/org/infinispan/atomic/AtomicHashMapProxy.java +++ b/core/src/main/java/org/infinispan/atomic/AtomicHashMapProxy.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.atomic; import org.infinispan.AdvancedCache; diff --git a/core/src/main/java/org/infinispan/atomic/AtomicMap.java b/core/src/main/java/org/infinispan/atomic/AtomicMap.java index 07b55c6af9b3..7cb3380780f7 100644 --- a/core/src/main/java/org/infinispan/atomic/AtomicMap.java +++ b/core/src/main/java/org/infinispan/atomic/AtomicMap.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.atomic; import java.util.Map; diff --git a/core/src/main/java/org/infinispan/atomic/AtomicMapLookup.java b/core/src/main/java/org/infinispan/atomic/AtomicMapLookup.java index 56e84b348bf7..19be930f0183 100644 --- a/core/src/main/java/org/infinispan/atomic/AtomicMapLookup.java +++ b/core/src/main/java/org/infinispan/atomic/AtomicMapLookup.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.atomic; import org.infinispan.AdvancedCache; diff --git a/core/src/main/java/org/infinispan/atomic/ClearOperation.java b/core/src/main/java/org/infinispan/atomic/ClearOperation.java index 44a5400fdca1..1d972a1af381 100644 --- a/core/src/main/java/org/infinispan/atomic/ClearOperation.java +++ b/core/src/main/java/org/infinispan/atomic/ClearOperation.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.atomic; import org.infinispan.commons.marshall.AbstractExternalizer; diff --git a/core/src/main/java/org/infinispan/atomic/Delta.java b/core/src/main/java/org/infinispan/atomic/Delta.java index f119a207f6bb..3679eb5ab74b 100644 --- a/core/src/main/java/org/infinispan/atomic/Delta.java +++ b/core/src/main/java/org/infinispan/atomic/Delta.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.atomic; /** diff --git a/core/src/main/java/org/infinispan/atomic/DeltaAware.java b/core/src/main/java/org/infinispan/atomic/DeltaAware.java index 4c08715bcf48..694441a6192c 100644 --- a/core/src/main/java/org/infinispan/atomic/DeltaAware.java +++ b/core/src/main/java/org/infinispan/atomic/DeltaAware.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.atomic; /** diff --git a/core/src/main/java/org/infinispan/atomic/DeltaCompositeKey.java b/core/src/main/java/org/infinispan/atomic/DeltaCompositeKey.java index f4396bdf915a..304117de6245 100644 --- a/core/src/main/java/org/infinispan/atomic/DeltaCompositeKey.java +++ b/core/src/main/java/org/infinispan/atomic/DeltaCompositeKey.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.atomic; import org.infinispan.commons.marshall.AbstractExternalizer; diff --git a/core/src/main/java/org/infinispan/atomic/FineGrainedAtomicHashMapProxy.java b/core/src/main/java/org/infinispan/atomic/FineGrainedAtomicHashMapProxy.java index 76783ce9db19..6d0c02685b3d 100644 --- a/core/src/main/java/org/infinispan/atomic/FineGrainedAtomicHashMapProxy.java +++ b/core/src/main/java/org/infinispan/atomic/FineGrainedAtomicHashMapProxy.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.atomic; import org.infinispan.AdvancedCache; diff --git a/core/src/main/java/org/infinispan/atomic/FineGrainedAtomicMap.java b/core/src/main/java/org/infinispan/atomic/FineGrainedAtomicMap.java index f7e527a6a4d4..1ce717f92e92 100644 --- a/core/src/main/java/org/infinispan/atomic/FineGrainedAtomicMap.java +++ b/core/src/main/java/org/infinispan/atomic/FineGrainedAtomicMap.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.atomic; import java.util.Map; diff --git a/core/src/main/java/org/infinispan/atomic/NullDelta.java b/core/src/main/java/org/infinispan/atomic/NullDelta.java index 5188b3b69406..a8e7cd64688a 100644 --- a/core/src/main/java/org/infinispan/atomic/NullDelta.java +++ b/core/src/main/java/org/infinispan/atomic/NullDelta.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.atomic; import org.infinispan.atomic.AtomicHashMap; diff --git a/core/src/main/java/org/infinispan/atomic/Operation.java b/core/src/main/java/org/infinispan/atomic/Operation.java index a736d92fd8bf..fbe538379e0e 100644 --- a/core/src/main/java/org/infinispan/atomic/Operation.java +++ b/core/src/main/java/org/infinispan/atomic/Operation.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.atomic; import java.util.Map; diff --git a/core/src/main/java/org/infinispan/atomic/PutOperation.java b/core/src/main/java/org/infinispan/atomic/PutOperation.java index df24a7d245ed..863f48e530b5 100644 --- a/core/src/main/java/org/infinispan/atomic/PutOperation.java +++ b/core/src/main/java/org/infinispan/atomic/PutOperation.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.atomic; import java.io.IOException; diff --git a/core/src/main/java/org/infinispan/atomic/RemoveOperation.java b/core/src/main/java/org/infinispan/atomic/RemoveOperation.java index 5c3552399d87..298d3ff1582e 100644 --- a/core/src/main/java/org/infinispan/atomic/RemoveOperation.java +++ b/core/src/main/java/org/infinispan/atomic/RemoveOperation.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.atomic; import java.io.IOException; diff --git a/core/src/main/java/org/infinispan/atomic/package-info.java b/core/src/main/java/org/infinispan/atomic/package-info.java index cb65922cd2b8..5fb167e94240 100644 --- a/core/src/main/java/org/infinispan/atomic/package-info.java +++ b/core/src/main/java/org/infinispan/atomic/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * This package contains the {@link AtomicMap} interfaces and API that Infinispan exposes as building * blocks in creating other public interfaces such as the Tree API. diff --git a/core/src/main/java/org/infinispan/batch/AutoBatchSupport.java b/core/src/main/java/org/infinispan/batch/AutoBatchSupport.java index 5bed077ddc01..755682ded3e6 100644 --- a/core/src/main/java/org/infinispan/batch/AutoBatchSupport.java +++ b/core/src/main/java/org/infinispan/batch/AutoBatchSupport.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.batch; import net.jcip.annotations.NotThreadSafe; diff --git a/core/src/main/java/org/infinispan/batch/BatchContainer.java b/core/src/main/java/org/infinispan/batch/BatchContainer.java index 7ccc9a311065..90c4c060db86 100644 --- a/core/src/main/java/org/infinispan/batch/BatchContainer.java +++ b/core/src/main/java/org/infinispan/batch/BatchContainer.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.batch; import org.infinispan.commons.CacheException; diff --git a/core/src/main/java/org/infinispan/batch/package-info.java b/core/src/main/java/org/infinispan/batch/package-info.java index 02e50a42fa50..ae00620d2d9e 100644 --- a/core/src/main/java/org/infinispan/batch/package-info.java +++ b/core/src/main/java/org/infinispan/batch/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Support for batching calls using the {@link org.infinispan.Cache#startBatch()} and {@link org.infinispan.Cache#endBatch(boolean)} * API. diff --git a/core/src/main/java/org/infinispan/commands/AbstractFlagAffectedCommand.java b/core/src/main/java/org/infinispan/commands/AbstractFlagAffectedCommand.java index 0678fa5e7812..0b2a3c26fb8a 100644 --- a/core/src/main/java/org/infinispan/commands/AbstractFlagAffectedCommand.java +++ b/core/src/main/java/org/infinispan/commands/AbstractFlagAffectedCommand.java @@ -1,22 +1,3 @@ -/* - * Copyright 2012 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.commands; import org.infinispan.context.Flag; diff --git a/core/src/main/java/org/infinispan/commands/AbstractVisitor.java b/core/src/main/java/org/infinispan/commands/AbstractVisitor.java index 328bf4ee9918..873801edee77 100644 --- a/core/src/main/java/org/infinispan/commands/AbstractVisitor.java +++ b/core/src/main/java/org/infinispan/commands/AbstractVisitor.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands; import org.infinispan.commands.control.LockControlCommand; diff --git a/core/src/main/java/org/infinispan/commands/CancelCommand.java b/core/src/main/java/org/infinispan/commands/CancelCommand.java index e10aa4b770c8..f56dcb482119 100644 --- a/core/src/main/java/org/infinispan/commands/CancelCommand.java +++ b/core/src/main/java/org/infinispan/commands/CancelCommand.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.commands; import java.util.UUID; diff --git a/core/src/main/java/org/infinispan/commands/CancellableCommand.java b/core/src/main/java/org/infinispan/commands/CancellableCommand.java index 46aee576f7ba..e07a612cf0fc 100644 --- a/core/src/main/java/org/infinispan/commands/CancellableCommand.java +++ b/core/src/main/java/org/infinispan/commands/CancellableCommand.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tag. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.commands; import java.util.UUID; diff --git a/core/src/main/java/org/infinispan/commands/CancellationService.java b/core/src/main/java/org/infinispan/commands/CancellationService.java index df3fd71820c2..c5a89afea18f 100644 --- a/core/src/main/java/org/infinispan/commands/CancellationService.java +++ b/core/src/main/java/org/infinispan/commands/CancellationService.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tag. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.commands; import java.util.UUID; diff --git a/core/src/main/java/org/infinispan/commands/CancellationServiceImpl.java b/core/src/main/java/org/infinispan/commands/CancellationServiceImpl.java index 81d70bc4cc53..ab2ebd5e6494 100644 --- a/core/src/main/java/org/infinispan/commands/CancellationServiceImpl.java +++ b/core/src/main/java/org/infinispan/commands/CancellationServiceImpl.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tag. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.commands; import java.util.Map; diff --git a/core/src/main/java/org/infinispan/commands/CommandsFactory.java b/core/src/main/java/org/infinispan/commands/CommandsFactory.java index f3e8e9250227..abef5507c325 100644 --- a/core/src/main/java/org/infinispan/commands/CommandsFactory.java +++ b/core/src/main/java/org/infinispan/commands/CommandsFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands; import org.infinispan.metadata.Metadata; diff --git a/core/src/main/java/org/infinispan/commands/CommandsFactoryImpl.java b/core/src/main/java/org/infinispan/commands/CommandsFactoryImpl.java index 257e2535121a..986d8cc296f8 100644 --- a/core/src/main/java/org/infinispan/commands/CommandsFactoryImpl.java +++ b/core/src/main/java/org/infinispan/commands/CommandsFactoryImpl.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands; import org.infinispan.Cache; diff --git a/core/src/main/java/org/infinispan/commands/CreateCacheCommand.java b/core/src/main/java/org/infinispan/commands/CreateCacheCommand.java index 9169a119980b..e0dc10f62afe 100644 --- a/core/src/main/java/org/infinispan/commands/CreateCacheCommand.java +++ b/core/src/main/java/org/infinispan/commands/CreateCacheCommand.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.commands; import java.util.concurrent.TimeUnit; diff --git a/core/src/main/java/org/infinispan/commands/DataCommand.java b/core/src/main/java/org/infinispan/commands/DataCommand.java index d0b18f9eb6a2..353deae0dd5c 100644 --- a/core/src/main/java/org/infinispan/commands/DataCommand.java +++ b/core/src/main/java/org/infinispan/commands/DataCommand.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands; diff --git a/core/src/main/java/org/infinispan/commands/FlagAffectedCommand.java b/core/src/main/java/org/infinispan/commands/FlagAffectedCommand.java index 444f9fb9c6c1..523a820d595d 100644 --- a/core/src/main/java/org/infinispan/commands/FlagAffectedCommand.java +++ b/core/src/main/java/org/infinispan/commands/FlagAffectedCommand.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.commands; import java.util.Set; diff --git a/core/src/main/java/org/infinispan/commands/LocalCommand.java b/core/src/main/java/org/infinispan/commands/LocalCommand.java index c67ed1a06f77..bccf735b70a6 100644 --- a/core/src/main/java/org/infinispan/commands/LocalCommand.java +++ b/core/src/main/java/org/infinispan/commands/LocalCommand.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands; /** diff --git a/core/src/main/java/org/infinispan/commands/MetadataAwareCommand.java b/core/src/main/java/org/infinispan/commands/MetadataAwareCommand.java index f1e52c809805..5c6260e66451 100644 --- a/core/src/main/java/org/infinispan/commands/MetadataAwareCommand.java +++ b/core/src/main/java/org/infinispan/commands/MetadataAwareCommand.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.commands; import org.infinispan.metadata.Metadata; diff --git a/core/src/main/java/org/infinispan/commands/RemoteCommandsFactory.java b/core/src/main/java/org/infinispan/commands/RemoteCommandsFactory.java index c2545fbc2f30..a9c617636486 100644 --- a/core/src/main/java/org/infinispan/commands/RemoteCommandsFactory.java +++ b/core/src/main/java/org/infinispan/commands/RemoteCommandsFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands; import org.infinispan.commands.control.LockControlCommand; diff --git a/core/src/main/java/org/infinispan/commands/RemoveCacheCommand.java b/core/src/main/java/org/infinispan/commands/RemoveCacheCommand.java index 72822c9c78ea..e236f855f9c2 100644 --- a/core/src/main/java/org/infinispan/commands/RemoveCacheCommand.java +++ b/core/src/main/java/org/infinispan/commands/RemoveCacheCommand.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.commands; import org.infinispan.Cache; diff --git a/core/src/main/java/org/infinispan/commands/ReplicableCommand.java b/core/src/main/java/org/infinispan/commands/ReplicableCommand.java index 581d45f9c30d..b0b3ff7ca8cc 100644 --- a/core/src/main/java/org/infinispan/commands/ReplicableCommand.java +++ b/core/src/main/java/org/infinispan/commands/ReplicableCommand.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands; import org.infinispan.context.InvocationContext; diff --git a/core/src/main/java/org/infinispan/commands/TopologyAffectedCommand.java b/core/src/main/java/org/infinispan/commands/TopologyAffectedCommand.java index 22d2d48cb210..db627d7d76ba 100644 --- a/core/src/main/java/org/infinispan/commands/TopologyAffectedCommand.java +++ b/core/src/main/java/org/infinispan/commands/TopologyAffectedCommand.java @@ -1,22 +1,3 @@ -/* - * Copyright 2012 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.commands; /** diff --git a/core/src/main/java/org/infinispan/commands/VisitableCommand.java b/core/src/main/java/org/infinispan/commands/VisitableCommand.java index d72a90d1e1dc..8d73da9a7323 100644 --- a/core/src/main/java/org/infinispan/commands/VisitableCommand.java +++ b/core/src/main/java/org/infinispan/commands/VisitableCommand.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands; import org.infinispan.commands.write.InvalidateCommand; diff --git a/core/src/main/java/org/infinispan/commands/Visitor.java b/core/src/main/java/org/infinispan/commands/Visitor.java index 40bb95292b62..1c2c94242756 100644 --- a/core/src/main/java/org/infinispan/commands/Visitor.java +++ b/core/src/main/java/org/infinispan/commands/Visitor.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands; import org.infinispan.commands.control.LockControlCommand; diff --git a/core/src/main/java/org/infinispan/commands/control/LockControlCommand.java b/core/src/main/java/org/infinispan/commands/control/LockControlCommand.java index bc5f3277ee38..20eaa1b229b8 100644 --- a/core/src/main/java/org/infinispan/commands/control/LockControlCommand.java +++ b/core/src/main/java/org/infinispan/commands/control/LockControlCommand.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands.control; import org.infinispan.commands.FlagAffectedCommand; diff --git a/core/src/main/java/org/infinispan/commands/module/ExtendedModuleCommandFactory.java b/core/src/main/java/org/infinispan/commands/module/ExtendedModuleCommandFactory.java index a0bb1f28a3ee..0624a57cec4e 100644 --- a/core/src/main/java/org/infinispan/commands/module/ExtendedModuleCommandFactory.java +++ b/core/src/main/java/org/infinispan/commands/module/ExtendedModuleCommandFactory.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.commands.module; import org.infinispan.commands.remote.CacheRpcCommand; diff --git a/core/src/main/java/org/infinispan/commands/module/ModuleCommandExtensions.java b/core/src/main/java/org/infinispan/commands/module/ModuleCommandExtensions.java index 7dcbc55bca74..5178cee45928 100644 --- a/core/src/main/java/org/infinispan/commands/module/ModuleCommandExtensions.java +++ b/core/src/main/java/org/infinispan/commands/module/ModuleCommandExtensions.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.commands.module; /** diff --git a/core/src/main/java/org/infinispan/commands/module/ModuleCommandFactory.java b/core/src/main/java/org/infinispan/commands/module/ModuleCommandFactory.java index 521bd628d826..57191ff17f89 100644 --- a/core/src/main/java/org/infinispan/commands/module/ModuleCommandFactory.java +++ b/core/src/main/java/org/infinispan/commands/module/ModuleCommandFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands.module; import org.infinispan.commands.ReplicableCommand; diff --git a/core/src/main/java/org/infinispan/commands/module/ModuleCommandInitializer.java b/core/src/main/java/org/infinispan/commands/module/ModuleCommandInitializer.java index 5405ffa9c554..886d39e26d8c 100644 --- a/core/src/main/java/org/infinispan/commands/module/ModuleCommandInitializer.java +++ b/core/src/main/java/org/infinispan/commands/module/ModuleCommandInitializer.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands.module; import org.infinispan.commands.ReplicableCommand; diff --git a/core/src/main/java/org/infinispan/commands/package-info.java b/core/src/main/java/org/infinispan/commands/package-info.java index f32e4c6335cb..e268d851b7d5 100644 --- a/core/src/main/java/org/infinispan/commands/package-info.java +++ b/core/src/main/java/org/infinispan/commands/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Commands that operate on the cache, either locally or remotely. This package contains the entire command object * model including interfaces and abstract classes. Your starting point is probably {@link ReplicableCommand}, which diff --git a/core/src/main/java/org/infinispan/commands/read/AbstractDataCommand.java b/core/src/main/java/org/infinispan/commands/read/AbstractDataCommand.java index 6df316403aea..5818301f213d 100644 --- a/core/src/main/java/org/infinispan/commands/read/AbstractDataCommand.java +++ b/core/src/main/java/org/infinispan/commands/read/AbstractDataCommand.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands.read; import org.infinispan.commands.AbstractFlagAffectedCommand; diff --git a/core/src/main/java/org/infinispan/commands/read/AbstractLocalCommand.java b/core/src/main/java/org/infinispan/commands/read/AbstractLocalCommand.java index 383a5c039565..8c6410161d88 100644 --- a/core/src/main/java/org/infinispan/commands/read/AbstractLocalCommand.java +++ b/core/src/main/java/org/infinispan/commands/read/AbstractLocalCommand.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands.read; import org.infinispan.commands.LocalCommand; diff --git a/core/src/main/java/org/infinispan/commands/read/DistributedExecuteCommand.java b/core/src/main/java/org/infinispan/commands/read/DistributedExecuteCommand.java index 588c5868af01..b757aaa45411 100644 --- a/core/src/main/java/org/infinispan/commands/read/DistributedExecuteCommand.java +++ b/core/src/main/java/org/infinispan/commands/read/DistributedExecuteCommand.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands.read; import java.util.Collection; diff --git a/core/src/main/java/org/infinispan/commands/read/EntrySetCommand.java b/core/src/main/java/org/infinispan/commands/read/EntrySetCommand.java index 62ab48a37f9c..6abe0001ec4a 100644 --- a/core/src/main/java/org/infinispan/commands/read/EntrySetCommand.java +++ b/core/src/main/java/org/infinispan/commands/read/EntrySetCommand.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands.read; import org.infinispan.commands.VisitableCommand; diff --git a/core/src/main/java/org/infinispan/commands/read/GetKeyValueCommand.java b/core/src/main/java/org/infinispan/commands/read/GetKeyValueCommand.java index 8e3d822f6888..9d4ee2cb5cce 100644 --- a/core/src/main/java/org/infinispan/commands/read/GetKeyValueCommand.java +++ b/core/src/main/java/org/infinispan/commands/read/GetKeyValueCommand.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands.read; import org.infinispan.commands.Visitor; diff --git a/core/src/main/java/org/infinispan/commands/read/KeySetCommand.java b/core/src/main/java/org/infinispan/commands/read/KeySetCommand.java index da263f81b38e..3f5e1e8c3087 100644 --- a/core/src/main/java/org/infinispan/commands/read/KeySetCommand.java +++ b/core/src/main/java/org/infinispan/commands/read/KeySetCommand.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands.read; import org.infinispan.commands.VisitableCommand; diff --git a/core/src/main/java/org/infinispan/commands/read/MapCombineCommand.java b/core/src/main/java/org/infinispan/commands/read/MapCombineCommand.java index 40ebf92b231b..21d4c0a92406 100644 --- a/core/src/main/java/org/infinispan/commands/read/MapCombineCommand.java +++ b/core/src/main/java/org/infinispan/commands/read/MapCombineCommand.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands.read; import java.util.Collection; diff --git a/core/src/main/java/org/infinispan/commands/read/ReduceCommand.java b/core/src/main/java/org/infinispan/commands/read/ReduceCommand.java index d84ea7c936db..7e8d753c71e9 100644 --- a/core/src/main/java/org/infinispan/commands/read/ReduceCommand.java +++ b/core/src/main/java/org/infinispan/commands/read/ReduceCommand.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands.read; import java.util.Collection; diff --git a/core/src/main/java/org/infinispan/commands/read/SizeCommand.java b/core/src/main/java/org/infinispan/commands/read/SizeCommand.java index 73f955771003..b38fd77e4c48 100644 --- a/core/src/main/java/org/infinispan/commands/read/SizeCommand.java +++ b/core/src/main/java/org/infinispan/commands/read/SizeCommand.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands.read; import org.infinispan.commands.VisitableCommand; diff --git a/core/src/main/java/org/infinispan/commands/read/ValuesCommand.java b/core/src/main/java/org/infinispan/commands/read/ValuesCommand.java index 20ed5461b571..eb3c00676483 100644 --- a/core/src/main/java/org/infinispan/commands/read/ValuesCommand.java +++ b/core/src/main/java/org/infinispan/commands/read/ValuesCommand.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands.read; import org.infinispan.commands.VisitableCommand; diff --git a/core/src/main/java/org/infinispan/commands/remote/BaseRpcCommand.java b/core/src/main/java/org/infinispan/commands/remote/BaseRpcCommand.java index 19c89d3f14ba..7a56dd56c814 100644 --- a/core/src/main/java/org/infinispan/commands/remote/BaseRpcCommand.java +++ b/core/src/main/java/org/infinispan/commands/remote/BaseRpcCommand.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands.remote; import org.infinispan.remoting.transport.Address; diff --git a/core/src/main/java/org/infinispan/commands/remote/BaseRpcInvokingCommand.java b/core/src/main/java/org/infinispan/commands/remote/BaseRpcInvokingCommand.java index d80b85245696..aca4e4d827c9 100644 --- a/core/src/main/java/org/infinispan/commands/remote/BaseRpcInvokingCommand.java +++ b/core/src/main/java/org/infinispan/commands/remote/BaseRpcInvokingCommand.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands.remote; import org.infinispan.commands.ReplicableCommand; diff --git a/core/src/main/java/org/infinispan/commands/remote/CacheRpcCommand.java b/core/src/main/java/org/infinispan/commands/remote/CacheRpcCommand.java index 0bc69d9991e7..e37c207273c3 100644 --- a/core/src/main/java/org/infinispan/commands/remote/CacheRpcCommand.java +++ b/core/src/main/java/org/infinispan/commands/remote/CacheRpcCommand.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands.remote; import org.infinispan.commands.ReplicableCommand; diff --git a/core/src/main/java/org/infinispan/commands/remote/ClusteredGetCommand.java b/core/src/main/java/org/infinispan/commands/remote/ClusteredGetCommand.java index 53db11c25616..03343871f7ac 100644 --- a/core/src/main/java/org/infinispan/commands/remote/ClusteredGetCommand.java +++ b/core/src/main/java/org/infinispan/commands/remote/ClusteredGetCommand.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands.remote; import org.infinispan.commands.CommandsFactory; diff --git a/core/src/main/java/org/infinispan/commands/remote/MultipleRpcCommand.java b/core/src/main/java/org/infinispan/commands/remote/MultipleRpcCommand.java index f09c5e7197c2..3fd5be467900 100644 --- a/core/src/main/java/org/infinispan/commands/remote/MultipleRpcCommand.java +++ b/core/src/main/java/org/infinispan/commands/remote/MultipleRpcCommand.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands.remote; import org.infinispan.commands.ReplicableCommand; diff --git a/core/src/main/java/org/infinispan/commands/remote/SingleRpcCommand.java b/core/src/main/java/org/infinispan/commands/remote/SingleRpcCommand.java index cbe8383cca2e..d32763e87241 100644 --- a/core/src/main/java/org/infinispan/commands/remote/SingleRpcCommand.java +++ b/core/src/main/java/org/infinispan/commands/remote/SingleRpcCommand.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands.remote; import org.infinispan.commands.ReplicableCommand; diff --git a/core/src/main/java/org/infinispan/commands/remote/package-info.java b/core/src/main/java/org/infinispan/commands/remote/package-info.java index 9aff06221975..2b82382b598c 100644 --- a/core/src/main/java/org/infinispan/commands/remote/package-info.java +++ b/core/src/main/java/org/infinispan/commands/remote/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Meta-commands that wrap other commands for remote execution. Commands in this package typically expose information * such as cache name, so that the target invocation environment is able to determine which cache to dispatch the diff --git a/core/src/main/java/org/infinispan/commands/remote/recovery/CompleteTransactionCommand.java b/core/src/main/java/org/infinispan/commands/remote/recovery/CompleteTransactionCommand.java index d5bee3537949..fe4f76b35b47 100644 --- a/core/src/main/java/org/infinispan/commands/remote/recovery/CompleteTransactionCommand.java +++ b/core/src/main/java/org/infinispan/commands/remote/recovery/CompleteTransactionCommand.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.commands.remote.recovery; import org.infinispan.context.InvocationContext; diff --git a/core/src/main/java/org/infinispan/commands/remote/recovery/GetInDoubtTransactionsCommand.java b/core/src/main/java/org/infinispan/commands/remote/recovery/GetInDoubtTransactionsCommand.java index 935e2ef73895..de3a34bb2583 100644 --- a/core/src/main/java/org/infinispan/commands/remote/recovery/GetInDoubtTransactionsCommand.java +++ b/core/src/main/java/org/infinispan/commands/remote/recovery/GetInDoubtTransactionsCommand.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands.remote.recovery; import org.infinispan.commons.util.Util; diff --git a/core/src/main/java/org/infinispan/commands/remote/recovery/GetInDoubtTxInfoCommand.java b/core/src/main/java/org/infinispan/commands/remote/recovery/GetInDoubtTxInfoCommand.java index e0e8857f3f33..aef508269a8f 100644 --- a/core/src/main/java/org/infinispan/commands/remote/recovery/GetInDoubtTxInfoCommand.java +++ b/core/src/main/java/org/infinispan/commands/remote/recovery/GetInDoubtTxInfoCommand.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.commands.remote.recovery; import org.infinispan.commons.util.Util; diff --git a/core/src/main/java/org/infinispan/commands/remote/recovery/RecoveryCommand.java b/core/src/main/java/org/infinispan/commands/remote/recovery/RecoveryCommand.java index b0f2176b8ad3..7b92a5e9ab25 100644 --- a/core/src/main/java/org/infinispan/commands/remote/recovery/RecoveryCommand.java +++ b/core/src/main/java/org/infinispan/commands/remote/recovery/RecoveryCommand.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands.remote.recovery; import org.infinispan.commands.remote.BaseRpcCommand; diff --git a/core/src/main/java/org/infinispan/commands/remote/recovery/TxCompletionNotificationCommand.java b/core/src/main/java/org/infinispan/commands/remote/recovery/TxCompletionNotificationCommand.java index bba160138818..3070b4714fb7 100644 --- a/core/src/main/java/org/infinispan/commands/remote/recovery/TxCompletionNotificationCommand.java +++ b/core/src/main/java/org/infinispan/commands/remote/recovery/TxCompletionNotificationCommand.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands.remote.recovery; import org.infinispan.commands.TopologyAffectedCommand; diff --git a/core/src/main/java/org/infinispan/commands/tx/AbstractTransactionBoundaryCommand.java b/core/src/main/java/org/infinispan/commands/tx/AbstractTransactionBoundaryCommand.java index 03a7dd3fca95..4c481ed4c18d 100644 --- a/core/src/main/java/org/infinispan/commands/tx/AbstractTransactionBoundaryCommand.java +++ b/core/src/main/java/org/infinispan/commands/tx/AbstractTransactionBoundaryCommand.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands.tx; import org.infinispan.context.InvocationContext; diff --git a/core/src/main/java/org/infinispan/commands/tx/CommitCommand.java b/core/src/main/java/org/infinispan/commands/tx/CommitCommand.java index d98b147c3a76..64bf4e3a67a0 100644 --- a/core/src/main/java/org/infinispan/commands/tx/CommitCommand.java +++ b/core/src/main/java/org/infinispan/commands/tx/CommitCommand.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands.tx; import org.infinispan.commands.Visitor; diff --git a/core/src/main/java/org/infinispan/commands/tx/PrepareCommand.java b/core/src/main/java/org/infinispan/commands/tx/PrepareCommand.java index 4b3a4fe56cf2..7074b2009a53 100644 --- a/core/src/main/java/org/infinispan/commands/tx/PrepareCommand.java +++ b/core/src/main/java/org/infinispan/commands/tx/PrepareCommand.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands.tx; import org.infinispan.commands.Visitor; diff --git a/core/src/main/java/org/infinispan/commands/tx/RollbackCommand.java b/core/src/main/java/org/infinispan/commands/tx/RollbackCommand.java index 76104a92a35e..49e3b6eb33d4 100644 --- a/core/src/main/java/org/infinispan/commands/tx/RollbackCommand.java +++ b/core/src/main/java/org/infinispan/commands/tx/RollbackCommand.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands.tx; import org.infinispan.commands.Visitor; diff --git a/core/src/main/java/org/infinispan/commands/tx/TransactionBoundaryCommand.java b/core/src/main/java/org/infinispan/commands/tx/TransactionBoundaryCommand.java index 4df4af87296a..74aac24cd3d1 100644 --- a/core/src/main/java/org/infinispan/commands/tx/TransactionBoundaryCommand.java +++ b/core/src/main/java/org/infinispan/commands/tx/TransactionBoundaryCommand.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands.tx; import org.infinispan.commands.TopologyAffectedCommand; diff --git a/core/src/main/java/org/infinispan/commands/tx/VersionedCommitCommand.java b/core/src/main/java/org/infinispan/commands/tx/VersionedCommitCommand.java index 4d9d4e680afd..197d004f0d50 100644 --- a/core/src/main/java/org/infinispan/commands/tx/VersionedCommitCommand.java +++ b/core/src/main/java/org/infinispan/commands/tx/VersionedCommitCommand.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.commands.tx; import org.infinispan.container.versioning.EntryVersionsMap; diff --git a/core/src/main/java/org/infinispan/commands/tx/VersionedPrepareCommand.java b/core/src/main/java/org/infinispan/commands/tx/VersionedPrepareCommand.java index a64593aa9100..928b7b7665a8 100644 --- a/core/src/main/java/org/infinispan/commands/tx/VersionedPrepareCommand.java +++ b/core/src/main/java/org/infinispan/commands/tx/VersionedPrepareCommand.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.commands.tx; import org.infinispan.commands.write.WriteCommand; diff --git a/core/src/main/java/org/infinispan/commands/tx/package-info.java b/core/src/main/java/org/infinispan/commands/tx/package-info.java index 0e1322272912..30f34e12f267 100644 --- a/core/src/main/java/org/infinispan/commands/tx/package-info.java +++ b/core/src/main/java/org/infinispan/commands/tx/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Commands that represent transactional lifecycle transitions. * diff --git a/core/src/main/java/org/infinispan/commands/tx/totalorder/TotalOrderCommitCommand.java b/core/src/main/java/org/infinispan/commands/tx/totalorder/TotalOrderCommitCommand.java index db95148a5d80..d1af3b56cc16 100644 --- a/core/src/main/java/org/infinispan/commands/tx/totalorder/TotalOrderCommitCommand.java +++ b/core/src/main/java/org/infinispan/commands/tx/totalorder/TotalOrderCommitCommand.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.commands.tx.totalorder; import org.infinispan.commands.tx.CommitCommand; diff --git a/core/src/main/java/org/infinispan/commands/tx/totalorder/TotalOrderNonVersionedPrepareCommand.java b/core/src/main/java/org/infinispan/commands/tx/totalorder/TotalOrderNonVersionedPrepareCommand.java index 1e7437dc3268..9b0cd7b979d7 100644 --- a/core/src/main/java/org/infinispan/commands/tx/totalorder/TotalOrderNonVersionedPrepareCommand.java +++ b/core/src/main/java/org/infinispan/commands/tx/totalorder/TotalOrderNonVersionedPrepareCommand.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.commands.tx.totalorder; import org.infinispan.commands.tx.PrepareCommand; diff --git a/core/src/main/java/org/infinispan/commands/tx/totalorder/TotalOrderPrepareCommand.java b/core/src/main/java/org/infinispan/commands/tx/totalorder/TotalOrderPrepareCommand.java index cb60320d2c5e..6999ae23857c 100644 --- a/core/src/main/java/org/infinispan/commands/tx/totalorder/TotalOrderPrepareCommand.java +++ b/core/src/main/java/org/infinispan/commands/tx/totalorder/TotalOrderPrepareCommand.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.commands.tx.totalorder; import org.infinispan.commands.tx.TransactionBoundaryCommand; diff --git a/core/src/main/java/org/infinispan/commands/tx/totalorder/TotalOrderRollbackCommand.java b/core/src/main/java/org/infinispan/commands/tx/totalorder/TotalOrderRollbackCommand.java index dda64262f9d4..00b88e9efc74 100644 --- a/core/src/main/java/org/infinispan/commands/tx/totalorder/TotalOrderRollbackCommand.java +++ b/core/src/main/java/org/infinispan/commands/tx/totalorder/TotalOrderRollbackCommand.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.commands.tx.totalorder; import org.infinispan.commands.tx.RollbackCommand; diff --git a/core/src/main/java/org/infinispan/commands/tx/totalorder/TotalOrderVersionedCommitCommand.java b/core/src/main/java/org/infinispan/commands/tx/totalorder/TotalOrderVersionedCommitCommand.java index d4f9aa777cd6..166dfb42f9c9 100644 --- a/core/src/main/java/org/infinispan/commands/tx/totalorder/TotalOrderVersionedCommitCommand.java +++ b/core/src/main/java/org/infinispan/commands/tx/totalorder/TotalOrderVersionedCommitCommand.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.commands.tx.totalorder; import org.infinispan.commands.tx.VersionedCommitCommand; diff --git a/core/src/main/java/org/infinispan/commands/tx/totalorder/TotalOrderVersionedPrepareCommand.java b/core/src/main/java/org/infinispan/commands/tx/totalorder/TotalOrderVersionedPrepareCommand.java index 3421e2d75790..352bd383be31 100644 --- a/core/src/main/java/org/infinispan/commands/tx/totalorder/TotalOrderVersionedPrepareCommand.java +++ b/core/src/main/java/org/infinispan/commands/tx/totalorder/TotalOrderVersionedPrepareCommand.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.commands.tx.totalorder; import org.infinispan.commands.tx.VersionedPrepareCommand; diff --git a/core/src/main/java/org/infinispan/commands/write/AbstractDataWriteCommand.java b/core/src/main/java/org/infinispan/commands/write/AbstractDataWriteCommand.java index 56e35400e2f3..5e1f355745f0 100644 --- a/core/src/main/java/org/infinispan/commands/write/AbstractDataWriteCommand.java +++ b/core/src/main/java/org/infinispan/commands/write/AbstractDataWriteCommand.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands.write; import org.infinispan.commands.read.AbstractDataCommand; diff --git a/core/src/main/java/org/infinispan/commands/write/ApplyDeltaCommand.java b/core/src/main/java/org/infinispan/commands/write/ApplyDeltaCommand.java index d9ffbe624bb1..135320005a0d 100644 --- a/core/src/main/java/org/infinispan/commands/write/ApplyDeltaCommand.java +++ b/core/src/main/java/org/infinispan/commands/write/ApplyDeltaCommand.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands.write; import java.util.*; diff --git a/core/src/main/java/org/infinispan/commands/write/ClearCommand.java b/core/src/main/java/org/infinispan/commands/write/ClearCommand.java index cbe6809b1f53..bd31b53734dc 100644 --- a/core/src/main/java/org/infinispan/commands/write/ClearCommand.java +++ b/core/src/main/java/org/infinispan/commands/write/ClearCommand.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands.write; import org.infinispan.commands.AbstractFlagAffectedCommand; diff --git a/core/src/main/java/org/infinispan/commands/write/DataWriteCommand.java b/core/src/main/java/org/infinispan/commands/write/DataWriteCommand.java index fea361fb3f2a..9ab7b9d263f2 100644 --- a/core/src/main/java/org/infinispan/commands/write/DataWriteCommand.java +++ b/core/src/main/java/org/infinispan/commands/write/DataWriteCommand.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands.write; import org.infinispan.commands.DataCommand; diff --git a/core/src/main/java/org/infinispan/commands/write/EvictCommand.java b/core/src/main/java/org/infinispan/commands/write/EvictCommand.java index 86468d6f020d..004a10f28923 100644 --- a/core/src/main/java/org/infinispan/commands/write/EvictCommand.java +++ b/core/src/main/java/org/infinispan/commands/write/EvictCommand.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands.write; import org.infinispan.commands.LocalCommand; diff --git a/core/src/main/java/org/infinispan/commands/write/InvalidateCommand.java b/core/src/main/java/org/infinispan/commands/write/InvalidateCommand.java index 0021bae1699f..24bebbd1a58f 100644 --- a/core/src/main/java/org/infinispan/commands/write/InvalidateCommand.java +++ b/core/src/main/java/org/infinispan/commands/write/InvalidateCommand.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands.write; import org.infinispan.commands.Visitor; diff --git a/core/src/main/java/org/infinispan/commands/write/InvalidateL1Command.java b/core/src/main/java/org/infinispan/commands/write/InvalidateL1Command.java index 69784306058a..9d888220436b 100644 --- a/core/src/main/java/org/infinispan/commands/write/InvalidateL1Command.java +++ b/core/src/main/java/org/infinispan/commands/write/InvalidateL1Command.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands.write; import java.util.Arrays; diff --git a/core/src/main/java/org/infinispan/commands/write/PutKeyValueCommand.java b/core/src/main/java/org/infinispan/commands/write/PutKeyValueCommand.java index 1105e595bb79..e3473bea6bd2 100644 --- a/core/src/main/java/org/infinispan/commands/write/PutKeyValueCommand.java +++ b/core/src/main/java/org/infinispan/commands/write/PutKeyValueCommand.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands.write; import org.infinispan.metadata.Metadata; diff --git a/core/src/main/java/org/infinispan/commands/write/PutMapCommand.java b/core/src/main/java/org/infinispan/commands/write/PutMapCommand.java index 522a7c5bf93f..89fa75a78020 100644 --- a/core/src/main/java/org/infinispan/commands/write/PutMapCommand.java +++ b/core/src/main/java/org/infinispan/commands/write/PutMapCommand.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands.write; import org.infinispan.metadata.Metadata; diff --git a/core/src/main/java/org/infinispan/commands/write/RemoveCommand.java b/core/src/main/java/org/infinispan/commands/write/RemoveCommand.java index e5265eda137f..a974015c9d81 100644 --- a/core/src/main/java/org/infinispan/commands/write/RemoveCommand.java +++ b/core/src/main/java/org/infinispan/commands/write/RemoveCommand.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands.write; import org.infinispan.commands.Visitor; diff --git a/core/src/main/java/org/infinispan/commands/write/ReplaceCommand.java b/core/src/main/java/org/infinispan/commands/write/ReplaceCommand.java index dd6d62d94b39..f7d916cc56a5 100644 --- a/core/src/main/java/org/infinispan/commands/write/ReplaceCommand.java +++ b/core/src/main/java/org/infinispan/commands/write/ReplaceCommand.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands.write; import org.infinispan.metadata.Metadata; diff --git a/core/src/main/java/org/infinispan/commands/write/WriteCommand.java b/core/src/main/java/org/infinispan/commands/write/WriteCommand.java index 9a9847cbef80..aa52f9fd4843 100644 --- a/core/src/main/java/org/infinispan/commands/write/WriteCommand.java +++ b/core/src/main/java/org/infinispan/commands/write/WriteCommand.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.commands.write; import org.infinispan.commands.FlagAffectedCommand; diff --git a/core/src/main/java/org/infinispan/commands/write/package-info.java b/core/src/main/java/org/infinispan/commands/write/package-info.java index f3e3da4445ab..afe669eb2396 100644 --- a/core/src/main/java/org/infinispan/commands/write/package-info.java +++ b/core/src/main/java/org/infinispan/commands/write/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Commands that alter the state of the cache. * diff --git a/core/src/main/java/org/infinispan/compat/TypeConverter.java b/core/src/main/java/org/infinispan/compat/TypeConverter.java index 868fdf456d9c..65a3207ebd4b 100644 --- a/core/src/main/java/org/infinispan/compat/TypeConverter.java +++ b/core/src/main/java/org/infinispan/compat/TypeConverter.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.compat; import org.infinispan.commons.marshall.Marshaller; diff --git a/core/src/main/java/org/infinispan/config/AbstractConfigurationBean.java b/core/src/main/java/org/infinispan/config/AbstractConfigurationBean.java index 56332c2ec20f..19629c638dcb 100644 --- a/core/src/main/java/org/infinispan/config/AbstractConfigurationBean.java +++ b/core/src/main/java/org/infinispan/config/AbstractConfigurationBean.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.config; import org.infinispan.commons.CacheConfigurationException; diff --git a/core/src/main/java/org/infinispan/config/AbstractConfigurationBeanVisitor.java b/core/src/main/java/org/infinispan/config/AbstractConfigurationBeanVisitor.java index cb26faff6db1..f1c81c98e415 100644 --- a/core/src/main/java/org/infinispan/config/AbstractConfigurationBeanVisitor.java +++ b/core/src/main/java/org/infinispan/config/AbstractConfigurationBeanVisitor.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.config; import org.infinispan.config.Configuration.AsyncType; diff --git a/core/src/main/java/org/infinispan/config/AbstractNamedCacheConfigurationBean.java b/core/src/main/java/org/infinispan/config/AbstractNamedCacheConfigurationBean.java index 3863b09d527e..795611341dcf 100644 --- a/core/src/main/java/org/infinispan/config/AbstractNamedCacheConfigurationBean.java +++ b/core/src/main/java/org/infinispan/config/AbstractNamedCacheConfigurationBean.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.config; import org.infinispan.factories.ComponentRegistry; diff --git a/core/src/main/java/org/infinispan/config/AdvancedExternalizerConfig.java b/core/src/main/java/org/infinispan/config/AdvancedExternalizerConfig.java index 3875bf531bb4..6390d9527a6e 100644 --- a/core/src/main/java/org/infinispan/config/AdvancedExternalizerConfig.java +++ b/core/src/main/java/org/infinispan/config/AdvancedExternalizerConfig.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.config; import org.infinispan.marshall.AdvancedExternalizer; diff --git a/core/src/main/java/org/infinispan/config/CacheLoaderManagerConfig.java b/core/src/main/java/org/infinispan/config/CacheLoaderManagerConfig.java index 4d36de903c08..e7752ddce610 100644 --- a/core/src/main/java/org/infinispan/config/CacheLoaderManagerConfig.java +++ b/core/src/main/java/org/infinispan/config/CacheLoaderManagerConfig.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.config; import org.infinispan.commons.util.Util; diff --git a/core/src/main/java/org/infinispan/config/CloneableConfigurationComponent.java b/core/src/main/java/org/infinispan/config/CloneableConfigurationComponent.java index 2eb709d3d7ad..51fab295282a 100644 --- a/core/src/main/java/org/infinispan/config/CloneableConfigurationComponent.java +++ b/core/src/main/java/org/infinispan/config/CloneableConfigurationComponent.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.config; import java.io.Serializable; diff --git a/core/src/main/java/org/infinispan/config/Configuration.java b/core/src/main/java/org/infinispan/config/Configuration.java index 91d3d67b195a..e65de10efec4 100644 --- a/core/src/main/java/org/infinispan/config/Configuration.java +++ b/core/src/main/java/org/infinispan/config/Configuration.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.config; import org.infinispan.commons.CacheConfigurationException; diff --git a/core/src/main/java/org/infinispan/config/ConfigurationBeanVisitor.java b/core/src/main/java/org/infinispan/config/ConfigurationBeanVisitor.java index b3775f1c216c..e9cedb329acf 100644 --- a/core/src/main/java/org/infinispan/config/ConfigurationBeanVisitor.java +++ b/core/src/main/java/org/infinispan/config/ConfigurationBeanVisitor.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.config; import org.infinispan.config.Configuration.*; diff --git a/core/src/main/java/org/infinispan/config/ConfigurationDoc.java b/core/src/main/java/org/infinispan/config/ConfigurationDoc.java index 0af2319a535e..a340768e8d2c 100644 --- a/core/src/main/java/org/infinispan/config/ConfigurationDoc.java +++ b/core/src/main/java/org/infinispan/config/ConfigurationDoc.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.config; import java.lang.annotation.ElementType; diff --git a/core/src/main/java/org/infinispan/config/ConfigurationDocRef.java b/core/src/main/java/org/infinispan/config/ConfigurationDocRef.java index 57b6ba021c4b..3ee26d15c479 100644 --- a/core/src/main/java/org/infinispan/config/ConfigurationDocRef.java +++ b/core/src/main/java/org/infinispan/config/ConfigurationDocRef.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.config; import java.lang.annotation.ElementType; diff --git a/core/src/main/java/org/infinispan/config/ConfigurationDocs.java b/core/src/main/java/org/infinispan/config/ConfigurationDocs.java index 18778ffc673e..b74eab0adf6b 100644 --- a/core/src/main/java/org/infinispan/config/ConfigurationDocs.java +++ b/core/src/main/java/org/infinispan/config/ConfigurationDocs.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.config; import java.lang.annotation.ElementType; diff --git a/core/src/main/java/org/infinispan/config/ConfigurationRegistry.java b/core/src/main/java/org/infinispan/config/ConfigurationRegistry.java index e6fd2070c3a8..03fe83c3908d 100755 --- a/core/src/main/java/org/infinispan/config/ConfigurationRegistry.java +++ b/core/src/main/java/org/infinispan/config/ConfigurationRegistry.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.config; import java.util.Set; diff --git a/core/src/main/java/org/infinispan/config/ConfigurationValidatingVisitor.java b/core/src/main/java/org/infinispan/config/ConfigurationValidatingVisitor.java index bc763baa4a9d..0f18c6953f7d 100644 --- a/core/src/main/java/org/infinispan/config/ConfigurationValidatingVisitor.java +++ b/core/src/main/java/org/infinispan/config/ConfigurationValidatingVisitor.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.config; import org.infinispan.commons.CacheConfigurationException; diff --git a/core/src/main/java/org/infinispan/config/CustomInterceptorConfig.java b/core/src/main/java/org/infinispan/config/CustomInterceptorConfig.java index ccaf6ff70153..f6e8bd025b1d 100644 --- a/core/src/main/java/org/infinispan/config/CustomInterceptorConfig.java +++ b/core/src/main/java/org/infinispan/config/CustomInterceptorConfig.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.config; import org.infinispan.commons.util.TypedProperties; diff --git a/core/src/main/java/org/infinispan/config/DelegatingConfigurationVisitor.java b/core/src/main/java/org/infinispan/config/DelegatingConfigurationVisitor.java index 7eb381ab10c9..3982a9ab0450 100644 --- a/core/src/main/java/org/infinispan/config/DelegatingConfigurationVisitor.java +++ b/core/src/main/java/org/infinispan/config/DelegatingConfigurationVisitor.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tag. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.config; import org.infinispan.config.Configuration.*; diff --git a/core/src/main/java/org/infinispan/config/DuplicateCacheNameException.java b/core/src/main/java/org/infinispan/config/DuplicateCacheNameException.java index cb0cfa66d414..0c111baba686 100644 --- a/core/src/main/java/org/infinispan/config/DuplicateCacheNameException.java +++ b/core/src/main/java/org/infinispan/config/DuplicateCacheNameException.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.config; import org.infinispan.commons.CacheConfigurationException; diff --git a/core/src/main/java/org/infinispan/config/Dynamic.java b/core/src/main/java/org/infinispan/config/Dynamic.java index 9f338e971ae7..919152e23c63 100644 --- a/core/src/main/java/org/infinispan/config/Dynamic.java +++ b/core/src/main/java/org/infinispan/config/Dynamic.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.config; import java.lang.annotation.Documented; diff --git a/core/src/main/java/org/infinispan/config/FluentConfiguration.java b/core/src/main/java/org/infinispan/config/FluentConfiguration.java index da7cfcdfd57b..a4c85c53993c 100644 --- a/core/src/main/java/org/infinispan/config/FluentConfiguration.java +++ b/core/src/main/java/org/infinispan/config/FluentConfiguration.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.config; import org.infinispan.commons.hash.Hash; diff --git a/core/src/main/java/org/infinispan/config/FluentGlobalConfiguration.java b/core/src/main/java/org/infinispan/config/FluentGlobalConfiguration.java index f0a72d9905cc..76f7bd1cd724 100644 --- a/core/src/main/java/org/infinispan/config/FluentGlobalConfiguration.java +++ b/core/src/main/java/org/infinispan/config/FluentGlobalConfiguration.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.config; import org.infinispan.commons.executors.ExecutorFactory; diff --git a/core/src/main/java/org/infinispan/config/GlobalConfiguration.java b/core/src/main/java/org/infinispan/config/GlobalConfiguration.java index ae4ef18080d1..5e65f0b607e5 100644 --- a/core/src/main/java/org/infinispan/config/GlobalConfiguration.java +++ b/core/src/main/java/org/infinispan/config/GlobalConfiguration.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.config; import org.infinispan.Version; diff --git a/core/src/main/java/org/infinispan/config/InfinispanConfiguration.java b/core/src/main/java/org/infinispan/config/InfinispanConfiguration.java index 26e69de7f586..72eb1548c36d 100644 --- a/core/src/main/java/org/infinispan/config/InfinispanConfiguration.java +++ b/core/src/main/java/org/infinispan/config/InfinispanConfiguration.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.config; import org.infinispan.Version; diff --git a/core/src/main/java/org/infinispan/config/JAXBUnmarshallable.java b/core/src/main/java/org/infinispan/config/JAXBUnmarshallable.java index 50fd8f7c696e..27d3597ed299 100644 --- a/core/src/main/java/org/infinispan/config/JAXBUnmarshallable.java +++ b/core/src/main/java/org/infinispan/config/JAXBUnmarshallable.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.config; /** diff --git a/core/src/main/java/org/infinispan/config/OverrideConfigurationVisitor.java b/core/src/main/java/org/infinispan/config/OverrideConfigurationVisitor.java index 9d62879cb72f..55bffd22ec2e 100644 --- a/core/src/main/java/org/infinispan/config/OverrideConfigurationVisitor.java +++ b/core/src/main/java/org/infinispan/config/OverrideConfigurationVisitor.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.config; import org.infinispan.commons.CacheException; diff --git a/core/src/main/java/org/infinispan/config/TimeoutConfigurationValidatingVisitor.java b/core/src/main/java/org/infinispan/config/TimeoutConfigurationValidatingVisitor.java index b3710a16496b..b8e4774548db 100644 --- a/core/src/main/java/org/infinispan/config/TimeoutConfigurationValidatingVisitor.java +++ b/core/src/main/java/org/infinispan/config/TimeoutConfigurationValidatingVisitor.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.config; import org.infinispan.config.Configuration.CacheMode; diff --git a/core/src/main/java/org/infinispan/config/TypedPropertiesAdapter.java b/core/src/main/java/org/infinispan/config/TypedPropertiesAdapter.java index 772193db7952..ed77ad067cb2 100644 --- a/core/src/main/java/org/infinispan/config/TypedPropertiesAdapter.java +++ b/core/src/main/java/org/infinispan/config/TypedPropertiesAdapter.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.config; import java.util.Set; diff --git a/core/src/main/java/org/infinispan/config/package-info.java b/core/src/main/java/org/infinispan/config/package-info.java index d39bc1930317..cd5e515274cf 100644 --- a/core/src/main/java/org/infinispan/config/package-info.java +++ b/core/src/main/java/org/infinispan/config/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Cache configuration beans and parsers. * Need @XmlSchema annotation in order to classify all JAXB created schema elements in appropriate XML namespace diff --git a/core/src/main/java/org/infinispan/config/parsing/ConfigFilesConvertor.java b/core/src/main/java/org/infinispan/config/parsing/ConfigFilesConvertor.java index acc34f26543c..ae4f11d510a2 100644 --- a/core/src/main/java/org/infinispan/config/parsing/ConfigFilesConvertor.java +++ b/core/src/main/java/org/infinispan/config/parsing/ConfigFilesConvertor.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.config.parsing; import org.infinispan.commons.util.FileLookupFactory; diff --git a/core/src/main/java/org/infinispan/config/parsing/NamespaceFilter.java b/core/src/main/java/org/infinispan/config/parsing/NamespaceFilter.java index e84cd491cb0d..8e6a3ed9109c 100644 --- a/core/src/main/java/org/infinispan/config/parsing/NamespaceFilter.java +++ b/core/src/main/java/org/infinispan/config/parsing/NamespaceFilter.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.config.parsing; import org.infinispan.Version; diff --git a/core/src/main/java/org/infinispan/config/parsing/XmlConfigHelper.java b/core/src/main/java/org/infinispan/config/parsing/XmlConfigHelper.java index d27281b66b09..3ece517684d1 100644 --- a/core/src/main/java/org/infinispan/config/parsing/XmlConfigHelper.java +++ b/core/src/main/java/org/infinispan/config/parsing/XmlConfigHelper.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.config.parsing; import org.infinispan.commons.util.BeanUtils; diff --git a/core/src/main/java/org/infinispan/config/parsing/XmlConfigurationParser.java b/core/src/main/java/org/infinispan/config/parsing/XmlConfigurationParser.java index cab4474a0e2f..2b293ac36e15 100644 --- a/core/src/main/java/org/infinispan/config/parsing/XmlConfigurationParser.java +++ b/core/src/main/java/org/infinispan/config/parsing/XmlConfigurationParser.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.config.parsing; import org.infinispan.config.Configuration; diff --git a/core/src/main/java/org/infinispan/configuration/cache/AbstractClusteringConfigurationChildBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/AbstractClusteringConfigurationChildBuilder.java index 372e92dc05f0..d2d7327dbf48 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/AbstractClusteringConfigurationChildBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/AbstractClusteringConfigurationChildBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; abstract class AbstractClusteringConfigurationChildBuilder extends AbstractConfigurationChildBuilder implements ClusteringConfigurationChildBuilder { diff --git a/core/src/main/java/org/infinispan/configuration/cache/AbstractConfigurationChildBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/AbstractConfigurationChildBuilder.java index f1ba5bb417f8..919772da0e32 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/AbstractConfigurationChildBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/AbstractConfigurationChildBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; abstract class AbstractConfigurationChildBuilder implements ConfigurationChildBuilder { diff --git a/core/src/main/java/org/infinispan/configuration/cache/AbstractCustomInterceptorsConfigurationChildBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/AbstractCustomInterceptorsConfigurationChildBuilder.java index 297b79c9fd8c..d35e922e3af1 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/AbstractCustomInterceptorsConfigurationChildBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/AbstractCustomInterceptorsConfigurationChildBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; public abstract class AbstractCustomInterceptorsConfigurationChildBuilder extends AbstractConfigurationChildBuilder { diff --git a/core/src/main/java/org/infinispan/configuration/cache/AbstractLoaderConfiguration.java b/core/src/main/java/org/infinispan/configuration/cache/AbstractLoaderConfiguration.java index d5be504cb4e8..2f3f1f78f12c 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/AbstractLoaderConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/cache/AbstractLoaderConfiguration.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.configuration.cache; import org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration; diff --git a/core/src/main/java/org/infinispan/configuration/cache/AbstractLoaderConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/AbstractLoaderConfigurationBuilder.java index af0bf72c51e4..ac6de9aa1c40 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/AbstractLoaderConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/AbstractLoaderConfigurationBuilder.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.configuration.cache; import java.util.Properties; diff --git a/core/src/main/java/org/infinispan/configuration/cache/AbstractLoaderConfigurationChildBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/AbstractLoaderConfigurationChildBuilder.java index daa9da240cc1..5b3fa9c73c6a 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/AbstractLoaderConfigurationChildBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/AbstractLoaderConfigurationChildBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import java.util.Properties; diff --git a/core/src/main/java/org/infinispan/configuration/cache/AbstractLoadersConfigurationChildBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/AbstractLoadersConfigurationChildBuilder.java index 6202ff5c456e..68da37559fbd 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/AbstractLoadersConfigurationChildBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/AbstractLoadersConfigurationChildBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; /** diff --git a/core/src/main/java/org/infinispan/configuration/cache/AbstractLockSupportStoreConfiguration.java b/core/src/main/java/org/infinispan/configuration/cache/AbstractLockSupportStoreConfiguration.java index f0a9601aab9c..5741b47c2318 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/AbstractLockSupportStoreConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/cache/AbstractLockSupportStoreConfiguration.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.configuration.cache; import org.infinispan.commons.util.TypedProperties; diff --git a/core/src/main/java/org/infinispan/configuration/cache/AbstractLockSupportStoreConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/AbstractLockSupportStoreConfigurationBuilder.java index 209673ec5d41..fc8aa30a0307 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/AbstractLockSupportStoreConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/AbstractLockSupportStoreConfigurationBuilder.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.configuration.cache; import java.util.concurrent.TimeUnit; diff --git a/core/src/main/java/org/infinispan/configuration/cache/AbstractLockSupportStoreConfigurationChildBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/AbstractLockSupportStoreConfigurationChildBuilder.java index 742c378179ac..d5a33fc8b676 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/AbstractLockSupportStoreConfigurationChildBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/AbstractLockSupportStoreConfigurationChildBuilder.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.configuration.cache; import java.util.concurrent.TimeUnit; diff --git a/core/src/main/java/org/infinispan/configuration/cache/AbstractModuleConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/AbstractModuleConfigurationBuilder.java index 850745876ea2..d3d5ec3d081b 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/AbstractModuleConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/AbstractModuleConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.configuration.cache; /** diff --git a/core/src/main/java/org/infinispan/configuration/cache/AbstractStoreConfiguration.java b/core/src/main/java/org/infinispan/configuration/cache/AbstractStoreConfiguration.java index ef75d630becc..b910977d015a 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/AbstractStoreConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/cache/AbstractStoreConfiguration.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.configuration.cache; import org.infinispan.commons.util.TypedProperties; diff --git a/core/src/main/java/org/infinispan/configuration/cache/AbstractStoreConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/AbstractStoreConfigurationBuilder.java index 0e7113a6866f..90302a508c5a 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/AbstractStoreConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/AbstractStoreConfigurationBuilder.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.configuration.cache; import org.infinispan.util.logging.Log; diff --git a/core/src/main/java/org/infinispan/configuration/cache/AbstractStoreConfigurationChildBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/AbstractStoreConfigurationChildBuilder.java index 27c85fd2444c..76cddfc50574 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/AbstractStoreConfigurationChildBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/AbstractStoreConfigurationChildBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; /** diff --git a/core/src/main/java/org/infinispan/configuration/cache/AbstractTransportConfigurationChildBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/AbstractTransportConfigurationChildBuilder.java index fa8399e985d5..e6a3826dea4b 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/AbstractTransportConfigurationChildBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/AbstractTransportConfigurationChildBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; public abstract class AbstractTransportConfigurationChildBuilder extends AbstractConfigurationChildBuilder implements TransactionConfigurationChildBuilder { diff --git a/core/src/main/java/org/infinispan/configuration/cache/AsyncConfiguration.java b/core/src/main/java/org/infinispan/configuration/cache/AsyncConfiguration.java index e778e179bf10..eacf6275b5c2 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/AsyncConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/cache/AsyncConfiguration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import org.infinispan.remoting.ReplicationQueue; diff --git a/core/src/main/java/org/infinispan/configuration/cache/AsyncConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/AsyncConfigurationBuilder.java index cc7d8f2b95e5..e4feff91d998 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/AsyncConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/AsyncConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import java.util.concurrent.TimeUnit; diff --git a/core/src/main/java/org/infinispan/configuration/cache/AsyncStoreConfiguration.java b/core/src/main/java/org/infinispan/configuration/cache/AsyncStoreConfiguration.java index 682b560c2f4f..009b9ddd6d89 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/AsyncStoreConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/cache/AsyncStoreConfiguration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; /** diff --git a/core/src/main/java/org/infinispan/configuration/cache/AsyncStoreConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/AsyncStoreConfigurationBuilder.java index 12af08cd3f5f..029b73cda498 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/AsyncStoreConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/AsyncStoreConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import java.util.concurrent.TimeUnit; diff --git a/core/src/main/java/org/infinispan/configuration/cache/BackupConfiguration.java b/core/src/main/java/org/infinispan/configuration/cache/BackupConfiguration.java index 05a36e1b183b..459ab9ddc75c 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/BackupConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/cache/BackupConfiguration.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.configuration.cache; /** diff --git a/core/src/main/java/org/infinispan/configuration/cache/BackupConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/BackupConfigurationBuilder.java index 2fe29f9d180c..12b7c278f716 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/BackupConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/BackupConfigurationBuilder.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.configuration.cache; import org.infinispan.commons.configuration.Builder; diff --git a/core/src/main/java/org/infinispan/configuration/cache/BackupFailurePolicy.java b/core/src/main/java/org/infinispan/configuration/cache/BackupFailurePolicy.java index 9903264af833..a77ac5fe1c8f 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/BackupFailurePolicy.java +++ b/core/src/main/java/org/infinispan/configuration/cache/BackupFailurePolicy.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.configuration.cache; /** diff --git a/core/src/main/java/org/infinispan/configuration/cache/BackupForBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/BackupForBuilder.java index f1fec0ce19ad..e16b33f02179 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/BackupForBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/BackupForBuilder.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.configuration.cache; import org.infinispan.api.BasicCacheContainer; diff --git a/core/src/main/java/org/infinispan/configuration/cache/BackupForConfiguration.java b/core/src/main/java/org/infinispan/configuration/cache/BackupForConfiguration.java index 574669c8b0b9..164127e8e19f 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/BackupForConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/cache/BackupForConfiguration.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.configuration.cache; /** diff --git a/core/src/main/java/org/infinispan/configuration/cache/CacheLoaderConfiguration.java b/core/src/main/java/org/infinispan/configuration/cache/CacheLoaderConfiguration.java index 8742896b5d6c..1cbc1a5dd2fd 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/CacheLoaderConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/cache/CacheLoaderConfiguration.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.configuration.cache; import java.util.Properties; diff --git a/core/src/main/java/org/infinispan/configuration/cache/CacheLoaderConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/CacheLoaderConfigurationBuilder.java index aa663d3bde06..dee1def64102 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/CacheLoaderConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/CacheLoaderConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.configuration.cache; import org.infinispan.commons.configuration.Builder; diff --git a/core/src/main/java/org/infinispan/configuration/cache/CacheMode.java b/core/src/main/java/org/infinispan/configuration/cache/CacheMode.java index 7929a582f877..aa4895f0a4b3 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/CacheMode.java +++ b/core/src/main/java/org/infinispan/configuration/cache/CacheMode.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; /** diff --git a/core/src/main/java/org/infinispan/configuration/cache/CacheStoreConfiguration.java b/core/src/main/java/org/infinispan/configuration/cache/CacheStoreConfiguration.java index 22bdac830859..46411c9e146b 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/CacheStoreConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/cache/CacheStoreConfiguration.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.configuration.cache; public interface CacheStoreConfiguration extends CacheLoaderConfiguration { diff --git a/core/src/main/java/org/infinispan/configuration/cache/CacheStoreConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/CacheStoreConfigurationBuilder.java index 90cae77da2d7..64b45ea63c97 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/CacheStoreConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/CacheStoreConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.configuration.cache; /** diff --git a/core/src/main/java/org/infinispan/configuration/cache/ClusterCacheLoaderConfiguration.java b/core/src/main/java/org/infinispan/configuration/cache/ClusterCacheLoaderConfiguration.java index 4fda18d579ae..72d4dee3f27d 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/ClusterCacheLoaderConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/cache/ClusterCacheLoaderConfiguration.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.configuration.cache; import org.infinispan.commons.configuration.BuiltBy; diff --git a/core/src/main/java/org/infinispan/configuration/cache/ClusterCacheLoaderConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/ClusterCacheLoaderConfigurationBuilder.java index 7a748cc74b42..be7030fd080a 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/ClusterCacheLoaderConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/ClusterCacheLoaderConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.configuration.cache; import java.util.Properties; diff --git a/core/src/main/java/org/infinispan/configuration/cache/ClusteringConfiguration.java b/core/src/main/java/org/infinispan/configuration/cache/ClusteringConfiguration.java index 978217142f1f..c4db7c95b283 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/ClusteringConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/cache/ClusteringConfiguration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; /** diff --git a/core/src/main/java/org/infinispan/configuration/cache/ClusteringConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/ClusteringConfigurationBuilder.java index f126619f19c8..c4cfd8789846 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/ClusteringConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/ClusteringConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import org.infinispan.commons.configuration.Builder; diff --git a/core/src/main/java/org/infinispan/configuration/cache/ClusteringConfigurationChildBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/ClusteringConfigurationChildBuilder.java index 24896d1de7bc..af69e68397ed 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/ClusteringConfigurationChildBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/ClusteringConfigurationChildBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; public interface ClusteringConfigurationChildBuilder extends ConfigurationChildBuilder { diff --git a/core/src/main/java/org/infinispan/configuration/cache/CompatibilityModeConfiguration.java b/core/src/main/java/org/infinispan/configuration/cache/CompatibilityModeConfiguration.java index 3218dbf93fbe..48f3a23427fb 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/CompatibilityModeConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/cache/CompatibilityModeConfiguration.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.configuration.cache; import org.infinispan.commons.marshall.Marshaller; diff --git a/core/src/main/java/org/infinispan/configuration/cache/CompatibilityModeConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/CompatibilityModeConfigurationBuilder.java index 23300b8884c1..5d12ad7edfe3 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/CompatibilityModeConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/CompatibilityModeConfigurationBuilder.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.configuration.cache; import org.infinispan.commons.configuration.Builder; diff --git a/core/src/main/java/org/infinispan/configuration/cache/Configuration.java b/core/src/main/java/org/infinispan/configuration/cache/Configuration.java index 8f6e8223d86d..88a67b00827a 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/Configuration.java +++ b/core/src/main/java/org/infinispan/configuration/cache/Configuration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import java.lang.ref.WeakReference; diff --git a/core/src/main/java/org/infinispan/configuration/cache/ConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/ConfigurationBuilder.java index cb6171210fa0..5d02ba1850af 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/ConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/ConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import static java.util.Arrays.asList; diff --git a/core/src/main/java/org/infinispan/configuration/cache/ConfigurationChildBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/ConfigurationChildBuilder.java index dccb58e201d7..035d24aec176 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/ConfigurationChildBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/ConfigurationChildBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; public interface ConfigurationChildBuilder { diff --git a/core/src/main/java/org/infinispan/configuration/cache/Configurations.java b/core/src/main/java/org/infinispan/configuration/cache/Configurations.java index bdf6c8e2f909..444fb4ebb7f8 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/Configurations.java +++ b/core/src/main/java/org/infinispan/configuration/cache/Configurations.java @@ -1,22 +1,3 @@ -/* - * Copyright 2012 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.configuration.cache; import org.infinispan.transaction.LockingMode; diff --git a/core/src/main/java/org/infinispan/configuration/cache/CustomInterceptorsConfiguration.java b/core/src/main/java/org/infinispan/configuration/cache/CustomInterceptorsConfiguration.java index 33501bfd3220..3e9de60ba378 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/CustomInterceptorsConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/cache/CustomInterceptorsConfiguration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import org.infinispan.commons.util.InfinispanCollections; diff --git a/core/src/main/java/org/infinispan/configuration/cache/CustomInterceptorsConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/CustomInterceptorsConfigurationBuilder.java index c0def2c6b6c9..b96419400742 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/CustomInterceptorsConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/CustomInterceptorsConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import java.util.ArrayList; diff --git a/core/src/main/java/org/infinispan/configuration/cache/DataContainerConfiguration.java b/core/src/main/java/org/infinispan/configuration/cache/DataContainerConfiguration.java index 6abd0d488269..c234d7f09bd6 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/DataContainerConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/cache/DataContainerConfiguration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration; diff --git a/core/src/main/java/org/infinispan/configuration/cache/DataContainerConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/DataContainerConfigurationBuilder.java index 2afa82fe4f7a..1da8a07ebef8 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/DataContainerConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/DataContainerConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import java.util.Properties; diff --git a/core/src/main/java/org/infinispan/configuration/cache/DeadlockDetectionConfiguration.java b/core/src/main/java/org/infinispan/configuration/cache/DeadlockDetectionConfiguration.java index beb1928eacfc..efbca14acfbb 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/DeadlockDetectionConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/cache/DeadlockDetectionConfiguration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; /** diff --git a/core/src/main/java/org/infinispan/configuration/cache/DeadlockDetectionConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/DeadlockDetectionConfigurationBuilder.java index f8a9dc9332ac..0df8b1369782 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/DeadlockDetectionConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/DeadlockDetectionConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import java.util.concurrent.TimeUnit; diff --git a/core/src/main/java/org/infinispan/configuration/cache/EvictionConfiguration.java b/core/src/main/java/org/infinispan/configuration/cache/EvictionConfiguration.java index bcf6521e524e..9b983a70642a 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/EvictionConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/cache/EvictionConfiguration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import org.infinispan.eviction.EvictionStrategy; diff --git a/core/src/main/java/org/infinispan/configuration/cache/EvictionConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/EvictionConfigurationBuilder.java index 73db1f65094c..47de666a85fd 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/EvictionConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/EvictionConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import org.infinispan.commons.configuration.Builder; diff --git a/core/src/main/java/org/infinispan/configuration/cache/ExpirationConfiguration.java b/core/src/main/java/org/infinispan/configuration/cache/ExpirationConfiguration.java index c65e78d911a1..8cab1f797874 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/ExpirationConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/cache/ExpirationConfiguration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; /** diff --git a/core/src/main/java/org/infinispan/configuration/cache/ExpirationConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/ExpirationConfigurationBuilder.java index cbc0a4796f9d..fc6a1d3c4d83 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/ExpirationConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/ExpirationConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import java.util.concurrent.TimeUnit; diff --git a/core/src/main/java/org/infinispan/configuration/cache/FileCacheStoreConfiguration.java b/core/src/main/java/org/infinispan/configuration/cache/FileCacheStoreConfiguration.java index d0cdd687963d..e5dc14a0c049 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/FileCacheStoreConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/cache/FileCacheStoreConfiguration.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.configuration.cache; import org.infinispan.commons.configuration.BuiltBy; diff --git a/core/src/main/java/org/infinispan/configuration/cache/FileCacheStoreConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/FileCacheStoreConfigurationBuilder.java index faef4c7ccab9..94f68730e720 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/FileCacheStoreConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/FileCacheStoreConfigurationBuilder.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.configuration.cache; import java.beans.PropertyEditorSupport; diff --git a/core/src/main/java/org/infinispan/configuration/cache/GroupsConfiguration.java b/core/src/main/java/org/infinispan/configuration/cache/GroupsConfiguration.java index bfa17f76fd57..61a56aa224ae 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/GroupsConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/cache/GroupsConfiguration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import java.util.List; diff --git a/core/src/main/java/org/infinispan/configuration/cache/GroupsConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/GroupsConfigurationBuilder.java index 545075fa275c..02e489e3235c 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/GroupsConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/GroupsConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import org.infinispan.commons.configuration.Builder; diff --git a/core/src/main/java/org/infinispan/configuration/cache/HashConfiguration.java b/core/src/main/java/org/infinispan/configuration/cache/HashConfiguration.java index 4079f323627d..545786411e83 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/HashConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/cache/HashConfiguration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import org.infinispan.commons.hash.Hash; diff --git a/core/src/main/java/org/infinispan/configuration/cache/HashConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/HashConfigurationBuilder.java index 43dfe09a8a90..9f418987fd25 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/HashConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/HashConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import org.infinispan.commons.configuration.Builder; diff --git a/core/src/main/java/org/infinispan/configuration/cache/IndexingConfiguration.java b/core/src/main/java/org/infinispan/configuration/cache/IndexingConfiguration.java index 2a0bdde312ba..ace41b3303b3 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/IndexingConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/cache/IndexingConfiguration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration; diff --git a/core/src/main/java/org/infinispan/configuration/cache/IndexingConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/IndexingConfigurationBuilder.java index 3e1417c58893..f6d38d5f3607 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/IndexingConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/IndexingConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import java.util.Map; diff --git a/core/src/main/java/org/infinispan/configuration/cache/InterceptorConfiguration.java b/core/src/main/java/org/infinispan/configuration/cache/InterceptorConfiguration.java index c49a478ee50f..b17e182b3bcd 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/InterceptorConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/cache/InterceptorConfiguration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration; diff --git a/core/src/main/java/org/infinispan/configuration/cache/InterceptorConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/InterceptorConfigurationBuilder.java index 754bfa91a833..347b58a1e48c 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/InterceptorConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/InterceptorConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import java.util.Properties; diff --git a/core/src/main/java/org/infinispan/configuration/cache/InvocationBatchingConfiguration.java b/core/src/main/java/org/infinispan/configuration/cache/InvocationBatchingConfiguration.java index 181f4298fa1d..875f96aaf080 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/InvocationBatchingConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/cache/InvocationBatchingConfiguration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; public class InvocationBatchingConfiguration { diff --git a/core/src/main/java/org/infinispan/configuration/cache/InvocationBatchingConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/InvocationBatchingConfigurationBuilder.java index d9dcc13a082e..f5cd838dafd1 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/InvocationBatchingConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/InvocationBatchingConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import static org.infinispan.transaction.TransactionMode.NON_TRANSACTIONAL; diff --git a/core/src/main/java/org/infinispan/configuration/cache/JMXStatisticsConfiguration.java b/core/src/main/java/org/infinispan/configuration/cache/JMXStatisticsConfiguration.java index adeaa16af1d1..daa0e4089c43 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/JMXStatisticsConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/cache/JMXStatisticsConfiguration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; /** diff --git a/core/src/main/java/org/infinispan/configuration/cache/JMXStatisticsConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/JMXStatisticsConfigurationBuilder.java index bcfd4befd93b..1e303fd4f689 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/JMXStatisticsConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/JMXStatisticsConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import org.infinispan.commons.configuration.Builder; diff --git a/core/src/main/java/org/infinispan/configuration/cache/L1Configuration.java b/core/src/main/java/org/infinispan/configuration/cache/L1Configuration.java index 25adc7a1479a..bf52685c611b 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/L1Configuration.java +++ b/core/src/main/java/org/infinispan/configuration/cache/L1Configuration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; /** diff --git a/core/src/main/java/org/infinispan/configuration/cache/L1ConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/L1ConfigurationBuilder.java index 9749b511369b..8e834e51124b 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/L1ConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/L1ConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import org.infinispan.commons.configuration.Builder; diff --git a/core/src/main/java/org/infinispan/configuration/cache/LegacyConfigurationAdaptor.java b/core/src/main/java/org/infinispan/configuration/cache/LegacyConfigurationAdaptor.java index 200293d08025..1e900a17ea5d 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/LegacyConfigurationAdaptor.java +++ b/core/src/main/java/org/infinispan/configuration/cache/LegacyConfigurationAdaptor.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import java.util.Properties; diff --git a/core/src/main/java/org/infinispan/configuration/cache/LegacyLoaderAdapter.java b/core/src/main/java/org/infinispan/configuration/cache/LegacyLoaderAdapter.java index f16243d49f68..f4d5027efd79 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/LegacyLoaderAdapter.java +++ b/core/src/main/java/org/infinispan/configuration/cache/LegacyLoaderAdapter.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.configuration.cache; import org.infinispan.loaders.CacheLoaderConfig; diff --git a/core/src/main/java/org/infinispan/configuration/cache/LegacyLoaderConfiguration.java b/core/src/main/java/org/infinispan/configuration/cache/LegacyLoaderConfiguration.java index 6e7fc8961caf..15609110e2ec 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/LegacyLoaderConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/cache/LegacyLoaderConfiguration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import org.infinispan.commons.configuration.BuiltBy; diff --git a/core/src/main/java/org/infinispan/configuration/cache/LegacyLoaderConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/LegacyLoaderConfigurationBuilder.java index 078507370774..dbeb5e486004 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/LegacyLoaderConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/LegacyLoaderConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import java.util.Properties; diff --git a/core/src/main/java/org/infinispan/configuration/cache/LegacyStoreConfiguration.java b/core/src/main/java/org/infinispan/configuration/cache/LegacyStoreConfiguration.java index 6b6d5902738b..c351b356416c 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/LegacyStoreConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/cache/LegacyStoreConfiguration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import org.infinispan.commons.configuration.BuiltBy; diff --git a/core/src/main/java/org/infinispan/configuration/cache/LegacyStoreConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/LegacyStoreConfigurationBuilder.java index 09152280eef4..7374788df061 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/LegacyStoreConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/LegacyStoreConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import org.infinispan.commons.util.TypedProperties; diff --git a/core/src/main/java/org/infinispan/configuration/cache/LoaderConfiguration.java b/core/src/main/java/org/infinispan/configuration/cache/LoaderConfiguration.java index 8d7dcbfe46c8..d88c6f4344c3 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/LoaderConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/cache/LoaderConfiguration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import org.infinispan.commons.configuration.BuiltBy; diff --git a/core/src/main/java/org/infinispan/configuration/cache/LoaderConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/LoaderConfigurationBuilder.java index d037d1176f2f..8156e287156d 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/LoaderConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/LoaderConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import org.infinispan.commons.util.TypedProperties; diff --git a/core/src/main/java/org/infinispan/configuration/cache/LoaderConfigurationChildBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/LoaderConfigurationChildBuilder.java index cd16da51e646..8f87ea89b88f 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/LoaderConfigurationChildBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/LoaderConfigurationChildBuilder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.configuration.cache; import java.util.Properties; diff --git a/core/src/main/java/org/infinispan/configuration/cache/LoadersConfiguration.java b/core/src/main/java/org/infinispan/configuration/cache/LoadersConfiguration.java index 2bad6e4e6f6e..9d3509f55e5a 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/LoadersConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/cache/LoadersConfiguration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import java.util.List; diff --git a/core/src/main/java/org/infinispan/configuration/cache/LoadersConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/LoadersConfigurationBuilder.java index 19337690bd20..dd14938d90a3 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/LoadersConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/LoadersConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import java.lang.reflect.Constructor; diff --git a/core/src/main/java/org/infinispan/configuration/cache/LoadersConfigurationChildBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/LoadersConfigurationChildBuilder.java index f286b752b198..35871d33f5e7 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/LoadersConfigurationChildBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/LoadersConfigurationChildBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; public interface LoadersConfigurationChildBuilder extends ConfigurationChildBuilder { diff --git a/core/src/main/java/org/infinispan/configuration/cache/LockSupportStoreConfiguration.java b/core/src/main/java/org/infinispan/configuration/cache/LockSupportStoreConfiguration.java index 7632d20fda2f..0b2ae87423fc 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/LockSupportStoreConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/cache/LockSupportStoreConfiguration.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.configuration.cache; /** diff --git a/core/src/main/java/org/infinispan/configuration/cache/LockSupportStoreConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/LockSupportStoreConfigurationBuilder.java index 9c8ede70f749..2e8a3609d66b 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/LockSupportStoreConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/LockSupportStoreConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.configuration.cache; /** diff --git a/core/src/main/java/org/infinispan/configuration/cache/LockSupportStoreConfigurationChildBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/LockSupportStoreConfigurationChildBuilder.java index ce8aaefacf16..e8de950b2a12 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/LockSupportStoreConfigurationChildBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/LockSupportStoreConfigurationChildBuilder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.configuration.cache; import java.util.concurrent.TimeUnit; diff --git a/core/src/main/java/org/infinispan/configuration/cache/LockingConfiguration.java b/core/src/main/java/org/infinispan/configuration/cache/LockingConfiguration.java index 49e39efd4cb6..facea0bcd88a 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/LockingConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/cache/LockingConfiguration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import org.infinispan.util.concurrent.IsolationLevel; diff --git a/core/src/main/java/org/infinispan/configuration/cache/LockingConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/LockingConfigurationBuilder.java index 7f535f797d9c..22e98acfc878 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/LockingConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/LockingConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import org.infinispan.commons.configuration.Builder; diff --git a/core/src/main/java/org/infinispan/configuration/cache/RecoveryConfiguration.java b/core/src/main/java/org/infinispan/configuration/cache/RecoveryConfiguration.java index df0c2fb316d6..5531e9b2df13 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/RecoveryConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/cache/RecoveryConfiguration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; /** diff --git a/core/src/main/java/org/infinispan/configuration/cache/RecoveryConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/RecoveryConfigurationBuilder.java index 9c3fda731e5b..e3f780aaed29 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/RecoveryConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/RecoveryConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import org.infinispan.commons.configuration.Builder; diff --git a/core/src/main/java/org/infinispan/configuration/cache/SingletonStoreConfiguration.java b/core/src/main/java/org/infinispan/configuration/cache/SingletonStoreConfiguration.java index 13688105f3d8..4888662e2336 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/SingletonStoreConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/cache/SingletonStoreConfiguration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; /** diff --git a/core/src/main/java/org/infinispan/configuration/cache/SingletonStoreConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/SingletonStoreConfigurationBuilder.java index e6c6584188bc..6e65e379322c 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/SingletonStoreConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/SingletonStoreConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import java.util.concurrent.TimeUnit; diff --git a/core/src/main/java/org/infinispan/configuration/cache/SitesConfiguration.java b/core/src/main/java/org/infinispan/configuration/cache/SitesConfiguration.java index fa695e8d34e9..003294b2ec7d 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/SitesConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/cache/SitesConfiguration.java @@ -1,22 +1,3 @@ -/* - * Copyright 2012 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.configuration.cache; import java.util.ArrayList; diff --git a/core/src/main/java/org/infinispan/configuration/cache/SitesConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/SitesConfigurationBuilder.java index 69612ab88090..e0db29dba32e 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/SitesConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/SitesConfigurationBuilder.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.configuration.cache; import org.infinispan.commons.configuration.Builder; diff --git a/core/src/main/java/org/infinispan/configuration/cache/StateTransferConfiguration.java b/core/src/main/java/org/infinispan/configuration/cache/StateTransferConfiguration.java index ad55bce9bc9c..8094f1f90bc2 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/StateTransferConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/cache/StateTransferConfiguration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; /** diff --git a/core/src/main/java/org/infinispan/configuration/cache/StateTransferConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/StateTransferConfigurationBuilder.java index 22941d02b054..1f9dd79c28a7 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/StateTransferConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/StateTransferConfigurationBuilder.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.configuration.cache; import org.infinispan.commons.configuration.Builder; diff --git a/core/src/main/java/org/infinispan/configuration/cache/StoreAsBinaryConfiguration.java b/core/src/main/java/org/infinispan/configuration/cache/StoreAsBinaryConfiguration.java index a4a963cc23e0..3180c1be055c 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/StoreAsBinaryConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/cache/StoreAsBinaryConfiguration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; /** diff --git a/core/src/main/java/org/infinispan/configuration/cache/StoreAsBinaryConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/StoreAsBinaryConfigurationBuilder.java index 655178fc491e..c92a3d70a592 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/StoreAsBinaryConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/StoreAsBinaryConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import org.infinispan.commons.configuration.Builder; diff --git a/core/src/main/java/org/infinispan/configuration/cache/StoreConfigurationChildBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/StoreConfigurationChildBuilder.java index d49c99170e59..aee3b8f10c8b 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/StoreConfigurationChildBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/StoreConfigurationChildBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; public interface StoreConfigurationChildBuilder extends LoaderConfigurationChildBuilder { diff --git a/core/src/main/java/org/infinispan/configuration/cache/SyncConfiguration.java b/core/src/main/java/org/infinispan/configuration/cache/SyncConfiguration.java index c784a0f3cb59..8c1bd0d380ff 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/SyncConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/cache/SyncConfiguration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; /** diff --git a/core/src/main/java/org/infinispan/configuration/cache/SyncConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/SyncConfigurationBuilder.java index 49512024bea3..ec61999716a6 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/SyncConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/SyncConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import java.util.concurrent.TimeUnit; diff --git a/core/src/main/java/org/infinispan/configuration/cache/TakeOfflineConfiguration.java b/core/src/main/java/org/infinispan/configuration/cache/TakeOfflineConfiguration.java index ad3dc9759634..699aaf563075 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/TakeOfflineConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/cache/TakeOfflineConfiguration.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.configuration.cache; /** diff --git a/core/src/main/java/org/infinispan/configuration/cache/TakeOfflineConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/TakeOfflineConfigurationBuilder.java index ea4020f8cfe3..1d0117ca7b38 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/TakeOfflineConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/TakeOfflineConfigurationBuilder.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.configuration.cache; import org.infinispan.commons.configuration.Builder; diff --git a/core/src/main/java/org/infinispan/configuration/cache/TransactionConfiguration.java b/core/src/main/java/org/infinispan/configuration/cache/TransactionConfiguration.java index 1591a911c2b9..424fd7f2ece1 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/TransactionConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/cache/TransactionConfiguration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import org.infinispan.transaction.LockingMode; diff --git a/core/src/main/java/org/infinispan/configuration/cache/TransactionConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/TransactionConfigurationBuilder.java index ff10eb7ae947..e97c9106a3cb 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/TransactionConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/TransactionConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import org.infinispan.commons.CacheConfigurationException; diff --git a/core/src/main/java/org/infinispan/configuration/cache/TransactionConfigurationChildBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/TransactionConfigurationChildBuilder.java index 8bc1ff37fd7a..f7cfa8698fa8 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/TransactionConfigurationChildBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/TransactionConfigurationChildBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; public interface TransactionConfigurationChildBuilder extends ConfigurationChildBuilder { diff --git a/core/src/main/java/org/infinispan/configuration/cache/UnsafeConfiguration.java b/core/src/main/java/org/infinispan/configuration/cache/UnsafeConfiguration.java index a15145c56667..3daf00e73ede 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/UnsafeConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/cache/UnsafeConfiguration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; /** diff --git a/core/src/main/java/org/infinispan/configuration/cache/UnsafeConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/UnsafeConfigurationBuilder.java index 05e6cfd41cea..cb2f2afe2db7 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/UnsafeConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/UnsafeConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.cache; import org.infinispan.commons.configuration.Builder; diff --git a/core/src/main/java/org/infinispan/configuration/cache/VersioningConfiguration.java b/core/src/main/java/org/infinispan/configuration/cache/VersioningConfiguration.java index 629b3c7852e6..20cad92914d0 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/VersioningConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/cache/VersioningConfiguration.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.configuration.cache; /** diff --git a/core/src/main/java/org/infinispan/configuration/cache/VersioningConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/cache/VersioningConfigurationBuilder.java index 928cf0d72b84..1185a42ae813 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/VersioningConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/cache/VersioningConfigurationBuilder.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.configuration.cache; import org.infinispan.commons.configuration.Builder; diff --git a/core/src/main/java/org/infinispan/configuration/cache/VersioningScheme.java b/core/src/main/java/org/infinispan/configuration/cache/VersioningScheme.java index 326b4e78ae79..18f6a2924be8 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/VersioningScheme.java +++ b/core/src/main/java/org/infinispan/configuration/cache/VersioningScheme.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.configuration.cache; /** diff --git a/core/src/main/java/org/infinispan/configuration/cache/package-info.java b/core/src/main/java/org/infinispan/configuration/cache/package-info.java index 8430497fdcff..a42278a2e7a5 100644 --- a/core/src/main/java/org/infinispan/configuration/cache/package-info.java +++ b/core/src/main/java/org/infinispan/configuration/cache/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Classes related to eviction. * Need @XmlSchema annotation for EvictionStrategy.java diff --git a/core/src/main/java/org/infinispan/configuration/global/AbstractGlobalConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/global/AbstractGlobalConfigurationBuilder.java index e8afd08e9222..ab7dc44b374d 100644 --- a/core/src/main/java/org/infinispan/configuration/global/AbstractGlobalConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/global/AbstractGlobalConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.global; abstract class AbstractGlobalConfigurationBuilder implements GlobalConfigurationChildBuilder { diff --git a/core/src/main/java/org/infinispan/configuration/global/AbstractGlobalModuleConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/global/AbstractGlobalModuleConfigurationBuilder.java index b05bd698e0ec..ab00a39fdb80 100644 --- a/core/src/main/java/org/infinispan/configuration/global/AbstractGlobalModuleConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/global/AbstractGlobalModuleConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.configuration.global; public abstract class AbstractGlobalModuleConfigurationBuilder extends AbstractGlobalConfigurationBuilder { diff --git a/core/src/main/java/org/infinispan/configuration/global/ExecutorFactoryConfiguration.java b/core/src/main/java/org/infinispan/configuration/global/ExecutorFactoryConfiguration.java index 641088aff0d6..2c0df49996f6 100644 --- a/core/src/main/java/org/infinispan/configuration/global/ExecutorFactoryConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/global/ExecutorFactoryConfiguration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.global; import org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration; diff --git a/core/src/main/java/org/infinispan/configuration/global/ExecutorFactoryConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/global/ExecutorFactoryConfigurationBuilder.java index 9ae86836c469..651b8a8e9a02 100644 --- a/core/src/main/java/org/infinispan/configuration/global/ExecutorFactoryConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/global/ExecutorFactoryConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.global; import java.util.Properties; diff --git a/core/src/main/java/org/infinispan/configuration/global/GlobalConfiguration.java b/core/src/main/java/org/infinispan/configuration/global/GlobalConfiguration.java index 2e492f83e053..b3790dbd6cc5 100644 --- a/core/src/main/java/org/infinispan/configuration/global/GlobalConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/global/GlobalConfiguration.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.configuration.global; import java.lang.ref.WeakReference; diff --git a/core/src/main/java/org/infinispan/configuration/global/GlobalConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/global/GlobalConfigurationBuilder.java index a66369fe7110..6cb43a61a750 100644 --- a/core/src/main/java/org/infinispan/configuration/global/GlobalConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/global/GlobalConfigurationBuilder.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.configuration.global; import java.lang.ref.WeakReference; diff --git a/core/src/main/java/org/infinispan/configuration/global/GlobalConfigurationChildBuilder.java b/core/src/main/java/org/infinispan/configuration/global/GlobalConfigurationChildBuilder.java index ac7baa40c5c1..8614e8ce80d0 100644 --- a/core/src/main/java/org/infinispan/configuration/global/GlobalConfigurationChildBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/global/GlobalConfigurationChildBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.global; public interface GlobalConfigurationChildBuilder { diff --git a/core/src/main/java/org/infinispan/configuration/global/GlobalJmxStatisticsConfiguration.java b/core/src/main/java/org/infinispan/configuration/global/GlobalJmxStatisticsConfiguration.java index f51091cbee35..fcc684f91b7b 100644 --- a/core/src/main/java/org/infinispan/configuration/global/GlobalJmxStatisticsConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/global/GlobalJmxStatisticsConfiguration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.global; import org.infinispan.commons.util.TypedProperties; diff --git a/core/src/main/java/org/infinispan/configuration/global/GlobalJmxStatisticsConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/global/GlobalJmxStatisticsConfigurationBuilder.java index 2ab031de4a41..b9d9b1dfe5f1 100644 --- a/core/src/main/java/org/infinispan/configuration/global/GlobalJmxStatisticsConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/global/GlobalJmxStatisticsConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.global; import java.util.Properties; diff --git a/core/src/main/java/org/infinispan/configuration/global/LegacyGlobalConfigurationAdaptor.java b/core/src/main/java/org/infinispan/configuration/global/LegacyGlobalConfigurationAdaptor.java index 01faeb84c767..3a05d027aadc 100644 --- a/core/src/main/java/org/infinispan/configuration/global/LegacyGlobalConfigurationAdaptor.java +++ b/core/src/main/java/org/infinispan/configuration/global/LegacyGlobalConfigurationAdaptor.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.global; import org.infinispan.config.AdvancedExternalizerConfig; diff --git a/core/src/main/java/org/infinispan/configuration/global/ScheduledExecutorFactoryConfiguration.java b/core/src/main/java/org/infinispan/configuration/global/ScheduledExecutorFactoryConfiguration.java index fcf3909f18de..8aa46a0ba235 100644 --- a/core/src/main/java/org/infinispan/configuration/global/ScheduledExecutorFactoryConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/global/ScheduledExecutorFactoryConfiguration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.global; import org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration; diff --git a/core/src/main/java/org/infinispan/configuration/global/ScheduledExecutorFactoryConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/global/ScheduledExecutorFactoryConfigurationBuilder.java index b98e080cf00a..32b62b737b88 100644 --- a/core/src/main/java/org/infinispan/configuration/global/ScheduledExecutorFactoryConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/global/ScheduledExecutorFactoryConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.global; import java.util.Properties; diff --git a/core/src/main/java/org/infinispan/configuration/global/SerializationConfiguration.java b/core/src/main/java/org/infinispan/configuration/global/SerializationConfiguration.java index acc661d0c802..3a9e836a7c24 100644 --- a/core/src/main/java/org/infinispan/configuration/global/SerializationConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/global/SerializationConfiguration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.global; import java.util.Map; diff --git a/core/src/main/java/org/infinispan/configuration/global/SerializationConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/global/SerializationConfigurationBuilder.java index 37eeffa60fd9..9e5a2df345c3 100644 --- a/core/src/main/java/org/infinispan/configuration/global/SerializationConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/global/SerializationConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.global; import org.infinispan.Version; diff --git a/core/src/main/java/org/infinispan/configuration/global/ShutdownConfiguration.java b/core/src/main/java/org/infinispan/configuration/global/ShutdownConfiguration.java index 5ea68a45d7fb..15d1d5cecc28 100644 --- a/core/src/main/java/org/infinispan/configuration/global/ShutdownConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/global/ShutdownConfiguration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.global; public class ShutdownConfiguration { diff --git a/core/src/main/java/org/infinispan/configuration/global/ShutdownConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/global/ShutdownConfigurationBuilder.java index f07e64ba5246..05f689cb38c4 100644 --- a/core/src/main/java/org/infinispan/configuration/global/ShutdownConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/global/ShutdownConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.global; public class ShutdownConfigurationBuilder extends AbstractGlobalConfigurationBuilder { diff --git a/core/src/main/java/org/infinispan/configuration/global/ShutdownHookBehavior.java b/core/src/main/java/org/infinispan/configuration/global/ShutdownHookBehavior.java index b0c9a7ae8f9d..6667fae5c137 100644 --- a/core/src/main/java/org/infinispan/configuration/global/ShutdownHookBehavior.java +++ b/core/src/main/java/org/infinispan/configuration/global/ShutdownHookBehavior.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.global; /** diff --git a/core/src/main/java/org/infinispan/configuration/global/SiteConfiguration.java b/core/src/main/java/org/infinispan/configuration/global/SiteConfiguration.java index e28c790c7e1d..0c72d81c5167 100644 --- a/core/src/main/java/org/infinispan/configuration/global/SiteConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/global/SiteConfiguration.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.configuration.global; /** diff --git a/core/src/main/java/org/infinispan/configuration/global/SiteConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/global/SiteConfigurationBuilder.java index e2ee43108b04..c6f9cbd40702 100644 --- a/core/src/main/java/org/infinispan/configuration/global/SiteConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/global/SiteConfigurationBuilder.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.configuration.global; /** diff --git a/core/src/main/java/org/infinispan/configuration/global/TransportConfiguration.java b/core/src/main/java/org/infinispan/configuration/global/TransportConfiguration.java index bbacf00c23ae..7b445dbd3872 100644 --- a/core/src/main/java/org/infinispan/configuration/global/TransportConfiguration.java +++ b/core/src/main/java/org/infinispan/configuration/global/TransportConfiguration.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.global; import org.infinispan.commons.util.TypedProperties; diff --git a/core/src/main/java/org/infinispan/configuration/global/TransportConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/global/TransportConfigurationBuilder.java index 904b2faa5445..97a7c7fcc2c8 100644 --- a/core/src/main/java/org/infinispan/configuration/global/TransportConfigurationBuilder.java +++ b/core/src/main/java/org/infinispan/configuration/global/TransportConfigurationBuilder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.global; import org.infinispan.commons.util.TypedProperties; diff --git a/core/src/main/java/org/infinispan/configuration/parsing/AbstractParserContext.java b/core/src/main/java/org/infinispan/configuration/parsing/AbstractParserContext.java index 64699cd87ff0..446509a93db2 100644 --- a/core/src/main/java/org/infinispan/configuration/parsing/AbstractParserContext.java +++ b/core/src/main/java/org/infinispan/configuration/parsing/AbstractParserContext.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.configuration.parsing; import java.util.ArrayList; diff --git a/core/src/main/java/org/infinispan/configuration/parsing/Attribute.java b/core/src/main/java/org/infinispan/configuration/parsing/Attribute.java index ab2b01f1b6c3..fd10cee5f67b 100644 --- a/core/src/main/java/org/infinispan/configuration/parsing/Attribute.java +++ b/core/src/main/java/org/infinispan/configuration/parsing/Attribute.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source. - * Copyright 2011, Red Hat, Inc., and individual contributors - * as indicated by the @author tags. See the copyright.txt file in the - * distribution for a full listing of individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.configuration.parsing; import java.util.HashMap; diff --git a/core/src/main/java/org/infinispan/configuration/parsing/ConfigFilesConvertor.java b/core/src/main/java/org/infinispan/configuration/parsing/ConfigFilesConvertor.java index 261c10b8cf78..36c0f4d0ecd8 100644 --- a/core/src/main/java/org/infinispan/configuration/parsing/ConfigFilesConvertor.java +++ b/core/src/main/java/org/infinispan/configuration/parsing/ConfigFilesConvertor.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.configuration.parsing; import org.infinispan.commons.util.FileLookupFactory; diff --git a/core/src/main/java/org/infinispan/configuration/parsing/ConfigurationBuilderHolder.java b/core/src/main/java/org/infinispan/configuration/parsing/ConfigurationBuilderHolder.java index 79e00a550f45..daa5660fc907 100644 --- a/core/src/main/java/org/infinispan/configuration/parsing/ConfigurationBuilderHolder.java +++ b/core/src/main/java/org/infinispan/configuration/parsing/ConfigurationBuilderHolder.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.parsing; import java.lang.ref.WeakReference; diff --git a/core/src/main/java/org/infinispan/configuration/parsing/ConfigurationParser.java b/core/src/main/java/org/infinispan/configuration/parsing/ConfigurationParser.java index fa73645c7cf4..b5576301fa7d 100644 --- a/core/src/main/java/org/infinispan/configuration/parsing/ConfigurationParser.java +++ b/core/src/main/java/org/infinispan/configuration/parsing/ConfigurationParser.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.configuration.parsing; import javax.xml.stream.XMLStreamException; diff --git a/core/src/main/java/org/infinispan/configuration/parsing/Element.java b/core/src/main/java/org/infinispan/configuration/parsing/Element.java index be51a2c32fbe..3d0121e39c5f 100644 --- a/core/src/main/java/org/infinispan/configuration/parsing/Element.java +++ b/core/src/main/java/org/infinispan/configuration/parsing/Element.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source. - * Copyright 2011, Red Hat, Inc., and individual contributors - * as indicated by the @author tags. See the copyright.txt file in the - * distribution for a full listing of individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.configuration.parsing; import java.util.HashMap; diff --git a/core/src/main/java/org/infinispan/configuration/parsing/ParseUtils.java b/core/src/main/java/org/infinispan/configuration/parsing/ParseUtils.java index cdd895f512a8..8e509021689c 100644 --- a/core/src/main/java/org/infinispan/configuration/parsing/ParseUtils.java +++ b/core/src/main/java/org/infinispan/configuration/parsing/ParseUtils.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source. - * Copyright 2011, Red Hat, Inc., and individual contributors - * as indicated by the @author tags. See the copyright.txt file in the - * distribution for a full listing of individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.configuration.parsing; import static javax.xml.stream.XMLStreamConstants.END_ELEMENT; diff --git a/core/src/main/java/org/infinispan/configuration/parsing/ParsedCacheMode.java b/core/src/main/java/org/infinispan/configuration/parsing/ParsedCacheMode.java index 84e87151e673..0a9d4511f211 100644 --- a/core/src/main/java/org/infinispan/configuration/parsing/ParsedCacheMode.java +++ b/core/src/main/java/org/infinispan/configuration/parsing/ParsedCacheMode.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.parsing; import java.util.ArrayList; diff --git a/core/src/main/java/org/infinispan/configuration/parsing/Parser51.java b/core/src/main/java/org/infinispan/configuration/parsing/Parser51.java index f5d3c21a03c4..085286dd2084 100644 --- a/core/src/main/java/org/infinispan/configuration/parsing/Parser51.java +++ b/core/src/main/java/org/infinispan/configuration/parsing/Parser51.java @@ -1,21 +1,3 @@ -/* - * Copyright 2012 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.parsing; import static org.infinispan.commons.util.StringPropertyReplacer.replaceProperties; diff --git a/core/src/main/java/org/infinispan/configuration/parsing/Parser52.java b/core/src/main/java/org/infinispan/configuration/parsing/Parser52.java index ec2f47591230..33c75daee414 100644 --- a/core/src/main/java/org/infinispan/configuration/parsing/Parser52.java +++ b/core/src/main/java/org/infinispan/configuration/parsing/Parser52.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.parsing; import static org.infinispan.commons.util.StringPropertyReplacer.replaceProperties; diff --git a/core/src/main/java/org/infinispan/configuration/parsing/Parser53.java b/core/src/main/java/org/infinispan/configuration/parsing/Parser53.java index d470c160a904..7ab7deecf4b4 100644 --- a/core/src/main/java/org/infinispan/configuration/parsing/Parser53.java +++ b/core/src/main/java/org/infinispan/configuration/parsing/Parser53.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.configuration.parsing; import org.infinispan.commons.CacheConfigurationException; diff --git a/core/src/main/java/org/infinispan/container/DataContainer.java b/core/src/main/java/org/infinispan/container/DataContainer.java index 364c9a93ce5a..54de14355883 100644 --- a/core/src/main/java/org/infinispan/container/DataContainer.java +++ b/core/src/main/java/org/infinispan/container/DataContainer.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.container; import java.util.Collection; diff --git a/core/src/main/java/org/infinispan/container/DefaultDataContainer.java b/core/src/main/java/org/infinispan/container/DefaultDataContainer.java index d59bbf379292..751d12a3475c 100644 --- a/core/src/main/java/org/infinispan/container/DefaultDataContainer.java +++ b/core/src/main/java/org/infinispan/container/DefaultDataContainer.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.container; import net.jcip.annotations.ThreadSafe; diff --git a/core/src/main/java/org/infinispan/container/EntryFactory.java b/core/src/main/java/org/infinispan/container/EntryFactory.java index f3a1a8e119ca..bb0b24fddb81 100644 --- a/core/src/main/java/org/infinispan/container/EntryFactory.java +++ b/core/src/main/java/org/infinispan/container/EntryFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.container; import org.infinispan.atomic.Delta; diff --git a/core/src/main/java/org/infinispan/container/EntryFactoryImpl.java b/core/src/main/java/org/infinispan/container/EntryFactoryImpl.java index ac65d57c48aa..716479875ff9 100644 --- a/core/src/main/java/org/infinispan/container/EntryFactoryImpl.java +++ b/core/src/main/java/org/infinispan/container/EntryFactoryImpl.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.container; import org.infinispan.metadata.Metadata; diff --git a/core/src/main/java/org/infinispan/container/IncrementalVersionableEntryFactoryImpl.java b/core/src/main/java/org/infinispan/container/IncrementalVersionableEntryFactoryImpl.java index 2d6bacc74e33..cd4381e34d57 100644 --- a/core/src/main/java/org/infinispan/container/IncrementalVersionableEntryFactoryImpl.java +++ b/core/src/main/java/org/infinispan/container/IncrementalVersionableEntryFactoryImpl.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.container; import org.infinispan.metadata.Metadata; diff --git a/core/src/main/java/org/infinispan/container/InternalEntryFactory.java b/core/src/main/java/org/infinispan/container/InternalEntryFactory.java index c76d7114c782..5383d810b406 100644 --- a/core/src/main/java/org/infinispan/container/InternalEntryFactory.java +++ b/core/src/main/java/org/infinispan/container/InternalEntryFactory.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.container; import org.infinispan.metadata.Metadata; diff --git a/core/src/main/java/org/infinispan/container/InternalEntryFactoryImpl.java b/core/src/main/java/org/infinispan/container/InternalEntryFactoryImpl.java index 48cc9dd29175..ed8225c7bc22 100644 --- a/core/src/main/java/org/infinispan/container/InternalEntryFactoryImpl.java +++ b/core/src/main/java/org/infinispan/container/InternalEntryFactoryImpl.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.container; import org.infinispan.metadata.EmbeddedMetadata; diff --git a/core/src/main/java/org/infinispan/container/entries/AbstractInternalCacheEntry.java b/core/src/main/java/org/infinispan/container/entries/AbstractInternalCacheEntry.java index 459ab7c27936..b1c145d634af 100644 --- a/core/src/main/java/org/infinispan/container/entries/AbstractInternalCacheEntry.java +++ b/core/src/main/java/org/infinispan/container/entries/AbstractInternalCacheEntry.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.container.entries; import org.infinispan.metadata.Metadata; diff --git a/core/src/main/java/org/infinispan/container/entries/CacheEntry.java b/core/src/main/java/org/infinispan/container/entries/CacheEntry.java index 487ca4c14b29..b241d4e0fa42 100644 --- a/core/src/main/java/org/infinispan/container/entries/CacheEntry.java +++ b/core/src/main/java/org/infinispan/container/entries/CacheEntry.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.container.entries; import org.infinispan.metadata.Metadata; diff --git a/core/src/main/java/org/infinispan/container/entries/ClusteredRepeatableReadEntry.java b/core/src/main/java/org/infinispan/container/entries/ClusteredRepeatableReadEntry.java index 15907f40f66c..8f667bf13cbd 100644 --- a/core/src/main/java/org/infinispan/container/entries/ClusteredRepeatableReadEntry.java +++ b/core/src/main/java/org/infinispan/container/entries/ClusteredRepeatableReadEntry.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.container.entries; import org.infinispan.metadata.Metadata; diff --git a/core/src/main/java/org/infinispan/container/entries/DeltaAwareCacheEntry.java b/core/src/main/java/org/infinispan/container/entries/DeltaAwareCacheEntry.java index 1546e35ff7df..9c1abc1d22bf 100644 --- a/core/src/main/java/org/infinispan/container/entries/DeltaAwareCacheEntry.java +++ b/core/src/main/java/org/infinispan/container/entries/DeltaAwareCacheEntry.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.container.entries; import org.infinispan.metadata.Metadata; diff --git a/core/src/main/java/org/infinispan/container/entries/ExpiryHelper.java b/core/src/main/java/org/infinispan/container/entries/ExpiryHelper.java index 568045b0cee9..a6fc16337176 100644 --- a/core/src/main/java/org/infinispan/container/entries/ExpiryHelper.java +++ b/core/src/main/java/org/infinispan/container/entries/ExpiryHelper.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.container.entries; /** diff --git a/core/src/main/java/org/infinispan/container/entries/ImmortalCacheEntry.java b/core/src/main/java/org/infinispan/container/entries/ImmortalCacheEntry.java index 8affd092bf5d..06e0d0b0e663 100644 --- a/core/src/main/java/org/infinispan/container/entries/ImmortalCacheEntry.java +++ b/core/src/main/java/org/infinispan/container/entries/ImmortalCacheEntry.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.container.entries; import org.infinispan.metadata.EmbeddedMetadata; diff --git a/core/src/main/java/org/infinispan/container/entries/ImmortalCacheValue.java b/core/src/main/java/org/infinispan/container/entries/ImmortalCacheValue.java index 983c7476a030..4873ff61d968 100644 --- a/core/src/main/java/org/infinispan/container/entries/ImmortalCacheValue.java +++ b/core/src/main/java/org/infinispan/container/entries/ImmortalCacheValue.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.container.entries; import org.infinispan.commons.marshall.AbstractExternalizer; diff --git a/core/src/main/java/org/infinispan/container/entries/InternalCacheEntry.java b/core/src/main/java/org/infinispan/container/entries/InternalCacheEntry.java index 33d61a5ed48f..64f007f813fb 100644 --- a/core/src/main/java/org/infinispan/container/entries/InternalCacheEntry.java +++ b/core/src/main/java/org/infinispan/container/entries/InternalCacheEntry.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.container.entries; /** diff --git a/core/src/main/java/org/infinispan/container/entries/InternalCacheValue.java b/core/src/main/java/org/infinispan/container/entries/InternalCacheValue.java index 3de7fbccdb5b..5e12d71ff14a 100644 --- a/core/src/main/java/org/infinispan/container/entries/InternalCacheValue.java +++ b/core/src/main/java/org/infinispan/container/entries/InternalCacheValue.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.container.entries; /** diff --git a/core/src/main/java/org/infinispan/container/entries/MVCCEntry.java b/core/src/main/java/org/infinispan/container/entries/MVCCEntry.java index 4705c88dfd7f..4f3e3a3b0311 100644 --- a/core/src/main/java/org/infinispan/container/entries/MVCCEntry.java +++ b/core/src/main/java/org/infinispan/container/entries/MVCCEntry.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.container.entries; import org.infinispan.container.DataContainer; diff --git a/core/src/main/java/org/infinispan/container/entries/MortalCacheEntry.java b/core/src/main/java/org/infinispan/container/entries/MortalCacheEntry.java index ca5d4c9cdd0e..019a681256db 100644 --- a/core/src/main/java/org/infinispan/container/entries/MortalCacheEntry.java +++ b/core/src/main/java/org/infinispan/container/entries/MortalCacheEntry.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.container.entries; import org.infinispan.metadata.EmbeddedMetadata; diff --git a/core/src/main/java/org/infinispan/container/entries/MortalCacheValue.java b/core/src/main/java/org/infinispan/container/entries/MortalCacheValue.java index 65ff9ab67791..c710128992df 100644 --- a/core/src/main/java/org/infinispan/container/entries/MortalCacheValue.java +++ b/core/src/main/java/org/infinispan/container/entries/MortalCacheValue.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.container.entries; import org.infinispan.commons.io.UnsignedNumeric; diff --git a/core/src/main/java/org/infinispan/container/entries/NullMarkerEntry.java b/core/src/main/java/org/infinispan/container/entries/NullMarkerEntry.java index 64faad057690..cf74f28d44d6 100644 --- a/core/src/main/java/org/infinispan/container/entries/NullMarkerEntry.java +++ b/core/src/main/java/org/infinispan/container/entries/NullMarkerEntry.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.container.entries; import org.infinispan.container.DataContainer; diff --git a/core/src/main/java/org/infinispan/container/entries/NullMarkerEntryForRemoval.java b/core/src/main/java/org/infinispan/container/entries/NullMarkerEntryForRemoval.java index da60c4d7be79..da3bd86a2e25 100644 --- a/core/src/main/java/org/infinispan/container/entries/NullMarkerEntryForRemoval.java +++ b/core/src/main/java/org/infinispan/container/entries/NullMarkerEntryForRemoval.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.container.entries; import org.infinispan.metadata.Metadata; diff --git a/core/src/main/java/org/infinispan/container/entries/ReadCommittedEntry.java b/core/src/main/java/org/infinispan/container/entries/ReadCommittedEntry.java index b47ddafdcfd6..1a9f12fcd330 100644 --- a/core/src/main/java/org/infinispan/container/entries/ReadCommittedEntry.java +++ b/core/src/main/java/org/infinispan/container/entries/ReadCommittedEntry.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.container.entries; import org.infinispan.metadata.Metadata; diff --git a/core/src/main/java/org/infinispan/container/entries/RepeatableReadEntry.java b/core/src/main/java/org/infinispan/container/entries/RepeatableReadEntry.java index 1bd32eedf90d..2858c840b371 100644 --- a/core/src/main/java/org/infinispan/container/entries/RepeatableReadEntry.java +++ b/core/src/main/java/org/infinispan/container/entries/RepeatableReadEntry.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.container.entries; import org.infinispan.metadata.Metadata; diff --git a/core/src/main/java/org/infinispan/container/entries/StateChangingEntry.java b/core/src/main/java/org/infinispan/container/entries/StateChangingEntry.java index 97afbe389eec..28f5142d3fa1 100644 --- a/core/src/main/java/org/infinispan/container/entries/StateChangingEntry.java +++ b/core/src/main/java/org/infinispan/container/entries/StateChangingEntry.java @@ -1,22 +1,3 @@ -/* - * Copyright 2012 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.container.entries; /** diff --git a/core/src/main/java/org/infinispan/container/entries/TransientCacheEntry.java b/core/src/main/java/org/infinispan/container/entries/TransientCacheEntry.java index b3bfc2c9333c..8bbe05b4e1ac 100644 --- a/core/src/main/java/org/infinispan/container/entries/TransientCacheEntry.java +++ b/core/src/main/java/org/infinispan/container/entries/TransientCacheEntry.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.container.entries; import org.infinispan.metadata.EmbeddedMetadata; diff --git a/core/src/main/java/org/infinispan/container/entries/TransientCacheValue.java b/core/src/main/java/org/infinispan/container/entries/TransientCacheValue.java index 68c7ad4b05fe..a190bf125f43 100644 --- a/core/src/main/java/org/infinispan/container/entries/TransientCacheValue.java +++ b/core/src/main/java/org/infinispan/container/entries/TransientCacheValue.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.container.entries; import org.infinispan.commons.io.UnsignedNumeric; diff --git a/core/src/main/java/org/infinispan/container/entries/TransientMortalCacheEntry.java b/core/src/main/java/org/infinispan/container/entries/TransientMortalCacheEntry.java index c89c8cd61e5b..ef191021a11e 100644 --- a/core/src/main/java/org/infinispan/container/entries/TransientMortalCacheEntry.java +++ b/core/src/main/java/org/infinispan/container/entries/TransientMortalCacheEntry.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.container.entries; import org.infinispan.metadata.EmbeddedMetadata; diff --git a/core/src/main/java/org/infinispan/container/entries/TransientMortalCacheValue.java b/core/src/main/java/org/infinispan/container/entries/TransientMortalCacheValue.java index 35f7b6fbcd3b..4355ebc17eb2 100644 --- a/core/src/main/java/org/infinispan/container/entries/TransientMortalCacheValue.java +++ b/core/src/main/java/org/infinispan/container/entries/TransientMortalCacheValue.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.container.entries; import org.infinispan.commons.io.UnsignedNumeric; diff --git a/core/src/main/java/org/infinispan/container/entries/metadata/MetadataAware.java b/core/src/main/java/org/infinispan/container/entries/metadata/MetadataAware.java index d76aab03da1b..ae1e53a2edd8 100644 --- a/core/src/main/java/org/infinispan/container/entries/metadata/MetadataAware.java +++ b/core/src/main/java/org/infinispan/container/entries/metadata/MetadataAware.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.container.entries.metadata; import org.infinispan.metadata.Metadata; diff --git a/core/src/main/java/org/infinispan/container/entries/metadata/MetadataImmortalCacheEntry.java b/core/src/main/java/org/infinispan/container/entries/metadata/MetadataImmortalCacheEntry.java index 6e0fe5b06417..c74be61ee6d6 100644 --- a/core/src/main/java/org/infinispan/container/entries/metadata/MetadataImmortalCacheEntry.java +++ b/core/src/main/java/org/infinispan/container/entries/metadata/MetadataImmortalCacheEntry.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.container.entries.metadata; import org.infinispan.container.entries.InternalCacheValue; diff --git a/core/src/main/java/org/infinispan/container/entries/metadata/MetadataImmortalCacheValue.java b/core/src/main/java/org/infinispan/container/entries/metadata/MetadataImmortalCacheValue.java index f3f1e3af34f6..3dbbba3ce87b 100644 --- a/core/src/main/java/org/infinispan/container/entries/metadata/MetadataImmortalCacheValue.java +++ b/core/src/main/java/org/infinispan/container/entries/metadata/MetadataImmortalCacheValue.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.container.entries.metadata; import org.infinispan.metadata.Metadata; diff --git a/core/src/main/java/org/infinispan/container/entries/metadata/MetadataMortalCacheEntry.java b/core/src/main/java/org/infinispan/container/entries/metadata/MetadataMortalCacheEntry.java index 17e2c3087cca..d8f64c3a9366 100644 --- a/core/src/main/java/org/infinispan/container/entries/metadata/MetadataMortalCacheEntry.java +++ b/core/src/main/java/org/infinispan/container/entries/metadata/MetadataMortalCacheEntry.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.container.entries.metadata; import org.infinispan.metadata.Metadata; diff --git a/core/src/main/java/org/infinispan/container/entries/metadata/MetadataMortalCacheValue.java b/core/src/main/java/org/infinispan/container/entries/metadata/MetadataMortalCacheValue.java index 11c5b0276b14..e1e6b75696e0 100644 --- a/core/src/main/java/org/infinispan/container/entries/metadata/MetadataMortalCacheValue.java +++ b/core/src/main/java/org/infinispan/container/entries/metadata/MetadataMortalCacheValue.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.container.entries.metadata; import org.infinispan.metadata.Metadata; diff --git a/core/src/main/java/org/infinispan/container/entries/metadata/MetadataTransientCacheEntry.java b/core/src/main/java/org/infinispan/container/entries/metadata/MetadataTransientCacheEntry.java index 9188939d1c77..ea4e6f86e5a8 100644 --- a/core/src/main/java/org/infinispan/container/entries/metadata/MetadataTransientCacheEntry.java +++ b/core/src/main/java/org/infinispan/container/entries/metadata/MetadataTransientCacheEntry.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.container.entries.metadata; import org.infinispan.container.entries.ExpiryHelper; diff --git a/core/src/main/java/org/infinispan/container/entries/metadata/MetadataTransientCacheValue.java b/core/src/main/java/org/infinispan/container/entries/metadata/MetadataTransientCacheValue.java index 0266805d7840..c3b2cd8d11b3 100644 --- a/core/src/main/java/org/infinispan/container/entries/metadata/MetadataTransientCacheValue.java +++ b/core/src/main/java/org/infinispan/container/entries/metadata/MetadataTransientCacheValue.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.container.entries.metadata; import org.infinispan.metadata.Metadata; diff --git a/core/src/main/java/org/infinispan/container/entries/metadata/MetadataTransientMortalCacheEntry.java b/core/src/main/java/org/infinispan/container/entries/metadata/MetadataTransientMortalCacheEntry.java index ab504ee32241..42bfaae53da7 100644 --- a/core/src/main/java/org/infinispan/container/entries/metadata/MetadataTransientMortalCacheEntry.java +++ b/core/src/main/java/org/infinispan/container/entries/metadata/MetadataTransientMortalCacheEntry.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.container.entries.metadata; import org.infinispan.container.entries.ExpiryHelper; diff --git a/core/src/main/java/org/infinispan/container/entries/metadata/MetadataTransientMortalCacheValue.java b/core/src/main/java/org/infinispan/container/entries/metadata/MetadataTransientMortalCacheValue.java index 18939018d801..aad4abef839b 100644 --- a/core/src/main/java/org/infinispan/container/entries/metadata/MetadataTransientMortalCacheValue.java +++ b/core/src/main/java/org/infinispan/container/entries/metadata/MetadataTransientMortalCacheValue.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.container.entries.metadata; import org.infinispan.metadata.Metadata; diff --git a/core/src/main/java/org/infinispan/container/entries/package-info.java b/core/src/main/java/org/infinispan/container/entries/package-info.java index 462cd3d2009a..20be542b556e 100644 --- a/core/src/main/java/org/infinispan/container/entries/package-info.java +++ b/core/src/main/java/org/infinispan/container/entries/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Entries which are stored in data containers. This package contains different implementations of * entries based on the information needed to store an entry. Certain entries need more information - such as timestamps diff --git a/core/src/main/java/org/infinispan/container/entries/versioned/Versioned.java b/core/src/main/java/org/infinispan/container/entries/versioned/Versioned.java index a04d50a86773..373903b2a21a 100644 --- a/core/src/main/java/org/infinispan/container/entries/versioned/Versioned.java +++ b/core/src/main/java/org/infinispan/container/entries/versioned/Versioned.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.container.entries.versioned; import org.infinispan.container.versioning.EntryVersion; diff --git a/core/src/main/java/org/infinispan/container/package-info.java b/core/src/main/java/org/infinispan/container/package-info.java index 61f0678c5d3b..87b720414f5b 100644 --- a/core/src/main/java/org/infinispan/container/package-info.java +++ b/core/src/main/java/org/infinispan/container/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Data containers which store cache entries. This package contains different implementations of * containers based on their performance and ordering characteristics, as well as the entries diff --git a/core/src/main/java/org/infinispan/container/versioning/EntryVersion.java b/core/src/main/java/org/infinispan/container/versioning/EntryVersion.java index 7eb111496bbc..cd32ee69901d 100644 --- a/core/src/main/java/org/infinispan/container/versioning/EntryVersion.java +++ b/core/src/main/java/org/infinispan/container/versioning/EntryVersion.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.container.versioning; /** diff --git a/core/src/main/java/org/infinispan/container/versioning/EntryVersionsMap.java b/core/src/main/java/org/infinispan/container/versioning/EntryVersionsMap.java index d19580692feb..f1f8964c3a13 100644 --- a/core/src/main/java/org/infinispan/container/versioning/EntryVersionsMap.java +++ b/core/src/main/java/org/infinispan/container/versioning/EntryVersionsMap.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.container.versioning; import java.util.HashMap; diff --git a/core/src/main/java/org/infinispan/container/versioning/IncrementableEntryVersion.java b/core/src/main/java/org/infinispan/container/versioning/IncrementableEntryVersion.java index b1fd2eb93b3d..4a61b0dd92db 100644 --- a/core/src/main/java/org/infinispan/container/versioning/IncrementableEntryVersion.java +++ b/core/src/main/java/org/infinispan/container/versioning/IncrementableEntryVersion.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.container.versioning; /** diff --git a/core/src/main/java/org/infinispan/container/versioning/InequalVersionComparisonResult.java b/core/src/main/java/org/infinispan/container/versioning/InequalVersionComparisonResult.java index 7da34a0135a7..c3cd2f326110 100644 --- a/core/src/main/java/org/infinispan/container/versioning/InequalVersionComparisonResult.java +++ b/core/src/main/java/org/infinispan/container/versioning/InequalVersionComparisonResult.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.container.versioning; /** diff --git a/core/src/main/java/org/infinispan/container/versioning/NumericVersion.java b/core/src/main/java/org/infinispan/container/versioning/NumericVersion.java index 4b1c0756828e..d5e7c20a0f88 100644 --- a/core/src/main/java/org/infinispan/container/versioning/NumericVersion.java +++ b/core/src/main/java/org/infinispan/container/versioning/NumericVersion.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.container.versioning; import org.infinispan.commons.marshall.AbstractExternalizer; diff --git a/core/src/main/java/org/infinispan/container/versioning/SimpleClusteredVersion.java b/core/src/main/java/org/infinispan/container/versioning/SimpleClusteredVersion.java index 304d775e3a67..b7ad003368b2 100644 --- a/core/src/main/java/org/infinispan/container/versioning/SimpleClusteredVersion.java +++ b/core/src/main/java/org/infinispan/container/versioning/SimpleClusteredVersion.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.container.versioning; import net.jcip.annotations.Immutable; diff --git a/core/src/main/java/org/infinispan/container/versioning/SimpleClusteredVersionGenerator.java b/core/src/main/java/org/infinispan/container/versioning/SimpleClusteredVersionGenerator.java index 67e727b8c7e7..bea1c1fdeb0f 100644 --- a/core/src/main/java/org/infinispan/container/versioning/SimpleClusteredVersionGenerator.java +++ b/core/src/main/java/org/infinispan/container/versioning/SimpleClusteredVersionGenerator.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.container.versioning; import org.infinispan.Cache; diff --git a/core/src/main/java/org/infinispan/container/versioning/VersionGenerator.java b/core/src/main/java/org/infinispan/container/versioning/VersionGenerator.java index bd822babe732..ac8187159be5 100644 --- a/core/src/main/java/org/infinispan/container/versioning/VersionGenerator.java +++ b/core/src/main/java/org/infinispan/container/versioning/VersionGenerator.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.container.versioning; /** diff --git a/core/src/main/java/org/infinispan/context/AbstractInvocationContextContainer.java b/core/src/main/java/org/infinispan/context/AbstractInvocationContextContainer.java index 3c552cbf0010..9214367bc91b 100644 --- a/core/src/main/java/org/infinispan/context/AbstractInvocationContextContainer.java +++ b/core/src/main/java/org/infinispan/context/AbstractInvocationContextContainer.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.context; import org.infinispan.commands.FlagAffectedCommand; diff --git a/core/src/main/java/org/infinispan/context/EntryLookup.java b/core/src/main/java/org/infinispan/context/EntryLookup.java index f5d77c24ca5a..a9039b4a682f 100644 --- a/core/src/main/java/org/infinispan/context/EntryLookup.java +++ b/core/src/main/java/org/infinispan/context/EntryLookup.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.context; import org.infinispan.container.entries.CacheEntry; diff --git a/core/src/main/java/org/infinispan/context/Flag.java b/core/src/main/java/org/infinispan/context/Flag.java index 40b90c7d659f..f0a03504dc71 100644 --- a/core/src/main/java/org/infinispan/context/Flag.java +++ b/core/src/main/java/org/infinispan/context/Flag.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.context; import java.io.IOException; diff --git a/core/src/main/java/org/infinispan/context/FlagContainer.java b/core/src/main/java/org/infinispan/context/FlagContainer.java index 8ebf35d80954..7921c9dc226d 100644 --- a/core/src/main/java/org/infinispan/context/FlagContainer.java +++ b/core/src/main/java/org/infinispan/context/FlagContainer.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.context; import java.util.Collection; diff --git a/core/src/main/java/org/infinispan/context/InvocationContext.java b/core/src/main/java/org/infinispan/context/InvocationContext.java index 9ed1deca9978..05be605a7d22 100644 --- a/core/src/main/java/org/infinispan/context/InvocationContext.java +++ b/core/src/main/java/org/infinispan/context/InvocationContext.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.context; import java.util.Set; diff --git a/core/src/main/java/org/infinispan/context/InvocationContextContainer.java b/core/src/main/java/org/infinispan/context/InvocationContextContainer.java index a399e40c0931..d0909dd9dc35 100644 --- a/core/src/main/java/org/infinispan/context/InvocationContextContainer.java +++ b/core/src/main/java/org/infinispan/context/InvocationContextContainer.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.context; import org.infinispan.commands.VisitableCommand; diff --git a/core/src/main/java/org/infinispan/context/NonTransactionalInvocationContextContainer.java b/core/src/main/java/org/infinispan/context/NonTransactionalInvocationContextContainer.java index a45f8fb13e9e..ad9bd0f29249 100644 --- a/core/src/main/java/org/infinispan/context/NonTransactionalInvocationContextContainer.java +++ b/core/src/main/java/org/infinispan/context/NonTransactionalInvocationContextContainer.java @@ -1,22 +1,3 @@ -/* - * Copyright 2012 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.context; import org.infinispan.configuration.cache.Configuration; diff --git a/core/src/main/java/org/infinispan/context/SingleKeyNonTxInvocationContext.java b/core/src/main/java/org/infinispan/context/SingleKeyNonTxInvocationContext.java index 7cadfe751a1d..e3a6afa8da4b 100644 --- a/core/src/main/java/org/infinispan/context/SingleKeyNonTxInvocationContext.java +++ b/core/src/main/java/org/infinispan/context/SingleKeyNonTxInvocationContext.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.context; import org.infinispan.commons.equivalence.Equivalence; diff --git a/core/src/main/java/org/infinispan/context/TransactionalInvocationContextContainer.java b/core/src/main/java/org/infinispan/context/TransactionalInvocationContextContainer.java index e6c0b9a9f12e..167056b79fd0 100644 --- a/core/src/main/java/org/infinispan/context/TransactionalInvocationContextContainer.java +++ b/core/src/main/java/org/infinispan/context/TransactionalInvocationContextContainer.java @@ -1,22 +1,3 @@ -/* - * Copyright 2012 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.context; import org.infinispan.batch.BatchContainer; diff --git a/core/src/main/java/org/infinispan/context/impl/AbstractInvocationContext.java b/core/src/main/java/org/infinispan/context/impl/AbstractInvocationContext.java index 0bb8b6458b44..07b28a2e1c34 100644 --- a/core/src/main/java/org/infinispan/context/impl/AbstractInvocationContext.java +++ b/core/src/main/java/org/infinispan/context/impl/AbstractInvocationContext.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.context.impl; import org.infinispan.container.entries.CacheEntry; diff --git a/core/src/main/java/org/infinispan/context/impl/AbstractTxInvocationContext.java b/core/src/main/java/org/infinispan/context/impl/AbstractTxInvocationContext.java index 52557c8e1f96..38eaa4c7f947 100644 --- a/core/src/main/java/org/infinispan/context/impl/AbstractTxInvocationContext.java +++ b/core/src/main/java/org/infinispan/context/impl/AbstractTxInvocationContext.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.context.impl; import javax.transaction.Transaction; diff --git a/core/src/main/java/org/infinispan/context/impl/ImmutableContext.java b/core/src/main/java/org/infinispan/context/impl/ImmutableContext.java index 3d3a366ca346..7ac516cd3482 100644 --- a/core/src/main/java/org/infinispan/context/impl/ImmutableContext.java +++ b/core/src/main/java/org/infinispan/context/impl/ImmutableContext.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @authors tag. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.context.impl; import org.infinispan.commons.CacheException; diff --git a/core/src/main/java/org/infinispan/context/impl/LocalTxInvocationContext.java b/core/src/main/java/org/infinispan/context/impl/LocalTxInvocationContext.java index 4d9717377214..05e01ce71edb 100644 --- a/core/src/main/java/org/infinispan/context/impl/LocalTxInvocationContext.java +++ b/core/src/main/java/org/infinispan/context/impl/LocalTxInvocationContext.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.context.impl; import org.infinispan.commands.write.WriteCommand; diff --git a/core/src/main/java/org/infinispan/context/impl/NonTxInvocationContext.java b/core/src/main/java/org/infinispan/context/impl/NonTxInvocationContext.java index aac95a23f206..8acb83d51ed3 100644 --- a/core/src/main/java/org/infinispan/context/impl/NonTxInvocationContext.java +++ b/core/src/main/java/org/infinispan/context/impl/NonTxInvocationContext.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.context.impl; import org.infinispan.commons.equivalence.AnyEquivalence; diff --git a/core/src/main/java/org/infinispan/context/impl/RemoteTxInvocationContext.java b/core/src/main/java/org/infinispan/context/impl/RemoteTxInvocationContext.java index 8b79709e1041..913964c1fae8 100644 --- a/core/src/main/java/org/infinispan/context/impl/RemoteTxInvocationContext.java +++ b/core/src/main/java/org/infinispan/context/impl/RemoteTxInvocationContext.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.context.impl; import org.infinispan.commands.write.WriteCommand; diff --git a/core/src/main/java/org/infinispan/context/impl/TxInvocationContext.java b/core/src/main/java/org/infinispan/context/impl/TxInvocationContext.java index c5e62155daea..e76080aac50b 100644 --- a/core/src/main/java/org/infinispan/context/impl/TxInvocationContext.java +++ b/core/src/main/java/org/infinispan/context/impl/TxInvocationContext.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.context.impl; import org.infinispan.commands.write.WriteCommand; diff --git a/core/src/main/java/org/infinispan/context/impl/package-info.java b/core/src/main/java/org/infinispan/context/impl/package-info.java index 2bfd1a974eb3..ad34e59f4dbf 100644 --- a/core/src/main/java/org/infinispan/context/impl/package-info.java +++ b/core/src/main/java/org/infinispan/context/impl/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * This package contains different context implementations, selected dynamically based on the type of invocation. */ diff --git a/core/src/main/java/org/infinispan/context/package-info.java b/core/src/main/java/org/infinispan/context/package-info.java index 79f783ee70c3..db853148e598 100644 --- a/core/src/main/java/org/infinispan/context/package-info.java +++ b/core/src/main/java/org/infinispan/context/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Contexts contain information of a specific invocation on the cache, such as its origins, scope * (transactional or non-transactional), as well as invocation-specific flags. diff --git a/core/src/main/java/org/infinispan/distexec/DefaultExecutorService.java b/core/src/main/java/org/infinispan/distexec/DefaultExecutorService.java index 611864a4af90..ee09f8981694 100644 --- a/core/src/main/java/org/infinispan/distexec/DefaultExecutorService.java +++ b/core/src/main/java/org/infinispan/distexec/DefaultExecutorService.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.distexec; import static org.infinispan.factories.KnownComponentNames.CACHE_MARSHALLER; diff --git a/core/src/main/java/org/infinispan/distexec/DistributedCallable.java b/core/src/main/java/org/infinispan/distexec/DistributedCallable.java index 19891a9f55fd..f90534d1659d 100644 --- a/core/src/main/java/org/infinispan/distexec/DistributedCallable.java +++ b/core/src/main/java/org/infinispan/distexec/DistributedCallable.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.distexec; import java.util.Set; diff --git a/core/src/main/java/org/infinispan/distexec/DistributedExecutionCompletionService.java b/core/src/main/java/org/infinispan/distexec/DistributedExecutionCompletionService.java index c1cd60665286..b2b236f72516 100644 --- a/core/src/main/java/org/infinispan/distexec/DistributedExecutionCompletionService.java +++ b/core/src/main/java/org/infinispan/distexec/DistributedExecutionCompletionService.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.distexec; import java.util.Comparator; diff --git a/core/src/main/java/org/infinispan/distexec/DistributedExecutorService.java b/core/src/main/java/org/infinispan/distexec/DistributedExecutorService.java index 37cfb210058b..81a0e2ffc313 100644 --- a/core/src/main/java/org/infinispan/distexec/DistributedExecutorService.java +++ b/core/src/main/java/org/infinispan/distexec/DistributedExecutorService.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.distexec; import java.io.Externalizable; diff --git a/core/src/main/java/org/infinispan/distexec/DistributedTask.java b/core/src/main/java/org/infinispan/distexec/DistributedTask.java index 588e61c34d63..273eca087cbc 100644 --- a/core/src/main/java/org/infinispan/distexec/DistributedTask.java +++ b/core/src/main/java/org/infinispan/distexec/DistributedTask.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tag. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.distexec; import java.util.concurrent.Callable; diff --git a/core/src/main/java/org/infinispan/distexec/DistributedTaskBuilder.java b/core/src/main/java/org/infinispan/distexec/DistributedTaskBuilder.java index 6a8448a1bf1d..4146ad6898ea 100644 --- a/core/src/main/java/org/infinispan/distexec/DistributedTaskBuilder.java +++ b/core/src/main/java/org/infinispan/distexec/DistributedTaskBuilder.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tag. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.distexec; import java.util.concurrent.Callable; diff --git a/core/src/main/java/org/infinispan/distexec/DistributedTaskExecutionPolicy.java b/core/src/main/java/org/infinispan/distexec/DistributedTaskExecutionPolicy.java index 545b4003e3c5..88d1546f6f04 100644 --- a/core/src/main/java/org/infinispan/distexec/DistributedTaskExecutionPolicy.java +++ b/core/src/main/java/org/infinispan/distexec/DistributedTaskExecutionPolicy.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tag. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.distexec; /** diff --git a/core/src/main/java/org/infinispan/distexec/DistributedTaskFailoverPolicy.java b/core/src/main/java/org/infinispan/distexec/DistributedTaskFailoverPolicy.java index bf1841bd7406..b63f58142903 100644 --- a/core/src/main/java/org/infinispan/distexec/DistributedTaskFailoverPolicy.java +++ b/core/src/main/java/org/infinispan/distexec/DistributedTaskFailoverPolicy.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tag. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.distexec; import org.infinispan.remoting.transport.Address; diff --git a/core/src/main/java/org/infinispan/distexec/FailoverContext.java b/core/src/main/java/org/infinispan/distexec/FailoverContext.java index fdee8b8d3e9d..4edad1a34789 100644 --- a/core/src/main/java/org/infinispan/distexec/FailoverContext.java +++ b/core/src/main/java/org/infinispan/distexec/FailoverContext.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tag. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.distexec; import java.util.List; diff --git a/core/src/main/java/org/infinispan/distexec/mapreduce/Collator.java b/core/src/main/java/org/infinispan/distexec/mapreduce/Collator.java index 8875bcd799ec..71c14da0f403 100644 --- a/core/src/main/java/org/infinispan/distexec/mapreduce/Collator.java +++ b/core/src/main/java/org/infinispan/distexec/mapreduce/Collator.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.distexec.mapreduce; import java.util.Map; diff --git a/core/src/main/java/org/infinispan/distexec/mapreduce/Collector.java b/core/src/main/java/org/infinispan/distexec/mapreduce/Collector.java index 99f1804efe7e..b177d60f4cd8 100644 --- a/core/src/main/java/org/infinispan/distexec/mapreduce/Collector.java +++ b/core/src/main/java/org/infinispan/distexec/mapreduce/Collector.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.distexec.mapreduce; /** diff --git a/core/src/main/java/org/infinispan/distexec/mapreduce/MapReduceManager.java b/core/src/main/java/org/infinispan/distexec/mapreduce/MapReduceManager.java index 87d00f38e024..0a9ea1376904 100644 --- a/core/src/main/java/org/infinispan/distexec/mapreduce/MapReduceManager.java +++ b/core/src/main/java/org/infinispan/distexec/mapreduce/MapReduceManager.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tag. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.distexec.mapreduce; import java.util.Collection; diff --git a/core/src/main/java/org/infinispan/distexec/mapreduce/MapReduceManagerFactory.java b/core/src/main/java/org/infinispan/distexec/mapreduce/MapReduceManagerFactory.java index 5748891e414c..e039eb9d519c 100644 --- a/core/src/main/java/org/infinispan/distexec/mapreduce/MapReduceManagerFactory.java +++ b/core/src/main/java/org/infinispan/distexec/mapreduce/MapReduceManagerFactory.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tag. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.distexec.mapreduce; import org.infinispan.factories.AbstractNamedCacheComponentFactory; diff --git a/core/src/main/java/org/infinispan/distexec/mapreduce/MapReduceManagerImpl.java b/core/src/main/java/org/infinispan/distexec/mapreduce/MapReduceManagerImpl.java index 2e004bc23141..675cf90ee71e 100644 --- a/core/src/main/java/org/infinispan/distexec/mapreduce/MapReduceManagerImpl.java +++ b/core/src/main/java/org/infinispan/distexec/mapreduce/MapReduceManagerImpl.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tag. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.distexec.mapreduce; import static org.infinispan.distexec.mapreduce.MapReduceTask.DEFAULT_TMP_CACHE_CONFIGURATION_NAME; diff --git a/core/src/main/java/org/infinispan/distexec/mapreduce/MapReduceTask.java b/core/src/main/java/org/infinispan/distexec/mapreduce/MapReduceTask.java index 4749f39a3ab5..b3289584d2a9 100644 --- a/core/src/main/java/org/infinispan/distexec/mapreduce/MapReduceTask.java +++ b/core/src/main/java/org/infinispan/distexec/mapreduce/MapReduceTask.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.distexec.mapreduce; import org.infinispan.AdvancedCache; diff --git a/core/src/main/java/org/infinispan/distexec/mapreduce/Mapper.java b/core/src/main/java/org/infinispan/distexec/mapreduce/Mapper.java index 27e94e746ca9..75860e9792a3 100644 --- a/core/src/main/java/org/infinispan/distexec/mapreduce/Mapper.java +++ b/core/src/main/java/org/infinispan/distexec/mapreduce/Mapper.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.distexec.mapreduce; import java.io.Serializable; diff --git a/core/src/main/java/org/infinispan/distexec/mapreduce/Reducer.java b/core/src/main/java/org/infinispan/distexec/mapreduce/Reducer.java index 1c8bec543c86..258c9800e40f 100644 --- a/core/src/main/java/org/infinispan/distexec/mapreduce/Reducer.java +++ b/core/src/main/java/org/infinispan/distexec/mapreduce/Reducer.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.distexec.mapreduce; import java.io.Serializable; diff --git a/core/src/main/java/org/infinispan/distexec/mapreduce/spi/DefaultMapReduceTaskLifecycle.java b/core/src/main/java/org/infinispan/distexec/mapreduce/spi/DefaultMapReduceTaskLifecycle.java index 15a44231ce57..156be1632d9b 100644 --- a/core/src/main/java/org/infinispan/distexec/mapreduce/spi/DefaultMapReduceTaskLifecycle.java +++ b/core/src/main/java/org/infinispan/distexec/mapreduce/spi/DefaultMapReduceTaskLifecycle.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tag. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.distexec.mapreduce.spi; import org.infinispan.Cache; diff --git a/core/src/main/java/org/infinispan/distexec/mapreduce/spi/MapReduceTaskLifecycle.java b/core/src/main/java/org/infinispan/distexec/mapreduce/spi/MapReduceTaskLifecycle.java index 477df3fab324..7cfa15fb8ec3 100644 --- a/core/src/main/java/org/infinispan/distexec/mapreduce/spi/MapReduceTaskLifecycle.java +++ b/core/src/main/java/org/infinispan/distexec/mapreduce/spi/MapReduceTaskLifecycle.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tag. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.distexec.mapreduce.spi; import org.infinispan.Cache; diff --git a/core/src/main/java/org/infinispan/distexec/mapreduce/spi/MapReduceTaskLifecycleService.java b/core/src/main/java/org/infinispan/distexec/mapreduce/spi/MapReduceTaskLifecycleService.java index c2b0846cf47a..6d89ac451c5b 100644 --- a/core/src/main/java/org/infinispan/distexec/mapreduce/spi/MapReduceTaskLifecycleService.java +++ b/core/src/main/java/org/infinispan/distexec/mapreduce/spi/MapReduceTaskLifecycleService.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tag. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.distexec.mapreduce.spi; import java.io.IOException; diff --git a/core/src/main/java/org/infinispan/distexec/spi/DefaultDistributedTaskLifecycle.java b/core/src/main/java/org/infinispan/distexec/spi/DefaultDistributedTaskLifecycle.java index b5491b6a564d..576e5c1c4ab7 100644 --- a/core/src/main/java/org/infinispan/distexec/spi/DefaultDistributedTaskLifecycle.java +++ b/core/src/main/java/org/infinispan/distexec/spi/DefaultDistributedTaskLifecycle.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tag. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.distexec.spi; import java.util.concurrent.Callable; diff --git a/core/src/main/java/org/infinispan/distexec/spi/DistributedTaskLifecycle.java b/core/src/main/java/org/infinispan/distexec/spi/DistributedTaskLifecycle.java index 39dce0a9b576..10db9ec39640 100644 --- a/core/src/main/java/org/infinispan/distexec/spi/DistributedTaskLifecycle.java +++ b/core/src/main/java/org/infinispan/distexec/spi/DistributedTaskLifecycle.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tag. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.distexec.spi; import java.util.concurrent.Callable; diff --git a/core/src/main/java/org/infinispan/distexec/spi/DistributedTaskLifecycleService.java b/core/src/main/java/org/infinispan/distexec/spi/DistributedTaskLifecycleService.java index aee684ec8585..4f5b1e3e2018 100644 --- a/core/src/main/java/org/infinispan/distexec/spi/DistributedTaskLifecycleService.java +++ b/core/src/main/java/org/infinispan/distexec/spi/DistributedTaskLifecycleService.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tag. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.distexec.spi; import java.io.IOException; diff --git a/core/src/main/java/org/infinispan/distribution/DataLocality.java b/core/src/main/java/org/infinispan/distribution/DataLocality.java index 3d228806b2bd..2ce91f6d4358 100644 --- a/core/src/main/java/org/infinispan/distribution/DataLocality.java +++ b/core/src/main/java/org/infinispan/distribution/DataLocality.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.distribution; /** diff --git a/core/src/main/java/org/infinispan/distribution/DistributionManager.java b/core/src/main/java/org/infinispan/distribution/DistributionManager.java index 39cb43e893c5..828c8d2b5959 100644 --- a/core/src/main/java/org/infinispan/distribution/DistributionManager.java +++ b/core/src/main/java/org/infinispan/distribution/DistributionManager.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.distribution; import org.infinispan.distribution.ch.ConsistentHash; diff --git a/core/src/main/java/org/infinispan/distribution/DistributionManagerImpl.java b/core/src/main/java/org/infinispan/distribution/DistributionManagerImpl.java index bf5fcc5b7921..334426ae2075 100644 --- a/core/src/main/java/org/infinispan/distribution/DistributionManagerImpl.java +++ b/core/src/main/java/org/infinispan/distribution/DistributionManagerImpl.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.distribution; import org.infinispan.distribution.ch.ConsistentHash; diff --git a/core/src/main/java/org/infinispan/distribution/L1Manager.java b/core/src/main/java/org/infinispan/distribution/L1Manager.java index 2e9b0ef5345e..876a9add6294 100644 --- a/core/src/main/java/org/infinispan/distribution/L1Manager.java +++ b/core/src/main/java/org/infinispan/distribution/L1Manager.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.distribution; import org.infinispan.factories.scopes.Scope; diff --git a/core/src/main/java/org/infinispan/distribution/L1ManagerImpl.java b/core/src/main/java/org/infinispan/distribution/L1ManagerImpl.java index 49f9327e5c8c..a369f98786ec 100644 --- a/core/src/main/java/org/infinispan/distribution/L1ManagerImpl.java +++ b/core/src/main/java/org/infinispan/distribution/L1ManagerImpl.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.distribution; import org.infinispan.commands.CommandsFactory; diff --git a/core/src/main/java/org/infinispan/distribution/ch/ConsistentHash.java b/core/src/main/java/org/infinispan/distribution/ch/ConsistentHash.java index fa974066d869..5e0c6ce745d7 100644 --- a/core/src/main/java/org/infinispan/distribution/ch/ConsistentHash.java +++ b/core/src/main/java/org/infinispan/distribution/ch/ConsistentHash.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.distribution.ch; import org.infinispan.commons.hash.Hash; diff --git a/core/src/main/java/org/infinispan/distribution/ch/ConsistentHashFactory.java b/core/src/main/java/org/infinispan/distribution/ch/ConsistentHashFactory.java index e729d382c5a8..0215a74ba072 100644 --- a/core/src/main/java/org/infinispan/distribution/ch/ConsistentHashFactory.java +++ b/core/src/main/java/org/infinispan/distribution/ch/ConsistentHashFactory.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.distribution.ch; import java.util.List; diff --git a/core/src/main/java/org/infinispan/distribution/ch/DefaultConsistentHash.java b/core/src/main/java/org/infinispan/distribution/ch/DefaultConsistentHash.java index 1b673749b602..f967420f2038 100644 --- a/core/src/main/java/org/infinispan/distribution/ch/DefaultConsistentHash.java +++ b/core/src/main/java/org/infinispan/distribution/ch/DefaultConsistentHash.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.distribution.ch; import java.io.IOException; diff --git a/core/src/main/java/org/infinispan/distribution/ch/DefaultConsistentHashFactory.java b/core/src/main/java/org/infinispan/distribution/ch/DefaultConsistentHashFactory.java index ea001919f30a..6695ea262174 100644 --- a/core/src/main/java/org/infinispan/distribution/ch/DefaultConsistentHashFactory.java +++ b/core/src/main/java/org/infinispan/distribution/ch/DefaultConsistentHashFactory.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.distribution.ch; import java.io.IOException; diff --git a/core/src/main/java/org/infinispan/distribution/ch/OwnershipStatistics.java b/core/src/main/java/org/infinispan/distribution/ch/OwnershipStatistics.java index 67387f08ed9d..35f51b05315b 100644 --- a/core/src/main/java/org/infinispan/distribution/ch/OwnershipStatistics.java +++ b/core/src/main/java/org/infinispan/distribution/ch/OwnershipStatistics.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.distribution.ch; import java.util.Arrays; diff --git a/core/src/main/java/org/infinispan/distribution/ch/ReplicatedConsistentHash.java b/core/src/main/java/org/infinispan/distribution/ch/ReplicatedConsistentHash.java index 8d4d8e28db91..3400a056ebfa 100644 --- a/core/src/main/java/org/infinispan/distribution/ch/ReplicatedConsistentHash.java +++ b/core/src/main/java/org/infinispan/distribution/ch/ReplicatedConsistentHash.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.distribution.ch; import org.infinispan.commons.hash.Hash; diff --git a/core/src/main/java/org/infinispan/distribution/ch/ReplicatedConsistentHashFactory.java b/core/src/main/java/org/infinispan/distribution/ch/ReplicatedConsistentHashFactory.java index 36371cc6f065..d4713f5677ca 100644 --- a/core/src/main/java/org/infinispan/distribution/ch/ReplicatedConsistentHashFactory.java +++ b/core/src/main/java/org/infinispan/distribution/ch/ReplicatedConsistentHashFactory.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.distribution.ch; import org.infinispan.commons.hash.Hash; diff --git a/core/src/main/java/org/infinispan/distribution/ch/SyncConsistentHashFactory.java b/core/src/main/java/org/infinispan/distribution/ch/SyncConsistentHashFactory.java index 812f1ad33827..56cb78066a1e 100644 --- a/core/src/main/java/org/infinispan/distribution/ch/SyncConsistentHashFactory.java +++ b/core/src/main/java/org/infinispan/distribution/ch/SyncConsistentHashFactory.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.distribution.ch; import java.io.ObjectInput; diff --git a/core/src/main/java/org/infinispan/distribution/ch/TopologyAwareConsistentHashFactory.java b/core/src/main/java/org/infinispan/distribution/ch/TopologyAwareConsistentHashFactory.java index 763c2eb56885..cc31ca29f60c 100644 --- a/core/src/main/java/org/infinispan/distribution/ch/TopologyAwareConsistentHashFactory.java +++ b/core/src/main/java/org/infinispan/distribution/ch/TopologyAwareConsistentHashFactory.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.distribution.ch; import java.io.ObjectInput; diff --git a/core/src/main/java/org/infinispan/distribution/ch/TopologyAwareSyncConsistentHashFactory.java b/core/src/main/java/org/infinispan/distribution/ch/TopologyAwareSyncConsistentHashFactory.java index 49553a708302..94eb40d1a98e 100644 --- a/core/src/main/java/org/infinispan/distribution/ch/TopologyAwareSyncConsistentHashFactory.java +++ b/core/src/main/java/org/infinispan/distribution/ch/TopologyAwareSyncConsistentHashFactory.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.distribution.ch; import java.io.ObjectInput; diff --git a/core/src/main/java/org/infinispan/distribution/group/GroupManagerFactory.java b/core/src/main/java/org/infinispan/distribution/group/GroupManagerFactory.java index f1273390056a..f043b40657a7 100644 --- a/core/src/main/java/org/infinispan/distribution/group/GroupManagerFactory.java +++ b/core/src/main/java/org/infinispan/distribution/group/GroupManagerFactory.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.distribution.group; import org.infinispan.configuration.cache.GroupsConfiguration; diff --git a/core/src/main/java/org/infinispan/distribution/group/GroupingConsistentHash.java b/core/src/main/java/org/infinispan/distribution/group/GroupingConsistentHash.java index bc98719a7140..267eead88203 100644 --- a/core/src/main/java/org/infinispan/distribution/group/GroupingConsistentHash.java +++ b/core/src/main/java/org/infinispan/distribution/group/GroupingConsistentHash.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.distribution.group; import org.infinispan.commons.hash.Hash; diff --git a/core/src/main/java/org/infinispan/distribution/package-info.java b/core/src/main/java/org/infinispan/distribution/package-info.java index 1e82a09d7cef..7bcd77baf861 100644 --- a/core/src/main/java/org/infinispan/distribution/package-info.java +++ b/core/src/main/java/org/infinispan/distribution/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Classes relating to the distributed cache mode. */ diff --git a/core/src/main/java/org/infinispan/distribution/topologyaware/TopologyInfo.java b/core/src/main/java/org/infinispan/distribution/topologyaware/TopologyInfo.java index d04f2bd29367..b0d3f2b8f957 100644 --- a/core/src/main/java/org/infinispan/distribution/topologyaware/TopologyInfo.java +++ b/core/src/main/java/org/infinispan/distribution/topologyaware/TopologyInfo.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.distribution.topologyaware; import java.util.ArrayList; diff --git a/core/src/main/java/org/infinispan/distribution/topologyaware/TopologyLevel.java b/core/src/main/java/org/infinispan/distribution/topologyaware/TopologyLevel.java index 83408dc50fc3..ab6b4b8f27ab 100644 --- a/core/src/main/java/org/infinispan/distribution/topologyaware/TopologyLevel.java +++ b/core/src/main/java/org/infinispan/distribution/topologyaware/TopologyLevel.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.distribution.topologyaware; /** diff --git a/core/src/main/java/org/infinispan/eviction/ActivationManager.java b/core/src/main/java/org/infinispan/eviction/ActivationManager.java index 0fb0b72d8eb1..a36be4c71b2e 100644 --- a/core/src/main/java/org/infinispan/eviction/ActivationManager.java +++ b/core/src/main/java/org/infinispan/eviction/ActivationManager.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.eviction; import org.infinispan.factories.scopes.Scope; diff --git a/core/src/main/java/org/infinispan/eviction/ActivationManagerImpl.java b/core/src/main/java/org/infinispan/eviction/ActivationManagerImpl.java index bc9519c61f10..dd44ab6b541f 100644 --- a/core/src/main/java/org/infinispan/eviction/ActivationManagerImpl.java +++ b/core/src/main/java/org/infinispan/eviction/ActivationManagerImpl.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.eviction; import org.infinispan.commons.CacheConfigurationException; diff --git a/core/src/main/java/org/infinispan/eviction/EvictionManager.java b/core/src/main/java/org/infinispan/eviction/EvictionManager.java index 69018fff6d6b..f7faafeee363 100644 --- a/core/src/main/java/org/infinispan/eviction/EvictionManager.java +++ b/core/src/main/java/org/infinispan/eviction/EvictionManager.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.eviction; import java.util.Map; diff --git a/core/src/main/java/org/infinispan/eviction/EvictionManagerImpl.java b/core/src/main/java/org/infinispan/eviction/EvictionManagerImpl.java index 54b79dd6cff2..5ce9d82e63d9 100644 --- a/core/src/main/java/org/infinispan/eviction/EvictionManagerImpl.java +++ b/core/src/main/java/org/infinispan/eviction/EvictionManagerImpl.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.eviction; import net.jcip.annotations.ThreadSafe; diff --git a/core/src/main/java/org/infinispan/eviction/EvictionStrategy.java b/core/src/main/java/org/infinispan/eviction/EvictionStrategy.java index 0051b071c06e..e8471514c6dc 100644 --- a/core/src/main/java/org/infinispan/eviction/EvictionStrategy.java +++ b/core/src/main/java/org/infinispan/eviction/EvictionStrategy.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.eviction; /** diff --git a/core/src/main/java/org/infinispan/eviction/EvictionThreadPolicy.java b/core/src/main/java/org/infinispan/eviction/EvictionThreadPolicy.java index 784e03174e03..7b466ca425a7 100644 --- a/core/src/main/java/org/infinispan/eviction/EvictionThreadPolicy.java +++ b/core/src/main/java/org/infinispan/eviction/EvictionThreadPolicy.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.eviction; /** diff --git a/core/src/main/java/org/infinispan/eviction/PassivationManager.java b/core/src/main/java/org/infinispan/eviction/PassivationManager.java index d509a2aa90ae..92c83847e44d 100644 --- a/core/src/main/java/org/infinispan/eviction/PassivationManager.java +++ b/core/src/main/java/org/infinispan/eviction/PassivationManager.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.eviction; import net.jcip.annotations.ThreadSafe; diff --git a/core/src/main/java/org/infinispan/eviction/PassivationManagerImpl.java b/core/src/main/java/org/infinispan/eviction/PassivationManagerImpl.java index 65eb6be82254..f34c94ec6959 100644 --- a/core/src/main/java/org/infinispan/eviction/PassivationManagerImpl.java +++ b/core/src/main/java/org/infinispan/eviction/PassivationManagerImpl.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.eviction; import org.infinispan.commons.util.Util; diff --git a/core/src/main/java/org/infinispan/eviction/package-info.java b/core/src/main/java/org/infinispan/eviction/package-info.java index cf3fb6d081b8..17ecb1446d64 100644 --- a/core/src/main/java/org/infinispan/eviction/package-info.java +++ b/core/src/main/java/org/infinispan/eviction/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Classes related to eviction. * Need @XmlSchema annotation for EvictionStrategy.java diff --git a/core/src/main/java/org/infinispan/executors/DefaultExecutorFactory.java b/core/src/main/java/org/infinispan/executors/DefaultExecutorFactory.java index c33d01038664..45c295cad503 100644 --- a/core/src/main/java/org/infinispan/executors/DefaultExecutorFactory.java +++ b/core/src/main/java/org/infinispan/executors/DefaultExecutorFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.executors; import org.infinispan.commons.executors.ExecutorFactory; diff --git a/core/src/main/java/org/infinispan/executors/DefaultScheduledExecutorFactory.java b/core/src/main/java/org/infinispan/executors/DefaultScheduledExecutorFactory.java index d28791c07750..7e999c346219 100644 --- a/core/src/main/java/org/infinispan/executors/DefaultScheduledExecutorFactory.java +++ b/core/src/main/java/org/infinispan/executors/DefaultScheduledExecutorFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.executors; import org.infinispan.commons.util.TypedProperties; diff --git a/core/src/main/java/org/infinispan/executors/LazyInitializingBlockingTaskAwareExecutorService.java b/core/src/main/java/org/infinispan/executors/LazyInitializingBlockingTaskAwareExecutorService.java index 1803af9abdee..fffd127d7b65 100644 --- a/core/src/main/java/org/infinispan/executors/LazyInitializingBlockingTaskAwareExecutorService.java +++ b/core/src/main/java/org/infinispan/executors/LazyInitializingBlockingTaskAwareExecutorService.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.executors; import org.infinispan.commons.executors.ExecutorFactory; diff --git a/core/src/main/java/org/infinispan/executors/LazyInitializingExecutorService.java b/core/src/main/java/org/infinispan/executors/LazyInitializingExecutorService.java index 6b2bebe39aa5..e209f00d5aca 100644 --- a/core/src/main/java/org/infinispan/executors/LazyInitializingExecutorService.java +++ b/core/src/main/java/org/infinispan/executors/LazyInitializingExecutorService.java @@ -1,22 +1,3 @@ -/* - * Copyright 2012 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.executors; import org.infinispan.commons.executors.ExecutorFactory; diff --git a/core/src/main/java/org/infinispan/executors/LazyInitializingScheduledExecutorService.java b/core/src/main/java/org/infinispan/executors/LazyInitializingScheduledExecutorService.java index 93b6d074fa49..9c6e5238fd64 100644 --- a/core/src/main/java/org/infinispan/executors/LazyInitializingScheduledExecutorService.java +++ b/core/src/main/java/org/infinispan/executors/LazyInitializingScheduledExecutorService.java @@ -1,22 +1,3 @@ -/* - * Copyright 2012 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.executors; import org.infinispan.commons.util.InfinispanCollections; diff --git a/core/src/main/java/org/infinispan/executors/ScheduledExecutorFactory.java b/core/src/main/java/org/infinispan/executors/ScheduledExecutorFactory.java index 6cb9fcb8356b..6c28eebb4a45 100644 --- a/core/src/main/java/org/infinispan/executors/ScheduledExecutorFactory.java +++ b/core/src/main/java/org/infinispan/executors/ScheduledExecutorFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.executors; import java.util.Properties; diff --git a/core/src/main/java/org/infinispan/executors/WithinThreadExecutorFactory.java b/core/src/main/java/org/infinispan/executors/WithinThreadExecutorFactory.java index b5944bbd7007..b88aa0cc0c4a 100644 --- a/core/src/main/java/org/infinispan/executors/WithinThreadExecutorFactory.java +++ b/core/src/main/java/org/infinispan/executors/WithinThreadExecutorFactory.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.executors; import org.infinispan.commons.executors.ExecutorFactory; diff --git a/core/src/main/java/org/infinispan/executors/package-info.java b/core/src/main/java/org/infinispan/executors/package-info.java index d5aaf3f44af3..8a8847c59108 100644 --- a/core/src/main/java/org/infinispan/executors/package-info.java +++ b/core/src/main/java/org/infinispan/executors/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Implementations of different executors used for asynchronous operation. */ diff --git a/core/src/main/java/org/infinispan/factories/AbstractComponentFactory.java b/core/src/main/java/org/infinispan/factories/AbstractComponentFactory.java index 993214915344..44c59abb4adf 100644 --- a/core/src/main/java/org/infinispan/factories/AbstractComponentFactory.java +++ b/core/src/main/java/org/infinispan/factories/AbstractComponentFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.factories; import org.infinispan.commons.CacheConfigurationException; diff --git a/core/src/main/java/org/infinispan/factories/AbstractComponentRegistry.java b/core/src/main/java/org/infinispan/factories/AbstractComponentRegistry.java index bcc0b143ff6e..ce9623e264a8 100644 --- a/core/src/main/java/org/infinispan/factories/AbstractComponentRegistry.java +++ b/core/src/main/java/org/infinispan/factories/AbstractComponentRegistry.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.factories; import org.infinispan.commons.CacheException; diff --git a/core/src/main/java/org/infinispan/factories/AbstractNamedCacheComponentFactory.java b/core/src/main/java/org/infinispan/factories/AbstractNamedCacheComponentFactory.java index 19d1d3d649de..ea7e618d526c 100644 --- a/core/src/main/java/org/infinispan/factories/AbstractNamedCacheComponentFactory.java +++ b/core/src/main/java/org/infinispan/factories/AbstractNamedCacheComponentFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.factories; import org.infinispan.configuration.cache.Configuration; diff --git a/core/src/main/java/org/infinispan/factories/AutoInstantiableFactory.java b/core/src/main/java/org/infinispan/factories/AutoInstantiableFactory.java index dc199f1d3575..e7c9f4729b32 100644 --- a/core/src/main/java/org/infinispan/factories/AutoInstantiableFactory.java +++ b/core/src/main/java/org/infinispan/factories/AutoInstantiableFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.factories; /** diff --git a/core/src/main/java/org/infinispan/factories/BootstrapFactory.java b/core/src/main/java/org/infinispan/factories/BootstrapFactory.java index 2ba38b809bee..554b8027d857 100644 --- a/core/src/main/java/org/infinispan/factories/BootstrapFactory.java +++ b/core/src/main/java/org/infinispan/factories/BootstrapFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.factories; import org.infinispan.AdvancedCache; diff --git a/core/src/main/java/org/infinispan/factories/ComponentRegistry.java b/core/src/main/java/org/infinispan/factories/ComponentRegistry.java index b4b69559d961..4316db3e644d 100644 --- a/core/src/main/java/org/infinispan/factories/ComponentRegistry.java +++ b/core/src/main/java/org/infinispan/factories/ComponentRegistry.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.factories; import org.infinispan.AdvancedCache; diff --git a/core/src/main/java/org/infinispan/factories/DataContainerFactory.java b/core/src/main/java/org/infinispan/factories/DataContainerFactory.java index 7db521195b22..0d75b295042b 100644 --- a/core/src/main/java/org/infinispan/factories/DataContainerFactory.java +++ b/core/src/main/java/org/infinispan/factories/DataContainerFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.factories; import org.infinispan.commons.equivalence.AnyEquivalence; diff --git a/core/src/main/java/org/infinispan/factories/DistributionManagerFactory.java b/core/src/main/java/org/infinispan/factories/DistributionManagerFactory.java index ca684eeb52ba..147fb20909bc 100644 --- a/core/src/main/java/org/infinispan/factories/DistributionManagerFactory.java +++ b/core/src/main/java/org/infinispan/factories/DistributionManagerFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.factories; import org.infinispan.distribution.DistributionManager; diff --git a/core/src/main/java/org/infinispan/factories/EmptyConstructorFactory.java b/core/src/main/java/org/infinispan/factories/EmptyConstructorFactory.java index 27ba60ac4f1a..d9fbca3bcbaa 100644 --- a/core/src/main/java/org/infinispan/factories/EmptyConstructorFactory.java +++ b/core/src/main/java/org/infinispan/factories/EmptyConstructorFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.factories; import org.infinispan.commands.CancellationService; diff --git a/core/src/main/java/org/infinispan/factories/EmptyConstructorNamedCacheFactory.java b/core/src/main/java/org/infinispan/factories/EmptyConstructorNamedCacheFactory.java index 14c63a2d601e..26caf810878c 100644 --- a/core/src/main/java/org/infinispan/factories/EmptyConstructorNamedCacheFactory.java +++ b/core/src/main/java/org/infinispan/factories/EmptyConstructorNamedCacheFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.factories; diff --git a/core/src/main/java/org/infinispan/factories/EntryMetaFactory.java b/core/src/main/java/org/infinispan/factories/EntryMetaFactory.java index 4d2f36d14e84..b66353617aaa 100644 --- a/core/src/main/java/org/infinispan/factories/EntryMetaFactory.java +++ b/core/src/main/java/org/infinispan/factories/EntryMetaFactory.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.factories; import org.infinispan.container.EntryFactory; diff --git a/core/src/main/java/org/infinispan/factories/GlobalComponentRegistry.java b/core/src/main/java/org/infinispan/factories/GlobalComponentRegistry.java index 447662917241..f8e90695f182 100644 --- a/core/src/main/java/org/infinispan/factories/GlobalComponentRegistry.java +++ b/core/src/main/java/org/infinispan/factories/GlobalComponentRegistry.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.factories; import net.jcip.annotations.ThreadSafe; diff --git a/core/src/main/java/org/infinispan/factories/InterceptorChainFactory.java b/core/src/main/java/org/infinispan/factories/InterceptorChainFactory.java index 1f08db368a0b..a86d4b5d76c6 100644 --- a/core/src/main/java/org/infinispan/factories/InterceptorChainFactory.java +++ b/core/src/main/java/org/infinispan/factories/InterceptorChainFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.factories; diff --git a/core/src/main/java/org/infinispan/factories/InternalCacheFactory.java b/core/src/main/java/org/infinispan/factories/InternalCacheFactory.java index 4df3b52cfdce..3ba908b382fd 100644 --- a/core/src/main/java/org/infinispan/factories/InternalCacheFactory.java +++ b/core/src/main/java/org/infinispan/factories/InternalCacheFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.factories; import org.infinispan.AdvancedCache; diff --git a/core/src/main/java/org/infinispan/factories/KnownComponentNames.java b/core/src/main/java/org/infinispan/factories/KnownComponentNames.java index 538b85da0e13..146257b005ac 100644 --- a/core/src/main/java/org/infinispan/factories/KnownComponentNames.java +++ b/core/src/main/java/org/infinispan/factories/KnownComponentNames.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.factories; import java.util.Arrays; diff --git a/core/src/main/java/org/infinispan/factories/LockManagerFactory.java b/core/src/main/java/org/infinispan/factories/LockManagerFactory.java index 60e0534cd7c4..f84ac92b32f8 100644 --- a/core/src/main/java/org/infinispan/factories/LockManagerFactory.java +++ b/core/src/main/java/org/infinispan/factories/LockManagerFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.factories; import org.infinispan.factories.annotations.DefaultFactoryFor; diff --git a/core/src/main/java/org/infinispan/factories/MarshallerFactory.java b/core/src/main/java/org/infinispan/factories/MarshallerFactory.java index 9a4ea03061b6..5de67075f2b6 100644 --- a/core/src/main/java/org/infinispan/factories/MarshallerFactory.java +++ b/core/src/main/java/org/infinispan/factories/MarshallerFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.factories; import org.infinispan.factories.annotations.DefaultFactoryFor; diff --git a/core/src/main/java/org/infinispan/factories/NamedComponentFactory.java b/core/src/main/java/org/infinispan/factories/NamedComponentFactory.java index f369af912b94..a2cea3d90825 100644 --- a/core/src/main/java/org/infinispan/factories/NamedComponentFactory.java +++ b/core/src/main/java/org/infinispan/factories/NamedComponentFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.factories; /** diff --git a/core/src/main/java/org/infinispan/factories/NamedExecutorsFactory.java b/core/src/main/java/org/infinispan/factories/NamedExecutorsFactory.java index 0ddc5a58606e..f5c13dd2ea83 100644 --- a/core/src/main/java/org/infinispan/factories/NamedExecutorsFactory.java +++ b/core/src/main/java/org/infinispan/factories/NamedExecutorsFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.factories; import org.infinispan.commons.executors.ExecutorFactory; diff --git a/core/src/main/java/org/infinispan/factories/RecoveryManagerFactory.java b/core/src/main/java/org/infinispan/factories/RecoveryManagerFactory.java index c70b8e0f0910..89d2496185f0 100644 --- a/core/src/main/java/org/infinispan/factories/RecoveryManagerFactory.java +++ b/core/src/main/java/org/infinispan/factories/RecoveryManagerFactory.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.factories; import org.infinispan.Cache; diff --git a/core/src/main/java/org/infinispan/factories/ReplicationQueueFactory.java b/core/src/main/java/org/infinispan/factories/ReplicationQueueFactory.java index 2d04bd0ba904..c1d3a1987b92 100644 --- a/core/src/main/java/org/infinispan/factories/ReplicationQueueFactory.java +++ b/core/src/main/java/org/infinispan/factories/ReplicationQueueFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.factories; import org.infinispan.configuration.cache.ClusteringConfiguration; diff --git a/core/src/main/java/org/infinispan/factories/ResponseGeneratorFactory.java b/core/src/main/java/org/infinispan/factories/ResponseGeneratorFactory.java index c34fdd1b90ff..1feeb8e349dd 100644 --- a/core/src/main/java/org/infinispan/factories/ResponseGeneratorFactory.java +++ b/core/src/main/java/org/infinispan/factories/ResponseGeneratorFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.factories; import org.infinispan.factories.annotations.DefaultFactoryFor; diff --git a/core/src/main/java/org/infinispan/factories/RpcManagerFactory.java b/core/src/main/java/org/infinispan/factories/RpcManagerFactory.java index 2c24bf5b51d1..31204294fbca 100644 --- a/core/src/main/java/org/infinispan/factories/RpcManagerFactory.java +++ b/core/src/main/java/org/infinispan/factories/RpcManagerFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.factories; import org.infinispan.commons.CacheConfigurationException; diff --git a/core/src/main/java/org/infinispan/factories/StateTransferComponentFactory.java b/core/src/main/java/org/infinispan/factories/StateTransferComponentFactory.java index b30d5d10593b..34119ceb7281 100644 --- a/core/src/main/java/org/infinispan/factories/StateTransferComponentFactory.java +++ b/core/src/main/java/org/infinispan/factories/StateTransferComponentFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.factories; import org.infinispan.commons.CacheConfigurationException; diff --git a/core/src/main/java/org/infinispan/factories/TestDelayFactory.java b/core/src/main/java/org/infinispan/factories/TestDelayFactory.java index 7c9249b9a321..239940009baf 100644 --- a/core/src/main/java/org/infinispan/factories/TestDelayFactory.java +++ b/core/src/main/java/org/infinispan/factories/TestDelayFactory.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.factories; import java.util.concurrent.CountDownLatch; diff --git a/core/src/main/java/org/infinispan/factories/TransactionManagerFactory.java b/core/src/main/java/org/infinispan/factories/TransactionManagerFactory.java index 9459703c5130..0030478499d9 100644 --- a/core/src/main/java/org/infinispan/factories/TransactionManagerFactory.java +++ b/core/src/main/java/org/infinispan/factories/TransactionManagerFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.factories; import javax.transaction.TransactionManager; diff --git a/core/src/main/java/org/infinispan/factories/TransactionSynchronizationRegistryFactory.java b/core/src/main/java/org/infinispan/factories/TransactionSynchronizationRegistryFactory.java index d86076f18550..2ea5d6165165 100644 --- a/core/src/main/java/org/infinispan/factories/TransactionSynchronizationRegistryFactory.java +++ b/core/src/main/java/org/infinispan/factories/TransactionSynchronizationRegistryFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.factories; import org.infinispan.commons.CacheConfigurationException; diff --git a/core/src/main/java/org/infinispan/factories/TransactionTableFactory.java b/core/src/main/java/org/infinispan/factories/TransactionTableFactory.java index 079da7325fe7..3d84a8c7a719 100644 --- a/core/src/main/java/org/infinispan/factories/TransactionTableFactory.java +++ b/core/src/main/java/org/infinispan/factories/TransactionTableFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.factories; import org.infinispan.factories.annotations.DefaultFactoryFor; diff --git a/core/src/main/java/org/infinispan/factories/TransportFactory.java b/core/src/main/java/org/infinispan/factories/TransportFactory.java index 28869a1688fb..fac4a4d5318a 100644 --- a/core/src/main/java/org/infinispan/factories/TransportFactory.java +++ b/core/src/main/java/org/infinispan/factories/TransportFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.factories; import org.infinispan.factories.annotations.DefaultFactoryFor; diff --git a/core/src/main/java/org/infinispan/factories/VersioningMetaFactory.java b/core/src/main/java/org/infinispan/factories/VersioningMetaFactory.java index 7a13290370db..739ef6a93f16 100644 --- a/core/src/main/java/org/infinispan/factories/VersioningMetaFactory.java +++ b/core/src/main/java/org/infinispan/factories/VersioningMetaFactory.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.factories; import org.infinispan.commons.equivalence.AnyEquivalence; diff --git a/core/src/main/java/org/infinispan/factories/annotations/ComponentName.java b/core/src/main/java/org/infinispan/factories/annotations/ComponentName.java index 9dedbe489d01..b3cddcc053f8 100644 --- a/core/src/main/java/org/infinispan/factories/annotations/ComponentName.java +++ b/core/src/main/java/org/infinispan/factories/annotations/ComponentName.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.factories.annotations; import java.lang.annotation.ElementType; diff --git a/core/src/main/java/org/infinispan/factories/annotations/DefaultFactoryFor.java b/core/src/main/java/org/infinispan/factories/annotations/DefaultFactoryFor.java index 5ff9d21995e5..87d4c02d7a02 100644 --- a/core/src/main/java/org/infinispan/factories/annotations/DefaultFactoryFor.java +++ b/core/src/main/java/org/infinispan/factories/annotations/DefaultFactoryFor.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.factories.annotations; import static java.lang.annotation.ElementType.TYPE; diff --git a/core/src/main/java/org/infinispan/factories/annotations/Inject.java b/core/src/main/java/org/infinispan/factories/annotations/Inject.java index 285ba426895e..7fafa2dc225f 100644 --- a/core/src/main/java/org/infinispan/factories/annotations/Inject.java +++ b/core/src/main/java/org/infinispan/factories/annotations/Inject.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.factories.annotations; import org.infinispan.factories.AbstractComponentFactory; diff --git a/core/src/main/java/org/infinispan/factories/annotations/Start.java b/core/src/main/java/org/infinispan/factories/annotations/Start.java index f7f49e66a02f..adee002843e7 100644 --- a/core/src/main/java/org/infinispan/factories/annotations/Start.java +++ b/core/src/main/java/org/infinispan/factories/annotations/Start.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.factories.annotations; import static java.lang.annotation.ElementType.METHOD; diff --git a/core/src/main/java/org/infinispan/factories/annotations/Stop.java b/core/src/main/java/org/infinispan/factories/annotations/Stop.java index 53a07d43d35d..fe59a2229fd1 100644 --- a/core/src/main/java/org/infinispan/factories/annotations/Stop.java +++ b/core/src/main/java/org/infinispan/factories/annotations/Stop.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.factories.annotations; import static java.lang.annotation.ElementType.METHOD; diff --git a/core/src/main/java/org/infinispan/factories/annotations/SurvivesRestarts.java b/core/src/main/java/org/infinispan/factories/annotations/SurvivesRestarts.java index 93a4132dd3fb..9039c0ddf9cc 100644 --- a/core/src/main/java/org/infinispan/factories/annotations/SurvivesRestarts.java +++ b/core/src/main/java/org/infinispan/factories/annotations/SurvivesRestarts.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.factories.annotations; import java.lang.annotation.ElementType; diff --git a/core/src/main/java/org/infinispan/factories/annotations/package-info.java b/core/src/main/java/org/infinispan/factories/annotations/package-info.java index 8ae313949a18..1170bd40658c 100644 --- a/core/src/main/java/org/infinispan/factories/annotations/package-info.java +++ b/core/src/main/java/org/infinispan/factories/annotations/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Internal annotations to control the lifecycle of cache components. */ diff --git a/core/src/main/java/org/infinispan/factories/components/ComponentMetadata.java b/core/src/main/java/org/infinispan/factories/components/ComponentMetadata.java index cf2b7709b659..6c55d7d662bb 100644 --- a/core/src/main/java/org/infinispan/factories/components/ComponentMetadata.java +++ b/core/src/main/java/org/infinispan/factories/components/ComponentMetadata.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.factories.components; import org.infinispan.factories.ComponentRegistry; diff --git a/core/src/main/java/org/infinispan/factories/components/ComponentMetadataPersister.java b/core/src/main/java/org/infinispan/factories/components/ComponentMetadataPersister.java index 650ed11bc946..bad772231d81 100644 --- a/core/src/main/java/org/infinispan/factories/components/ComponentMetadataPersister.java +++ b/core/src/main/java/org/infinispan/factories/components/ComponentMetadataPersister.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.factories.components; import org.infinispan.commons.util.ReflectionUtil; diff --git a/core/src/main/java/org/infinispan/factories/components/ComponentMetadataRepo.java b/core/src/main/java/org/infinispan/factories/components/ComponentMetadataRepo.java index ef29fb2eb680..c4d4421ff147 100644 --- a/core/src/main/java/org/infinispan/factories/components/ComponentMetadataRepo.java +++ b/core/src/main/java/org/infinispan/factories/components/ComponentMetadataRepo.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.factories.components; import org.infinispan.commons.CacheException; diff --git a/core/src/main/java/org/infinispan/factories/components/JmxAttributeMetadata.java b/core/src/main/java/org/infinispan/factories/components/JmxAttributeMetadata.java index 6e262a3b2f31..730f08bfffaa 100644 --- a/core/src/main/java/org/infinispan/factories/components/JmxAttributeMetadata.java +++ b/core/src/main/java/org/infinispan/factories/components/JmxAttributeMetadata.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.factories.components; import org.infinispan.commons.util.ReflectionUtil; diff --git a/core/src/main/java/org/infinispan/factories/components/JmxOperationMetadata.java b/core/src/main/java/org/infinispan/factories/components/JmxOperationMetadata.java index 4af8ccb25203..aac59eb396c8 100644 --- a/core/src/main/java/org/infinispan/factories/components/JmxOperationMetadata.java +++ b/core/src/main/java/org/infinispan/factories/components/JmxOperationMetadata.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.factories.components; import org.infinispan.jmx.annotations.ManagedOperation; diff --git a/core/src/main/java/org/infinispan/factories/components/JmxOperationParameter.java b/core/src/main/java/org/infinispan/factories/components/JmxOperationParameter.java index 81c29caa4531..168375311702 100644 --- a/core/src/main/java/org/infinispan/factories/components/JmxOperationParameter.java +++ b/core/src/main/java/org/infinispan/factories/components/JmxOperationParameter.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.factories.components; import java.io.Serializable; diff --git a/core/src/main/java/org/infinispan/factories/components/ManageableComponentMetadata.java b/core/src/main/java/org/infinispan/factories/components/ManageableComponentMetadata.java index 3976c4d54cae..487abc25879a 100644 --- a/core/src/main/java/org/infinispan/factories/components/ManageableComponentMetadata.java +++ b/core/src/main/java/org/infinispan/factories/components/ManageableComponentMetadata.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.factories.components; import org.infinispan.commons.util.InfinispanCollections; diff --git a/core/src/main/java/org/infinispan/factories/components/ModuleMetadataFileFinder.java b/core/src/main/java/org/infinispan/factories/components/ModuleMetadataFileFinder.java index a5b1a1f8792e..4e2bee363b37 100644 --- a/core/src/main/java/org/infinispan/factories/components/ModuleMetadataFileFinder.java +++ b/core/src/main/java/org/infinispan/factories/components/ModuleMetadataFileFinder.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.factories.components; import org.infinispan.factories.annotations.Inject; diff --git a/core/src/main/java/org/infinispan/factories/package-info.java b/core/src/main/java/org/infinispan/factories/package-info.java index 967cf2a3a1e8..bbde1dae102b 100644 --- a/core/src/main/java/org/infinispan/factories/package-info.java +++ b/core/src/main/java/org/infinispan/factories/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Factories are internal components used to create other components based on a cache's * configuration. This package also contains the ComponentRegistry classes, a light injection diff --git a/core/src/main/java/org/infinispan/factories/scopes/Scope.java b/core/src/main/java/org/infinispan/factories/scopes/Scope.java index 9503409e4b07..ab3e59a3c879 100644 --- a/core/src/main/java/org/infinispan/factories/scopes/Scope.java +++ b/core/src/main/java/org/infinispan/factories/scopes/Scope.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.factories.scopes; import java.lang.annotation.Retention; diff --git a/core/src/main/java/org/infinispan/factories/scopes/ScopeDetector.java b/core/src/main/java/org/infinispan/factories/scopes/ScopeDetector.java index a5149b070bc1..872dce30224e 100644 --- a/core/src/main/java/org/infinispan/factories/scopes/ScopeDetector.java +++ b/core/src/main/java/org/infinispan/factories/scopes/ScopeDetector.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.factories.scopes; import org.infinispan.commons.util.ReflectionUtil; diff --git a/core/src/main/java/org/infinispan/factories/scopes/Scopes.java b/core/src/main/java/org/infinispan/factories/scopes/Scopes.java index e3c0a0dd01ed..d27f6e44e827 100644 --- a/core/src/main/java/org/infinispan/factories/scopes/Scopes.java +++ b/core/src/main/java/org/infinispan/factories/scopes/Scopes.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.factories.scopes; /** diff --git a/core/src/main/java/org/infinispan/factories/scopes/package-info.java b/core/src/main/java/org/infinispan/factories/scopes/package-info.java index ede2a9b985ca..99456d00f407 100644 --- a/core/src/main/java/org/infinispan/factories/scopes/package-info.java +++ b/core/src/main/java/org/infinispan/factories/scopes/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Scopes of components within the lifespan of a {@link CacheManager} and its various {@link Cache}s, and related * utilities. diff --git a/core/src/main/java/org/infinispan/interceptors/ActivationInterceptor.java b/core/src/main/java/org/infinispan/interceptors/ActivationInterceptor.java index 46611d372f35..fc208f902391 100644 --- a/core/src/main/java/org/infinispan/interceptors/ActivationInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/ActivationInterceptor.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.interceptors; import org.infinispan.commands.FlagAffectedCommand; diff --git a/core/src/main/java/org/infinispan/interceptors/BatchingInterceptor.java b/core/src/main/java/org/infinispan/interceptors/BatchingInterceptor.java index 24a1174e8721..d5781d9f0976 100644 --- a/core/src/main/java/org/infinispan/interceptors/BatchingInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/BatchingInterceptor.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.interceptors; import org.infinispan.batch.BatchContainer; diff --git a/core/src/main/java/org/infinispan/interceptors/CacheLoaderInterceptor.java b/core/src/main/java/org/infinispan/interceptors/CacheLoaderInterceptor.java index 905bcf81159f..978a8425bf13 100755 --- a/core/src/main/java/org/infinispan/interceptors/CacheLoaderInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/CacheLoaderInterceptor.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.interceptors; import org.infinispan.metadata.Metadata; diff --git a/core/src/main/java/org/infinispan/interceptors/CacheMgmtInterceptor.java b/core/src/main/java/org/infinispan/interceptors/CacheMgmtInterceptor.java index 3b0f6fa462c0..7d23036bb4f0 100644 --- a/core/src/main/java/org/infinispan/interceptors/CacheMgmtInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/CacheMgmtInterceptor.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.interceptors; import org.infinispan.commands.FlagAffectedCommand; diff --git a/core/src/main/java/org/infinispan/interceptors/CacheStoreInterceptor.java b/core/src/main/java/org/infinispan/interceptors/CacheStoreInterceptor.java index c5956d046627..3d1172588351 100755 --- a/core/src/main/java/org/infinispan/interceptors/CacheStoreInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/CacheStoreInterceptor.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.interceptors; import org.infinispan.atomic.AtomicHashMap; diff --git a/core/src/main/java/org/infinispan/interceptors/CallInterceptor.java b/core/src/main/java/org/infinispan/interceptors/CallInterceptor.java index 9d58d71ca97f..3cd70eefeaab 100644 --- a/core/src/main/java/org/infinispan/interceptors/CallInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/CallInterceptor.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.interceptors; diff --git a/core/src/main/java/org/infinispan/interceptors/ClusteredActivationInterceptor.java b/core/src/main/java/org/infinispan/interceptors/ClusteredActivationInterceptor.java index e40dc0d57fb0..5d5a25a8cf94 100644 --- a/core/src/main/java/org/infinispan/interceptors/ClusteredActivationInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/ClusteredActivationInterceptor.java @@ -1,22 +1,3 @@ -/* - * Copyright 2012 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.interceptors; import org.infinispan.configuration.cache.CacheMode; diff --git a/core/src/main/java/org/infinispan/interceptors/ClusteredCacheLoaderInterceptor.java b/core/src/main/java/org/infinispan/interceptors/ClusteredCacheLoaderInterceptor.java index 859cf047d501..64aec64122f4 100644 --- a/core/src/main/java/org/infinispan/interceptors/ClusteredCacheLoaderInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/ClusteredCacheLoaderInterceptor.java @@ -1,22 +1,3 @@ -/* - * Copyright 2012 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.interceptors; import org.infinispan.configuration.cache.CacheMode; diff --git a/core/src/main/java/org/infinispan/interceptors/ClusteringInterceptor.java b/core/src/main/java/org/infinispan/interceptors/ClusteringInterceptor.java index 7f974a85b710..e67af2eb46aa 100644 --- a/core/src/main/java/org/infinispan/interceptors/ClusteringInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/ClusteringInterceptor.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.interceptors; import org.infinispan.commands.CommandsFactory; diff --git a/core/src/main/java/org/infinispan/interceptors/DeadlockDetectingInterceptor.java b/core/src/main/java/org/infinispan/interceptors/DeadlockDetectingInterceptor.java index ecf1ffa37120..9f162e95557b 100644 --- a/core/src/main/java/org/infinispan/interceptors/DeadlockDetectingInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/DeadlockDetectingInterceptor.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.interceptors; import org.infinispan.commands.VisitableCommand; diff --git a/core/src/main/java/org/infinispan/interceptors/DefensiveMarshalledValueInterceptor.java b/core/src/main/java/org/infinispan/interceptors/DefensiveMarshalledValueInterceptor.java index 46552e0912c2..551cb0ff8caf 100644 --- a/core/src/main/java/org/infinispan/interceptors/DefensiveMarshalledValueInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/DefensiveMarshalledValueInterceptor.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.interceptors; import org.infinispan.context.InvocationContext; diff --git a/core/src/main/java/org/infinispan/interceptors/DistCacheStoreInterceptor.java b/core/src/main/java/org/infinispan/interceptors/DistCacheStoreInterceptor.java index 04b97e53b46b..fd3074aa8ffc 100644 --- a/core/src/main/java/org/infinispan/interceptors/DistCacheStoreInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/DistCacheStoreInterceptor.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.interceptors; import org.infinispan.commands.FlagAffectedCommand; diff --git a/core/src/main/java/org/infinispan/interceptors/EntryWrappingInterceptor.java b/core/src/main/java/org/infinispan/interceptors/EntryWrappingInterceptor.java index 0bd77a4c1c60..cf87aa175ef6 100644 --- a/core/src/main/java/org/infinispan/interceptors/EntryWrappingInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/EntryWrappingInterceptor.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.interceptors; import org.infinispan.metadata.Metadata; diff --git a/core/src/main/java/org/infinispan/interceptors/InterceptorChain.java b/core/src/main/java/org/infinispan/interceptors/InterceptorChain.java index b5931c9397e7..bceea5147ce7 100644 --- a/core/src/main/java/org/infinispan/interceptors/InterceptorChain.java +++ b/core/src/main/java/org/infinispan/interceptors/InterceptorChain.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.interceptors; import org.infinispan.commands.VisitableCommand; diff --git a/core/src/main/java/org/infinispan/interceptors/InvalidationInterceptor.java b/core/src/main/java/org/infinispan/interceptors/InvalidationInterceptor.java index af2d912e0fc8..944947e98685 100644 --- a/core/src/main/java/org/infinispan/interceptors/InvalidationInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/InvalidationInterceptor.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.interceptors; import java.util.Arrays; diff --git a/core/src/main/java/org/infinispan/interceptors/InvocationContextInterceptor.java b/core/src/main/java/org/infinispan/interceptors/InvocationContextInterceptor.java index e0352f8c0146..b33f7623a852 100644 --- a/core/src/main/java/org/infinispan/interceptors/InvocationContextInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/InvocationContextInterceptor.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.interceptors; diff --git a/core/src/main/java/org/infinispan/interceptors/IsMarshallableInterceptor.java b/core/src/main/java/org/infinispan/interceptors/IsMarshallableInterceptor.java index e4a0803c7ece..80ca8d4744ba 100644 --- a/core/src/main/java/org/infinispan/interceptors/IsMarshallableInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/IsMarshallableInterceptor.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.interceptors; import org.infinispan.commands.FlagAffectedCommand; diff --git a/core/src/main/java/org/infinispan/interceptors/MarshalledValueInterceptor.java b/core/src/main/java/org/infinispan/interceptors/MarshalledValueInterceptor.java index 8eef0559d4e2..75ddfd1b40db 100644 --- a/core/src/main/java/org/infinispan/interceptors/MarshalledValueInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/MarshalledValueInterceptor.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.interceptors; import org.infinispan.commands.control.LockControlCommand; diff --git a/core/src/main/java/org/infinispan/interceptors/NotificationInterceptor.java b/core/src/main/java/org/infinispan/interceptors/NotificationInterceptor.java index 777527366ef8..ca45b86823fc 100644 --- a/core/src/main/java/org/infinispan/interceptors/NotificationInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/NotificationInterceptor.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.interceptors; import org.infinispan.commands.tx.CommitCommand; diff --git a/core/src/main/java/org/infinispan/interceptors/PassivationInterceptor.java b/core/src/main/java/org/infinispan/interceptors/PassivationInterceptor.java index 2cda808269f6..d44cc29329ca 100644 --- a/core/src/main/java/org/infinispan/interceptors/PassivationInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/PassivationInterceptor.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.interceptors; import org.infinispan.commands.write.EvictCommand; diff --git a/core/src/main/java/org/infinispan/interceptors/TxInterceptor.java b/core/src/main/java/org/infinispan/interceptors/TxInterceptor.java index b82d06363012..494576f95dd1 100644 --- a/core/src/main/java/org/infinispan/interceptors/TxInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/TxInterceptor.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.interceptors; import java.util.concurrent.atomic.AtomicLong; diff --git a/core/src/main/java/org/infinispan/interceptors/VersionedEntryWrappingInterceptor.java b/core/src/main/java/org/infinispan/interceptors/VersionedEntryWrappingInterceptor.java index e4ed1318b498..26da2b4c83fc 100644 --- a/core/src/main/java/org/infinispan/interceptors/VersionedEntryWrappingInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/VersionedEntryWrappingInterceptor.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.interceptors; import org.infinispan.metadata.EmbeddedMetadata; diff --git a/core/src/main/java/org/infinispan/interceptors/base/BaseCustomInterceptor.java b/core/src/main/java/org/infinispan/interceptors/base/BaseCustomInterceptor.java index d4145d555cc0..cf0236cd5487 100644 --- a/core/src/main/java/org/infinispan/interceptors/base/BaseCustomInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/base/BaseCustomInterceptor.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.interceptors.base; import org.infinispan.Cache; diff --git a/core/src/main/java/org/infinispan/interceptors/base/BaseRpcInterceptor.java b/core/src/main/java/org/infinispan/interceptors/base/BaseRpcInterceptor.java index 319389636ce4..98e9306cc6a7 100644 --- a/core/src/main/java/org/infinispan/interceptors/base/BaseRpcInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/base/BaseRpcInterceptor.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.interceptors.base; import org.infinispan.commands.FlagAffectedCommand; diff --git a/core/src/main/java/org/infinispan/interceptors/base/CommandInterceptor.java b/core/src/main/java/org/infinispan/interceptors/base/CommandInterceptor.java index 8d6c007ed134..fd80ee880fcb 100644 --- a/core/src/main/java/org/infinispan/interceptors/base/CommandInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/base/CommandInterceptor.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.interceptors.base; import org.infinispan.Cache; diff --git a/core/src/main/java/org/infinispan/interceptors/base/JmxStatsCommandInterceptor.java b/core/src/main/java/org/infinispan/interceptors/base/JmxStatsCommandInterceptor.java index ccdd5c2774df..cf874d0962ea 100644 --- a/core/src/main/java/org/infinispan/interceptors/base/JmxStatsCommandInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/base/JmxStatsCommandInterceptor.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.interceptors.base; import org.infinispan.factories.annotations.Start; diff --git a/core/src/main/java/org/infinispan/interceptors/base/PrePostProcessingCommandInterceptor.java b/core/src/main/java/org/infinispan/interceptors/base/PrePostProcessingCommandInterceptor.java index db8346ff6255..4cbc14370d20 100644 --- a/core/src/main/java/org/infinispan/interceptors/base/PrePostProcessingCommandInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/base/PrePostProcessingCommandInterceptor.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.interceptors.base; import org.infinispan.commands.VisitableCommand; diff --git a/core/src/main/java/org/infinispan/interceptors/base/package-info.java b/core/src/main/java/org/infinispan/interceptors/base/package-info.java index 51f76c5d5433..035e5cc6c542 100644 --- a/core/src/main/java/org/infinispan/interceptors/base/package-info.java +++ b/core/src/main/java/org/infinispan/interceptors/base/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Base interceptors containing common, reusable behavior. */ diff --git a/core/src/main/java/org/infinispan/interceptors/distribution/BaseDistributionInterceptor.java b/core/src/main/java/org/infinispan/interceptors/distribution/BaseDistributionInterceptor.java index 5e77b0ece18d..c1628c26f499 100644 --- a/core/src/main/java/org/infinispan/interceptors/distribution/BaseDistributionInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/distribution/BaseDistributionInterceptor.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.interceptors.distribution; import org.infinispan.commands.FlagAffectedCommand; diff --git a/core/src/main/java/org/infinispan/interceptors/distribution/L1NonTxInterceptor.java b/core/src/main/java/org/infinispan/interceptors/distribution/L1NonTxInterceptor.java index e47cf71a4a7c..4d577a46be82 100644 --- a/core/src/main/java/org/infinispan/interceptors/distribution/L1NonTxInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/distribution/L1NonTxInterceptor.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.interceptors.distribution; import org.infinispan.metadata.Metadata; diff --git a/core/src/main/java/org/infinispan/interceptors/distribution/NonTxDistributionInterceptor.java b/core/src/main/java/org/infinispan/interceptors/distribution/NonTxDistributionInterceptor.java index 8704593faef5..51ec4a6a3f24 100644 --- a/core/src/main/java/org/infinispan/interceptors/distribution/NonTxDistributionInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/distribution/NonTxDistributionInterceptor.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.interceptors.distribution; import org.infinispan.commands.FlagAffectedCommand; diff --git a/core/src/main/java/org/infinispan/interceptors/distribution/TxDistributionInterceptor.java b/core/src/main/java/org/infinispan/interceptors/distribution/TxDistributionInterceptor.java index a7aae2d0c0e3..2a0511ec8583 100644 --- a/core/src/main/java/org/infinispan/interceptors/distribution/TxDistributionInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/distribution/TxDistributionInterceptor.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.interceptors.distribution; import org.infinispan.atomic.DeltaCompositeKey; diff --git a/core/src/main/java/org/infinispan/interceptors/distribution/VersionedDistributionInterceptor.java b/core/src/main/java/org/infinispan/interceptors/distribution/VersionedDistributionInterceptor.java index 077928f0b5f7..4b83552656af 100644 --- a/core/src/main/java/org/infinispan/interceptors/distribution/VersionedDistributionInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/distribution/VersionedDistributionInterceptor.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.interceptors.distribution; import org.infinispan.commands.tx.PrepareCommand; diff --git a/core/src/main/java/org/infinispan/interceptors/locking/AbstractLockingInterceptor.java b/core/src/main/java/org/infinispan/interceptors/locking/AbstractLockingInterceptor.java index 235c8a4336ef..0a33cad28e8e 100644 --- a/core/src/main/java/org/infinispan/interceptors/locking/AbstractLockingInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/locking/AbstractLockingInterceptor.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.interceptors.locking; import org.infinispan.commands.FlagAffectedCommand; diff --git a/core/src/main/java/org/infinispan/interceptors/locking/AbstractTxLockingInterceptor.java b/core/src/main/java/org/infinispan/interceptors/locking/AbstractTxLockingInterceptor.java index a41f554266df..3618240ba82d 100644 --- a/core/src/main/java/org/infinispan/interceptors/locking/AbstractTxLockingInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/locking/AbstractTxLockingInterceptor.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.interceptors.locking; import org.infinispan.atomic.DeltaCompositeKey; diff --git a/core/src/main/java/org/infinispan/interceptors/locking/ClusteringDependentLogic.java b/core/src/main/java/org/infinispan/interceptors/locking/ClusteringDependentLogic.java index 65a967dd6880..14c1dfa45549 100644 --- a/core/src/main/java/org/infinispan/interceptors/locking/ClusteringDependentLogic.java +++ b/core/src/main/java/org/infinispan/interceptors/locking/ClusteringDependentLogic.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.interceptors.locking; import org.infinispan.manager.EmbeddedCacheManager; diff --git a/core/src/main/java/org/infinispan/interceptors/locking/NonTransactionalLockingInterceptor.java b/core/src/main/java/org/infinispan/interceptors/locking/NonTransactionalLockingInterceptor.java index c55a215d2490..4255c380237d 100644 --- a/core/src/main/java/org/infinispan/interceptors/locking/NonTransactionalLockingInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/locking/NonTransactionalLockingInterceptor.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.interceptors.locking; import org.infinispan.InvalidCacheUsageException; diff --git a/core/src/main/java/org/infinispan/interceptors/locking/OptimisticLockingInterceptor.java b/core/src/main/java/org/infinispan/interceptors/locking/OptimisticLockingInterceptor.java index 405f6453629d..1436bcc80dae 100644 --- a/core/src/main/java/org/infinispan/interceptors/locking/OptimisticLockingInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/locking/OptimisticLockingInterceptor.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.interceptors.locking; import org.infinispan.InvalidCacheUsageException; diff --git a/core/src/main/java/org/infinispan/interceptors/locking/PessimisticLockingInterceptor.java b/core/src/main/java/org/infinispan/interceptors/locking/PessimisticLockingInterceptor.java index c51e3a790a09..ba9714a205e9 100644 --- a/core/src/main/java/org/infinispan/interceptors/locking/PessimisticLockingInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/locking/PessimisticLockingInterceptor.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.interceptors.locking; import org.infinispan.commands.CommandsFactory; diff --git a/core/src/main/java/org/infinispan/interceptors/package-info.java b/core/src/main/java/org/infinispan/interceptors/package-info.java index b5167c117824..73e93aeb3302 100644 --- a/core/src/main/java/org/infinispan/interceptors/package-info.java +++ b/core/src/main/java/org/infinispan/interceptors/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Infinispan is designed around a set of interceptors around a data container. These interceptors * add behavioral aspects to the data container. diff --git a/core/src/main/java/org/infinispan/interceptors/totalorder/RetryPrepareException.java b/core/src/main/java/org/infinispan/interceptors/totalorder/RetryPrepareException.java index 9e8a2c88d7f0..aa85b796ec80 100644 --- a/core/src/main/java/org/infinispan/interceptors/totalorder/RetryPrepareException.java +++ b/core/src/main/java/org/infinispan/interceptors/totalorder/RetryPrepareException.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.interceptors.totalorder; import org.infinispan.commons.CacheException; diff --git a/core/src/main/java/org/infinispan/interceptors/totalorder/TotalOrderDistributionInterceptor.java b/core/src/main/java/org/infinispan/interceptors/totalorder/TotalOrderDistributionInterceptor.java index 5dba2894a4c9..dd64bdd3ec42 100644 --- a/core/src/main/java/org/infinispan/interceptors/totalorder/TotalOrderDistributionInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/totalorder/TotalOrderDistributionInterceptor.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.interceptors.totalorder; import org.infinispan.commands.FlagAffectedCommand; diff --git a/core/src/main/java/org/infinispan/interceptors/totalorder/TotalOrderInterceptor.java b/core/src/main/java/org/infinispan/interceptors/totalorder/TotalOrderInterceptor.java index ef9803f20940..80785f486eb0 100644 --- a/core/src/main/java/org/infinispan/interceptors/totalorder/TotalOrderInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/totalorder/TotalOrderInterceptor.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.interceptors.totalorder; import org.infinispan.commands.control.LockControlCommand; diff --git a/core/src/main/java/org/infinispan/interceptors/totalorder/TotalOrderStateTransferInterceptor.java b/core/src/main/java/org/infinispan/interceptors/totalorder/TotalOrderStateTransferInterceptor.java index 23ae64f475a2..40f77fc16d57 100644 --- a/core/src/main/java/org/infinispan/interceptors/totalorder/TotalOrderStateTransferInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/totalorder/TotalOrderStateTransferInterceptor.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.interceptors.totalorder; import org.infinispan.commands.tx.PrepareCommand; diff --git a/core/src/main/java/org/infinispan/interceptors/totalorder/TotalOrderVersionedDistributionInterceptor.java b/core/src/main/java/org/infinispan/interceptors/totalorder/TotalOrderVersionedDistributionInterceptor.java index ef34e15c2305..b1d8d1ce3429 100644 --- a/core/src/main/java/org/infinispan/interceptors/totalorder/TotalOrderVersionedDistributionInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/totalorder/TotalOrderVersionedDistributionInterceptor.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.interceptors.totalorder; import org.infinispan.commands.FlagAffectedCommand; diff --git a/core/src/main/java/org/infinispan/interceptors/totalorder/TotalOrderVersionedEntryWrappingInterceptor.java b/core/src/main/java/org/infinispan/interceptors/totalorder/TotalOrderVersionedEntryWrappingInterceptor.java index 87f6009af4cc..1a5c72ee04d7 100644 --- a/core/src/main/java/org/infinispan/interceptors/totalorder/TotalOrderVersionedEntryWrappingInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/totalorder/TotalOrderVersionedEntryWrappingInterceptor.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.interceptors.totalorder; import org.infinispan.metadata.EmbeddedMetadata; diff --git a/core/src/main/java/org/infinispan/interceptors/xsite/BaseBackupInterceptor.java b/core/src/main/java/org/infinispan/interceptors/xsite/BaseBackupInterceptor.java index 92e83526a0d2..a23b1d12f833 100644 --- a/core/src/main/java/org/infinispan/interceptors/xsite/BaseBackupInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/xsite/BaseBackupInterceptor.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.interceptors.xsite; import org.infinispan.context.impl.TxInvocationContext; diff --git a/core/src/main/java/org/infinispan/interceptors/xsite/NonTransactionalBackupInterceptor.java b/core/src/main/java/org/infinispan/interceptors/xsite/NonTransactionalBackupInterceptor.java index 7d60703ceb08..663563da47da 100644 --- a/core/src/main/java/org/infinispan/interceptors/xsite/NonTransactionalBackupInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/xsite/NonTransactionalBackupInterceptor.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.interceptors.xsite; import org.infinispan.commands.write.ClearCommand; diff --git a/core/src/main/java/org/infinispan/interceptors/xsite/OptimisticBackupInterceptor.java b/core/src/main/java/org/infinispan/interceptors/xsite/OptimisticBackupInterceptor.java index 45014e5a917c..808f9f0c7e0b 100644 --- a/core/src/main/java/org/infinispan/interceptors/xsite/OptimisticBackupInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/xsite/OptimisticBackupInterceptor.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.interceptors.xsite; import org.infinispan.commands.tx.CommitCommand; diff --git a/core/src/main/java/org/infinispan/interceptors/xsite/PessimisticBackupInterceptor.java b/core/src/main/java/org/infinispan/interceptors/xsite/PessimisticBackupInterceptor.java index a3e782a051bb..974faf7c7814 100644 --- a/core/src/main/java/org/infinispan/interceptors/xsite/PessimisticBackupInterceptor.java +++ b/core/src/main/java/org/infinispan/interceptors/xsite/PessimisticBackupInterceptor.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.interceptors.xsite; import org.infinispan.commands.tx.CommitCommand; diff --git a/core/src/main/java/org/infinispan/io/ByteBuffer.java b/core/src/main/java/org/infinispan/io/ByteBuffer.java index e065cc03e452..c4b10caedec5 100644 --- a/core/src/main/java/org/infinispan/io/ByteBuffer.java +++ b/core/src/main/java/org/infinispan/io/ByteBuffer.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.io; /** diff --git a/core/src/main/java/org/infinispan/io/ExpandableMarshalledValueByteStream.java b/core/src/main/java/org/infinispan/io/ExpandableMarshalledValueByteStream.java index 491c1b8fcb65..81fe775e7cd8 100644 --- a/core/src/main/java/org/infinispan/io/ExpandableMarshalledValueByteStream.java +++ b/core/src/main/java/org/infinispan/io/ExpandableMarshalledValueByteStream.java @@ -1,22 +1,3 @@ -/* - * Copyright 2012 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.io; /** diff --git a/core/src/main/java/org/infinispan/io/ExposedByteArrayOutputStream.java b/core/src/main/java/org/infinispan/io/ExposedByteArrayOutputStream.java index 3924efd10956..ae12233d2481 100644 --- a/core/src/main/java/org/infinispan/io/ExposedByteArrayOutputStream.java +++ b/core/src/main/java/org/infinispan/io/ExposedByteArrayOutputStream.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.io; import net.jcip.annotations.NotThreadSafe; diff --git a/core/src/main/java/org/infinispan/io/FileChunkMapper.java b/core/src/main/java/org/infinispan/io/FileChunkMapper.java index 82b25a56e25e..173b9ae3b06f 100644 --- a/core/src/main/java/org/infinispan/io/FileChunkMapper.java +++ b/core/src/main/java/org/infinispan/io/FileChunkMapper.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.io; import org.infinispan.Cache; diff --git a/core/src/main/java/org/infinispan/io/GridFile.java b/core/src/main/java/org/infinispan/io/GridFile.java index f84793e27f47..14f884156ccd 100644 --- a/core/src/main/java/org/infinispan/io/GridFile.java +++ b/core/src/main/java/org/infinispan/io/GridFile.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.io; import org.infinispan.AdvancedCache; diff --git a/core/src/main/java/org/infinispan/io/GridFilesystem.java b/core/src/main/java/org/infinispan/io/GridFilesystem.java index d2ba59089fd2..097908002393 100644 --- a/core/src/main/java/org/infinispan/io/GridFilesystem.java +++ b/core/src/main/java/org/infinispan/io/GridFilesystem.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.io; import org.infinispan.AdvancedCache; diff --git a/core/src/main/java/org/infinispan/io/GridInputStream.java b/core/src/main/java/org/infinispan/io/GridInputStream.java index ceb8776cc07b..b206cef6a7b5 100644 --- a/core/src/main/java/org/infinispan/io/GridInputStream.java +++ b/core/src/main/java/org/infinispan/io/GridInputStream.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.io; import org.infinispan.Cache; diff --git a/core/src/main/java/org/infinispan/io/GridOutputStream.java b/core/src/main/java/org/infinispan/io/GridOutputStream.java index 6e6ac63dc37c..146c4ffe67bd 100644 --- a/core/src/main/java/org/infinispan/io/GridOutputStream.java +++ b/core/src/main/java/org/infinispan/io/GridOutputStream.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.io; import org.infinispan.Cache; diff --git a/core/src/main/java/org/infinispan/io/ImmutableMarshalledValueByteStream.java b/core/src/main/java/org/infinispan/io/ImmutableMarshalledValueByteStream.java index 3029bf24cf96..3c38fe949666 100644 --- a/core/src/main/java/org/infinispan/io/ImmutableMarshalledValueByteStream.java +++ b/core/src/main/java/org/infinispan/io/ImmutableMarshalledValueByteStream.java @@ -1,22 +1,3 @@ -/* - * Copyright 2012 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.io; import net.jcip.annotations.ThreadSafe; diff --git a/core/src/main/java/org/infinispan/io/MarshalledValueByteStream.java b/core/src/main/java/org/infinispan/io/MarshalledValueByteStream.java index 5ce291e4e9fc..07ce500333f5 100644 --- a/core/src/main/java/org/infinispan/io/MarshalledValueByteStream.java +++ b/core/src/main/java/org/infinispan/io/MarshalledValueByteStream.java @@ -1,22 +1,3 @@ -/* - * Copyright 2012 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.io; diff --git a/core/src/main/java/org/infinispan/io/ReadableGridFileChannel.java b/core/src/main/java/org/infinispan/io/ReadableGridFileChannel.java index bc0c6467885d..c7b0354c4531 100644 --- a/core/src/main/java/org/infinispan/io/ReadableGridFileChannel.java +++ b/core/src/main/java/org/infinispan/io/ReadableGridFileChannel.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source. - * Copyright 2012, Red Hat, Inc., and individual contributors - * as indicated by the @author tags. See the copyright.txt file in the - * distribution for a full listing of individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.io; import org.infinispan.Cache; diff --git a/core/src/main/java/org/infinispan/io/UnclosableObjectInputStream.java b/core/src/main/java/org/infinispan/io/UnclosableObjectInputStream.java index 55dd5c4c8f79..be373ab5b54a 100644 --- a/core/src/main/java/org/infinispan/io/UnclosableObjectInputStream.java +++ b/core/src/main/java/org/infinispan/io/UnclosableObjectInputStream.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.io; import java.io.IOException; diff --git a/core/src/main/java/org/infinispan/io/UnclosableObjectOutputStream.java b/core/src/main/java/org/infinispan/io/UnclosableObjectOutputStream.java index 047d1f96d817..c27a42cb1e70 100644 --- a/core/src/main/java/org/infinispan/io/UnclosableObjectOutputStream.java +++ b/core/src/main/java/org/infinispan/io/UnclosableObjectOutputStream.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.io; import java.io.IOException; diff --git a/core/src/main/java/org/infinispan/io/WritableGridFileChannel.java b/core/src/main/java/org/infinispan/io/WritableGridFileChannel.java index cad578f610c0..7f04a1a7f294 100644 --- a/core/src/main/java/org/infinispan/io/WritableGridFileChannel.java +++ b/core/src/main/java/org/infinispan/io/WritableGridFileChannel.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source. - * Copyright 2012, Red Hat, Inc., and individual contributors - * as indicated by the @author tags. See the copyright.txt file in the - * distribution for a full listing of individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.io; import org.infinispan.Cache; diff --git a/core/src/main/java/org/infinispan/io/package-info.java b/core/src/main/java/org/infinispan/io/package-info.java index cd9734779cbe..99b1f5558693 100644 --- a/core/src/main/java/org/infinispan/io/package-info.java +++ b/core/src/main/java/org/infinispan/io/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Provides Infinispan-specific input and output streams, buffers and related utilities. */ diff --git a/core/src/main/java/org/infinispan/jmx/AbstractJmxRegistration.java b/core/src/main/java/org/infinispan/jmx/AbstractJmxRegistration.java index 191514379db6..79dfab77e486 100644 --- a/core/src/main/java/org/infinispan/jmx/AbstractJmxRegistration.java +++ b/core/src/main/java/org/infinispan/jmx/AbstractJmxRegistration.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.jmx; import java.util.Set; diff --git a/core/src/main/java/org/infinispan/jmx/CacheJmxRegistration.java b/core/src/main/java/org/infinispan/jmx/CacheJmxRegistration.java index 4583c7a4473f..b1d1863feb7d 100644 --- a/core/src/main/java/org/infinispan/jmx/CacheJmxRegistration.java +++ b/core/src/main/java/org/infinispan/jmx/CacheJmxRegistration.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.jmx; import org.infinispan.AdvancedCache; diff --git a/core/src/main/java/org/infinispan/jmx/CacheManagerJmxRegistration.java b/core/src/main/java/org/infinispan/jmx/CacheManagerJmxRegistration.java index 60bd569da049..691c25e987a1 100644 --- a/core/src/main/java/org/infinispan/jmx/CacheManagerJmxRegistration.java +++ b/core/src/main/java/org/infinispan/jmx/CacheManagerJmxRegistration.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.jmx; import org.infinispan.configuration.global.GlobalConfiguration; diff --git a/core/src/main/java/org/infinispan/jmx/ComponentsJmxRegistration.java b/core/src/main/java/org/infinispan/jmx/ComponentsJmxRegistration.java index 5e3be2a5e333..0989d2403ebc 100644 --- a/core/src/main/java/org/infinispan/jmx/ComponentsJmxRegistration.java +++ b/core/src/main/java/org/infinispan/jmx/ComponentsJmxRegistration.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.jmx; import org.infinispan.commons.CacheException; diff --git a/core/src/main/java/org/infinispan/jmx/IspnMBeanOperationInfo.java b/core/src/main/java/org/infinispan/jmx/IspnMBeanOperationInfo.java index f76d66b76fa7..844b4b7fb2a5 100644 --- a/core/src/main/java/org/infinispan/jmx/IspnMBeanOperationInfo.java +++ b/core/src/main/java/org/infinispan/jmx/IspnMBeanOperationInfo.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.jmx; import javax.management.Descriptor; diff --git a/core/src/main/java/org/infinispan/jmx/JBossMBeanServerLookup.java b/core/src/main/java/org/infinispan/jmx/JBossMBeanServerLookup.java index 86c206f8aa41..cd57360c5573 100644 --- a/core/src/main/java/org/infinispan/jmx/JBossMBeanServerLookup.java +++ b/core/src/main/java/org/infinispan/jmx/JBossMBeanServerLookup.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.jmx; import org.infinispan.commons.CacheException; diff --git a/core/src/main/java/org/infinispan/jmx/JmxDomainConflictException.java b/core/src/main/java/org/infinispan/jmx/JmxDomainConflictException.java index 47ed5813876f..d3717da5d058 100644 --- a/core/src/main/java/org/infinispan/jmx/JmxDomainConflictException.java +++ b/core/src/main/java/org/infinispan/jmx/JmxDomainConflictException.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.jmx; import org.infinispan.commons.CacheException; diff --git a/core/src/main/java/org/infinispan/jmx/JmxStatisticsExposer.java b/core/src/main/java/org/infinispan/jmx/JmxStatisticsExposer.java index 4a3fcff5785d..b8660fb6264a 100644 --- a/core/src/main/java/org/infinispan/jmx/JmxStatisticsExposer.java +++ b/core/src/main/java/org/infinispan/jmx/JmxStatisticsExposer.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.jmx; /** diff --git a/core/src/main/java/org/infinispan/jmx/JmxUtil.java b/core/src/main/java/org/infinispan/jmx/JmxUtil.java index f3dfd9df9f87..8807182fd556 100644 --- a/core/src/main/java/org/infinispan/jmx/JmxUtil.java +++ b/core/src/main/java/org/infinispan/jmx/JmxUtil.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.jmx; import org.infinispan.commons.CacheException; diff --git a/core/src/main/java/org/infinispan/jmx/MBeanServerLookup.java b/core/src/main/java/org/infinispan/jmx/MBeanServerLookup.java index 0ce53e60178b..d4643f3a6225 100644 --- a/core/src/main/java/org/infinispan/jmx/MBeanServerLookup.java +++ b/core/src/main/java/org/infinispan/jmx/MBeanServerLookup.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.jmx; import javax.management.MBeanServer; diff --git a/core/src/main/java/org/infinispan/jmx/PlatformMBeanServerLookup.java b/core/src/main/java/org/infinispan/jmx/PlatformMBeanServerLookup.java index 59ed678c0fdb..f801820b21eb 100644 --- a/core/src/main/java/org/infinispan/jmx/PlatformMBeanServerLookup.java +++ b/core/src/main/java/org/infinispan/jmx/PlatformMBeanServerLookup.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.jmx; import javax.management.MBeanServer; diff --git a/core/src/main/java/org/infinispan/jmx/ResourceDMBean.java b/core/src/main/java/org/infinispan/jmx/ResourceDMBean.java index 27256d68d95c..9aeb178f84c2 100644 --- a/core/src/main/java/org/infinispan/jmx/ResourceDMBean.java +++ b/core/src/main/java/org/infinispan/jmx/ResourceDMBean.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.jmx; import org.infinispan.commons.util.CollectionFactory; diff --git a/core/src/main/java/org/infinispan/jmx/annotations/DataType.java b/core/src/main/java/org/infinispan/jmx/annotations/DataType.java index d0d12e1da386..828cde758860 100644 --- a/core/src/main/java/org/infinispan/jmx/annotations/DataType.java +++ b/core/src/main/java/org/infinispan/jmx/annotations/DataType.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.jmx.annotations; public enum DataType { diff --git a/core/src/main/java/org/infinispan/jmx/annotations/DisplayType.java b/core/src/main/java/org/infinispan/jmx/annotations/DisplayType.java index a500e4be137c..018e13283273 100644 --- a/core/src/main/java/org/infinispan/jmx/annotations/DisplayType.java +++ b/core/src/main/java/org/infinispan/jmx/annotations/DisplayType.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.jmx.annotations; public enum DisplayType { diff --git a/core/src/main/java/org/infinispan/jmx/annotations/MBean.java b/core/src/main/java/org/infinispan/jmx/annotations/MBean.java index fe5b12fe2ff6..741521f54bef 100644 --- a/core/src/main/java/org/infinispan/jmx/annotations/MBean.java +++ b/core/src/main/java/org/infinispan/jmx/annotations/MBean.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.jmx.annotations; import java.lang.annotation.ElementType; diff --git a/core/src/main/java/org/infinispan/jmx/annotations/ManagedAttribute.java b/core/src/main/java/org/infinispan/jmx/annotations/ManagedAttribute.java index ee66a25f2a5f..dd3d48a05219 100644 --- a/core/src/main/java/org/infinispan/jmx/annotations/ManagedAttribute.java +++ b/core/src/main/java/org/infinispan/jmx/annotations/ManagedAttribute.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.jmx.annotations; import java.lang.annotation.ElementType; diff --git a/core/src/main/java/org/infinispan/jmx/annotations/ManagedOperation.java b/core/src/main/java/org/infinispan/jmx/annotations/ManagedOperation.java index f10e949c2941..2903909dda0a 100644 --- a/core/src/main/java/org/infinispan/jmx/annotations/ManagedOperation.java +++ b/core/src/main/java/org/infinispan/jmx/annotations/ManagedOperation.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.jmx.annotations; import java.lang.annotation.ElementType; diff --git a/core/src/main/java/org/infinispan/jmx/annotations/MeasurementType.java b/core/src/main/java/org/infinispan/jmx/annotations/MeasurementType.java index 2b173e6c8453..3b636851d053 100644 --- a/core/src/main/java/org/infinispan/jmx/annotations/MeasurementType.java +++ b/core/src/main/java/org/infinispan/jmx/annotations/MeasurementType.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.jmx.annotations; public enum MeasurementType { diff --git a/core/src/main/java/org/infinispan/jmx/annotations/Parameter.java b/core/src/main/java/org/infinispan/jmx/annotations/Parameter.java index 34072d805b63..60064a5d66bd 100644 --- a/core/src/main/java/org/infinispan/jmx/annotations/Parameter.java +++ b/core/src/main/java/org/infinispan/jmx/annotations/Parameter.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.jmx.annotations; import java.lang.annotation.ElementType; diff --git a/core/src/main/java/org/infinispan/jmx/annotations/Units.java b/core/src/main/java/org/infinispan/jmx/annotations/Units.java index b53afe4fcca3..fb2897bb515e 100644 --- a/core/src/main/java/org/infinispan/jmx/annotations/Units.java +++ b/core/src/main/java/org/infinispan/jmx/annotations/Units.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.jmx.annotations; public enum Units { diff --git a/core/src/main/java/org/infinispan/jmx/annotations/package-info.java b/core/src/main/java/org/infinispan/jmx/annotations/package-info.java index 424f218099e8..0ebcc85d886f 100644 --- a/core/src/main/java/org/infinispan/jmx/annotations/package-info.java +++ b/core/src/main/java/org/infinispan/jmx/annotations/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * JMX 2.0-like annotations, with no dependencies on JMX 2.0. A temporary set of annotations until we eventually * baseline on Java 7. These annotations are for internal use, to allow Infinispan components to expose attributes diff --git a/core/src/main/java/org/infinispan/jmx/package-info.java b/core/src/main/java/org/infinispan/jmx/package-info.java index a89f1c139d86..1d210914cfbe 100644 --- a/core/src/main/java/org/infinispan/jmx/package-info.java +++ b/core/src/main/java/org/infinispan/jmx/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Helpers that allow easy exposure of attributes and operations via JMX. */ diff --git a/core/src/main/java/org/infinispan/lifecycle/AbstractModuleLifecycle.java b/core/src/main/java/org/infinispan/lifecycle/AbstractModuleLifecycle.java index c32ac62e1c60..974fb9acdd3a 100644 --- a/core/src/main/java/org/infinispan/lifecycle/AbstractModuleLifecycle.java +++ b/core/src/main/java/org/infinispan/lifecycle/AbstractModuleLifecycle.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.lifecycle; import org.infinispan.configuration.cache.Configuration; diff --git a/core/src/main/java/org/infinispan/lifecycle/ComponentStatus.java b/core/src/main/java/org/infinispan/lifecycle/ComponentStatus.java index 597a273255df..3b50d54ed928 100644 --- a/core/src/main/java/org/infinispan/lifecycle/ComponentStatus.java +++ b/core/src/main/java/org/infinispan/lifecycle/ComponentStatus.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.lifecycle; import org.infinispan.util.logging.Log; diff --git a/core/src/main/java/org/infinispan/lifecycle/Lifecycle.java b/core/src/main/java/org/infinispan/lifecycle/Lifecycle.java index 6b9ae4b2608b..57a87066c546 100644 --- a/core/src/main/java/org/infinispan/lifecycle/Lifecycle.java +++ b/core/src/main/java/org/infinispan/lifecycle/Lifecycle.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.lifecycle; /** diff --git a/core/src/main/java/org/infinispan/lifecycle/ModuleLifecycle.java b/core/src/main/java/org/infinispan/lifecycle/ModuleLifecycle.java index 2f9f0d03b9af..f2ec60d74309 100644 --- a/core/src/main/java/org/infinispan/lifecycle/ModuleLifecycle.java +++ b/core/src/main/java/org/infinispan/lifecycle/ModuleLifecycle.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.lifecycle; import org.infinispan.configuration.cache.Configuration; diff --git a/core/src/main/java/org/infinispan/lifecycle/package-info.java b/core/src/main/java/org/infinispan/lifecycle/package-info.java index e43ef125b307..110490b96283 100644 --- a/core/src/main/java/org/infinispan/lifecycle/package-info.java +++ b/core/src/main/java/org/infinispan/lifecycle/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Component lifecycle. */ diff --git a/core/src/main/java/org/infinispan/loaders/AbstractCacheLoader.java b/core/src/main/java/org/infinispan/loaders/AbstractCacheLoader.java index 8a8ca1f95e2c..48d208ea2861 100644 --- a/core/src/main/java/org/infinispan/loaders/AbstractCacheLoader.java +++ b/core/src/main/java/org/infinispan/loaders/AbstractCacheLoader.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders; import org.infinispan.Cache; diff --git a/core/src/main/java/org/infinispan/loaders/AbstractCacheLoaderConfig.java b/core/src/main/java/org/infinispan/loaders/AbstractCacheLoaderConfig.java index e9bc50265cef..c88234a2a76b 100644 --- a/core/src/main/java/org/infinispan/loaders/AbstractCacheLoaderConfig.java +++ b/core/src/main/java/org/infinispan/loaders/AbstractCacheLoaderConfig.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders; import java.io.ByteArrayInputStream; diff --git a/core/src/main/java/org/infinispan/loaders/AbstractCacheStore.java b/core/src/main/java/org/infinispan/loaders/AbstractCacheStore.java index 0324da00e2d8..6605c8511f24 100644 --- a/core/src/main/java/org/infinispan/loaders/AbstractCacheStore.java +++ b/core/src/main/java/org/infinispan/loaders/AbstractCacheStore.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders; import org.infinispan.Cache; diff --git a/core/src/main/java/org/infinispan/loaders/AbstractCacheStoreConfig.java b/core/src/main/java/org/infinispan/loaders/AbstractCacheStoreConfig.java index e94150e6f593..dacfec350ca6 100644 --- a/core/src/main/java/org/infinispan/loaders/AbstractCacheStoreConfig.java +++ b/core/src/main/java/org/infinispan/loaders/AbstractCacheStoreConfig.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders; import org.infinispan.commons.util.TypedProperties; diff --git a/core/src/main/java/org/infinispan/loaders/CacheLoader.java b/core/src/main/java/org/infinispan/loaders/CacheLoader.java index 6f481b38c734..f38951053bf7 100644 --- a/core/src/main/java/org/infinispan/loaders/CacheLoader.java +++ b/core/src/main/java/org/infinispan/loaders/CacheLoader.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders; import org.infinispan.Cache; diff --git a/core/src/main/java/org/infinispan/loaders/CacheLoaderConfig.java b/core/src/main/java/org/infinispan/loaders/CacheLoaderConfig.java index 4ecb054bbd53..fc8685d318bf 100644 --- a/core/src/main/java/org/infinispan/loaders/CacheLoaderConfig.java +++ b/core/src/main/java/org/infinispan/loaders/CacheLoaderConfig.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders; import org.infinispan.commons.util.Util; diff --git a/core/src/main/java/org/infinispan/loaders/CacheLoaderException.java b/core/src/main/java/org/infinispan/loaders/CacheLoaderException.java index 4fa9a2df291a..eb385594b965 100644 --- a/core/src/main/java/org/infinispan/loaders/CacheLoaderException.java +++ b/core/src/main/java/org/infinispan/loaders/CacheLoaderException.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders; /** diff --git a/core/src/main/java/org/infinispan/loaders/CacheLoaderManager.java b/core/src/main/java/org/infinispan/loaders/CacheLoaderManager.java index 16a06750cee0..d2c4fc768e3d 100644 --- a/core/src/main/java/org/infinispan/loaders/CacheLoaderManager.java +++ b/core/src/main/java/org/infinispan/loaders/CacheLoaderManager.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders; import java.util.List; diff --git a/core/src/main/java/org/infinispan/loaders/CacheLoaderManagerImpl.java b/core/src/main/java/org/infinispan/loaders/CacheLoaderManagerImpl.java index 342bffb97868..e0d18e839294 100644 --- a/core/src/main/java/org/infinispan/loaders/CacheLoaderManagerImpl.java +++ b/core/src/main/java/org/infinispan/loaders/CacheLoaderManagerImpl.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders; import static java.util.concurrent.TimeUnit.MILLISECONDS; diff --git a/core/src/main/java/org/infinispan/loaders/CacheLoaderMetadata.java b/core/src/main/java/org/infinispan/loaders/CacheLoaderMetadata.java index 2fc6ee02970c..15a4b625c92c 100644 --- a/core/src/main/java/org/infinispan/loaders/CacheLoaderMetadata.java +++ b/core/src/main/java/org/infinispan/loaders/CacheLoaderMetadata.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders; import java.lang.annotation.ElementType; diff --git a/core/src/main/java/org/infinispan/loaders/CacheStore.java b/core/src/main/java/org/infinispan/loaders/CacheStore.java index b761a25ae8cf..b315639afe01 100644 --- a/core/src/main/java/org/infinispan/loaders/CacheStore.java +++ b/core/src/main/java/org/infinispan/loaders/CacheStore.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders; import org.infinispan.container.entries.InternalCacheEntry; diff --git a/core/src/main/java/org/infinispan/loaders/CacheStoreConfig.java b/core/src/main/java/org/infinispan/loaders/CacheStoreConfig.java index 2693d1e5f424..71cacd638311 100644 --- a/core/src/main/java/org/infinispan/loaders/CacheStoreConfig.java +++ b/core/src/main/java/org/infinispan/loaders/CacheStoreConfig.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders; import org.infinispan.loaders.decorators.AsyncStoreConfig; diff --git a/core/src/main/java/org/infinispan/loaders/LockSupportCacheStore.java b/core/src/main/java/org/infinispan/loaders/LockSupportCacheStore.java index e1664ff9e3ad..022aa4ea9798 100644 --- a/core/src/main/java/org/infinispan/loaders/LockSupportCacheStore.java +++ b/core/src/main/java/org/infinispan/loaders/LockSupportCacheStore.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders; import java.io.ObjectInput; diff --git a/core/src/main/java/org/infinispan/loaders/LockSupportCacheStoreConfig.java b/core/src/main/java/org/infinispan/loaders/LockSupportCacheStoreConfig.java index b472530552d5..f9246c7f5fec 100644 --- a/core/src/main/java/org/infinispan/loaders/LockSupportCacheStoreConfig.java +++ b/core/src/main/java/org/infinispan/loaders/LockSupportCacheStoreConfig.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders; diff --git a/core/src/main/java/org/infinispan/loaders/bucket/Bucket.java b/core/src/main/java/org/infinispan/loaders/bucket/Bucket.java index b363fe87c551..59af9fd28b9f 100644 --- a/core/src/main/java/org/infinispan/loaders/bucket/Bucket.java +++ b/core/src/main/java/org/infinispan/loaders/bucket/Bucket.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.bucket; import org.infinispan.container.entries.InternalCacheEntry; diff --git a/core/src/main/java/org/infinispan/loaders/bucket/BucketBasedCacheStore.java b/core/src/main/java/org/infinispan/loaders/bucket/BucketBasedCacheStore.java index bb0241cafd26..2587590054a3 100644 --- a/core/src/main/java/org/infinispan/loaders/bucket/BucketBasedCacheStore.java +++ b/core/src/main/java/org/infinispan/loaders/bucket/BucketBasedCacheStore.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.bucket; import org.infinispan.container.entries.InternalCacheEntry; diff --git a/core/src/main/java/org/infinispan/loaders/bucket/package-info.java b/core/src/main/java/org/infinispan/loaders/bucket/package-info.java index 2a4c7e7ecf92..f9b134800a25 100644 --- a/core/src/main/java/org/infinispan/loaders/bucket/package-info.java +++ b/core/src/main/java/org/infinispan/loaders/bucket/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Abstract classes that use hashed buckets to store entries. */ diff --git a/core/src/main/java/org/infinispan/loaders/cluster/ClusterCacheLoader.java b/core/src/main/java/org/infinispan/loaders/cluster/ClusterCacheLoader.java index 7173895a78f9..8445ce3b2573 100644 --- a/core/src/main/java/org/infinispan/loaders/cluster/ClusterCacheLoader.java +++ b/core/src/main/java/org/infinispan/loaders/cluster/ClusterCacheLoader.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.cluster; import org.infinispan.AdvancedCache; diff --git a/core/src/main/java/org/infinispan/loaders/cluster/ClusterCacheLoaderConfig.java b/core/src/main/java/org/infinispan/loaders/cluster/ClusterCacheLoaderConfig.java index 9b727f084487..d1f0efd920df 100644 --- a/core/src/main/java/org/infinispan/loaders/cluster/ClusterCacheLoaderConfig.java +++ b/core/src/main/java/org/infinispan/loaders/cluster/ClusterCacheLoaderConfig.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.cluster; import org.infinispan.loaders.AbstractCacheLoaderConfig; diff --git a/core/src/main/java/org/infinispan/loaders/cluster/package-info.java b/core/src/main/java/org/infinispan/loaders/cluster/package-info.java index f6041fbc59f7..f760f3ef4b89 100644 --- a/core/src/main/java/org/infinispan/loaders/cluster/package-info.java +++ b/core/src/main/java/org/infinispan/loaders/cluster/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * A {@link CacheLoader} (not {@link CacheStore}) that polls other nodes in the cluster for state. Useful if state * transfer on startup is disabled, this {@link CacheLoader} implementation allows for lazily loading state from diff --git a/core/src/main/java/org/infinispan/loaders/decorators/AbstractDecoratorConfigurationBean.java b/core/src/main/java/org/infinispan/loaders/decorators/AbstractDecoratorConfigurationBean.java index e1dbaaf8eb1e..195a47fadada 100644 --- a/core/src/main/java/org/infinispan/loaders/decorators/AbstractDecoratorConfigurationBean.java +++ b/core/src/main/java/org/infinispan/loaders/decorators/AbstractDecoratorConfigurationBean.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.loaders.decorators; import org.infinispan.config.AbstractNamedCacheConfigurationBean; diff --git a/core/src/main/java/org/infinispan/loaders/decorators/AbstractDelegatingStore.java b/core/src/main/java/org/infinispan/loaders/decorators/AbstractDelegatingStore.java index 9ac3bbd3e7b2..e6974237480b 100644 --- a/core/src/main/java/org/infinispan/loaders/decorators/AbstractDelegatingStore.java +++ b/core/src/main/java/org/infinispan/loaders/decorators/AbstractDelegatingStore.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.decorators; import org.infinispan.Cache; diff --git a/core/src/main/java/org/infinispan/loaders/decorators/AsyncStore.java b/core/src/main/java/org/infinispan/loaders/decorators/AsyncStore.java index 26c0da61a0e7..9ea10d7144c1 100644 --- a/core/src/main/java/org/infinispan/loaders/decorators/AsyncStore.java +++ b/core/src/main/java/org/infinispan/loaders/decorators/AsyncStore.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.decorators; import net.jcip.annotations.GuardedBy; diff --git a/core/src/main/java/org/infinispan/loaders/decorators/AsyncStoreConfig.java b/core/src/main/java/org/infinispan/loaders/decorators/AsyncStoreConfig.java index 8041a9fe7339..184b25db4e21 100644 --- a/core/src/main/java/org/infinispan/loaders/decorators/AsyncStoreConfig.java +++ b/core/src/main/java/org/infinispan/loaders/decorators/AsyncStoreConfig.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.decorators; import org.infinispan.config.ConfigurationBeanVisitor; diff --git a/core/src/main/java/org/infinispan/loaders/decorators/ChainingCacheStore.java b/core/src/main/java/org/infinispan/loaders/decorators/ChainingCacheStore.java index 069f578d930a..a94f596204a9 100644 --- a/core/src/main/java/org/infinispan/loaders/decorators/ChainingCacheStore.java +++ b/core/src/main/java/org/infinispan/loaders/decorators/ChainingCacheStore.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.decorators; import net.jcip.annotations.GuardedBy; diff --git a/core/src/main/java/org/infinispan/loaders/decorators/ReadOnlyStore.java b/core/src/main/java/org/infinispan/loaders/decorators/ReadOnlyStore.java index 518971e2fa65..2d43262722cb 100644 --- a/core/src/main/java/org/infinispan/loaders/decorators/ReadOnlyStore.java +++ b/core/src/main/java/org/infinispan/loaders/decorators/ReadOnlyStore.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.decorators; import org.infinispan.container.entries.InternalCacheEntry; diff --git a/core/src/main/java/org/infinispan/loaders/decorators/SingletonStore.java b/core/src/main/java/org/infinispan/loaders/decorators/SingletonStore.java index ce4ca061f4cb..d0d5f8b99a7c 100644 --- a/core/src/main/java/org/infinispan/loaders/decorators/SingletonStore.java +++ b/core/src/main/java/org/infinispan/loaders/decorators/SingletonStore.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.decorators; import org.infinispan.Cache; diff --git a/core/src/main/java/org/infinispan/loaders/decorators/SingletonStoreConfig.java b/core/src/main/java/org/infinispan/loaders/decorators/SingletonStoreConfig.java index 82e1a30cab54..defb27c3353c 100644 --- a/core/src/main/java/org/infinispan/loaders/decorators/SingletonStoreConfig.java +++ b/core/src/main/java/org/infinispan/loaders/decorators/SingletonStoreConfig.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.decorators; import org.infinispan.config.ConfigurationBeanVisitor; diff --git a/core/src/main/java/org/infinispan/loaders/decorators/package-info.java b/core/src/main/java/org/infinispan/loaders/decorators/package-info.java index 4d46c759d853..d490be009917 100644 --- a/core/src/main/java/org/infinispan/loaders/decorators/package-info.java +++ b/core/src/main/java/org/infinispan/loaders/decorators/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * This package contains loaders and stores, which are used for overflow or persistence. * Need @XmlSchema annotation for AsyncStoreConfig.java and SingletonStoreConfig.java diff --git a/core/src/main/java/org/infinispan/loaders/file/FileCacheStore.java b/core/src/main/java/org/infinispan/loaders/file/FileCacheStore.java index 6b1527210c30..c63322cf52b9 100644 --- a/core/src/main/java/org/infinispan/loaders/file/FileCacheStore.java +++ b/core/src/main/java/org/infinispan/loaders/file/FileCacheStore.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.file; import org.infinispan.Cache; diff --git a/core/src/main/java/org/infinispan/loaders/file/FileCacheStoreConfig.java b/core/src/main/java/org/infinispan/loaders/file/FileCacheStoreConfig.java index 94e344f01dbc..5243cd38f847 100644 --- a/core/src/main/java/org/infinispan/loaders/file/FileCacheStoreConfig.java +++ b/core/src/main/java/org/infinispan/loaders/file/FileCacheStoreConfig.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.file; import org.infinispan.loaders.LockSupportCacheStoreConfig; diff --git a/core/src/main/java/org/infinispan/loaders/file/package-info.java b/core/src/main/java/org/infinispan/loaders/file/package-info.java index 47025202b934..ce0a54329526 100644 --- a/core/src/main/java/org/infinispan/loaders/file/package-info.java +++ b/core/src/main/java/org/infinispan/loaders/file/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Simple filesystem-based {@link CacheStore} implementation. */ diff --git a/core/src/main/java/org/infinispan/loaders/keymappers/DefaultTwoWayKey2StringMapper.java b/core/src/main/java/org/infinispan/loaders/keymappers/DefaultTwoWayKey2StringMapper.java index 1c64f9cf7956..6d8d1c5c9859 100644 --- a/core/src/main/java/org/infinispan/loaders/keymappers/DefaultTwoWayKey2StringMapper.java +++ b/core/src/main/java/org/infinispan/loaders/keymappers/DefaultTwoWayKey2StringMapper.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.keymappers; import org.infinispan.commons.util.Base64; diff --git a/core/src/main/java/org/infinispan/loaders/keymappers/Key2StringMapper.java b/core/src/main/java/org/infinispan/loaders/keymappers/Key2StringMapper.java index a814ea493553..924c435bdda4 100644 --- a/core/src/main/java/org/infinispan/loaders/keymappers/Key2StringMapper.java +++ b/core/src/main/java/org/infinispan/loaders/keymappers/Key2StringMapper.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.keymappers; /** diff --git a/core/src/main/java/org/infinispan/loaders/keymappers/MarshalledValueOrPrimitiveMapper.java b/core/src/main/java/org/infinispan/loaders/keymappers/MarshalledValueOrPrimitiveMapper.java index 37facbf5ca0f..2af5ececf110 100644 --- a/core/src/main/java/org/infinispan/loaders/keymappers/MarshalledValueOrPrimitiveMapper.java +++ b/core/src/main/java/org/infinispan/loaders/keymappers/MarshalledValueOrPrimitiveMapper.java @@ -1,24 +1,3 @@ -/* - * JBoss, Home of Professional Open Source. - * Copyright 2009, Red Hat Middleware LLC, and individual contributors - * as indicated by the @author tags. See the copyright.txt file in the - * distribution for a full listing of individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.keymappers; import java.io.ByteArrayInputStream; diff --git a/core/src/main/java/org/infinispan/loaders/keymappers/MarshallingTwoWayKey2StringMapper.java b/core/src/main/java/org/infinispan/loaders/keymappers/MarshallingTwoWayKey2StringMapper.java index 9b7a250f45f1..8eee05396fa9 100644 --- a/core/src/main/java/org/infinispan/loaders/keymappers/MarshallingTwoWayKey2StringMapper.java +++ b/core/src/main/java/org/infinispan/loaders/keymappers/MarshallingTwoWayKey2StringMapper.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.loaders.keymappers; import org.infinispan.commons.marshall.StreamingMarshaller; diff --git a/core/src/main/java/org/infinispan/loaders/keymappers/TwoWayKey2StringMapper.java b/core/src/main/java/org/infinispan/loaders/keymappers/TwoWayKey2StringMapper.java index f1b0cc970bc2..0d9ea82ec0e4 100644 --- a/core/src/main/java/org/infinispan/loaders/keymappers/TwoWayKey2StringMapper.java +++ b/core/src/main/java/org/infinispan/loaders/keymappers/TwoWayKey2StringMapper.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.keymappers; /** diff --git a/core/src/main/java/org/infinispan/loaders/keymappers/UnsupportedKeyTypeException.java b/core/src/main/java/org/infinispan/loaders/keymappers/UnsupportedKeyTypeException.java index 2c3ddfa21e5b..412d949f6a6b 100644 --- a/core/src/main/java/org/infinispan/loaders/keymappers/UnsupportedKeyTypeException.java +++ b/core/src/main/java/org/infinispan/loaders/keymappers/UnsupportedKeyTypeException.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.keymappers; import org.infinispan.loaders.CacheLoaderException; diff --git a/core/src/main/java/org/infinispan/loaders/modifications/Clear.java b/core/src/main/java/org/infinispan/loaders/modifications/Clear.java index faeb7a82f22d..2d5b29ba27b6 100644 --- a/core/src/main/java/org/infinispan/loaders/modifications/Clear.java +++ b/core/src/main/java/org/infinispan/loaders/modifications/Clear.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.modifications; /** diff --git a/core/src/main/java/org/infinispan/loaders/modifications/Modification.java b/core/src/main/java/org/infinispan/loaders/modifications/Modification.java index 123458e68ea5..b81e8fa4c163 100644 --- a/core/src/main/java/org/infinispan/loaders/modifications/Modification.java +++ b/core/src/main/java/org/infinispan/loaders/modifications/Modification.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.modifications; /** diff --git a/core/src/main/java/org/infinispan/loaders/modifications/ModificationsList.java b/core/src/main/java/org/infinispan/loaders/modifications/ModificationsList.java index 3ff9d464958b..a5dc5e09db59 100644 --- a/core/src/main/java/org/infinispan/loaders/modifications/ModificationsList.java +++ b/core/src/main/java/org/infinispan/loaders/modifications/ModificationsList.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.modifications; import java.util.List; diff --git a/core/src/main/java/org/infinispan/loaders/modifications/PurgeExpired.java b/core/src/main/java/org/infinispan/loaders/modifications/PurgeExpired.java index 801286de534a..34eb32a86748 100644 --- a/core/src/main/java/org/infinispan/loaders/modifications/PurgeExpired.java +++ b/core/src/main/java/org/infinispan/loaders/modifications/PurgeExpired.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.modifications; public class PurgeExpired implements Modification { diff --git a/core/src/main/java/org/infinispan/loaders/modifications/Remove.java b/core/src/main/java/org/infinispan/loaders/modifications/Remove.java index 49a24b8e7b4c..5917500f414f 100644 --- a/core/src/main/java/org/infinispan/loaders/modifications/Remove.java +++ b/core/src/main/java/org/infinispan/loaders/modifications/Remove.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.modifications; /** diff --git a/core/src/main/java/org/infinispan/loaders/modifications/Store.java b/core/src/main/java/org/infinispan/loaders/modifications/Store.java index 66627bac7828..90233fcbe5d9 100644 --- a/core/src/main/java/org/infinispan/loaders/modifications/Store.java +++ b/core/src/main/java/org/infinispan/loaders/modifications/Store.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.loaders.modifications; import org.infinispan.container.entries.InternalCacheEntry; diff --git a/core/src/main/java/org/infinispan/loaders/modifications/package-info.java b/core/src/main/java/org/infinispan/loaders/modifications/package-info.java index c82000acad48..e7d8d5b8f5e5 100644 --- a/core/src/main/java/org/infinispan/loaders/modifications/package-info.java +++ b/core/src/main/java/org/infinispan/loaders/modifications/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Modifications that are used to encapsulate cache operations for application to a {@link CacheStore}. */ diff --git a/core/src/main/java/org/infinispan/loaders/package-info.java b/core/src/main/java/org/infinispan/loaders/package-info.java index ebcf60253f40..d0a7d61eb6bf 100644 --- a/core/src/main/java/org/infinispan/loaders/package-info.java +++ b/core/src/main/java/org/infinispan/loaders/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * This package contains loaders and stores, which are used for overflow or persistence. * Need @XmlSchema annotation for CacheLoaderConfig.java and AbstractCacheStoreConfig.java diff --git a/core/src/main/java/org/infinispan/manager/AbstractDelegatingEmbeddedCacheManager.java b/core/src/main/java/org/infinispan/manager/AbstractDelegatingEmbeddedCacheManager.java index 90420d8da279..ca36e9232446 100644 --- a/core/src/main/java/org/infinispan/manager/AbstractDelegatingEmbeddedCacheManager.java +++ b/core/src/main/java/org/infinispan/manager/AbstractDelegatingEmbeddedCacheManager.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.manager; import org.infinispan.Cache; diff --git a/core/src/main/java/org/infinispan/manager/CacheManager.java b/core/src/main/java/org/infinispan/manager/CacheManager.java index 79ec17c1515d..19ef322a4c09 100644 --- a/core/src/main/java/org/infinispan/manager/CacheManager.java +++ b/core/src/main/java/org/infinispan/manager/CacheManager.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.manager; /** diff --git a/core/src/main/java/org/infinispan/manager/DefaultCacheManager.java b/core/src/main/java/org/infinispan/manager/DefaultCacheManager.java index 67676e510d49..8f3471c72a14 100644 --- a/core/src/main/java/org/infinispan/manager/DefaultCacheManager.java +++ b/core/src/main/java/org/infinispan/manager/DefaultCacheManager.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.manager; import org.infinispan.Cache; diff --git a/core/src/main/java/org/infinispan/manager/EmbeddedCacheManager.java b/core/src/main/java/org/infinispan/manager/EmbeddedCacheManager.java index ec848405c424..b0de724a40ad 100644 --- a/core/src/main/java/org/infinispan/manager/EmbeddedCacheManager.java +++ b/core/src/main/java/org/infinispan/manager/EmbeddedCacheManager.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.manager; import org.infinispan.Cache; diff --git a/core/src/main/java/org/infinispan/manager/EmbeddedCacheManagerStartupException.java b/core/src/main/java/org/infinispan/manager/EmbeddedCacheManagerStartupException.java index 6f5462d7d079..561202beadf0 100644 --- a/core/src/main/java/org/infinispan/manager/EmbeddedCacheManagerStartupException.java +++ b/core/src/main/java/org/infinispan/manager/EmbeddedCacheManagerStartupException.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.manager; import org.infinispan.commons.CacheException; diff --git a/core/src/main/java/org/infinispan/manager/NamedCacheNotFoundException.java b/core/src/main/java/org/infinispan/manager/NamedCacheNotFoundException.java index 893272cd51b0..e5daf1475d5b 100644 --- a/core/src/main/java/org/infinispan/manager/NamedCacheNotFoundException.java +++ b/core/src/main/java/org/infinispan/manager/NamedCacheNotFoundException.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.manager; /** diff --git a/core/src/main/java/org/infinispan/manager/package-info.java b/core/src/main/java/org/infinispan/manager/package-info.java index 77798d983f70..a7b5033f8022 100644 --- a/core/src/main/java/org/infinispan/manager/package-info.java +++ b/core/src/main/java/org/infinispan/manager/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Cache manager package */ diff --git a/core/src/main/java/org/infinispan/marshall/AbstractMarshaller.java b/core/src/main/java/org/infinispan/marshall/AbstractMarshaller.java index a3e724a5172b..6b6eda052a90 100644 --- a/core/src/main/java/org/infinispan/marshall/AbstractMarshaller.java +++ b/core/src/main/java/org/infinispan/marshall/AbstractMarshaller.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.marshall; import org.infinispan.commons.marshall.MarshallableTypeHints; diff --git a/core/src/main/java/org/infinispan/marshall/AdvancedExternalizer.java b/core/src/main/java/org/infinispan/marshall/AdvancedExternalizer.java index fa7771969ead..2a0e20627572 100644 --- a/core/src/main/java/org/infinispan/marshall/AdvancedExternalizer.java +++ b/core/src/main/java/org/infinispan/marshall/AdvancedExternalizer.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.marshall; import java.util.Set; diff --git a/core/src/main/java/org/infinispan/marshall/BufferSizePredictor.java b/core/src/main/java/org/infinispan/marshall/BufferSizePredictor.java index 343496b428e3..0a0d1b7c8c9c 100644 --- a/core/src/main/java/org/infinispan/marshall/BufferSizePredictor.java +++ b/core/src/main/java/org/infinispan/marshall/BufferSizePredictor.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.marshall; /** diff --git a/core/src/main/java/org/infinispan/marshall/Externalizer.java b/core/src/main/java/org/infinispan/marshall/Externalizer.java index 586d6686e8a3..7760f1dcd1c7 100644 --- a/core/src/main/java/org/infinispan/marshall/Externalizer.java +++ b/core/src/main/java/org/infinispan/marshall/Externalizer.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.marshall; import java.io.IOException; diff --git a/core/src/main/java/org/infinispan/marshall/Marshaller.java b/core/src/main/java/org/infinispan/marshall/Marshaller.java index 48bd003ecd99..7bfa09129417 100644 --- a/core/src/main/java/org/infinispan/marshall/Marshaller.java +++ b/core/src/main/java/org/infinispan/marshall/Marshaller.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.marshall; import net.jcip.annotations.ThreadSafe; diff --git a/core/src/main/java/org/infinispan/marshall/SerializeWith.java b/core/src/main/java/org/infinispan/marshall/SerializeWith.java index bc6350704dae..c0cbc8a2af2b 100644 --- a/core/src/main/java/org/infinispan/marshall/SerializeWith.java +++ b/core/src/main/java/org/infinispan/marshall/SerializeWith.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.marshall; import java.lang.annotation.Documented; diff --git a/core/src/main/java/org/infinispan/marshall/StreamingMarshaller.java b/core/src/main/java/org/infinispan/marshall/StreamingMarshaller.java index 27d4590981bb..88ce3c06c2d8 100644 --- a/core/src/main/java/org/infinispan/marshall/StreamingMarshaller.java +++ b/core/src/main/java/org/infinispan/marshall/StreamingMarshaller.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.marshall; import net.jcip.annotations.ThreadSafe; diff --git a/core/src/main/java/org/infinispan/marshall/core/ExternalizerTable.java b/core/src/main/java/org/infinispan/marshall/core/ExternalizerTable.java index 483a90c63af1..ed9c44da5cdf 100644 --- a/core/src/main/java/org/infinispan/marshall/core/ExternalizerTable.java +++ b/core/src/main/java/org/infinispan/marshall/core/ExternalizerTable.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.marshall.core; import org.infinispan.atomic.DeltaCompositeKey; diff --git a/core/src/main/java/org/infinispan/marshall/core/Ids.java b/core/src/main/java/org/infinispan/marshall/core/Ids.java index b319ba37f367..8b45959a35c4 100644 --- a/core/src/main/java/org/infinispan/marshall/core/Ids.java +++ b/core/src/main/java/org/infinispan/marshall/core/Ids.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.marshall.core; /** diff --git a/core/src/main/java/org/infinispan/marshall/core/JBossMarshaller.java b/core/src/main/java/org/infinispan/marshall/core/JBossMarshaller.java index 4472770bb231..bb582abadb03 100644 --- a/core/src/main/java/org/infinispan/marshall/core/JBossMarshaller.java +++ b/core/src/main/java/org/infinispan/marshall/core/JBossMarshaller.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.marshall.core; import java.io.IOException; diff --git a/core/src/main/java/org/infinispan/marshall/core/MarshalledValue.java b/core/src/main/java/org/infinispan/marshall/core/MarshalledValue.java index f91178203719..584984046930 100644 --- a/core/src/main/java/org/infinispan/marshall/core/MarshalledValue.java +++ b/core/src/main/java/org/infinispan/marshall/core/MarshalledValue.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.marshall.core; import org.infinispan.commands.ReplicableCommand; diff --git a/core/src/main/java/org/infinispan/marshall/core/SerializeWithExtFactory.java b/core/src/main/java/org/infinispan/marshall/core/SerializeWithExtFactory.java index 575ce2a08968..ab71c9f10832 100644 --- a/core/src/main/java/org/infinispan/marshall/core/SerializeWithExtFactory.java +++ b/core/src/main/java/org/infinispan/marshall/core/SerializeWithExtFactory.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.marshall.core; import org.infinispan.commons.marshall.SerializeWith; diff --git a/core/src/main/java/org/infinispan/marshall/core/VersionAwareMarshaller.java b/core/src/main/java/org/infinispan/marshall/core/VersionAwareMarshaller.java index a901f2f605bd..87eeaea731bf 100644 --- a/core/src/main/java/org/infinispan/marshall/core/VersionAwareMarshaller.java +++ b/core/src/main/java/org/infinispan/marshall/core/VersionAwareMarshaller.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.marshall.core; import org.infinispan.Cache; diff --git a/core/src/main/java/org/infinispan/marshall/exts/ArrayListExternalizer.java b/core/src/main/java/org/infinispan/marshall/exts/ArrayListExternalizer.java index 5f6fff8b13a4..9206d1ce9118 100644 --- a/core/src/main/java/org/infinispan/marshall/exts/ArrayListExternalizer.java +++ b/core/src/main/java/org/infinispan/marshall/exts/ArrayListExternalizer.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.marshall.exts; import net.jcip.annotations.Immutable; diff --git a/core/src/main/java/org/infinispan/marshall/exts/CacheRpcCommandExternalizer.java b/core/src/main/java/org/infinispan/marshall/exts/CacheRpcCommandExternalizer.java index d29a1cb4608b..0918b61a5200 100644 --- a/core/src/main/java/org/infinispan/marshall/exts/CacheRpcCommandExternalizer.java +++ b/core/src/main/java/org/infinispan/marshall/exts/CacheRpcCommandExternalizer.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.marshall.exts; import org.infinispan.commands.CancelCommand; diff --git a/core/src/main/java/org/infinispan/marshall/exts/LinkedListExternalizer.java b/core/src/main/java/org/infinispan/marshall/exts/LinkedListExternalizer.java index 2bd236165d06..3c3850f12ef0 100644 --- a/core/src/main/java/org/infinispan/marshall/exts/LinkedListExternalizer.java +++ b/core/src/main/java/org/infinispan/marshall/exts/LinkedListExternalizer.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.marshall.exts; import net.jcip.annotations.Immutable; diff --git a/core/src/main/java/org/infinispan/marshall/exts/MapExternalizer.java b/core/src/main/java/org/infinispan/marshall/exts/MapExternalizer.java index 48f77e493783..fd36a41c7cbc 100644 --- a/core/src/main/java/org/infinispan/marshall/exts/MapExternalizer.java +++ b/core/src/main/java/org/infinispan/marshall/exts/MapExternalizer.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.marshall.exts; import org.infinispan.commons.marshall.AbstractExternalizer; diff --git a/core/src/main/java/org/infinispan/marshall/exts/ReplicableCommandExternalizer.java b/core/src/main/java/org/infinispan/marshall/exts/ReplicableCommandExternalizer.java index bace8744c3fc..431272925609 100644 --- a/core/src/main/java/org/infinispan/marshall/exts/ReplicableCommandExternalizer.java +++ b/core/src/main/java/org/infinispan/marshall/exts/ReplicableCommandExternalizer.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.marshall.exts; import org.infinispan.atomic.DeltaAware; diff --git a/core/src/main/java/org/infinispan/marshall/exts/SetExternalizer.java b/core/src/main/java/org/infinispan/marshall/exts/SetExternalizer.java index 25bfc41fd930..e4dea96eef4d 100644 --- a/core/src/main/java/org/infinispan/marshall/exts/SetExternalizer.java +++ b/core/src/main/java/org/infinispan/marshall/exts/SetExternalizer.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.marshall.exts; import net.jcip.annotations.Immutable; diff --git a/core/src/main/java/org/infinispan/marshall/exts/SingletonListExternalizer.java b/core/src/main/java/org/infinispan/marshall/exts/SingletonListExternalizer.java index d488034f8b1c..3eadef631703 100644 --- a/core/src/main/java/org/infinispan/marshall/exts/SingletonListExternalizer.java +++ b/core/src/main/java/org/infinispan/marshall/exts/SingletonListExternalizer.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.marshall.exts; import java.io.IOException; diff --git a/core/src/main/java/org/infinispan/marshall/exts/package-info.java b/core/src/main/java/org/infinispan/marshall/exts/package-info.java index e5c3dad96a39..8e4beafe573e 100644 --- a/core/src/main/java/org/infinispan/marshall/exts/package-info.java +++ b/core/src/main/java/org/infinispan/marshall/exts/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Externalizers for various JDK types that are marshalled using the marshalling framework. */ diff --git a/core/src/main/java/org/infinispan/metadata/EmbeddedMetadata.java b/core/src/main/java/org/infinispan/metadata/EmbeddedMetadata.java index 962e7cb7d3ce..b840adc39fb5 100644 --- a/core/src/main/java/org/infinispan/metadata/EmbeddedMetadata.java +++ b/core/src/main/java/org/infinispan/metadata/EmbeddedMetadata.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.metadata; import org.infinispan.container.versioning.EntryVersion; diff --git a/core/src/main/java/org/infinispan/metadata/Metadata.java b/core/src/main/java/org/infinispan/metadata/Metadata.java index 52b12f0235a5..819e941ed34a 100644 --- a/core/src/main/java/org/infinispan/metadata/Metadata.java +++ b/core/src/main/java/org/infinispan/metadata/Metadata.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.metadata; import org.infinispan.container.versioning.EntryVersion; diff --git a/core/src/main/java/org/infinispan/metadata/Metadatas.java b/core/src/main/java/org/infinispan/metadata/Metadatas.java index 7b1d197e47ea..526c6d16029f 100644 --- a/core/src/main/java/org/infinispan/metadata/Metadatas.java +++ b/core/src/main/java/org/infinispan/metadata/Metadatas.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.metadata; /** diff --git a/core/src/main/java/org/infinispan/notifications/AbstractListenerImpl.java b/core/src/main/java/org/infinispan/notifications/AbstractListenerImpl.java index c12e25848eca..8925787aa9f7 100644 --- a/core/src/main/java/org/infinispan/notifications/AbstractListenerImpl.java +++ b/core/src/main/java/org/infinispan/notifications/AbstractListenerImpl.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.notifications; import org.infinispan.commons.CacheException; diff --git a/core/src/main/java/org/infinispan/notifications/ClassLoaderAwareListenable.java b/core/src/main/java/org/infinispan/notifications/ClassLoaderAwareListenable.java index 95b66ecefa47..b1a17af856d6 100644 --- a/core/src/main/java/org/infinispan/notifications/ClassLoaderAwareListenable.java +++ b/core/src/main/java/org/infinispan/notifications/ClassLoaderAwareListenable.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.notifications; /** diff --git a/core/src/main/java/org/infinispan/notifications/IncorrectListenerException.java b/core/src/main/java/org/infinispan/notifications/IncorrectListenerException.java index 32e2fe061e3a..a21497c12728 100644 --- a/core/src/main/java/org/infinispan/notifications/IncorrectListenerException.java +++ b/core/src/main/java/org/infinispan/notifications/IncorrectListenerException.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.notifications; import org.infinispan.commons.CacheException; diff --git a/core/src/main/java/org/infinispan/notifications/Listenable.java b/core/src/main/java/org/infinispan/notifications/Listenable.java index 3d34a79b049c..dea03f6e1dec 100644 --- a/core/src/main/java/org/infinispan/notifications/Listenable.java +++ b/core/src/main/java/org/infinispan/notifications/Listenable.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.notifications; import java.util.Set; diff --git a/core/src/main/java/org/infinispan/notifications/Listener.java b/core/src/main/java/org/infinispan/notifications/Listener.java index 90c5b6cd97bb..fa8a64eeb4de 100644 --- a/core/src/main/java/org/infinispan/notifications/Listener.java +++ b/core/src/main/java/org/infinispan/notifications/Listener.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.notifications; import java.lang.annotation.ElementType; diff --git a/core/src/main/java/org/infinispan/notifications/cachelistener/CacheNotifier.java b/core/src/main/java/org/infinispan/notifications/cachelistener/CacheNotifier.java index 64608134e36e..3da0e04fc3b5 100644 --- a/core/src/main/java/org/infinispan/notifications/cachelistener/CacheNotifier.java +++ b/core/src/main/java/org/infinispan/notifications/cachelistener/CacheNotifier.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.notifications.cachelistener; import org.infinispan.commands.FlagAffectedCommand; diff --git a/core/src/main/java/org/infinispan/notifications/cachelistener/CacheNotifierImpl.java b/core/src/main/java/org/infinispan/notifications/cachelistener/CacheNotifierImpl.java index f7c07be8bbd9..6cc1cfb38564 100644 --- a/core/src/main/java/org/infinispan/notifications/cachelistener/CacheNotifierImpl.java +++ b/core/src/main/java/org/infinispan/notifications/cachelistener/CacheNotifierImpl.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.notifications.cachelistener; import org.infinispan.Cache; diff --git a/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/CacheEntriesEvicted.java b/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/CacheEntriesEvicted.java index 811b01a04e5f..11425ce34095 100644 --- a/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/CacheEntriesEvicted.java +++ b/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/CacheEntriesEvicted.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.notifications.cachelistener.annotation; import java.lang.annotation.ElementType; diff --git a/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/CacheEntryActivated.java b/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/CacheEntryActivated.java index a0945ede214b..d34c3fa1f930 100644 --- a/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/CacheEntryActivated.java +++ b/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/CacheEntryActivated.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.notifications.cachelistener.annotation; import java.lang.annotation.ElementType; diff --git a/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/CacheEntryCreated.java b/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/CacheEntryCreated.java index b6aa0890ba08..1e83e93229eb 100644 --- a/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/CacheEntryCreated.java +++ b/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/CacheEntryCreated.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.notifications.cachelistener.annotation; import java.lang.annotation.ElementType; diff --git a/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/CacheEntryEvicted.java b/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/CacheEntryEvicted.java index 614239ca97fc..b496ad201dd6 100644 --- a/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/CacheEntryEvicted.java +++ b/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/CacheEntryEvicted.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.notifications.cachelistener.annotation; import java.lang.annotation.ElementType; diff --git a/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/CacheEntryInvalidated.java b/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/CacheEntryInvalidated.java index ef659d67be8a..5959baaef515 100644 --- a/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/CacheEntryInvalidated.java +++ b/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/CacheEntryInvalidated.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.notifications.cachelistener.annotation; import java.lang.annotation.ElementType; diff --git a/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/CacheEntryLoaded.java b/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/CacheEntryLoaded.java index 26b29261aec9..b3f4f35f4fb0 100644 --- a/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/CacheEntryLoaded.java +++ b/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/CacheEntryLoaded.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.notifications.cachelistener.annotation; import org.infinispan.loaders.CacheLoader; diff --git a/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/CacheEntryModified.java b/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/CacheEntryModified.java index 2c5627861a05..e2ee34a85bb4 100644 --- a/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/CacheEntryModified.java +++ b/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/CacheEntryModified.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.notifications.cachelistener.annotation; import java.lang.annotation.ElementType; diff --git a/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/CacheEntryPassivated.java b/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/CacheEntryPassivated.java index 97678dc19f76..60eaf4782036 100644 --- a/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/CacheEntryPassivated.java +++ b/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/CacheEntryPassivated.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.notifications.cachelistener.annotation; import java.lang.annotation.ElementType; diff --git a/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/CacheEntryRemoved.java b/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/CacheEntryRemoved.java index 632cccc1c44b..b427237ab3ea 100644 --- a/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/CacheEntryRemoved.java +++ b/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/CacheEntryRemoved.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.notifications.cachelistener.annotation; import java.lang.annotation.ElementType; diff --git a/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/CacheEntryVisited.java b/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/CacheEntryVisited.java index 1e3ac1e421b6..522177793af5 100644 --- a/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/CacheEntryVisited.java +++ b/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/CacheEntryVisited.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.notifications.cachelistener.annotation; import java.lang.annotation.ElementType; diff --git a/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/DataRehashed.java b/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/DataRehashed.java index a7adc8e3866e..e90d21c68a16 100644 --- a/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/DataRehashed.java +++ b/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/DataRehashed.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.notifications.cachelistener.annotation; import org.infinispan.configuration.cache.CacheMode; diff --git a/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/TopologyChanged.java b/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/TopologyChanged.java index e0dd10ba6227..78db14ed42d3 100644 --- a/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/TopologyChanged.java +++ b/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/TopologyChanged.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.notifications.cachelistener.annotation; import org.infinispan.config.Configuration; diff --git a/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/TransactionCompleted.java b/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/TransactionCompleted.java index 1bd1a788da00..aa3abfdf0781 100644 --- a/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/TransactionCompleted.java +++ b/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/TransactionCompleted.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.notifications.cachelistener.annotation; import java.lang.annotation.ElementType; diff --git a/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/TransactionRegistered.java b/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/TransactionRegistered.java index 1c59bf65471b..7ee39b0e8ae9 100644 --- a/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/TransactionRegistered.java +++ b/core/src/main/java/org/infinispan/notifications/cachelistener/annotation/TransactionRegistered.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.notifications.cachelistener.annotation; import java.lang.annotation.ElementType; diff --git a/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntriesEvictedEvent.java b/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntriesEvictedEvent.java index 8930777aa1c8..28a420a75e7f 100644 --- a/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntriesEvictedEvent.java +++ b/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntriesEvictedEvent.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.notifications.cachelistener.event; import java.util.Map; diff --git a/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntryActivatedEvent.java b/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntryActivatedEvent.java index 5ad7f08387ce..09b93213d1cc 100644 --- a/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntryActivatedEvent.java +++ b/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntryActivatedEvent.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.notifications.cachelistener.event; /** diff --git a/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntryCreatedEvent.java b/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntryCreatedEvent.java index 5841dc7edf76..204b19193b0e 100644 --- a/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntryCreatedEvent.java +++ b/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntryCreatedEvent.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.notifications.cachelistener.event; /** diff --git a/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntryEvent.java b/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntryEvent.java index 1f5bb1156b1b..6d3dcfc47cef 100644 --- a/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntryEvent.java +++ b/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntryEvent.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.notifications.cachelistener.event; /** diff --git a/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntryEvictedEvent.java b/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntryEvictedEvent.java index 701bf03b5fac..d638c639e40e 100644 --- a/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntryEvictedEvent.java +++ b/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntryEvictedEvent.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.notifications.cachelistener.event; /** diff --git a/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntryInvalidatedEvent.java b/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntryInvalidatedEvent.java index 489ba6921dfa..06310729d668 100644 --- a/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntryInvalidatedEvent.java +++ b/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntryInvalidatedEvent.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.notifications.cachelistener.event; /** diff --git a/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntryLoadedEvent.java b/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntryLoadedEvent.java index 8f1dd93f4427..7af55f2eb7d6 100644 --- a/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntryLoadedEvent.java +++ b/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntryLoadedEvent.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.notifications.cachelistener.event; /** diff --git a/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntryModifiedEvent.java b/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntryModifiedEvent.java index 47b90df3d8a6..7dbf92d28fff 100644 --- a/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntryModifiedEvent.java +++ b/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntryModifiedEvent.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.notifications.cachelistener.event; /** diff --git a/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntryPassivatedEvent.java b/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntryPassivatedEvent.java index f45960a1f95e..6d2050917c52 100644 --- a/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntryPassivatedEvent.java +++ b/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntryPassivatedEvent.java @@ -1,21 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ package org.infinispan.notifications.cachelistener.event; /** diff --git a/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntryRemovedEvent.java b/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntryRemovedEvent.java index 83a3f33b377f..d83130ae19cc 100644 --- a/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntryRemovedEvent.java +++ b/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntryRemovedEvent.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.notifications.cachelistener.event; /** diff --git a/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntryVisitedEvent.java b/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntryVisitedEvent.java index 4fac45526017..fdbcf0707d2d 100644 --- a/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntryVisitedEvent.java +++ b/core/src/main/java/org/infinispan/notifications/cachelistener/event/CacheEntryVisitedEvent.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.notifications.cachelistener.event; /** diff --git a/core/src/main/java/org/infinispan/notifications/cachelistener/event/DataRehashedEvent.java b/core/src/main/java/org/infinispan/notifications/cachelistener/event/DataRehashedEvent.java index 20c795af5109..3647125163c0 100644 --- a/core/src/main/java/org/infinispan/notifications/cachelistener/event/DataRehashedEvent.java +++ b/core/src/main/java/org/infinispan/notifications/cachelistener/event/DataRehashedEvent.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.notifications.cachelistener.event; import org.infinispan.distribution.ch.ConsistentHash; diff --git a/core/src/main/java/org/infinispan/notifications/cachelistener/event/Event.java b/core/src/main/java/org/infinispan/notifications/cachelistener/event/Event.java index c8471a569aed..faf89c0fa07a 100644 --- a/core/src/main/java/org/infinispan/notifications/cachelistener/event/Event.java +++ b/core/src/main/java/org/infinispan/notifications/cachelistener/event/Event.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.notifications.cachelistener.event; import org.infinispan.Cache; diff --git a/core/src/main/java/org/infinispan/notifications/cachelistener/event/EventImpl.java b/core/src/main/java/org/infinispan/notifications/cachelistener/event/EventImpl.java index ff1f63df8af8..c46dd673de87 100644 --- a/core/src/main/java/org/infinispan/notifications/cachelistener/event/EventImpl.java +++ b/core/src/main/java/org/infinispan/notifications/cachelistener/event/EventImpl.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.notifications.cachelistener.event; import net.jcip.annotations.NotThreadSafe; diff --git a/core/src/main/java/org/infinispan/notifications/cachelistener/event/TopologyChangedEvent.java b/core/src/main/java/org/infinispan/notifications/cachelistener/event/TopologyChangedEvent.java index 35d98f4ee278..310c7117b938 100644 --- a/core/src/main/java/org/infinispan/notifications/cachelistener/event/TopologyChangedEvent.java +++ b/core/src/main/java/org/infinispan/notifications/cachelistener/event/TopologyChangedEvent.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.notifications.cachelistener.event; import org.infinispan.distribution.ch.ConsistentHash; diff --git a/core/src/main/java/org/infinispan/notifications/cachelistener/event/TransactionCompletedEvent.java b/core/src/main/java/org/infinispan/notifications/cachelistener/event/TransactionCompletedEvent.java index a3b8acde4364..0f373334eb0a 100644 --- a/core/src/main/java/org/infinispan/notifications/cachelistener/event/TransactionCompletedEvent.java +++ b/core/src/main/java/org/infinispan/notifications/cachelistener/event/TransactionCompletedEvent.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.notifications.cachelistener.event; /** diff --git a/core/src/main/java/org/infinispan/notifications/cachelistener/event/TransactionRegisteredEvent.java b/core/src/main/java/org/infinispan/notifications/cachelistener/event/TransactionRegisteredEvent.java index 9dfde3786c45..527ae1b6a795 100644 --- a/core/src/main/java/org/infinispan/notifications/cachelistener/event/TransactionRegisteredEvent.java +++ b/core/src/main/java/org/infinispan/notifications/cachelistener/event/TransactionRegisteredEvent.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.notifications.cachelistener.event; /** diff --git a/core/src/main/java/org/infinispan/notifications/cachelistener/event/TransactionalEvent.java b/core/src/main/java/org/infinispan/notifications/cachelistener/event/TransactionalEvent.java index c04497af8ade..3821cedeeee7 100644 --- a/core/src/main/java/org/infinispan/notifications/cachelistener/event/TransactionalEvent.java +++ b/core/src/main/java/org/infinispan/notifications/cachelistener/event/TransactionalEvent.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.notifications.cachelistener.event; import org.infinispan.transaction.xa.GlobalTransaction; diff --git a/core/src/main/java/org/infinispan/notifications/cachelistener/package-info.java b/core/src/main/java/org/infinispan/notifications/cachelistener/package-info.java index 7355bb3eec52..8c5006189870 100644 --- a/core/src/main/java/org/infinispan/notifications/cachelistener/package-info.java +++ b/core/src/main/java/org/infinispan/notifications/cachelistener/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * {@link Cache}-specific notifications and eventing. */ diff --git a/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/CacheManagerNotifier.java b/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/CacheManagerNotifier.java index 6f11fbca0eed..f60b84d1e0ce 100644 --- a/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/CacheManagerNotifier.java +++ b/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/CacheManagerNotifier.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.notifications.cachemanagerlistener; import org.infinispan.factories.annotations.SurvivesRestarts; diff --git a/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/CacheManagerNotifierImpl.java b/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/CacheManagerNotifierImpl.java index c20495a7cacd..6f5e59e6326b 100644 --- a/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/CacheManagerNotifierImpl.java +++ b/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/CacheManagerNotifierImpl.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.notifications.cachemanagerlistener; import org.infinispan.factories.annotations.Inject; diff --git a/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/annotation/CacheStarted.java b/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/annotation/CacheStarted.java index 41a68b49544e..f27098c30fce 100644 --- a/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/annotation/CacheStarted.java +++ b/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/annotation/CacheStarted.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.notifications.cachemanagerlistener.annotation; import java.lang.annotation.ElementType; diff --git a/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/annotation/CacheStopped.java b/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/annotation/CacheStopped.java index e067de0b42e2..2ae0aa102bbc 100644 --- a/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/annotation/CacheStopped.java +++ b/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/annotation/CacheStopped.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.notifications.cachemanagerlistener.annotation; import java.lang.annotation.ElementType; diff --git a/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/annotation/Merged.java b/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/annotation/Merged.java index 3bc14c59e50a..faa7aae77b62 100644 --- a/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/annotation/Merged.java +++ b/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/annotation/Merged.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.notifications.cachemanagerlistener.annotation; import java.lang.annotation.ElementType; diff --git a/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/annotation/ViewChanged.java b/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/annotation/ViewChanged.java index ea61c0235793..aaecb3ee97e1 100644 --- a/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/annotation/ViewChanged.java +++ b/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/annotation/ViewChanged.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.notifications.cachemanagerlistener.annotation; import java.lang.annotation.ElementType; diff --git a/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/event/CacheStartedEvent.java b/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/event/CacheStartedEvent.java index 83acbf18c31d..dece98a7be58 100644 --- a/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/event/CacheStartedEvent.java +++ b/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/event/CacheStartedEvent.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.notifications.cachemanagerlistener.event; /** diff --git a/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/event/CacheStoppedEvent.java b/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/event/CacheStoppedEvent.java index 40d579736113..f26669affff0 100644 --- a/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/event/CacheStoppedEvent.java +++ b/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/event/CacheStoppedEvent.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.notifications.cachemanagerlistener.event; /** diff --git a/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/event/Event.java b/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/event/Event.java index b343a8092b34..471b76d0ae47 100644 --- a/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/event/Event.java +++ b/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/event/Event.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.notifications.cachemanagerlistener.event; import org.infinispan.manager.EmbeddedCacheManager; diff --git a/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/event/EventImpl.java b/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/event/EventImpl.java index 74f88326f772..ecb48061c81d 100644 --- a/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/event/EventImpl.java +++ b/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/event/EventImpl.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.notifications.cachemanagerlistener.event; import org.infinispan.commons.util.InfinispanCollections; diff --git a/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/event/MergeEvent.java b/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/event/MergeEvent.java index efc4d8d1c572..c4112aa5b0ba 100644 --- a/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/event/MergeEvent.java +++ b/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/event/MergeEvent.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.notifications.cachemanagerlistener.event; import org.infinispan.remoting.transport.Address; diff --git a/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/event/ViewChangedEvent.java b/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/event/ViewChangedEvent.java index 40cedfed1e55..03856032f714 100644 --- a/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/event/ViewChangedEvent.java +++ b/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/event/ViewChangedEvent.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.notifications.cachemanagerlistener.event; import org.infinispan.remoting.transport.Address; diff --git a/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/package-info.java b/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/package-info.java index 5e823401dce1..b587134e46bb 100644 --- a/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/package-info.java +++ b/core/src/main/java/org/infinispan/notifications/cachemanagerlistener/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * {@link CacheManager}-specific notifications and eventing. */ diff --git a/core/src/main/java/org/infinispan/notifications/package-info.java b/core/src/main/java/org/infinispan/notifications/package-info.java index 4a64de32edef..a715caeaf907 100644 --- a/core/src/main/java/org/infinispan/notifications/package-info.java +++ b/core/src/main/java/org/infinispan/notifications/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Notifications and eventing for listeners on both the Cache and CacheManager interfaces. */ diff --git a/core/src/main/java/org/infinispan/package-info.java b/core/src/main/java/org/infinispan/package-info.java index 84bbb6ce3c73..60541523ac19 100644 --- a/core/src/main/java/org/infinispan/package-info.java +++ b/core/src/main/java/org/infinispan/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * This is the core of Infinispan, a distributed, transactional, highly scalable data grid * platform. For more information on Infinispan, please read the documentation, tutorials diff --git a/core/src/main/java/org/infinispan/remoting/InboundInvocationHandler.java b/core/src/main/java/org/infinispan/remoting/InboundInvocationHandler.java index c46a7e1e3acf..1a3013d8a427 100644 --- a/core/src/main/java/org/infinispan/remoting/InboundInvocationHandler.java +++ b/core/src/main/java/org/infinispan/remoting/InboundInvocationHandler.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.remoting; import org.infinispan.commands.remote.CacheRpcCommand; diff --git a/core/src/main/java/org/infinispan/remoting/InboundInvocationHandlerImpl.java b/core/src/main/java/org/infinispan/remoting/InboundInvocationHandlerImpl.java index f7beb50fba28..a90a245f3670 100644 --- a/core/src/main/java/org/infinispan/remoting/InboundInvocationHandlerImpl.java +++ b/core/src/main/java/org/infinispan/remoting/InboundInvocationHandlerImpl.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.remoting; import org.infinispan.commands.CancellableCommand; diff --git a/core/src/main/java/org/infinispan/remoting/MIMECacheEntry.java b/core/src/main/java/org/infinispan/remoting/MIMECacheEntry.java index 203af3491f07..dbd0eed6003d 100644 --- a/core/src/main/java/org/infinispan/remoting/MIMECacheEntry.java +++ b/core/src/main/java/org/infinispan/remoting/MIMECacheEntry.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.remoting; import java.io.Serializable; diff --git a/core/src/main/java/org/infinispan/remoting/RemoteException.java b/core/src/main/java/org/infinispan/remoting/RemoteException.java index 04bae061f298..9d323aac6307 100644 --- a/core/src/main/java/org/infinispan/remoting/RemoteException.java +++ b/core/src/main/java/org/infinispan/remoting/RemoteException.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.remoting; import org.infinispan.commons.CacheException; diff --git a/core/src/main/java/org/infinispan/remoting/ReplicationQueue.java b/core/src/main/java/org/infinispan/remoting/ReplicationQueue.java index 8dddcdfd6439..5ce0ef75020e 100644 --- a/core/src/main/java/org/infinispan/remoting/ReplicationQueue.java +++ b/core/src/main/java/org/infinispan/remoting/ReplicationQueue.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.remoting; import org.infinispan.commands.ReplicableCommand; diff --git a/core/src/main/java/org/infinispan/remoting/ReplicationQueueImpl.java b/core/src/main/java/org/infinispan/remoting/ReplicationQueueImpl.java index c9c75e0f2bb2..0c546b941b35 100644 --- a/core/src/main/java/org/infinispan/remoting/ReplicationQueueImpl.java +++ b/core/src/main/java/org/infinispan/remoting/ReplicationQueueImpl.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.remoting; import org.infinispan.Cache; diff --git a/core/src/main/java/org/infinispan/remoting/RpcException.java b/core/src/main/java/org/infinispan/remoting/RpcException.java index 1c45a89bda53..d12ea1c0ad28 100644 --- a/core/src/main/java/org/infinispan/remoting/RpcException.java +++ b/core/src/main/java/org/infinispan/remoting/RpcException.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.remoting; import org.infinispan.commons.CacheException; diff --git a/core/src/main/java/org/infinispan/remoting/package-info.java b/core/src/main/java/org/infinispan/remoting/package-info.java index 903cd20d8d21..394663656358 100644 --- a/core/src/main/java/org/infinispan/remoting/package-info.java +++ b/core/src/main/java/org/infinispan/remoting/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Remote communication between cache instances. */ diff --git a/core/src/main/java/org/infinispan/remoting/responses/ClusteredGetResponseValidityFilter.java b/core/src/main/java/org/infinispan/remoting/responses/ClusteredGetResponseValidityFilter.java index 82b8358cc7de..c98da4048a44 100644 --- a/core/src/main/java/org/infinispan/remoting/responses/ClusteredGetResponseValidityFilter.java +++ b/core/src/main/java/org/infinispan/remoting/responses/ClusteredGetResponseValidityFilter.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.remoting.responses; import org.infinispan.remoting.rpc.ResponseFilter; diff --git a/core/src/main/java/org/infinispan/remoting/responses/DefaultResponseGenerator.java b/core/src/main/java/org/infinispan/remoting/responses/DefaultResponseGenerator.java index f486bb726ea2..547d8bae4577 100644 --- a/core/src/main/java/org/infinispan/remoting/responses/DefaultResponseGenerator.java +++ b/core/src/main/java/org/infinispan/remoting/responses/DefaultResponseGenerator.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.remoting.responses; import org.infinispan.commands.remote.CacheRpcCommand; diff --git a/core/src/main/java/org/infinispan/remoting/responses/DistributionResponseGenerator.java b/core/src/main/java/org/infinispan/remoting/responses/DistributionResponseGenerator.java index aeed760413fe..88cd3541413d 100644 --- a/core/src/main/java/org/infinispan/remoting/responses/DistributionResponseGenerator.java +++ b/core/src/main/java/org/infinispan/remoting/responses/DistributionResponseGenerator.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.remoting.responses; import org.infinispan.commands.ReplicableCommand; diff --git a/core/src/main/java/org/infinispan/remoting/responses/ExceptionResponse.java b/core/src/main/java/org/infinispan/remoting/responses/ExceptionResponse.java index c216d0cf96d3..19a4321d5075 100644 --- a/core/src/main/java/org/infinispan/remoting/responses/ExceptionResponse.java +++ b/core/src/main/java/org/infinispan/remoting/responses/ExceptionResponse.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.remoting.responses; import java.io.IOException; diff --git a/core/src/main/java/org/infinispan/remoting/responses/IgnoreExtraResponsesValidityFilter.java b/core/src/main/java/org/infinispan/remoting/responses/IgnoreExtraResponsesValidityFilter.java index bdbb0517bcf1..3d9be4b70bb6 100644 --- a/core/src/main/java/org/infinispan/remoting/responses/IgnoreExtraResponsesValidityFilter.java +++ b/core/src/main/java/org/infinispan/remoting/responses/IgnoreExtraResponsesValidityFilter.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.remoting.responses; import org.infinispan.remoting.rpc.ResponseFilter; diff --git a/core/src/main/java/org/infinispan/remoting/responses/InvalidResponse.java b/core/src/main/java/org/infinispan/remoting/responses/InvalidResponse.java index 08b001501ac3..5033763649a1 100644 --- a/core/src/main/java/org/infinispan/remoting/responses/InvalidResponse.java +++ b/core/src/main/java/org/infinispan/remoting/responses/InvalidResponse.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.remoting.responses; /** diff --git a/core/src/main/java/org/infinispan/remoting/responses/KeysValidateFilter.java b/core/src/main/java/org/infinispan/remoting/responses/KeysValidateFilter.java index e017c838db7c..12cf954da020 100644 --- a/core/src/main/java/org/infinispan/remoting/responses/KeysValidateFilter.java +++ b/core/src/main/java/org/infinispan/remoting/responses/KeysValidateFilter.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.remoting.responses; import org.infinispan.container.versioning.EntryVersionsMap; diff --git a/core/src/main/java/org/infinispan/remoting/responses/NoReturnValuesDistributionResponseGenerator.java b/core/src/main/java/org/infinispan/remoting/responses/NoReturnValuesDistributionResponseGenerator.java index 27a8c280d521..9e8a90e349c3 100644 --- a/core/src/main/java/org/infinispan/remoting/responses/NoReturnValuesDistributionResponseGenerator.java +++ b/core/src/main/java/org/infinispan/remoting/responses/NoReturnValuesDistributionResponseGenerator.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.remoting.responses; import org.infinispan.commands.write.WriteCommand; diff --git a/core/src/main/java/org/infinispan/remoting/responses/Response.java b/core/src/main/java/org/infinispan/remoting/responses/Response.java index bd384260096d..290cb7e27804 100644 --- a/core/src/main/java/org/infinispan/remoting/responses/Response.java +++ b/core/src/main/java/org/infinispan/remoting/responses/Response.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.remoting.responses; /** diff --git a/core/src/main/java/org/infinispan/remoting/responses/ResponseGenerator.java b/core/src/main/java/org/infinispan/remoting/responses/ResponseGenerator.java index 2f81be86f233..328613b79005 100644 --- a/core/src/main/java/org/infinispan/remoting/responses/ResponseGenerator.java +++ b/core/src/main/java/org/infinispan/remoting/responses/ResponseGenerator.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.remoting.responses; import org.infinispan.commands.remote.CacheRpcCommand; diff --git a/core/src/main/java/org/infinispan/remoting/responses/SelfDeliverFilter.java b/core/src/main/java/org/infinispan/remoting/responses/SelfDeliverFilter.java index d99642f319bb..9637a537e8c8 100644 --- a/core/src/main/java/org/infinispan/remoting/responses/SelfDeliverFilter.java +++ b/core/src/main/java/org/infinispan/remoting/responses/SelfDeliverFilter.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.remoting.responses; import org.infinispan.remoting.rpc.ResponseFilter; diff --git a/core/src/main/java/org/infinispan/remoting/responses/SuccessfulResponse.java b/core/src/main/java/org/infinispan/remoting/responses/SuccessfulResponse.java index 4839162e6020..a2ea90793889 100644 --- a/core/src/main/java/org/infinispan/remoting/responses/SuccessfulResponse.java +++ b/core/src/main/java/org/infinispan/remoting/responses/SuccessfulResponse.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.remoting.responses; import java.io.IOException; diff --git a/core/src/main/java/org/infinispan/remoting/responses/UnsuccessfulResponse.java b/core/src/main/java/org/infinispan/remoting/responses/UnsuccessfulResponse.java index 0bec848c66b3..1d07b832ce23 100644 --- a/core/src/main/java/org/infinispan/remoting/responses/UnsuccessfulResponse.java +++ b/core/src/main/java/org/infinispan/remoting/responses/UnsuccessfulResponse.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.remoting.responses; import org.infinispan.commons.marshall.AbstractExternalizer; diff --git a/core/src/main/java/org/infinispan/remoting/responses/UnsureResponse.java b/core/src/main/java/org/infinispan/remoting/responses/UnsureResponse.java index e4fca5ee6703..b57cba872a87 100644 --- a/core/src/main/java/org/infinispan/remoting/responses/UnsureResponse.java +++ b/core/src/main/java/org/infinispan/remoting/responses/UnsureResponse.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.remoting.responses; import org.infinispan.commons.marshall.AbstractExternalizer; diff --git a/core/src/main/java/org/infinispan/remoting/responses/ValidResponse.java b/core/src/main/java/org/infinispan/remoting/responses/ValidResponse.java index 121bd43d4f7d..be1b9c612ded 100644 --- a/core/src/main/java/org/infinispan/remoting/responses/ValidResponse.java +++ b/core/src/main/java/org/infinispan/remoting/responses/ValidResponse.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.remoting.responses; /** diff --git a/core/src/main/java/org/infinispan/remoting/responses/package-info.java b/core/src/main/java/org/infinispan/remoting/responses/package-info.java index 1376600fafeb..5696fdc4bf06 100644 --- a/core/src/main/java/org/infinispan/remoting/responses/package-info.java +++ b/core/src/main/java/org/infinispan/remoting/responses/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Abstractions of the different response types allowed during RPC. */ diff --git a/core/src/main/java/org/infinispan/remoting/rpc/ResponseFilter.java b/core/src/main/java/org/infinispan/remoting/rpc/ResponseFilter.java index 0b82f74dd714..40ae9b8ca3b5 100644 --- a/core/src/main/java/org/infinispan/remoting/rpc/ResponseFilter.java +++ b/core/src/main/java/org/infinispan/remoting/rpc/ResponseFilter.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.remoting.rpc; import org.infinispan.remoting.responses.Response; diff --git a/core/src/main/java/org/infinispan/remoting/rpc/ResponseMode.java b/core/src/main/java/org/infinispan/remoting/rpc/ResponseMode.java index 1e75cf035391..6dcf08a9ea6f 100644 --- a/core/src/main/java/org/infinispan/remoting/rpc/ResponseMode.java +++ b/core/src/main/java/org/infinispan/remoting/rpc/ResponseMode.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.remoting.rpc; import org.infinispan.configuration.cache.Configuration; diff --git a/core/src/main/java/org/infinispan/remoting/rpc/RpcManager.java b/core/src/main/java/org/infinispan/remoting/rpc/RpcManager.java index f2ac96d05b9c..93d1614b457a 100644 --- a/core/src/main/java/org/infinispan/remoting/rpc/RpcManager.java +++ b/core/src/main/java/org/infinispan/remoting/rpc/RpcManager.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.remoting.rpc; import org.infinispan.commands.ReplicableCommand; diff --git a/core/src/main/java/org/infinispan/remoting/rpc/RpcManagerImpl.java b/core/src/main/java/org/infinispan/remoting/rpc/RpcManagerImpl.java index f3af5d31995e..527baa9e2967 100644 --- a/core/src/main/java/org/infinispan/remoting/rpc/RpcManagerImpl.java +++ b/core/src/main/java/org/infinispan/remoting/rpc/RpcManagerImpl.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.remoting.rpc; import org.infinispan.Cache; diff --git a/core/src/main/java/org/infinispan/remoting/rpc/RpcOptions.java b/core/src/main/java/org/infinispan/remoting/rpc/RpcOptions.java index c38b34b3574e..5e4725d00a61 100644 --- a/core/src/main/java/org/infinispan/remoting/rpc/RpcOptions.java +++ b/core/src/main/java/org/infinispan/remoting/rpc/RpcOptions.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.remoting.rpc; import java.util.concurrent.TimeUnit; diff --git a/core/src/main/java/org/infinispan/remoting/rpc/RpcOptionsBuilder.java b/core/src/main/java/org/infinispan/remoting/rpc/RpcOptionsBuilder.java index 3bc7d9c2b116..965df517bcc6 100644 --- a/core/src/main/java/org/infinispan/remoting/rpc/RpcOptionsBuilder.java +++ b/core/src/main/java/org/infinispan/remoting/rpc/RpcOptionsBuilder.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.remoting.rpc; import java.util.concurrent.TimeUnit; diff --git a/core/src/main/java/org/infinispan/remoting/rpc/package-info.java b/core/src/main/java/org/infinispan/remoting/rpc/package-info.java index c88f6802768f..f61e2dab250d 100644 --- a/core/src/main/java/org/infinispan/remoting/rpc/package-info.java +++ b/core/src/main/java/org/infinispan/remoting/rpc/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances. */ diff --git a/core/src/main/java/org/infinispan/remoting/transport/AbstractTransport.java b/core/src/main/java/org/infinispan/remoting/transport/AbstractTransport.java index c90982419f56..d23cc53c18f9 100644 --- a/core/src/main/java/org/infinispan/remoting/transport/AbstractTransport.java +++ b/core/src/main/java/org/infinispan/remoting/transport/AbstractTransport.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.remoting.transport; import org.infinispan.commons.CacheException; diff --git a/core/src/main/java/org/infinispan/remoting/transport/Address.java b/core/src/main/java/org/infinispan/remoting/transport/Address.java index 935acb22add3..07fc5dfef8f5 100644 --- a/core/src/main/java/org/infinispan/remoting/transport/Address.java +++ b/core/src/main/java/org/infinispan/remoting/transport/Address.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.remoting.transport; /** diff --git a/core/src/main/java/org/infinispan/remoting/transport/AggregateBackupResponse.java b/core/src/main/java/org/infinispan/remoting/transport/AggregateBackupResponse.java index 90e59abe6d0e..276f0a9431ea 100644 --- a/core/src/main/java/org/infinispan/remoting/transport/AggregateBackupResponse.java +++ b/core/src/main/java/org/infinispan/remoting/transport/AggregateBackupResponse.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.remoting.transport; import java.util.ArrayList; diff --git a/core/src/main/java/org/infinispan/remoting/transport/BackupResponse.java b/core/src/main/java/org/infinispan/remoting/transport/BackupResponse.java index 4600be0a078e..9c3f5b6adbd8 100644 --- a/core/src/main/java/org/infinispan/remoting/transport/BackupResponse.java +++ b/core/src/main/java/org/infinispan/remoting/transport/BackupResponse.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.remoting.transport; import java.util.Map; diff --git a/core/src/main/java/org/infinispan/remoting/transport/TopologyAwareAddress.java b/core/src/main/java/org/infinispan/remoting/transport/TopologyAwareAddress.java index b09232d12697..db9ab027addf 100644 --- a/core/src/main/java/org/infinispan/remoting/transport/TopologyAwareAddress.java +++ b/core/src/main/java/org/infinispan/remoting/transport/TopologyAwareAddress.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.remoting.transport; /** diff --git a/core/src/main/java/org/infinispan/remoting/transport/Transport.java b/core/src/main/java/org/infinispan/remoting/transport/Transport.java index b30d12781227..064f3d2771fe 100644 --- a/core/src/main/java/org/infinispan/remoting/transport/Transport.java +++ b/core/src/main/java/org/infinispan/remoting/transport/Transport.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.remoting.transport; import org.infinispan.commands.ReplicableCommand; diff --git a/core/src/main/java/org/infinispan/remoting/transport/jgroups/CommandAwareRpcDispatcher.java b/core/src/main/java/org/infinispan/remoting/transport/jgroups/CommandAwareRpcDispatcher.java index c1c6fcf64140..900c842ce6a2 100644 --- a/core/src/main/java/org/infinispan/remoting/transport/jgroups/CommandAwareRpcDispatcher.java +++ b/core/src/main/java/org/infinispan/remoting/transport/jgroups/CommandAwareRpcDispatcher.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.remoting.transport.jgroups; import net.jcip.annotations.GuardedBy; diff --git a/core/src/main/java/org/infinispan/remoting/transport/jgroups/JGroupsAddress.java b/core/src/main/java/org/infinispan/remoting/transport/jgroups/JGroupsAddress.java index cbaec600a150..f0f25460e917 100644 --- a/core/src/main/java/org/infinispan/remoting/transport/jgroups/JGroupsAddress.java +++ b/core/src/main/java/org/infinispan/remoting/transport/jgroups/JGroupsAddress.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.remoting.transport.jgroups; import java.io.IOException; diff --git a/core/src/main/java/org/infinispan/remoting/transport/jgroups/JGroupsBackupResponse.java b/core/src/main/java/org/infinispan/remoting/transport/jgroups/JGroupsBackupResponse.java index 35a4c5bad268..3de73e288cb6 100644 --- a/core/src/main/java/org/infinispan/remoting/transport/jgroups/JGroupsBackupResponse.java +++ b/core/src/main/java/org/infinispan/remoting/transport/jgroups/JGroupsBackupResponse.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.remoting.transport.jgroups; import org.infinispan.commons.util.InfinispanCollections; diff --git a/core/src/main/java/org/infinispan/remoting/transport/jgroups/JGroupsChannelLookup.java b/core/src/main/java/org/infinispan/remoting/transport/jgroups/JGroupsChannelLookup.java index a3b9aaae7f63..861007e2e05e 100644 --- a/core/src/main/java/org/infinispan/remoting/transport/jgroups/JGroupsChannelLookup.java +++ b/core/src/main/java/org/infinispan/remoting/transport/jgroups/JGroupsChannelLookup.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.remoting.transport.jgroups; import org.jgroups.Channel; diff --git a/core/src/main/java/org/infinispan/remoting/transport/jgroups/JGroupsResponseFilterAdapter.java b/core/src/main/java/org/infinispan/remoting/transport/jgroups/JGroupsResponseFilterAdapter.java index 8611b448a214..5b52908a5826 100644 --- a/core/src/main/java/org/infinispan/remoting/transport/jgroups/JGroupsResponseFilterAdapter.java +++ b/core/src/main/java/org/infinispan/remoting/transport/jgroups/JGroupsResponseFilterAdapter.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.remoting.transport.jgroups; import org.infinispan.remoting.rpc.ResponseFilter; diff --git a/core/src/main/java/org/infinispan/remoting/transport/jgroups/JGroupsTopologyAwareAddress.java b/core/src/main/java/org/infinispan/remoting/transport/jgroups/JGroupsTopologyAwareAddress.java index a2903b5438bf..268050a8ca1c 100644 --- a/core/src/main/java/org/infinispan/remoting/transport/jgroups/JGroupsTopologyAwareAddress.java +++ b/core/src/main/java/org/infinispan/remoting/transport/jgroups/JGroupsTopologyAwareAddress.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.remoting.transport.jgroups; import org.infinispan.commons.marshall.AdvancedExternalizer; diff --git a/core/src/main/java/org/infinispan/remoting/transport/jgroups/JGroupsTransport.java b/core/src/main/java/org/infinispan/remoting/transport/jgroups/JGroupsTransport.java index c354e152d5b8..33e52b133fdd 100644 --- a/core/src/main/java/org/infinispan/remoting/transport/jgroups/JGroupsTransport.java +++ b/core/src/main/java/org/infinispan/remoting/transport/jgroups/JGroupsTransport.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.remoting.transport.jgroups; import org.infinispan.commands.ReplicableCommand; diff --git a/core/src/main/java/org/infinispan/remoting/transport/jgroups/MarshallerAdapter.java b/core/src/main/java/org/infinispan/remoting/transport/jgroups/MarshallerAdapter.java index d3a51da97f33..57562d573e75 100644 --- a/core/src/main/java/org/infinispan/remoting/transport/jgroups/MarshallerAdapter.java +++ b/core/src/main/java/org/infinispan/remoting/transport/jgroups/MarshallerAdapter.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.remoting.transport.jgroups; import org.infinispan.commons.io.ByteBuffer; diff --git a/core/src/main/java/org/infinispan/remoting/transport/jgroups/SuspectException.java b/core/src/main/java/org/infinispan/remoting/transport/jgroups/SuspectException.java index 5a7bc0327045..e590b0ec9b64 100644 --- a/core/src/main/java/org/infinispan/remoting/transport/jgroups/SuspectException.java +++ b/core/src/main/java/org/infinispan/remoting/transport/jgroups/SuspectException.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.remoting.transport.jgroups; import org.infinispan.commons.CacheException; diff --git a/core/src/main/java/org/infinispan/remoting/transport/jgroups/package-info.java b/core/src/main/java/org/infinispan/remoting/transport/jgroups/package-info.java index be377f9ea1da..fa59ceb1354e 100644 --- a/core/src/main/java/org/infinispan/remoting/transport/jgroups/package-info.java +++ b/core/src/main/java/org/infinispan/remoting/transport/jgroups/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * A transport implementation based on JGroups. */ diff --git a/core/src/main/java/org/infinispan/remoting/transport/package-info.java b/core/src/main/java/org/infinispan/remoting/transport/package-info.java index 5ee71ae2f52c..fcf9ab428ff6 100644 --- a/core/src/main/java/org/infinispan/remoting/transport/package-info.java +++ b/core/src/main/java/org/infinispan/remoting/transport/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Transports handle the low-level networking, used by the remoting components. */ diff --git a/core/src/main/java/org/infinispan/statetransfer/AffectedKeysVisitor.java b/core/src/main/java/org/infinispan/statetransfer/AffectedKeysVisitor.java index 18999620ad11..2c2e6782ddb9 100644 --- a/core/src/main/java/org/infinispan/statetransfer/AffectedKeysVisitor.java +++ b/core/src/main/java/org/infinispan/statetransfer/AffectedKeysVisitor.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.statetransfer; import org.infinispan.commands.AbstractVisitor; diff --git a/core/src/main/java/org/infinispan/statetransfer/InboundTransferTask.java b/core/src/main/java/org/infinispan/statetransfer/InboundTransferTask.java index d422c0da8f69..f466f9adeff8 100644 --- a/core/src/main/java/org/infinispan/statetransfer/InboundTransferTask.java +++ b/core/src/main/java/org/infinispan/statetransfer/InboundTransferTask.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.statetransfer; import org.infinispan.commands.CommandsFactory; diff --git a/core/src/main/java/org/infinispan/statetransfer/OutboundTransferTask.java b/core/src/main/java/org/infinispan/statetransfer/OutboundTransferTask.java index 9589e6477f34..966a24d1232c 100644 --- a/core/src/main/java/org/infinispan/statetransfer/OutboundTransferTask.java +++ b/core/src/main/java/org/infinispan/statetransfer/OutboundTransferTask.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.statetransfer; import org.infinispan.commands.CommandsFactory; diff --git a/core/src/main/java/org/infinispan/statetransfer/StateChunk.java b/core/src/main/java/org/infinispan/statetransfer/StateChunk.java index aa8995dcb259..b2825c57b702 100644 --- a/core/src/main/java/org/infinispan/statetransfer/StateChunk.java +++ b/core/src/main/java/org/infinispan/statetransfer/StateChunk.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.statetransfer; import org.infinispan.container.entries.InternalCacheEntry; diff --git a/core/src/main/java/org/infinispan/statetransfer/StateConsumer.java b/core/src/main/java/org/infinispan/statetransfer/StateConsumer.java index 1142d10ad91b..cbf460b44b52 100644 --- a/core/src/main/java/org/infinispan/statetransfer/StateConsumer.java +++ b/core/src/main/java/org/infinispan/statetransfer/StateConsumer.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.statetransfer; import org.infinispan.factories.scopes.Scope; diff --git a/core/src/main/java/org/infinispan/statetransfer/StateConsumerImpl.java b/core/src/main/java/org/infinispan/statetransfer/StateConsumerImpl.java index c90d417bcb2d..e464b2ceedf7 100644 --- a/core/src/main/java/org/infinispan/statetransfer/StateConsumerImpl.java +++ b/core/src/main/java/org/infinispan/statetransfer/StateConsumerImpl.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.statetransfer; import org.infinispan.Cache; diff --git a/core/src/main/java/org/infinispan/statetransfer/StateProvider.java b/core/src/main/java/org/infinispan/statetransfer/StateProvider.java index bce10db2b0c2..94d398583df9 100644 --- a/core/src/main/java/org/infinispan/statetransfer/StateProvider.java +++ b/core/src/main/java/org/infinispan/statetransfer/StateProvider.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.statetransfer; import org.infinispan.factories.scopes.Scope; diff --git a/core/src/main/java/org/infinispan/statetransfer/StateProviderImpl.java b/core/src/main/java/org/infinispan/statetransfer/StateProviderImpl.java index ca49f86283fb..f5376d8f7b8b 100644 --- a/core/src/main/java/org/infinispan/statetransfer/StateProviderImpl.java +++ b/core/src/main/java/org/infinispan/statetransfer/StateProviderImpl.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.statetransfer; import org.infinispan.Cache; diff --git a/core/src/main/java/org/infinispan/statetransfer/StateRequestCommand.java b/core/src/main/java/org/infinispan/statetransfer/StateRequestCommand.java index 49f13af81f93..d65b9f5ef069 100644 --- a/core/src/main/java/org/infinispan/statetransfer/StateRequestCommand.java +++ b/core/src/main/java/org/infinispan/statetransfer/StateRequestCommand.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.statetransfer; import org.infinispan.commands.remote.BaseRpcCommand; diff --git a/core/src/main/java/org/infinispan/statetransfer/StateResponseCommand.java b/core/src/main/java/org/infinispan/statetransfer/StateResponseCommand.java index 039c57d8a82d..b7f4c6fdcc63 100644 --- a/core/src/main/java/org/infinispan/statetransfer/StateResponseCommand.java +++ b/core/src/main/java/org/infinispan/statetransfer/StateResponseCommand.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.statetransfer; import org.infinispan.commands.remote.BaseRpcCommand; diff --git a/core/src/main/java/org/infinispan/statetransfer/StateTransferInterceptor.java b/core/src/main/java/org/infinispan/statetransfer/StateTransferInterceptor.java index de49061661ed..2a1d2e1fdd0a 100644 --- a/core/src/main/java/org/infinispan/statetransfer/StateTransferInterceptor.java +++ b/core/src/main/java/org/infinispan/statetransfer/StateTransferInterceptor.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.statetransfer; import org.infinispan.commands.CommandsFactory; diff --git a/core/src/main/java/org/infinispan/statetransfer/StateTransferLock.java b/core/src/main/java/org/infinispan/statetransfer/StateTransferLock.java index 91f2ba6c4737..904d0da77229 100644 --- a/core/src/main/java/org/infinispan/statetransfer/StateTransferLock.java +++ b/core/src/main/java/org/infinispan/statetransfer/StateTransferLock.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.statetransfer; import org.infinispan.factories.scopes.Scope; diff --git a/core/src/main/java/org/infinispan/statetransfer/StateTransferLockImpl.java b/core/src/main/java/org/infinispan/statetransfer/StateTransferLockImpl.java index a0d282f919e8..2b55cce264d3 100644 --- a/core/src/main/java/org/infinispan/statetransfer/StateTransferLockImpl.java +++ b/core/src/main/java/org/infinispan/statetransfer/StateTransferLockImpl.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.statetransfer; import org.infinispan.util.logging.Log; diff --git a/core/src/main/java/org/infinispan/statetransfer/StateTransferManager.java b/core/src/main/java/org/infinispan/statetransfer/StateTransferManager.java index 969c4bc6ffb8..48e2e2ca44e3 100644 --- a/core/src/main/java/org/infinispan/statetransfer/StateTransferManager.java +++ b/core/src/main/java/org/infinispan/statetransfer/StateTransferManager.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.statetransfer; import org.infinispan.commands.TopologyAffectedCommand; diff --git a/core/src/main/java/org/infinispan/statetransfer/StateTransferManagerImpl.java b/core/src/main/java/org/infinispan/statetransfer/StateTransferManagerImpl.java index 797594fec1a8..9eb49ff131c3 100644 --- a/core/src/main/java/org/infinispan/statetransfer/StateTransferManagerImpl.java +++ b/core/src/main/java/org/infinispan/statetransfer/StateTransferManagerImpl.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.statetransfer; import java.util.HashSet; diff --git a/core/src/main/java/org/infinispan/statetransfer/TransactionInfo.java b/core/src/main/java/org/infinispan/statetransfer/TransactionInfo.java index b70a7ded050c..f69870283589 100644 --- a/core/src/main/java/org/infinispan/statetransfer/TransactionInfo.java +++ b/core/src/main/java/org/infinispan/statetransfer/TransactionInfo.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.statetransfer; import org.infinispan.commands.write.WriteCommand; diff --git a/core/src/main/java/org/infinispan/statetransfer/TransactionSynchronizerInterceptor.java b/core/src/main/java/org/infinispan/statetransfer/TransactionSynchronizerInterceptor.java index b19dfbbfc1b1..f35ddf94ce63 100644 --- a/core/src/main/java/org/infinispan/statetransfer/TransactionSynchronizerInterceptor.java +++ b/core/src/main/java/org/infinispan/statetransfer/TransactionSynchronizerInterceptor.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.statetransfer; import org.infinispan.commands.control.LockControlCommand; diff --git a/core/src/main/java/org/infinispan/statetransfer/package-info.java b/core/src/main/java/org/infinispan/statetransfer/package-info.java index 7b4495afad57..8228dc15bea1 100644 --- a/core/src/main/java/org/infinispan/statetransfer/package-info.java +++ b/core/src/main/java/org/infinispan/statetransfer/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Transfer of state to new caches in a cluster. */ diff --git a/core/src/main/java/org/infinispan/stats/Stats.java b/core/src/main/java/org/infinispan/stats/Stats.java index c17829310c98..3f5953198b91 100644 --- a/core/src/main/java/org/infinispan/stats/Stats.java +++ b/core/src/main/java/org/infinispan/stats/Stats.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.stats; /** diff --git a/core/src/main/java/org/infinispan/stats/StatsImpl.java b/core/src/main/java/org/infinispan/stats/StatsImpl.java index 1ca9a80cc7a9..2941a01d5891 100644 --- a/core/src/main/java/org/infinispan/stats/StatsImpl.java +++ b/core/src/main/java/org/infinispan/stats/StatsImpl.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.stats; import java.util.List; diff --git a/core/src/main/java/org/infinispan/stats/package-info.java b/core/src/main/java/org/infinispan/stats/package-info.java index 22646d5d17c3..78e4979640da 100644 --- a/core/src/main/java/org/infinispan/stats/package-info.java +++ b/core/src/main/java/org/infinispan/stats/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Cache statistics. */ diff --git a/core/src/main/java/org/infinispan/tasks/GlobalKeySetTask.java b/core/src/main/java/org/infinispan/tasks/GlobalKeySetTask.java index e31e27bc7dbe..4bee31c1d027 100644 --- a/core/src/main/java/org/infinispan/tasks/GlobalKeySetTask.java +++ b/core/src/main/java/org/infinispan/tasks/GlobalKeySetTask.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.tasks; import java.io.Serializable; diff --git a/core/src/main/java/org/infinispan/topology/CacheJoinInfo.java b/core/src/main/java/org/infinispan/topology/CacheJoinInfo.java index 2ca40789b674..33a37ad8c7fd 100644 --- a/core/src/main/java/org/infinispan/topology/CacheJoinInfo.java +++ b/core/src/main/java/org/infinispan/topology/CacheJoinInfo.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.topology; import java.io.IOException; diff --git a/core/src/main/java/org/infinispan/topology/CacheTopologyControlCommand.java b/core/src/main/java/org/infinispan/topology/CacheTopologyControlCommand.java index e0b61539ee73..563bdf0a4a38 100644 --- a/core/src/main/java/org/infinispan/topology/CacheTopologyControlCommand.java +++ b/core/src/main/java/org/infinispan/topology/CacheTopologyControlCommand.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.topology; import org.infinispan.commands.ReplicableCommand; diff --git a/core/src/main/java/org/infinispan/topology/CacheTopologyHandler.java b/core/src/main/java/org/infinispan/topology/CacheTopologyHandler.java index 8d84f2641478..55cfdd800880 100644 --- a/core/src/main/java/org/infinispan/topology/CacheTopologyHandler.java +++ b/core/src/main/java/org/infinispan/topology/CacheTopologyHandler.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.topology; import org.infinispan.statetransfer.StateTransferManager; diff --git a/core/src/main/java/org/infinispan/topology/ClusterCacheStatus.java b/core/src/main/java/org/infinispan/topology/ClusterCacheStatus.java index a8f107bbbfad..6975eeb67721 100644 --- a/core/src/main/java/org/infinispan/topology/ClusterCacheStatus.java +++ b/core/src/main/java/org/infinispan/topology/ClusterCacheStatus.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.topology; import java.util.ArrayList; diff --git a/core/src/main/java/org/infinispan/topology/ClusterTopologyManager.java b/core/src/main/java/org/infinispan/topology/ClusterTopologyManager.java index 40cb4df5f432..69fe6908ca3c 100644 --- a/core/src/main/java/org/infinispan/topology/ClusterTopologyManager.java +++ b/core/src/main/java/org/infinispan/topology/ClusterTopologyManager.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.topology; import org.infinispan.factories.scopes.Scope; diff --git a/core/src/main/java/org/infinispan/topology/ClusterTopologyManagerFactory.java b/core/src/main/java/org/infinispan/topology/ClusterTopologyManagerFactory.java index 2233141c6dbc..fcc97ceeac05 100644 --- a/core/src/main/java/org/infinispan/topology/ClusterTopologyManagerFactory.java +++ b/core/src/main/java/org/infinispan/topology/ClusterTopologyManagerFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.topology; import org.infinispan.factories.AbstractComponentFactory; diff --git a/core/src/main/java/org/infinispan/topology/ClusterTopologyManagerImpl.java b/core/src/main/java/org/infinispan/topology/ClusterTopologyManagerImpl.java index eb4a0ac14d6b..643b3315a2be 100644 --- a/core/src/main/java/org/infinispan/topology/ClusterTopologyManagerImpl.java +++ b/core/src/main/java/org/infinispan/topology/ClusterTopologyManagerImpl.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.topology; diff --git a/core/src/main/java/org/infinispan/topology/DefaultRebalancePolicy.java b/core/src/main/java/org/infinispan/topology/DefaultRebalancePolicy.java index fb13cca86e17..b5a02ceff2cd 100644 --- a/core/src/main/java/org/infinispan/topology/DefaultRebalancePolicy.java +++ b/core/src/main/java/org/infinispan/topology/DefaultRebalancePolicy.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.topology; import org.infinispan.distribution.ch.ConsistentHash; diff --git a/core/src/main/java/org/infinispan/topology/LocalTopologyManager.java b/core/src/main/java/org/infinispan/topology/LocalTopologyManager.java index 0723a87f8926..7f68d483650a 100644 --- a/core/src/main/java/org/infinispan/topology/LocalTopologyManager.java +++ b/core/src/main/java/org/infinispan/topology/LocalTopologyManager.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.topology; import java.util.Map; diff --git a/core/src/main/java/org/infinispan/topology/LocalTopologyManagerFactory.java b/core/src/main/java/org/infinispan/topology/LocalTopologyManagerFactory.java index 78e5efd7e1ec..7fc4846fd215 100644 --- a/core/src/main/java/org/infinispan/topology/LocalTopologyManagerFactory.java +++ b/core/src/main/java/org/infinispan/topology/LocalTopologyManagerFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.topology; import org.infinispan.factories.AbstractComponentFactory; diff --git a/core/src/main/java/org/infinispan/topology/LocalTopologyManagerImpl.java b/core/src/main/java/org/infinispan/topology/LocalTopologyManagerImpl.java index 50f92681e4f8..2bb561de4d5f 100644 --- a/core/src/main/java/org/infinispan/topology/LocalTopologyManagerImpl.java +++ b/core/src/main/java/org/infinispan/topology/LocalTopologyManagerImpl.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.topology; import java.util.Collections; diff --git a/core/src/main/java/org/infinispan/topology/RebalanceConfirmationCollector.java b/core/src/main/java/org/infinispan/topology/RebalanceConfirmationCollector.java index c391fc0d38f3..1c33ae14ac5e 100644 --- a/core/src/main/java/org/infinispan/topology/RebalanceConfirmationCollector.java +++ b/core/src/main/java/org/infinispan/topology/RebalanceConfirmationCollector.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.topology; import java.util.Collection; diff --git a/core/src/main/java/org/infinispan/topology/RebalancePolicy.java b/core/src/main/java/org/infinispan/topology/RebalancePolicy.java index e5e158cf21d2..9e49c84cc09a 100644 --- a/core/src/main/java/org/infinispan/topology/RebalancePolicy.java +++ b/core/src/main/java/org/infinispan/topology/RebalancePolicy.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.topology; import org.infinispan.factories.scopes.Scope; diff --git a/core/src/main/java/org/infinispan/transaction/AbstractCacheTransaction.java b/core/src/main/java/org/infinispan/transaction/AbstractCacheTransaction.java index 2ef9a30c9277..45c13c53e317 100644 --- a/core/src/main/java/org/infinispan/transaction/AbstractCacheTransaction.java +++ b/core/src/main/java/org/infinispan/transaction/AbstractCacheTransaction.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.transaction; import java.util.ArrayList; diff --git a/core/src/main/java/org/infinispan/transaction/AbstractEnlistmentAdapter.java b/core/src/main/java/org/infinispan/transaction/AbstractEnlistmentAdapter.java index 0526d3836af3..f1751c399346 100644 --- a/core/src/main/java/org/infinispan/transaction/AbstractEnlistmentAdapter.java +++ b/core/src/main/java/org/infinispan/transaction/AbstractEnlistmentAdapter.java @@ -1,22 +1,3 @@ -/* - * Copyright 2012 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.transaction; import org.infinispan.commands.CommandsFactory; diff --git a/core/src/main/java/org/infinispan/transaction/LocalTransaction.java b/core/src/main/java/org/infinispan/transaction/LocalTransaction.java index f37540cec8e0..f9414d75890e 100644 --- a/core/src/main/java/org/infinispan/transaction/LocalTransaction.java +++ b/core/src/main/java/org/infinispan/transaction/LocalTransaction.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.transaction; import org.infinispan.commands.write.ClearCommand; diff --git a/core/src/main/java/org/infinispan/transaction/LockingMode.java b/core/src/main/java/org/infinispan/transaction/LockingMode.java index bf6b342ef7d5..8c98f64401f7 100644 --- a/core/src/main/java/org/infinispan/transaction/LockingMode.java +++ b/core/src/main/java/org/infinispan/transaction/LockingMode.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.transaction; /** diff --git a/core/src/main/java/org/infinispan/transaction/RemoteTransaction.java b/core/src/main/java/org/infinispan/transaction/RemoteTransaction.java index 89115d037b6d..ff41d799817b 100644 --- a/core/src/main/java/org/infinispan/transaction/RemoteTransaction.java +++ b/core/src/main/java/org/infinispan/transaction/RemoteTransaction.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.transaction; import org.infinispan.commands.write.WriteCommand; diff --git a/core/src/main/java/org/infinispan/transaction/TotalOrderRemoteTransactionState.java b/core/src/main/java/org/infinispan/transaction/TotalOrderRemoteTransactionState.java index 249072516873..d86b1e54d4c5 100644 --- a/core/src/main/java/org/infinispan/transaction/TotalOrderRemoteTransactionState.java +++ b/core/src/main/java/org/infinispan/transaction/TotalOrderRemoteTransactionState.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.transaction; import org.infinispan.commons.util.InfinispanCollections; diff --git a/core/src/main/java/org/infinispan/transaction/TransactionCoordinator.java b/core/src/main/java/org/infinispan/transaction/TransactionCoordinator.java index cba79c9f166e..f3f7f8d2e671 100644 --- a/core/src/main/java/org/infinispan/transaction/TransactionCoordinator.java +++ b/core/src/main/java/org/infinispan/transaction/TransactionCoordinator.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.transaction; import org.infinispan.commands.CommandsFactory; diff --git a/core/src/main/java/org/infinispan/transaction/TransactionMode.java b/core/src/main/java/org/infinispan/transaction/TransactionMode.java index 2d5c58a79e31..b413e7cd2f9c 100644 --- a/core/src/main/java/org/infinispan/transaction/TransactionMode.java +++ b/core/src/main/java/org/infinispan/transaction/TransactionMode.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.transaction; /** diff --git a/core/src/main/java/org/infinispan/transaction/TransactionProtocol.java b/core/src/main/java/org/infinispan/transaction/TransactionProtocol.java index cf6eaa46a499..696632308ce9 100644 --- a/core/src/main/java/org/infinispan/transaction/TransactionProtocol.java +++ b/core/src/main/java/org/infinispan/transaction/TransactionProtocol.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.transaction; /** diff --git a/core/src/main/java/org/infinispan/transaction/TransactionTable.java b/core/src/main/java/org/infinispan/transaction/TransactionTable.java index 1747589e9d07..cd5d3b52528f 100644 --- a/core/src/main/java/org/infinispan/transaction/TransactionTable.java +++ b/core/src/main/java/org/infinispan/transaction/TransactionTable.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.transaction; import net.jcip.annotations.GuardedBy; diff --git a/core/src/main/java/org/infinispan/transaction/WriteSkewException.java b/core/src/main/java/org/infinispan/transaction/WriteSkewException.java index 5f4bcd8cba17..ebed20be2f97 100644 --- a/core/src/main/java/org/infinispan/transaction/WriteSkewException.java +++ b/core/src/main/java/org/infinispan/transaction/WriteSkewException.java @@ -1,22 +1,3 @@ -/* - * Copyright 2012 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.transaction; import org.infinispan.commons.CacheException; diff --git a/core/src/main/java/org/infinispan/transaction/WriteSkewHelper.java b/core/src/main/java/org/infinispan/transaction/WriteSkewHelper.java index a8ee8e0ed55b..9c3cbb1ea4f5 100644 --- a/core/src/main/java/org/infinispan/transaction/WriteSkewHelper.java +++ b/core/src/main/java/org/infinispan/transaction/WriteSkewHelper.java @@ -1,22 +1,3 @@ -/* - * Copyright 2012 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.transaction; import org.infinispan.commands.tx.VersionedPrepareCommand; diff --git a/core/src/main/java/org/infinispan/transaction/lookup/DummyTransactionManagerLookup.java b/core/src/main/java/org/infinispan/transaction/lookup/DummyTransactionManagerLookup.java index 32ac2b2d86c7..3339223ce126 100644 --- a/core/src/main/java/org/infinispan/transaction/lookup/DummyTransactionManagerLookup.java +++ b/core/src/main/java/org/infinispan/transaction/lookup/DummyTransactionManagerLookup.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.transaction.lookup; diff --git a/core/src/main/java/org/infinispan/transaction/lookup/GenericTransactionManagerLookup.java b/core/src/main/java/org/infinispan/transaction/lookup/GenericTransactionManagerLookup.java index 71b077414d41..86dbc6c4ed29 100644 --- a/core/src/main/java/org/infinispan/transaction/lookup/GenericTransactionManagerLookup.java +++ b/core/src/main/java/org/infinispan/transaction/lookup/GenericTransactionManagerLookup.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.transaction.lookup; import org.infinispan.commons.util.Util; diff --git a/core/src/main/java/org/infinispan/transaction/lookup/JBossStandaloneJTAManagerLookup.java b/core/src/main/java/org/infinispan/transaction/lookup/JBossStandaloneJTAManagerLookup.java index 7c0cb61bf934..bc5feeb45859 100644 --- a/core/src/main/java/org/infinispan/transaction/lookup/JBossStandaloneJTAManagerLookup.java +++ b/core/src/main/java/org/infinispan/transaction/lookup/JBossStandaloneJTAManagerLookup.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.transaction.lookup; import org.infinispan.commons.util.Util; diff --git a/core/src/main/java/org/infinispan/transaction/lookup/TransactionManagerLookup.java b/core/src/main/java/org/infinispan/transaction/lookup/TransactionManagerLookup.java index 3a9840f3f1f8..a36ebe5357b4 100644 --- a/core/src/main/java/org/infinispan/transaction/lookup/TransactionManagerLookup.java +++ b/core/src/main/java/org/infinispan/transaction/lookup/TransactionManagerLookup.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.transaction.lookup; import javax.transaction.TransactionManager; diff --git a/core/src/main/java/org/infinispan/transaction/lookup/TransactionSynchronizationRegistryLookup.java b/core/src/main/java/org/infinispan/transaction/lookup/TransactionSynchronizationRegistryLookup.java index 60e4db76fcff..aac102bde742 100644 --- a/core/src/main/java/org/infinispan/transaction/lookup/TransactionSynchronizationRegistryLookup.java +++ b/core/src/main/java/org/infinispan/transaction/lookup/TransactionSynchronizationRegistryLookup.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.transaction.lookup; import javax.transaction.TransactionSynchronizationRegistry; diff --git a/core/src/main/java/org/infinispan/transaction/lookup/package-info.java b/core/src/main/java/org/infinispan/transaction/lookup/package-info.java index 085e4aee0eef..0195f2d3f8c6 100644 --- a/core/src/main/java/org/infinispan/transaction/lookup/package-info.java +++ b/core/src/main/java/org/infinispan/transaction/lookup/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Interfaces and implementations of lookup classes to locate and/or instantiate JTA {@link TransactionManager}s. */ diff --git a/core/src/main/java/org/infinispan/transaction/package-info.java b/core/src/main/java/org/infinispan/transaction/package-info.java index cec2ccbe0de8..4ce32819cfe5 100644 --- a/core/src/main/java/org/infinispan/transaction/package-info.java +++ b/core/src/main/java/org/infinispan/transaction/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * JTA transaction support. */ diff --git a/core/src/main/java/org/infinispan/transaction/synchronization/SyncLocalTransaction.java b/core/src/main/java/org/infinispan/transaction/synchronization/SyncLocalTransaction.java index 28d83b06dfec..491e8ca898ac 100644 --- a/core/src/main/java/org/infinispan/transaction/synchronization/SyncLocalTransaction.java +++ b/core/src/main/java/org/infinispan/transaction/synchronization/SyncLocalTransaction.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.transaction.synchronization; import org.infinispan.commons.equivalence.Equivalence; diff --git a/core/src/main/java/org/infinispan/transaction/synchronization/SynchronizationAdapter.java b/core/src/main/java/org/infinispan/transaction/synchronization/SynchronizationAdapter.java index cff52d2e4c07..0b792d85491f 100644 --- a/core/src/main/java/org/infinispan/transaction/synchronization/SynchronizationAdapter.java +++ b/core/src/main/java/org/infinispan/transaction/synchronization/SynchronizationAdapter.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.transaction.synchronization; import org.infinispan.commands.CommandsFactory; diff --git a/core/src/main/java/org/infinispan/transaction/tm/BatchModeTransactionManager.java b/core/src/main/java/org/infinispan/transaction/tm/BatchModeTransactionManager.java index 877a20a2e395..a704304b03c6 100755 --- a/core/src/main/java/org/infinispan/transaction/tm/BatchModeTransactionManager.java +++ b/core/src/main/java/org/infinispan/transaction/tm/BatchModeTransactionManager.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.transaction.tm; /** diff --git a/core/src/main/java/org/infinispan/transaction/tm/DummyBaseTransactionManager.java b/core/src/main/java/org/infinispan/transaction/tm/DummyBaseTransactionManager.java index e2b66c504e65..1eaf361e3514 100755 --- a/core/src/main/java/org/infinispan/transaction/tm/DummyBaseTransactionManager.java +++ b/core/src/main/java/org/infinispan/transaction/tm/DummyBaseTransactionManager.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.transaction.tm; diff --git a/core/src/main/java/org/infinispan/transaction/tm/DummyTransaction.java b/core/src/main/java/org/infinispan/transaction/tm/DummyTransaction.java index d7149547a018..14143545ff9e 100644 --- a/core/src/main/java/org/infinispan/transaction/tm/DummyTransaction.java +++ b/core/src/main/java/org/infinispan/transaction/tm/DummyTransaction.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.transaction.tm; diff --git a/core/src/main/java/org/infinispan/transaction/tm/DummyTransactionManager.java b/core/src/main/java/org/infinispan/transaction/tm/DummyTransactionManager.java index 70b438e6ebd4..bdffb156161a 100644 --- a/core/src/main/java/org/infinispan/transaction/tm/DummyTransactionManager.java +++ b/core/src/main/java/org/infinispan/transaction/tm/DummyTransactionManager.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.transaction.tm; import org.infinispan.util.logging.Log; diff --git a/core/src/main/java/org/infinispan/transaction/tm/DummyUserTransaction.java b/core/src/main/java/org/infinispan/transaction/tm/DummyUserTransaction.java index db51f47825f1..77eedc5de416 100644 --- a/core/src/main/java/org/infinispan/transaction/tm/DummyUserTransaction.java +++ b/core/src/main/java/org/infinispan/transaction/tm/DummyUserTransaction.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.transaction.tm; diff --git a/core/src/main/java/org/infinispan/transaction/tm/DummyXid.java b/core/src/main/java/org/infinispan/transaction/tm/DummyXid.java index 34bd9ecca882..d3ba8cd93335 100644 --- a/core/src/main/java/org/infinispan/transaction/tm/DummyXid.java +++ b/core/src/main/java/org/infinispan/transaction/tm/DummyXid.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.transaction.tm; import org.infinispan.commons.io.UnsignedNumeric; diff --git a/core/src/main/java/org/infinispan/transaction/tm/package-info.java b/core/src/main/java/org/infinispan/transaction/tm/package-info.java index 117e7389b8c0..2c92fb4e884b 100644 --- a/core/src/main/java/org/infinispan/transaction/tm/package-info.java +++ b/core/src/main/java/org/infinispan/transaction/tm/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Infinispan's bare-bones internal transaction manager, used for batching calls as well as as a dummy, unit-test-only * transaction manager. diff --git a/core/src/main/java/org/infinispan/transaction/totalorder/TotalOrderLatch.java b/core/src/main/java/org/infinispan/transaction/totalorder/TotalOrderLatch.java index 82a39528e275..100568af0ce1 100644 --- a/core/src/main/java/org/infinispan/transaction/totalorder/TotalOrderLatch.java +++ b/core/src/main/java/org/infinispan/transaction/totalorder/TotalOrderLatch.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.transaction.totalorder; /** diff --git a/core/src/main/java/org/infinispan/transaction/totalorder/TotalOrderLatchImpl.java b/core/src/main/java/org/infinispan/transaction/totalorder/TotalOrderLatchImpl.java index 178d03ab3dc7..83fff440c6af 100644 --- a/core/src/main/java/org/infinispan/transaction/totalorder/TotalOrderLatchImpl.java +++ b/core/src/main/java/org/infinispan/transaction/totalorder/TotalOrderLatchImpl.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.transaction.totalorder; import java.util.concurrent.CountDownLatch; diff --git a/core/src/main/java/org/infinispan/transaction/totalorder/TotalOrderManager.java b/core/src/main/java/org/infinispan/transaction/totalorder/TotalOrderManager.java index 284449485de9..8672bc8e5bf8 100644 --- a/core/src/main/java/org/infinispan/transaction/totalorder/TotalOrderManager.java +++ b/core/src/main/java/org/infinispan/transaction/totalorder/TotalOrderManager.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.transaction.totalorder; import org.infinispan.commons.util.CollectionFactory; diff --git a/core/src/main/java/org/infinispan/transaction/xa/CacheTransaction.java b/core/src/main/java/org/infinispan/transaction/xa/CacheTransaction.java index ca56c4f2ec93..4ccc32d6e740 100644 --- a/core/src/main/java/org/infinispan/transaction/xa/CacheTransaction.java +++ b/core/src/main/java/org/infinispan/transaction/xa/CacheTransaction.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.transaction.xa; import org.infinispan.commands.write.WriteCommand; diff --git a/core/src/main/java/org/infinispan/transaction/xa/DldGlobalTransaction.java b/core/src/main/java/org/infinispan/transaction/xa/DldGlobalTransaction.java index 0ca9f607b0de..13a045be98c1 100644 --- a/core/src/main/java/org/infinispan/transaction/xa/DldGlobalTransaction.java +++ b/core/src/main/java/org/infinispan/transaction/xa/DldGlobalTransaction.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.transaction.xa; import org.infinispan.commons.util.InfinispanCollections; diff --git a/core/src/main/java/org/infinispan/transaction/xa/GlobalTransaction.java b/core/src/main/java/org/infinispan/transaction/xa/GlobalTransaction.java index d0b86a87027c..6ca6d26bd169 100644 --- a/core/src/main/java/org/infinispan/transaction/xa/GlobalTransaction.java +++ b/core/src/main/java/org/infinispan/transaction/xa/GlobalTransaction.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.transaction.xa; import org.infinispan.commons.marshall.AbstractExternalizer; diff --git a/core/src/main/java/org/infinispan/transaction/xa/InvalidTransactionException.java b/core/src/main/java/org/infinispan/transaction/xa/InvalidTransactionException.java index b4f6a85cf721..6aa96097c13a 100644 --- a/core/src/main/java/org/infinispan/transaction/xa/InvalidTransactionException.java +++ b/core/src/main/java/org/infinispan/transaction/xa/InvalidTransactionException.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.transaction.xa; import org.infinispan.commons.CacheException; diff --git a/core/src/main/java/org/infinispan/transaction/xa/LocalXaTransaction.java b/core/src/main/java/org/infinispan/transaction/xa/LocalXaTransaction.java index f45544ee4edb..ebda8ae50071 100644 --- a/core/src/main/java/org/infinispan/transaction/xa/LocalXaTransaction.java +++ b/core/src/main/java/org/infinispan/transaction/xa/LocalXaTransaction.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.transaction.xa; import org.infinispan.commons.equivalence.Equivalence; diff --git a/core/src/main/java/org/infinispan/transaction/xa/TransactionFactory.java b/core/src/main/java/org/infinispan/transaction/xa/TransactionFactory.java index 13a3f370b953..0edd58382d33 100644 --- a/core/src/main/java/org/infinispan/transaction/xa/TransactionFactory.java +++ b/core/src/main/java/org/infinispan/transaction/xa/TransactionFactory.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.transaction.xa; import org.infinispan.commands.write.WriteCommand; diff --git a/core/src/main/java/org/infinispan/transaction/xa/TransactionXaAdapter.java b/core/src/main/java/org/infinispan/transaction/xa/TransactionXaAdapter.java index bfa30d0ba2d2..34dac4556d5d 100644 --- a/core/src/main/java/org/infinispan/transaction/xa/TransactionXaAdapter.java +++ b/core/src/main/java/org/infinispan/transaction/xa/TransactionXaAdapter.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.transaction.xa; import org.infinispan.commands.CommandsFactory; diff --git a/core/src/main/java/org/infinispan/transaction/xa/XaTransactionTable.java b/core/src/main/java/org/infinispan/transaction/xa/XaTransactionTable.java index 9c2ed26f321a..d45ab228ec3f 100644 --- a/core/src/main/java/org/infinispan/transaction/xa/XaTransactionTable.java +++ b/core/src/main/java/org/infinispan/transaction/xa/XaTransactionTable.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.transaction.xa; import org.infinispan.Cache; diff --git a/core/src/main/java/org/infinispan/transaction/xa/package-info.java b/core/src/main/java/org/infinispan/transaction/xa/package-info.java index c165f8b17ad9..10f4746bfb6b 100644 --- a/core/src/main/java/org/infinispan/transaction/xa/package-info.java +++ b/core/src/main/java/org/infinispan/transaction/xa/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * XA transaction support. */ diff --git a/core/src/main/java/org/infinispan/transaction/xa/recovery/InDoubtTxInfoImpl.java b/core/src/main/java/org/infinispan/transaction/xa/recovery/InDoubtTxInfoImpl.java index 95ae6402f782..86a9b1153cc1 100644 --- a/core/src/main/java/org/infinispan/transaction/xa/recovery/InDoubtTxInfoImpl.java +++ b/core/src/main/java/org/infinispan/transaction/xa/recovery/InDoubtTxInfoImpl.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.transaction.xa.recovery; import org.infinispan.commons.marshall.AbstractExternalizer; diff --git a/core/src/main/java/org/infinispan/transaction/xa/recovery/PreparedTxIterator.java b/core/src/main/java/org/infinispan/transaction/xa/recovery/PreparedTxIterator.java index 7236cecd2c48..acf8a69ab775 100644 --- a/core/src/main/java/org/infinispan/transaction/xa/recovery/PreparedTxIterator.java +++ b/core/src/main/java/org/infinispan/transaction/xa/recovery/PreparedTxIterator.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.transaction.xa.recovery; import javax.transaction.xa.Xid; diff --git a/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoverableTransactionIdentifier.java b/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoverableTransactionIdentifier.java index fbee1c10a621..1afdac29d90d 100644 --- a/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoverableTransactionIdentifier.java +++ b/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoverableTransactionIdentifier.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.transaction.xa.recovery; import javax.transaction.xa.Xid; diff --git a/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryAdminOperations.java b/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryAdminOperations.java index 7b0801cb9215..0bc558dec055 100644 --- a/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryAdminOperations.java +++ b/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryAdminOperations.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.transaction.xa.recovery; import org.infinispan.factories.annotations.Inject; diff --git a/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryAwareDldGlobalTransaction.java b/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryAwareDldGlobalTransaction.java index 15df7b66e97b..e62f1cd4ddb1 100644 --- a/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryAwareDldGlobalTransaction.java +++ b/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryAwareDldGlobalTransaction.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.transaction.xa.recovery; import org.infinispan.commons.util.InfinispanCollections; diff --git a/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryAwareGlobalTransaction.java b/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryAwareGlobalTransaction.java index 08983e07664e..3f82d6bf1dd8 100644 --- a/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryAwareGlobalTransaction.java +++ b/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryAwareGlobalTransaction.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.transaction.xa.recovery; import org.infinispan.commons.util.Util; diff --git a/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryAwareLocalTransaction.java b/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryAwareLocalTransaction.java index a41eb6b3a6a6..efdeb23f4f5f 100644 --- a/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryAwareLocalTransaction.java +++ b/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryAwareLocalTransaction.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.transaction.xa.recovery; import org.infinispan.commons.equivalence.Equivalence; diff --git a/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryAwareRemoteTransaction.java b/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryAwareRemoteTransaction.java index 8b06aa208f50..a69b860f9502 100644 --- a/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryAwareRemoteTransaction.java +++ b/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryAwareRemoteTransaction.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.transaction.xa.recovery; import org.infinispan.commands.write.WriteCommand; diff --git a/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryAwareTransaction.java b/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryAwareTransaction.java index 2db88b4f890c..d728f64f1680 100644 --- a/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryAwareTransaction.java +++ b/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryAwareTransaction.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.transaction.xa.recovery; import org.infinispan.transaction.xa.CacheTransaction; diff --git a/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryAwareTransactionTable.java b/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryAwareTransactionTable.java index d96b1f0436de..101ddd3408a8 100644 --- a/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryAwareTransactionTable.java +++ b/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryAwareTransactionTable.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.transaction.xa.recovery; import org.infinispan.commons.CacheException; diff --git a/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryInfoKey.java b/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryInfoKey.java index 2abad8eaac5b..c57ee5acde8e 100644 --- a/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryInfoKey.java +++ b/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryInfoKey.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.transaction.xa.recovery; import javax.transaction.xa.Xid; diff --git a/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryManager.java b/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryManager.java index b2a73bdf26aa..d96a9d3ee13a 100644 --- a/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryManager.java +++ b/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryManager.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.transaction.xa.recovery; import org.infinispan.remoting.transport.Address; diff --git a/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryManagerImpl.java b/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryManagerImpl.java index fbf62346d84b..e3f67344174b 100644 --- a/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryManagerImpl.java +++ b/core/src/main/java/org/infinispan/transaction/xa/recovery/RecoveryManagerImpl.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.transaction.xa.recovery; import org.infinispan.commands.CommandsFactory; diff --git a/core/src/main/java/org/infinispan/transaction/xa/recovery/SerializableXid.java b/core/src/main/java/org/infinispan/transaction/xa/recovery/SerializableXid.java index 3c6a72d1fec4..8ed503e29e8e 100644 --- a/core/src/main/java/org/infinispan/transaction/xa/recovery/SerializableXid.java +++ b/core/src/main/java/org/infinispan/transaction/xa/recovery/SerializableXid.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.transaction.xa.recovery; import net.jcip.annotations.Immutable; diff --git a/core/src/main/java/org/infinispan/upgrade/RollingUpgradeManager.java b/core/src/main/java/org/infinispan/upgrade/RollingUpgradeManager.java index d8d2521b3b47..45cefa2c5777 100644 --- a/core/src/main/java/org/infinispan/upgrade/RollingUpgradeManager.java +++ b/core/src/main/java/org/infinispan/upgrade/RollingUpgradeManager.java @@ -1,22 +1,3 @@ -/* - * Copyright 2012 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.upgrade; import org.infinispan.Cache; diff --git a/core/src/main/java/org/infinispan/upgrade/SourceMigrator.java b/core/src/main/java/org/infinispan/upgrade/SourceMigrator.java index df43eee384d0..7e582039cf44 100644 --- a/core/src/main/java/org/infinispan/upgrade/SourceMigrator.java +++ b/core/src/main/java/org/infinispan/upgrade/SourceMigrator.java @@ -1,22 +1,3 @@ -/* - * Copyright 2012 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.upgrade; /** diff --git a/core/src/main/java/org/infinispan/upgrade/TargetMigrator.java b/core/src/main/java/org/infinispan/upgrade/TargetMigrator.java index decd4e861523..d59c0d241656 100644 --- a/core/src/main/java/org/infinispan/upgrade/TargetMigrator.java +++ b/core/src/main/java/org/infinispan/upgrade/TargetMigrator.java @@ -1,22 +1,3 @@ -/* - * Copyright 2012 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.upgrade; import org.infinispan.Cache; diff --git a/core/src/main/java/org/infinispan/util/DefaultTimeService.java b/core/src/main/java/org/infinispan/util/DefaultTimeService.java index 6ab514ca63cb..f324cb68aa74 100644 --- a/core/src/main/java/org/infinispan/util/DefaultTimeService.java +++ b/core/src/main/java/org/infinispan/util/DefaultTimeService.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.util; import java.util.concurrent.TimeUnit; diff --git a/core/src/main/java/org/infinispan/util/ModuleProperties.java b/core/src/main/java/org/infinispan/util/ModuleProperties.java index bca2f5f2d7e6..f8864dc7e0f0 100644 --- a/core/src/main/java/org/infinispan/util/ModuleProperties.java +++ b/core/src/main/java/org/infinispan/util/ModuleProperties.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.util; import org.infinispan.commands.ReplicableCommand; diff --git a/core/src/main/java/org/infinispan/util/ReadOnlyDataContainerBackedKeySet.java b/core/src/main/java/org/infinispan/util/ReadOnlyDataContainerBackedKeySet.java index a93132d50302..36cfaad5addd 100644 --- a/core/src/main/java/org/infinispan/util/ReadOnlyDataContainerBackedKeySet.java +++ b/core/src/main/java/org/infinispan/util/ReadOnlyDataContainerBackedKeySet.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.util; import org.infinispan.container.DataContainer; diff --git a/core/src/main/java/org/infinispan/util/TimeService.java b/core/src/main/java/org/infinispan/util/TimeService.java index 8c5d96700e69..e8b3c0b611c0 100644 --- a/core/src/main/java/org/infinispan/util/TimeService.java +++ b/core/src/main/java/org/infinispan/util/TimeService.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.util; import org.infinispan.factories.scopes.Scope; diff --git a/core/src/main/java/org/infinispan/util/concurrent/AbstractInProcessFuture.java b/core/src/main/java/org/infinispan/util/concurrent/AbstractInProcessFuture.java index 3ffa9c164e6b..fc4c519dedb1 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/AbstractInProcessFuture.java +++ b/core/src/main/java/org/infinispan/util/concurrent/AbstractInProcessFuture.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.util.concurrent; import java.util.concurrent.*; diff --git a/core/src/main/java/org/infinispan/util/concurrent/AbstractInProcessNotifyingFuture.java b/core/src/main/java/org/infinispan/util/concurrent/AbstractInProcessNotifyingFuture.java index 44a220ad6d18..4e3aa0f73111 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/AbstractInProcessNotifyingFuture.java +++ b/core/src/main/java/org/infinispan/util/concurrent/AbstractInProcessNotifyingFuture.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.util.concurrent; /** diff --git a/core/src/main/java/org/infinispan/util/concurrent/AggregatingNotifyingFutureImpl.java b/core/src/main/java/org/infinispan/util/concurrent/AggregatingNotifyingFutureImpl.java index 3c7a2ebe866e..c7d587ed5017 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/AggregatingNotifyingFutureImpl.java +++ b/core/src/main/java/org/infinispan/util/concurrent/AggregatingNotifyingFutureImpl.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.util.concurrent; import java.util.ArrayList; diff --git a/core/src/main/java/org/infinispan/util/concurrent/BaseNotifyingFuture.java b/core/src/main/java/org/infinispan/util/concurrent/BaseNotifyingFuture.java index 01ba4fee8bc9..c5822f08349e 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/BaseNotifyingFuture.java +++ b/core/src/main/java/org/infinispan/util/concurrent/BaseNotifyingFuture.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.util.concurrent; import java.util.Set; diff --git a/core/src/main/java/org/infinispan/util/concurrent/BlockingRunnable.java b/core/src/main/java/org/infinispan/util/concurrent/BlockingRunnable.java index 370a1907bb5f..fbd9b0eb554c 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/BlockingRunnable.java +++ b/core/src/main/java/org/infinispan/util/concurrent/BlockingRunnable.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.util.concurrent; /** diff --git a/core/src/main/java/org/infinispan/util/concurrent/BlockingTaskAwareExecutorService.java b/core/src/main/java/org/infinispan/util/concurrent/BlockingTaskAwareExecutorService.java index 7dbcfe61903a..78d54e2f1160 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/BlockingTaskAwareExecutorService.java +++ b/core/src/main/java/org/infinispan/util/concurrent/BlockingTaskAwareExecutorService.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.util.concurrent; import java.util.concurrent.ExecutorService; diff --git a/core/src/main/java/org/infinispan/util/concurrent/BlockingTaskAwareExecutorServiceImpl.java b/core/src/main/java/org/infinispan/util/concurrent/BlockingTaskAwareExecutorServiceImpl.java index 9195fbef0b85..ebd887409f12 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/BlockingTaskAwareExecutorServiceImpl.java +++ b/core/src/main/java/org/infinispan/util/concurrent/BlockingTaskAwareExecutorServiceImpl.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.util.concurrent; import org.infinispan.util.TimeService; diff --git a/core/src/main/java/org/infinispan/util/concurrent/BoundedConcurrentHashMap.java b/core/src/main/java/org/infinispan/util/concurrent/BoundedConcurrentHashMap.java index 5b924e534f12..4f931b66e047 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/BoundedConcurrentHashMap.java +++ b/core/src/main/java/org/infinispan/util/concurrent/BoundedConcurrentHashMap.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ /* * Written by Doug Lea with assistance from members of JCP JSR-166 * Expert Group and released to the public domain, as explained at diff --git a/core/src/main/java/org/infinispan/util/concurrent/BoundedExecutors.java b/core/src/main/java/org/infinispan/util/concurrent/BoundedExecutors.java index d06e5ede4bb6..0fd0771fe683 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/BoundedExecutors.java +++ b/core/src/main/java/org/infinispan/util/concurrent/BoundedExecutors.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.util.concurrent; import java.util.concurrent.ExecutorService; diff --git a/core/src/main/java/org/infinispan/util/concurrent/ConcurrentHashSet.java b/core/src/main/java/org/infinispan/util/concurrent/ConcurrentHashSet.java index e33b3e40a89b..05f6d5358d7e 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/ConcurrentHashSet.java +++ b/core/src/main/java/org/infinispan/util/concurrent/ConcurrentHashSet.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.util.concurrent; import org.infinispan.commons.util.CollectionFactory; diff --git a/core/src/main/java/org/infinispan/util/concurrent/ConcurrentWeakKeyHashMap.java b/core/src/main/java/org/infinispan/util/concurrent/ConcurrentWeakKeyHashMap.java index a1b3b56dc051..7ba51a82506f 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/ConcurrentWeakKeyHashMap.java +++ b/core/src/main/java/org/infinispan/util/concurrent/ConcurrentWeakKeyHashMap.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ /* * Written by Doug Lea with assistance from members of JCP JSR-166 * Expert Group and released to the public domain, as explained at diff --git a/core/src/main/java/org/infinispan/util/concurrent/DeferredReturnFuture.java b/core/src/main/java/org/infinispan/util/concurrent/DeferredReturnFuture.java index 49cd6f165f8b..12cb5e3a26e7 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/DeferredReturnFuture.java +++ b/core/src/main/java/org/infinispan/util/concurrent/DeferredReturnFuture.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.util.concurrent; import java.util.concurrent.*; diff --git a/core/src/main/java/org/infinispan/util/concurrent/FutureListener.java b/core/src/main/java/org/infinispan/util/concurrent/FutureListener.java index f57caeeffa4e..d0b973bef3dd 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/FutureListener.java +++ b/core/src/main/java/org/infinispan/util/concurrent/FutureListener.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.util.concurrent; import java.util.concurrent.Future; diff --git a/core/src/main/java/org/infinispan/util/concurrent/IsolationLevel.java b/core/src/main/java/org/infinispan/util/concurrent/IsolationLevel.java index 11503b90dc99..84b9706f154c 100755 --- a/core/src/main/java/org/infinispan/util/concurrent/IsolationLevel.java +++ b/core/src/main/java/org/infinispan/util/concurrent/IsolationLevel.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.util.concurrent; /** diff --git a/core/src/main/java/org/infinispan/util/concurrent/NoOpFuture.java b/core/src/main/java/org/infinispan/util/concurrent/NoOpFuture.java index 57e263b6afc4..900b44b40c6a 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/NoOpFuture.java +++ b/core/src/main/java/org/infinispan/util/concurrent/NoOpFuture.java @@ -1,22 +1,3 @@ -/* - * Copyright 2012 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.util.concurrent; import java.util.concurrent.*; diff --git a/core/src/main/java/org/infinispan/util/concurrent/NotifyingFuture.java b/core/src/main/java/org/infinispan/util/concurrent/NotifyingFuture.java index 5ad16eac3071..87a3ad12396a 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/NotifyingFuture.java +++ b/core/src/main/java/org/infinispan/util/concurrent/NotifyingFuture.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.util.concurrent; import java.util.concurrent.Future; diff --git a/core/src/main/java/org/infinispan/util/concurrent/NotifyingFutureAdaptor.java b/core/src/main/java/org/infinispan/util/concurrent/NotifyingFutureAdaptor.java index 3106ee352c1e..4f4bedbfc033 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/NotifyingFutureAdaptor.java +++ b/core/src/main/java/org/infinispan/util/concurrent/NotifyingFutureAdaptor.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.util.concurrent; import org.infinispan.util.logging.Log; diff --git a/core/src/main/java/org/infinispan/util/concurrent/NotifyingFutureImpl.java b/core/src/main/java/org/infinispan/util/concurrent/NotifyingFutureImpl.java index f9e8a20f2877..b269125ef7b9 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/NotifyingFutureImpl.java +++ b/core/src/main/java/org/infinispan/util/concurrent/NotifyingFutureImpl.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.util.concurrent; import java.util.Set; diff --git a/core/src/main/java/org/infinispan/util/concurrent/NotifyingNotifiableFuture.java b/core/src/main/java/org/infinispan/util/concurrent/NotifyingNotifiableFuture.java index 166344067f56..6bc36fdd8eaa 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/NotifyingNotifiableFuture.java +++ b/core/src/main/java/org/infinispan/util/concurrent/NotifyingNotifiableFuture.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.util.concurrent; import java.util.concurrent.Future; diff --git a/core/src/main/java/org/infinispan/util/concurrent/ReclosableLatch.java b/core/src/main/java/org/infinispan/util/concurrent/ReclosableLatch.java index 070a5bf9fb9e..0a76b8cb6a19 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/ReclosableLatch.java +++ b/core/src/main/java/org/infinispan/util/concurrent/ReclosableLatch.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.util.concurrent; import java.util.concurrent.TimeUnit; diff --git a/core/src/main/java/org/infinispan/util/concurrent/SynchronizedRestarter.java b/core/src/main/java/org/infinispan/util/concurrent/SynchronizedRestarter.java index 9f94c72439be..662b89562dd4 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/SynchronizedRestarter.java +++ b/core/src/main/java/org/infinispan/util/concurrent/SynchronizedRestarter.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.util.concurrent; import org.infinispan.lifecycle.Lifecycle; diff --git a/core/src/main/java/org/infinispan/util/concurrent/TimeoutException.java b/core/src/main/java/org/infinispan/util/concurrent/TimeoutException.java index 8fc5ec02a948..62e1186a0d6a 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/TimeoutException.java +++ b/core/src/main/java/org/infinispan/util/concurrent/TimeoutException.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.util.concurrent; import org.infinispan.commons.CacheException; diff --git a/core/src/main/java/org/infinispan/util/concurrent/WithinThreadExecutor.java b/core/src/main/java/org/infinispan/util/concurrent/WithinThreadExecutor.java index 70b57fe09ee9..1bb244ce6604 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/WithinThreadExecutor.java +++ b/core/src/main/java/org/infinispan/util/concurrent/WithinThreadExecutor.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.util.concurrent; import org.infinispan.commons.util.InfinispanCollections; diff --git a/core/src/main/java/org/infinispan/util/concurrent/locks/DeadlockDetectedException.java b/core/src/main/java/org/infinispan/util/concurrent/locks/DeadlockDetectedException.java index 06f3ebb2b754..7cd2a161ee3d 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/locks/DeadlockDetectedException.java +++ b/core/src/main/java/org/infinispan/util/concurrent/locks/DeadlockDetectedException.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.util.concurrent.locks; import org.infinispan.commons.CacheException; diff --git a/core/src/main/java/org/infinispan/util/concurrent/locks/DeadlockDetectingLockManager.java b/core/src/main/java/org/infinispan/util/concurrent/locks/DeadlockDetectingLockManager.java index 608720727051..1138a26bad1e 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/locks/DeadlockDetectingLockManager.java +++ b/core/src/main/java/org/infinispan/util/concurrent/locks/DeadlockDetectingLockManager.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.util.concurrent.locks; import org.infinispan.context.InvocationContext; diff --git a/core/src/main/java/org/infinispan/util/concurrent/locks/LockManager.java b/core/src/main/java/org/infinispan/util/concurrent/locks/LockManager.java index 3298a7fac34d..bf6366192467 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/locks/LockManager.java +++ b/core/src/main/java/org/infinispan/util/concurrent/locks/LockManager.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.util.concurrent.locks; import org.infinispan.container.entries.CacheEntry; diff --git a/core/src/main/java/org/infinispan/util/concurrent/locks/LockManagerImpl.java b/core/src/main/java/org/infinispan/util/concurrent/locks/LockManagerImpl.java index d6a177e65b2e..a6a75a913a4e 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/locks/LockManagerImpl.java +++ b/core/src/main/java/org/infinispan/util/concurrent/locks/LockManagerImpl.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.util.concurrent.locks; import org.infinispan.commons.util.Util; diff --git a/core/src/main/java/org/infinispan/util/concurrent/locks/OwnableReentrantLock.java b/core/src/main/java/org/infinispan/util/concurrent/locks/OwnableReentrantLock.java index 584756bfd329..33fa05ec1820 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/locks/OwnableReentrantLock.java +++ b/core/src/main/java/org/infinispan/util/concurrent/locks/OwnableReentrantLock.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.util.concurrent.locks; import net.jcip.annotations.ThreadSafe; diff --git a/core/src/main/java/org/infinispan/util/concurrent/locks/OwnableRefCountingReentrantLock.java b/core/src/main/java/org/infinispan/util/concurrent/locks/OwnableRefCountingReentrantLock.java index 56fe2a21b273..a885a0a6c1a7 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/locks/OwnableRefCountingReentrantLock.java +++ b/core/src/main/java/org/infinispan/util/concurrent/locks/OwnableRefCountingReentrantLock.java @@ -1,22 +1,3 @@ -/* - * Copyright 2012 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.util.concurrent.locks; import org.infinispan.util.concurrent.locks.containers.OwnableReentrantPerEntryLockContainer; diff --git a/core/src/main/java/org/infinispan/util/concurrent/locks/RefCountingLock.java b/core/src/main/java/org/infinispan/util/concurrent/locks/RefCountingLock.java index 281dac713a7d..098bbf14ea8e 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/locks/RefCountingLock.java +++ b/core/src/main/java/org/infinispan/util/concurrent/locks/RefCountingLock.java @@ -1,22 +1,3 @@ -/* - * Copyright 2012 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.util.concurrent.locks; import java.util.concurrent.atomic.AtomicInteger; diff --git a/core/src/main/java/org/infinispan/util/concurrent/locks/StripedLock.java b/core/src/main/java/org/infinispan/util/concurrent/locks/StripedLock.java index 9606af10425d..2516647dfaf6 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/locks/StripedLock.java +++ b/core/src/main/java/org/infinispan/util/concurrent/locks/StripedLock.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.util.concurrent.locks; import net.jcip.annotations.ThreadSafe; diff --git a/core/src/main/java/org/infinispan/util/concurrent/locks/VisibleOwnerReentrantLock.java b/core/src/main/java/org/infinispan/util/concurrent/locks/VisibleOwnerReentrantLock.java index 7246e2275b8e..d8f62cd56986 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/locks/VisibleOwnerReentrantLock.java +++ b/core/src/main/java/org/infinispan/util/concurrent/locks/VisibleOwnerReentrantLock.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.util.concurrent.locks; import java.util.concurrent.locks.ReentrantLock; diff --git a/core/src/main/java/org/infinispan/util/concurrent/locks/VisibleOwnerRefCountingReentrantLock.java b/core/src/main/java/org/infinispan/util/concurrent/locks/VisibleOwnerRefCountingReentrantLock.java index 195f671d1fa2..1b86e0433d39 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/locks/VisibleOwnerRefCountingReentrantLock.java +++ b/core/src/main/java/org/infinispan/util/concurrent/locks/VisibleOwnerRefCountingReentrantLock.java @@ -1,22 +1,3 @@ -/* - * Copyright 2012 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.util.concurrent.locks; import org.infinispan.util.concurrent.locks.containers.ReentrantPerEntryLockContainer; diff --git a/core/src/main/java/org/infinispan/util/concurrent/locks/containers/AbstractLockContainer.java b/core/src/main/java/org/infinispan/util/concurrent/locks/containers/AbstractLockContainer.java index 346f09f38420..24964afaa56a 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/locks/containers/AbstractLockContainer.java +++ b/core/src/main/java/org/infinispan/util/concurrent/locks/containers/AbstractLockContainer.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.util.concurrent.locks.containers; import org.infinispan.util.logging.Log; diff --git a/core/src/main/java/org/infinispan/util/concurrent/locks/containers/AbstractPerEntryLockContainer.java b/core/src/main/java/org/infinispan/util/concurrent/locks/containers/AbstractPerEntryLockContainer.java index 2cd78719d3f1..c72809c13c68 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/locks/containers/AbstractPerEntryLockContainer.java +++ b/core/src/main/java/org/infinispan/util/concurrent/locks/containers/AbstractPerEntryLockContainer.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.util.concurrent.locks.containers; import org.infinispan.commons.equivalence.AnyEquivalence; diff --git a/core/src/main/java/org/infinispan/util/concurrent/locks/containers/AbstractStripedLockContainer.java b/core/src/main/java/org/infinispan/util/concurrent/locks/containers/AbstractStripedLockContainer.java index b216d9602cb5..e4aa4e87515f 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/locks/containers/AbstractStripedLockContainer.java +++ b/core/src/main/java/org/infinispan/util/concurrent/locks/containers/AbstractStripedLockContainer.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.util.concurrent.locks.containers; import net.jcip.annotations.ThreadSafe; diff --git a/core/src/main/java/org/infinispan/util/concurrent/locks/containers/LockContainer.java b/core/src/main/java/org/infinispan/util/concurrent/locks/containers/LockContainer.java index 733c5fa9867f..d68cc68b6bc7 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/locks/containers/LockContainer.java +++ b/core/src/main/java/org/infinispan/util/concurrent/locks/containers/LockContainer.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.util.concurrent.locks.containers; import java.util.concurrent.TimeUnit; diff --git a/core/src/main/java/org/infinispan/util/concurrent/locks/containers/OwnableReentrantPerEntryLockContainer.java b/core/src/main/java/org/infinispan/util/concurrent/locks/containers/OwnableReentrantPerEntryLockContainer.java index 6f52ff081128..d0e96387cdd9 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/locks/containers/OwnableReentrantPerEntryLockContainer.java +++ b/core/src/main/java/org/infinispan/util/concurrent/locks/containers/OwnableReentrantPerEntryLockContainer.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.util.concurrent.locks.containers; import org.infinispan.util.concurrent.locks.OwnableReentrantLock; diff --git a/core/src/main/java/org/infinispan/util/concurrent/locks/containers/OwnableReentrantStripedLockContainer.java b/core/src/main/java/org/infinispan/util/concurrent/locks/containers/OwnableReentrantStripedLockContainer.java index 868084da1943..75a20a0ae83e 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/locks/containers/OwnableReentrantStripedLockContainer.java +++ b/core/src/main/java/org/infinispan/util/concurrent/locks/containers/OwnableReentrantStripedLockContainer.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.util.concurrent.locks.containers; import net.jcip.annotations.ThreadSafe; diff --git a/core/src/main/java/org/infinispan/util/concurrent/locks/containers/ReentrantPerEntryLockContainer.java b/core/src/main/java/org/infinispan/util/concurrent/locks/containers/ReentrantPerEntryLockContainer.java index da110716f529..954079a0ba31 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/locks/containers/ReentrantPerEntryLockContainer.java +++ b/core/src/main/java/org/infinispan/util/concurrent/locks/containers/ReentrantPerEntryLockContainer.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.util.concurrent.locks.containers; import org.infinispan.util.concurrent.locks.OwnableReentrantLock; diff --git a/core/src/main/java/org/infinispan/util/concurrent/locks/containers/ReentrantStripedLockContainer.java b/core/src/main/java/org/infinispan/util/concurrent/locks/containers/ReentrantStripedLockContainer.java index 5ff0c57e8280..80215ec69419 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/locks/containers/ReentrantStripedLockContainer.java +++ b/core/src/main/java/org/infinispan/util/concurrent/locks/containers/ReentrantStripedLockContainer.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.util.concurrent.locks.containers; import net.jcip.annotations.ThreadSafe; diff --git a/core/src/main/java/org/infinispan/util/concurrent/locks/containers/package-info.java b/core/src/main/java/org/infinispan/util/concurrent/locks/containers/package-info.java index 003180c7562e..0bbd4fcddbb6 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/locks/containers/package-info.java +++ b/core/src/main/java/org/infinispan/util/concurrent/locks/containers/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Concurrent lock containers. */ diff --git a/core/src/main/java/org/infinispan/util/concurrent/locks/package-info.java b/core/src/main/java/org/infinispan/util/concurrent/locks/package-info.java index f1e04fc29a1e..90740759fc7e 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/locks/package-info.java +++ b/core/src/main/java/org/infinispan/util/concurrent/locks/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Lock and synchronization related classes, tools and utilities. */ diff --git a/core/src/main/java/org/infinispan/util/concurrent/package-info.java b/core/src/main/java/org/infinispan/util/concurrent/package-info.java index 19de3a832785..141ee11a1550 100644 --- a/core/src/main/java/org/infinispan/util/concurrent/package-info.java +++ b/core/src/main/java/org/infinispan/util/concurrent/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Thread-safe containers and other concurrency-related utilities, designed to supplement JDK concurrency utilities * and containers. diff --git a/core/src/main/java/org/infinispan/util/logging/Log.java b/core/src/main/java/org/infinispan/util/logging/Log.java index fcae90d9ebcf..d703ef7667b9 100644 --- a/core/src/main/java/org/infinispan/util/logging/Log.java +++ b/core/src/main/java/org/infinispan/util/logging/Log.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.util.logging; import org.infinispan.commands.ReplicableCommand; diff --git a/core/src/main/java/org/infinispan/util/logging/LogFactory.java b/core/src/main/java/org/infinispan/util/logging/LogFactory.java index a8c255d892b5..6d0a5a73318c 100644 --- a/core/src/main/java/org/infinispan/util/logging/LogFactory.java +++ b/core/src/main/java/org/infinispan/util/logging/LogFactory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.util.logging; import org.jboss.logging.Logger; diff --git a/core/src/main/java/org/infinispan/util/logging/package-info.java b/core/src/main/java/org/infinispan/util/logging/package-info.java index 30255469e764..3c1908d922d1 100644 --- a/core/src/main/java/org/infinispan/util/logging/package-info.java +++ b/core/src/main/java/org/infinispan/util/logging/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines. */ diff --git a/core/src/main/java/org/infinispan/util/package-info.java b/core/src/main/java/org/infinispan/util/package-info.java index 6b22676d9b99..479e9bfc4f4f 100644 --- a/core/src/main/java/org/infinispan/util/package-info.java +++ b/core/src/main/java/org/infinispan/util/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and * collections and containers designed to supplement the JDK-provided containers. diff --git a/core/src/main/java/org/infinispan/util/stream/Streams.java b/core/src/main/java/org/infinispan/util/stream/Streams.java index aacd18a10d0d..ca1d28246530 100644 --- a/core/src/main/java/org/infinispan/util/stream/Streams.java +++ b/core/src/main/java/org/infinispan/util/stream/Streams.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.util.stream; import org.infinispan.util.logging.Log; diff --git a/core/src/main/java/org/infinispan/xsite/AbstractCustomFailurePolicy.java b/core/src/main/java/org/infinispan/xsite/AbstractCustomFailurePolicy.java index 767dbf5dfc88..2fa2c606d992 100644 --- a/core/src/main/java/org/infinispan/xsite/AbstractCustomFailurePolicy.java +++ b/core/src/main/java/org/infinispan/xsite/AbstractCustomFailurePolicy.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.xsite; import org.infinispan.Cache; diff --git a/core/src/main/java/org/infinispan/xsite/BackupFailureException.java b/core/src/main/java/org/infinispan/xsite/BackupFailureException.java index cf9031427e1a..8d1651c78acf 100644 --- a/core/src/main/java/org/infinispan/xsite/BackupFailureException.java +++ b/core/src/main/java/org/infinispan/xsite/BackupFailureException.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.xsite; import org.infinispan.remoting.RpcException; diff --git a/core/src/main/java/org/infinispan/xsite/BackupReceiver.java b/core/src/main/java/org/infinispan/xsite/BackupReceiver.java index ae5826a6fad5..35382b9c1ec7 100644 --- a/core/src/main/java/org/infinispan/xsite/BackupReceiver.java +++ b/core/src/main/java/org/infinispan/xsite/BackupReceiver.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.xsite; import org.infinispan.Cache; diff --git a/core/src/main/java/org/infinispan/xsite/BackupReceiverImpl.java b/core/src/main/java/org/infinispan/xsite/BackupReceiverImpl.java index 91ede59cb833..4ef3921a41e4 100644 --- a/core/src/main/java/org/infinispan/xsite/BackupReceiverImpl.java +++ b/core/src/main/java/org/infinispan/xsite/BackupReceiverImpl.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.xsite; import org.infinispan.AdvancedCache; diff --git a/core/src/main/java/org/infinispan/xsite/BackupReceiverRepository.java b/core/src/main/java/org/infinispan/xsite/BackupReceiverRepository.java index a95053fda410..4132392545a6 100644 --- a/core/src/main/java/org/infinispan/xsite/BackupReceiverRepository.java +++ b/core/src/main/java/org/infinispan/xsite/BackupReceiverRepository.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.xsite; import org.infinispan.commands.remote.SingleRpcCommand; diff --git a/core/src/main/java/org/infinispan/xsite/BackupReceiverRepositoryImpl.java b/core/src/main/java/org/infinispan/xsite/BackupReceiverRepositoryImpl.java index 14d1cb3a663c..99d157326bc6 100644 --- a/core/src/main/java/org/infinispan/xsite/BackupReceiverRepositoryImpl.java +++ b/core/src/main/java/org/infinispan/xsite/BackupReceiverRepositoryImpl.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.xsite; import org.infinispan.Cache; diff --git a/core/src/main/java/org/infinispan/xsite/BackupSender.java b/core/src/main/java/org/infinispan/xsite/BackupSender.java index e68ef487092e..2816ea84ea68 100644 --- a/core/src/main/java/org/infinispan/xsite/BackupSender.java +++ b/core/src/main/java/org/infinispan/xsite/BackupSender.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.xsite; import org.infinispan.commands.VisitableCommand; diff --git a/core/src/main/java/org/infinispan/xsite/BackupSenderImpl.java b/core/src/main/java/org/infinispan/xsite/BackupSenderImpl.java index 97c88f57f408..d5ccf92c7a4f 100644 --- a/core/src/main/java/org/infinispan/xsite/BackupSenderImpl.java +++ b/core/src/main/java/org/infinispan/xsite/BackupSenderImpl.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.xsite; import org.infinispan.Cache; diff --git a/core/src/main/java/org/infinispan/xsite/CustomFailurePolicy.java b/core/src/main/java/org/infinispan/xsite/CustomFailurePolicy.java index 7cb1dd4cfed9..76571f6f9053 100644 --- a/core/src/main/java/org/infinispan/xsite/CustomFailurePolicy.java +++ b/core/src/main/java/org/infinispan/xsite/CustomFailurePolicy.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.xsite; import org.infinispan.Cache; diff --git a/core/src/main/java/org/infinispan/xsite/OfflineStatus.java b/core/src/main/java/org/infinispan/xsite/OfflineStatus.java index 95ed0c6e8af7..225a0cbc87ec 100644 --- a/core/src/main/java/org/infinispan/xsite/OfflineStatus.java +++ b/core/src/main/java/org/infinispan/xsite/OfflineStatus.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.xsite; import net.jcip.annotations.ThreadSafe; diff --git a/core/src/main/java/org/infinispan/xsite/XSiteAdminCommand.java b/core/src/main/java/org/infinispan/xsite/XSiteAdminCommand.java index d3b2386ae6ce..4c25990dd347 100644 --- a/core/src/main/java/org/infinispan/xsite/XSiteAdminCommand.java +++ b/core/src/main/java/org/infinispan/xsite/XSiteAdminCommand.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - package org.infinispan.xsite; import org.infinispan.commands.remote.BaseRpcCommand; diff --git a/core/src/main/java/org/infinispan/xsite/XSiteAdminOperations.java b/core/src/main/java/org/infinispan/xsite/XSiteAdminOperations.java index 17a16df3f6e5..4bf645b53353 100644 --- a/core/src/main/java/org/infinispan/xsite/XSiteAdminOperations.java +++ b/core/src/main/java/org/infinispan/xsite/XSiteAdminOperations.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.xsite; import org.infinispan.Cache; diff --git a/core/src/main/java/org/infinispan/xsite/XSiteBackup.java b/core/src/main/java/org/infinispan/xsite/XSiteBackup.java index 9fe29e1353ff..082b9d45ef7e 100644 --- a/core/src/main/java/org/infinispan/xsite/XSiteBackup.java +++ b/core/src/main/java/org/infinispan/xsite/XSiteBackup.java @@ -1,22 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - package org.infinispan.xsite; /** diff --git a/core/src/main/release/Copyright.txt b/core/src/main/release/Copyright.txt index e0b50e302036..c2d9249954dd 100644 --- a/core/src/main/release/Copyright.txt +++ b/core/src/main/release/Copyright.txt @@ -1,27 +1,16 @@ -Infinispan is Copyright 2008 - 2010, Red Hat Middleware LLC -and individual contributors, and is licensed under the GNU LGPL. + Copyright 2009 - 2013, Red Hat Inc. and/or its affiliates. -A summary of the individual contributors is given below. -Any omission should be sent to msurtani@redhat.com. + All files in this repository or distribution are licensed under the + Apache License, Version 2.0 (the "License"); + you may not use any files in this repository or distribution except + in compliance with the License. -SVN Login(s) Name -------------------------------------------------------------------------------- -adriancole Adrian Cole -aamonten Alejandro Montenegro -bela, bela@jboss.com, belaban Bela Ban -bstansberry, bstansberry@jboss.com Brian Stansberry -dpospisi@redhat.com Dominik Pospisil -gzamarreno, galder.zamarreno@jboss.com Galder Zamarreno -pilhuhn Heiko W. Rupp -jgreene, jason.greene@jboss.com Jason T. Greene -lmoren Lukasz Moren -msurtani, manik.surtani@jboss.com Manik Surtani -michael.neale@jboss.com Michael Neale -mmarkus, mircea.markus Mircea Markus -navssurtani Navin Surtani -noelo Noel O'Connor -pvdyck Phillipe van Dyck -sannegrinovero Sanne Grinovero -tfenelly Tom Fenelly -vblagojevic, vblagojevic@jboss.com Vladimir Blagojevic -------------------------------------------------------------------------------- + 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. \ No newline at end of file diff --git a/core/src/main/release/etc/config-samples-5.2/distributed-ec2.xml b/core/src/main/release/etc/config-samples-5.2/distributed-ec2.xml index fcdc764e2f5c..b0be31e8d611 100644 --- a/core/src/main/release/etc/config-samples-5.2/distributed-ec2.xml +++ b/core/src/main/release/etc/config-samples-5.2/distributed-ec2.xml @@ -1,23 +1,4 @@ - - - - - \ No newline at end of file diff --git a/core/src/main/release/etc/config-samples-5.2/sample.xml b/core/src/main/release/etc/config-samples-5.2/sample.xml index 4be0e423db9b..2abfb921d273 100644 --- a/core/src/main/release/etc/config-samples-5.2/sample.xml +++ b/core/src/main/release/etc/config-samples-5.2/sample.xml @@ -1,27 +1,4 @@ - - - - - - - \ No newline at end of file diff --git a/core/src/main/release/etc/config-samples/sample.xml b/core/src/main/release/etc/config-samples/sample.xml index 67534dbb0bf4..9e64d883d826 100644 --- a/core/src/main/release/etc/config-samples/sample.xml +++ b/core/src/main/release/etc/config-samples/sample.xml @@ -1,27 +1,4 @@ - - diff --git a/core/src/main/resources/jgroups-tcp.xml b/core/src/main/resources/jgroups-tcp.xml index 2d75692fb11f..abd5bfd9558b 100644 --- a/core/src/main/resources/jgroups-tcp.xml +++ b/core/src/main/resources/jgroups-tcp.xml @@ -1,25 +1,3 @@ - diff --git a/core/src/main/resources/jgroups-udp.xml b/core/src/main/resources/jgroups-udp.xml index 37337e8f8a73..5a3283cdcb63 100644 --- a/core/src/main/resources/jgroups-udp.xml +++ b/core/src/main/resources/jgroups-udp.xml @@ -1,25 +1,3 @@ - diff --git a/core/src/main/resources/schema/infinispan-config-5.2.xsd b/core/src/main/resources/schema/infinispan-config-5.2.xsd index 98e5a6f66bfd..7c001a32f07b 100644 --- a/core/src/main/resources/schema/infinispan-config-5.2.xsd +++ b/core/src/main/resources/schema/infinispan-config-5.2.xsd @@ -1,23 +1,4 @@ - - diff --git a/core/src/main/resources/schema/infinispan-config-5.3.xsd b/core/src/main/resources/schema/infinispan-config-5.3.xsd index b476d8e61309..44f110ad4887 100644 --- a/core/src/main/resources/schema/infinispan-config-5.3.xsd +++ b/core/src/main/resources/schema/infinispan-config-5.3.xsd @@ -1,23 +1,4 @@ - - diff --git a/core/src/main/resources/xslt/coherence35x2infinispan4x.xslt b/core/src/main/resources/xslt/coherence35x2infinispan4x.xslt index 33fd7109a532..33e291a5db90 100644 --- a/core/src/main/resources/xslt/coherence35x2infinispan4x.xslt +++ b/core/src/main/resources/xslt/coherence35x2infinispan4x.xslt @@ -1,27 +1,4 @@ - - diff --git a/core/src/main/resources/xslt/ehcache1x2infinispan4x.xslt b/core/src/main/resources/xslt/ehcache1x2infinispan4x.xslt index ef034a9a4461..504fa4b669a3 100644 --- a/core/src/main/resources/xslt/ehcache1x2infinispan4x.xslt +++ b/core/src/main/resources/xslt/ehcache1x2infinispan4x.xslt @@ -1,27 +1,4 @@ - - diff --git a/core/src/main/resources/xslt/indent.xslt b/core/src/main/resources/xslt/indent.xslt index 4bba85607b54..49bb1878f712 100644 --- a/core/src/main/resources/xslt/indent.xslt +++ b/core/src/main/resources/xslt/indent.xslt @@ -1,25 +1,3 @@ - diff --git a/core/src/main/resources/xslt/jbc3x2infinispan4x.xslt b/core/src/main/resources/xslt/jbc3x2infinispan4x.xslt index 8c1e26a2f98d..0bc67b9c1eb5 100644 --- a/core/src/main/resources/xslt/jbc3x2infinispan4x.xslt +++ b/core/src/main/resources/xslt/jbc3x2infinispan4x.xslt @@ -1,27 +1,4 @@ - - diff --git a/core/src/main/resources/xslt/jgroupsFileGen.xslt b/core/src/main/resources/xslt/jgroupsFileGen.xslt index 6130c6c4accf..886e8e43161f 100644 --- a/core/src/main/resources/xslt/jgroupsFileGen.xslt +++ b/core/src/main/resources/xslt/jgroupsFileGen.xslt @@ -1,27 +1,4 @@ - - - - - diff --git a/core/src/test/resources/configs/coherence/cache-config.dtd b/core/src/test/resources/configs/coherence/cache-config.dtd index 54ff57c1e85b..fab274796b61 100644 --- a/core/src/test/resources/configs/coherence/cache-config.dtd +++ b/core/src/test/resources/configs/coherence/cache-config.dtd @@ -1,26 +1,3 @@ - - - - diff --git a/core/src/test/resources/configs/ehcache/ehcache-1.5.xml b/core/src/test/resources/configs/ehcache/ehcache-1.5.xml index fcaaf1cf4610..2434f93aaaa6 100644 --- a/core/src/test/resources/configs/ehcache/ehcache-1.5.xml +++ b/core/src/test/resources/configs/ehcache/ehcache-1.5.xml @@ -1,25 +1,3 @@ - diff --git a/core/src/test/resources/configs/ehcache/ehcache-1.5.xsd b/core/src/test/resources/configs/ehcache/ehcache-1.5.xsd index 70a7ec25faca..5be42f059cac 100644 --- a/core/src/test/resources/configs/ehcache/ehcache-1.5.xsd +++ b/core/src/test/resources/configs/ehcache/ehcache-1.5.xsd @@ -1,26 +1,4 @@ - diff --git a/core/src/test/resources/configs/ehcache/ehcache-1.6.xml b/core/src/test/resources/configs/ehcache/ehcache-1.6.xml index 6b6e2188816a..8780dc26c687 100644 --- a/core/src/test/resources/configs/ehcache/ehcache-1.6.xml +++ b/core/src/test/resources/configs/ehcache/ehcache-1.6.xml @@ -1,27 +1,4 @@ - - diff --git a/core/src/test/resources/configs/ehcache/ehcache-1.6.xsd b/core/src/test/resources/configs/ehcache/ehcache-1.6.xsd index c34f63da2f25..de211893d44b 100644 --- a/core/src/test/resources/configs/ehcache/ehcache-1.6.xsd +++ b/core/src/test/resources/configs/ehcache/ehcache-1.6.xsd @@ -1,25 +1,3 @@ - diff --git a/core/src/test/resources/configs/jbosscache3x/all.xml b/core/src/test/resources/configs/jbosscache3x/all.xml index 729e526a1448..8f764dc363ff 100644 --- a/core/src/test/resources/configs/jbosscache3x/all.xml +++ b/core/src/test/resources/configs/jbosscache3x/all.xml @@ -1,27 +1,4 @@ - - diff --git a/core/src/test/resources/configs/jbosscache3x/buddy-replication.xml b/core/src/test/resources/configs/jbosscache3x/buddy-replication.xml index 1dee46307005..27e66c81013a 100644 --- a/core/src/test/resources/configs/jbosscache3x/buddy-replication.xml +++ b/core/src/test/resources/configs/jbosscache3x/buddy-replication.xml @@ -1,27 +1,4 @@ - - diff --git a/core/src/test/resources/configs/jbosscache3x/cacheloader-enabled.xml b/core/src/test/resources/configs/jbosscache3x/cacheloader-enabled.xml index 3b159d75aceb..ae6b1ba18863 100644 --- a/core/src/test/resources/configs/jbosscache3x/cacheloader-enabled.xml +++ b/core/src/test/resources/configs/jbosscache3x/cacheloader-enabled.xml @@ -1,26 +1,4 @@ - diff --git a/core/src/test/resources/configs/jbosscache3x/eviction-enabled.xml b/core/src/test/resources/configs/jbosscache3x/eviction-enabled.xml index e7e72e200944..b30cbfd6ce4b 100644 --- a/core/src/test/resources/configs/jbosscache3x/eviction-enabled.xml +++ b/core/src/test/resources/configs/jbosscache3x/eviction-enabled.xml @@ -1,26 +1,4 @@ - diff --git a/core/src/test/resources/configs/jbosscache3x/external-jgroups-file.xml b/core/src/test/resources/configs/jbosscache3x/external-jgroups-file.xml index d390f85b78a9..22b2805e7daf 100644 --- a/core/src/test/resources/configs/jbosscache3x/external-jgroups-file.xml +++ b/core/src/test/resources/configs/jbosscache3x/external-jgroups-file.xml @@ -1,26 +1,4 @@ - diff --git a/core/src/test/resources/configs/jbosscache3x/invalidation-async.xml b/core/src/test/resources/configs/jbosscache3x/invalidation-async.xml index b422db7e9053..231a722e3e65 100644 --- a/core/src/test/resources/configs/jbosscache3x/invalidation-async.xml +++ b/core/src/test/resources/configs/jbosscache3x/invalidation-async.xml @@ -1,27 +1,4 @@ - - diff --git a/core/src/test/resources/configs/jbosscache3x/total-replication.xml b/core/src/test/resources/configs/jbosscache3x/total-replication.xml index 55856b941cd8..233640bdeca4 100644 --- a/core/src/test/resources/configs/jbosscache3x/total-replication.xml +++ b/core/src/test/resources/configs/jbosscache3x/total-replication.xml @@ -1,27 +1,4 @@ - - diff --git a/core/src/test/resources/configs/local-singlenamedcache-test.xml b/core/src/test/resources/configs/local-singlenamedcache-test.xml index 88b5d602b251..08f5dbccbfb4 100644 --- a/core/src/test/resources/configs/local-singlenamedcache-test.xml +++ b/core/src/test/resources/configs/local-singlenamedcache-test.xml @@ -1,26 +1,4 @@ - - - - - - - - - - - - - diff --git a/core/src/test/resources/configs/xsite/xsite-offline-test.xml b/core/src/test/resources/configs/xsite/xsite-offline-test.xml index 23f389c99536..1fd26695353e 100644 --- a/core/src/test/resources/configs/xsite/xsite-offline-test.xml +++ b/core/src/test/resources/configs/xsite/xsite-offline-test.xml @@ -1,27 +1,4 @@ - - - - - - - diff --git a/core/src/test/resources/stacks/tcp_mping/tcp1.xml b/core/src/test/resources/stacks/tcp_mping/tcp1.xml index 10d8c41b7aa9..b6479458b59d 100644 --- a/core/src/test/resources/stacks/tcp_mping/tcp1.xml +++ b/core/src/test/resources/stacks/tcp_mping/tcp1.xml @@ -1,25 +1,3 @@ - diff --git a/core/src/test/resources/stacks/tcp_mping/tcp2.xml b/core/src/test/resources/stacks/tcp_mping/tcp2.xml index 656c521dcc05..d0acb9f44965 100644 --- a/core/src/test/resources/stacks/tcp_mping/tcp2.xml +++ b/core/src/test/resources/stacks/tcp_mping/tcp2.xml @@ -1,25 +1,3 @@ - diff --git a/core/src/test/resources/stacks/udp.xml b/core/src/test/resources/stacks/udp.xml index c4595e4d70fd..053357d1cb4f 100644 --- a/core/src/test/resources/stacks/udp.xml +++ b/core/src/test/resources/stacks/udp.xml @@ -1,25 +1,3 @@ - diff --git a/demos/directory/pom.xml b/demos/directory/pom.xml index f9f77aa36f1f..c8fd24c130e4 100644 --- a/demos/directory/pom.xml +++ b/demos/directory/pom.xml @@ -1,26 +1,4 @@ - diff --git a/demos/directory/src/main/java/org/infinispan/demos/directory/FilesystemDirectory.java b/demos/directory/src/main/java/org/infinispan/demos/directory/FilesystemDirectory.java index 4ddcd5b33a5a..49f38adb9bc8 100644 --- a/demos/directory/src/main/java/org/infinispan/demos/directory/FilesystemDirectory.java +++ b/demos/directory/src/main/java/org/infinispan/demos/directory/FilesystemDirectory.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.demos.directory; import java.io.File; diff --git a/demos/distexec/pom.xml b/demos/distexec/pom.xml index 52a19a604702..934db442b22b 100644 --- a/demos/distexec/pom.xml +++ b/demos/distexec/pom.xml @@ -1,26 +1,4 @@ - 4.0.0 diff --git a/demos/distexec/src/main/java/org/infinispan/demo/CacheBuilder.java b/demos/distexec/src/main/java/org/infinispan/demo/CacheBuilder.java index f40c722eeae2..fb929d02ef6c 100644 --- a/demos/distexec/src/main/java/org/infinispan/demo/CacheBuilder.java +++ b/demos/distexec/src/main/java/org/infinispan/demo/CacheBuilder.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.demo; import org.infinispan.manager.DefaultCacheManager; diff --git a/demos/distexec/src/main/java/org/infinispan/demo/Demo.java b/demos/distexec/src/main/java/org/infinispan/demo/Demo.java index f98e16d28f0d..d77927625834 100644 --- a/demos/distexec/src/main/java/org/infinispan/demo/Demo.java +++ b/demos/distexec/src/main/java/org/infinispan/demo/Demo.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.demo; import com.martiansoftware.jsap.JSAPException; diff --git a/demos/distexec/src/main/java/org/infinispan/demo/mapreduce/WordCountCollator.java b/demos/distexec/src/main/java/org/infinispan/demo/mapreduce/WordCountCollator.java index 61e19ff7c223..2f7fe663754c 100644 --- a/demos/distexec/src/main/java/org/infinispan/demo/mapreduce/WordCountCollator.java +++ b/demos/distexec/src/main/java/org/infinispan/demo/mapreduce/WordCountCollator.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.demo.mapreduce; import org.infinispan.distexec.mapreduce.Collator; diff --git a/demos/distexec/src/main/java/org/infinispan/demo/mapreduce/WordCountDemo.java b/demos/distexec/src/main/java/org/infinispan/demo/mapreduce/WordCountDemo.java index 0aeeff2c970a..03bf2d706d58 100644 --- a/demos/distexec/src/main/java/org/infinispan/demo/mapreduce/WordCountDemo.java +++ b/demos/distexec/src/main/java/org/infinispan/demo/mapreduce/WordCountDemo.java @@ -1,21 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tag. All rights reserved. - * See the copyright.txt in the distribution for a - * full listing of individual contributors. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU Lesser General Public License, v. 2.1. - * This program is distributed in the hope that it will be useful, but WITHOUT A - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public License, - * v.2.1 along with this distribution; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ package org.infinispan.demo.mapreduce; import com.martiansoftware.jsap.FlaggedOption; diff --git a/demos/distexec/src/main/java/org/infinispan/demo/mapreduce/WordCountMapper.java b/demos/distexec/src/main/java/org/infinispan/demo/mapreduce/WordCountMapper.java index 60a3495aeb45..e01fe38df983 100644 --- a/demos/distexec/src/main/java/org/infinispan/demo/mapreduce/WordCountMapper.java +++ b/demos/distexec/src/main/java/org/infinispan/demo/mapreduce/WordCountMapper.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.demo.mapreduce; import org.infinispan.distexec.mapreduce.Collector; diff --git a/demos/distexec/src/main/java/org/infinispan/demo/mapreduce/WordCountReducer.java b/demos/distexec/src/main/java/org/infinispan/demo/mapreduce/WordCountReducer.java index d2d2f78caeed..886b4967d4ff 100644 --- a/demos/distexec/src/main/java/org/infinispan/demo/mapreduce/WordCountReducer.java +++ b/demos/distexec/src/main/java/org/infinispan/demo/mapreduce/WordCountReducer.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.demo.mapreduce; import org.infinispan.distexec.mapreduce.Reducer; diff --git a/demos/ec2-ui/pom.xml b/demos/ec2-ui/pom.xml index af28a4e5db11..0d2649e10727 100644 --- a/demos/ec2-ui/pom.xml +++ b/demos/ec2-ui/pom.xml @@ -1,26 +1,4 @@ - 4.0.0 diff --git a/demos/ec2-ui/src/main/java/org/infinispan/ec2demo/web/CacheSearchServlet.java b/demos/ec2-ui/src/main/java/org/infinispan/ec2demo/web/CacheSearchServlet.java index aee10b9faad2..657d2cf1fbd9 100644 --- a/demos/ec2-ui/src/main/java/org/infinispan/ec2demo/web/CacheSearchServlet.java +++ b/demos/ec2-ui/src/main/java/org/infinispan/ec2demo/web/CacheSearchServlet.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.ec2demo.web; import org.infinispan.Cache; diff --git a/demos/ec2-ui/src/main/java/org/infinispan/ec2demo/web/CacheServletListener.java b/demos/ec2-ui/src/main/java/org/infinispan/ec2demo/web/CacheServletListener.java index 015db3d71251..7b825d027b74 100644 --- a/demos/ec2-ui/src/main/java/org/infinispan/ec2demo/web/CacheServletListener.java +++ b/demos/ec2-ui/src/main/java/org/infinispan/ec2demo/web/CacheServletListener.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.ec2demo.web; import org.infinispan.ec2demo.CacheBuilder; diff --git a/demos/ec2-ui/src/main/webapp/WEB-INF/web.xml b/demos/ec2-ui/src/main/webapp/WEB-INF/web.xml index b51b7b444452..89288e79d835 100644 --- a/demos/ec2-ui/src/main/webapp/WEB-INF/web.xml +++ b/demos/ec2-ui/src/main/webapp/WEB-INF/web.xml @@ -1,26 +1,4 @@ - - 4.0.0 diff --git a/demos/ec2/src/main/java/org/infinispan/ec2demo/CacheBuilder.java b/demos/ec2/src/main/java/org/infinispan/ec2demo/CacheBuilder.java index 50687c94aca3..ee4ff4ed15ed 100644 --- a/demos/ec2/src/main/java/org/infinispan/ec2demo/CacheBuilder.java +++ b/demos/ec2/src/main/java/org/infinispan/ec2demo/CacheBuilder.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.ec2demo; import java.io.IOException; diff --git a/demos/ec2/src/main/java/org/infinispan/ec2demo/InfinispanFluDemo.java b/demos/ec2/src/main/java/org/infinispan/ec2demo/InfinispanFluDemo.java index 52b56a2e0a39..489234fd72bb 100644 --- a/demos/ec2/src/main/java/org/infinispan/ec2demo/InfinispanFluDemo.java +++ b/demos/ec2/src/main/java/org/infinispan/ec2demo/InfinispanFluDemo.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.ec2demo; import com.martiansoftware.jsap.FlaggedOption; diff --git a/demos/ec2/src/main/java/org/infinispan/ec2demo/InfluenzaDataLoader.java b/demos/ec2/src/main/java/org/infinispan/ec2demo/InfluenzaDataLoader.java index 3f199ccd44db..b664d0805cfd 100644 --- a/demos/ec2/src/main/java/org/infinispan/ec2demo/InfluenzaDataLoader.java +++ b/demos/ec2/src/main/java/org/infinispan/ec2demo/InfluenzaDataLoader.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.ec2demo; import com.martiansoftware.jsap.JSAPResult; diff --git a/demos/ec2/src/main/java/org/infinispan/ec2demo/InfluenzaVirusCache.java b/demos/ec2/src/main/java/org/infinispan/ec2demo/InfluenzaVirusCache.java index 31d446546ce5..0c0b7c4c9e2c 100644 --- a/demos/ec2/src/main/java/org/infinispan/ec2demo/InfluenzaVirusCache.java +++ b/demos/ec2/src/main/java/org/infinispan/ec2demo/InfluenzaVirusCache.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.ec2demo; import org.infinispan.Cache; diff --git a/demos/ec2/src/main/java/org/infinispan/ec2demo/Influenza_N_P_CR_Element.java b/demos/ec2/src/main/java/org/infinispan/ec2demo/Influenza_N_P_CR_Element.java index 8265e11992f3..d04f1ec2107d 100644 --- a/demos/ec2/src/main/java/org/infinispan/ec2demo/Influenza_N_P_CR_Element.java +++ b/demos/ec2/src/main/java/org/infinispan/ec2demo/Influenza_N_P_CR_Element.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.ec2demo; import java.io.Serializable; diff --git a/demos/ec2/src/main/java/org/infinispan/ec2demo/Influenza_Parser.java b/demos/ec2/src/main/java/org/infinispan/ec2demo/Influenza_Parser.java index 9b322dc5fbdf..ba53929fb4ea 100644 --- a/demos/ec2/src/main/java/org/infinispan/ec2demo/Influenza_Parser.java +++ b/demos/ec2/src/main/java/org/infinispan/ec2demo/Influenza_Parser.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.ec2demo; import org.infinispan.commons.util.SysPropertyActions; diff --git a/demos/ec2/src/main/java/org/infinispan/ec2demo/NucleotideCache.java b/demos/ec2/src/main/java/org/infinispan/ec2demo/NucleotideCache.java index 8d99b1f2cb6a..ac46a93ff93a 100644 --- a/demos/ec2/src/main/java/org/infinispan/ec2demo/NucleotideCache.java +++ b/demos/ec2/src/main/java/org/infinispan/ec2demo/NucleotideCache.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.ec2demo; import java.io.IOException; diff --git a/demos/ec2/src/main/java/org/infinispan/ec2demo/Nucleotide_Protein_Element.java b/demos/ec2/src/main/java/org/infinispan/ec2demo/Nucleotide_Protein_Element.java index ab2080f43350..b5e03507cf88 100644 --- a/demos/ec2/src/main/java/org/infinispan/ec2demo/Nucleotide_Protein_Element.java +++ b/demos/ec2/src/main/java/org/infinispan/ec2demo/Nucleotide_Protein_Element.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.ec2demo; import java.io.Serializable; diff --git a/demos/ec2/src/main/java/org/infinispan/ec2demo/Nucleotide_Protein_Parser.java b/demos/ec2/src/main/java/org/infinispan/ec2demo/Nucleotide_Protein_Parser.java index 18c8d0b0dece..3c9cbf70081b 100644 --- a/demos/ec2/src/main/java/org/infinispan/ec2demo/Nucleotide_Protein_Parser.java +++ b/demos/ec2/src/main/java/org/infinispan/ec2demo/Nucleotide_Protein_Parser.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.ec2demo; import org.infinispan.commons.util.Util; diff --git a/demos/ec2/src/main/java/org/infinispan/ec2demo/ProteinCache.java b/demos/ec2/src/main/java/org/infinispan/ec2demo/ProteinCache.java index 0aa0ae358e6e..6a8fe039c2ac 100644 --- a/demos/ec2/src/main/java/org/infinispan/ec2demo/ProteinCache.java +++ b/demos/ec2/src/main/java/org/infinispan/ec2demo/ProteinCache.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.ec2demo; import org.infinispan.Cache; diff --git a/demos/ec2/src/main/release/etc/config-samples/ec2-demo/infinispan-ec2-config.xml b/demos/ec2/src/main/release/etc/config-samples/ec2-demo/infinispan-ec2-config.xml index ca5f8fb2af8f..61ef5320060d 100644 --- a/demos/ec2/src/main/release/etc/config-samples/ec2-demo/infinispan-ec2-config.xml +++ b/demos/ec2/src/main/release/etc/config-samples/ec2-demo/infinispan-ec2-config.xml @@ -1,26 +1,4 @@ - diff --git a/demos/ec2/src/main/release/etc/config-samples/ec2-demo/jgroups-gossiprouter-aws.xml b/demos/ec2/src/main/release/etc/config-samples/ec2-demo/jgroups-gossiprouter-aws.xml index 5ede7db0bfc0..cb9dcd9faac4 100644 --- a/demos/ec2/src/main/release/etc/config-samples/ec2-demo/jgroups-gossiprouter-aws.xml +++ b/demos/ec2/src/main/release/etc/config-samples/ec2-demo/jgroups-gossiprouter-aws.xml @@ -1,26 +1,4 @@ - diff --git a/demos/ec2/src/main/release/etc/config-samples/ec2-demo/jgroups-s3_ping-aws.xml b/demos/ec2/src/main/release/etc/config-samples/ec2-demo/jgroups-s3_ping-aws.xml index b9e503bad2fe..2b91aaf3f582 100644 --- a/demos/ec2/src/main/release/etc/config-samples/ec2-demo/jgroups-s3_ping-aws.xml +++ b/demos/ec2/src/main/release/etc/config-samples/ec2-demo/jgroups-s3_ping-aws.xml @@ -1,26 +1,4 @@ - - diff --git a/demos/gridfs-webdav/pom.xml b/demos/gridfs-webdav/pom.xml index c3c6646f70d0..6fd9366e29e7 100644 --- a/demos/gridfs-webdav/pom.xml +++ b/demos/gridfs-webdav/pom.xml @@ -1,26 +1,4 @@ - 4.0.0 diff --git a/demos/gridfs-webdav/src/main/java/org/infinispan/demos/gridfs/CacheManagerHolder.java b/demos/gridfs-webdav/src/main/java/org/infinispan/demos/gridfs/CacheManagerHolder.java index 10e4894c036b..9da705a1418d 100644 --- a/demos/gridfs-webdav/src/main/java/org/infinispan/demos/gridfs/CacheManagerHolder.java +++ b/demos/gridfs-webdav/src/main/java/org/infinispan/demos/gridfs/CacheManagerHolder.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.demos.gridfs; import org.infinispan.manager.CacheContainer; diff --git a/demos/gridfs-webdav/src/main/java/org/infinispan/demos/gridfs/GridStore.java b/demos/gridfs-webdav/src/main/java/org/infinispan/demos/gridfs/GridStore.java index 648b6456d4da..48c4f25dac27 100644 --- a/demos/gridfs-webdav/src/main/java/org/infinispan/demos/gridfs/GridStore.java +++ b/demos/gridfs-webdav/src/main/java/org/infinispan/demos/gridfs/GridStore.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.demos.gridfs; diff --git a/demos/gridfs-webdav/src/main/webapp/WEB-INF/classes/infinispan.xml b/demos/gridfs-webdav/src/main/webapp/WEB-INF/classes/infinispan.xml index 4f6430139400..3047a62e93c5 100644 --- a/demos/gridfs-webdav/src/main/webapp/WEB-INF/classes/infinispan.xml +++ b/demos/gridfs-webdav/src/main/webapp/WEB-INF/classes/infinispan.xml @@ -1,26 +1,4 @@ - - - diff --git a/demos/gui/pom.xml b/demos/gui/pom.xml index e44986ae1ce6..8d91a40b7c55 100644 --- a/demos/gui/pom.xml +++ b/demos/gui/pom.xml @@ -1,26 +1,4 @@ - diff --git a/demos/gui/src/main/java/org/infinispan/demo/InfinispanDemo.java b/demos/gui/src/main/java/org/infinispan/demo/InfinispanDemo.java index 8c11717fbf9a..ff5ac80cd797 100644 --- a/demos/gui/src/main/java/org/infinispan/demo/InfinispanDemo.java +++ b/demos/gui/src/main/java/org/infinispan/demo/InfinispanDemo.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2009 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.demo; import org.infinispan.Cache; diff --git a/demos/gui/src/main/java/org/infinispan/demo/package-info.java b/demos/gui/src/main/java/org/infinispan/demo/package-info.java index 60de19dd2a9c..b05a815a47a8 100644 --- a/demos/gui/src/main/java/org/infinispan/demo/package-info.java +++ b/demos/gui/src/main/java/org/infinispan/demo/package-info.java @@ -1,26 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - /** * Classes, programs and applications that help demonstrate how Infinispan can be used. */ diff --git a/demos/gui/src/main/release/etc/config-samples/gui-demo-cache-config.xml b/demos/gui/src/main/release/etc/config-samples/gui-demo-cache-config.xml index 079183a106c0..d9efea09ff9f 100644 --- a/demos/gui/src/main/release/etc/config-samples/gui-demo-cache-config.xml +++ b/demos/gui/src/main/release/etc/config-samples/gui-demo-cache-config.xml @@ -1,26 +1,4 @@ - - 4.0.0 diff --git a/demos/lucene-directory-demo/src/main/java/org/infinispan/lucenedemo/DemoActions.java b/demos/lucene-directory-demo/src/main/java/org/infinispan/lucenedemo/DemoActions.java index cf3834279932..1849a2f1424b 100644 --- a/demos/lucene-directory-demo/src/main/java/org/infinispan/lucenedemo/DemoActions.java +++ b/demos/lucene-directory-demo/src/main/java/org/infinispan/lucenedemo/DemoActions.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.lucenedemo; import java.io.IOException; diff --git a/demos/lucene-directory-demo/src/main/java/org/infinispan/lucenedemo/DemoDriver.java b/demos/lucene-directory-demo/src/main/java/org/infinispan/lucenedemo/DemoDriver.java index 4ad0a19d5d3f..0fc708eee682 100644 --- a/demos/lucene-directory-demo/src/main/java/org/infinispan/lucenedemo/DemoDriver.java +++ b/demos/lucene-directory-demo/src/main/java/org/infinispan/lucenedemo/DemoDriver.java @@ -1,25 +1,3 @@ -/* - * JBoss, Home of Professional Open Source - * Copyright 2010 Red Hat Inc. and/or its affiliates and other - * contributors as indicated by the @author tags. All rights reserved. - * See the copyright.txt in the distribution for a full listing of - * individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ package org.infinispan.lucenedemo; import java.io.IOException; diff --git a/demos/lucene-directory-demo/src/main/release/etc/config-samples/lucene-demo-cache-config.xml b/demos/lucene-directory-demo/src/main/release/etc/config-samples/lucene-demo-cache-config.xml index a61ca8004db0..5eb49934b97e 100644 --- a/demos/lucene-directory-demo/src/main/release/etc/config-samples/lucene-demo-cache-config.xml +++ b/demos/lucene-directory-demo/src/main/release/etc/config-samples/lucene-demo-cache-config.xml @@ -1,26 +1,4 @@ - - - diff --git a/demos/nearcache-client/src/main/java/org/infinispan/nearcache/cdi/Address.java b/demos/nearcache-client/src/main/java/org/infinispan/nearcache/cdi/Address.java index b1111479c9a5..72d599d90477 100644 --- a/demos/nearcache-client/src/main/java/org/infinispan/nearcache/cdi/Address.java +++ b/demos/nearcache-client/src/main/java/org/infinispan/nearcache/cdi/Address.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.nearcache.cdi; import java.io.Externalizable; diff --git a/demos/nearcache-client/src/main/java/org/infinispan/nearcache/cdi/AddressCache.java b/demos/nearcache-client/src/main/java/org/infinispan/nearcache/cdi/AddressCache.java index 7d680c94559f..cc7ed82a5c42 100644 --- a/demos/nearcache-client/src/main/java/org/infinispan/nearcache/cdi/AddressCache.java +++ b/demos/nearcache-client/src/main/java/org/infinispan/nearcache/cdi/AddressCache.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.nearcache.cdi; import javax.inject.Qualifier; diff --git a/demos/nearcache-client/src/main/java/org/infinispan/nearcache/cdi/AddressCacheManager.java b/demos/nearcache-client/src/main/java/org/infinispan/nearcache/cdi/AddressCacheManager.java index 6834d8302e3d..3c626a66471e 100644 --- a/demos/nearcache-client/src/main/java/org/infinispan/nearcache/cdi/AddressCacheManager.java +++ b/demos/nearcache-client/src/main/java/org/infinispan/nearcache/cdi/AddressCacheManager.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.nearcache.cdi; import org.infinispan.Cache; diff --git a/demos/nearcache-client/src/main/java/org/infinispan/nearcache/cdi/AddressController.java b/demos/nearcache-client/src/main/java/org/infinispan/nearcache/cdi/AddressController.java index b80cbc266765..886390c2f39e 100644 --- a/demos/nearcache-client/src/main/java/org/infinispan/nearcache/cdi/AddressController.java +++ b/demos/nearcache-client/src/main/java/org/infinispan/nearcache/cdi/AddressController.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.nearcache.cdi; import javax.enterprise.context.RequestScoped; diff --git a/demos/nearcache-client/src/main/java/org/infinispan/nearcache/cdi/AddressDao.java b/demos/nearcache-client/src/main/java/org/infinispan/nearcache/cdi/AddressDao.java index a2c8c2a5d2c8..b1c5315eef27 100644 --- a/demos/nearcache-client/src/main/java/org/infinispan/nearcache/cdi/AddressDao.java +++ b/demos/nearcache-client/src/main/java/org/infinispan/nearcache/cdi/AddressDao.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.nearcache.cdi; import javax.cache.annotation.CachePut; diff --git a/demos/nearcache-client/src/main/java/org/infinispan/nearcache/cdi/Config.java b/demos/nearcache-client/src/main/java/org/infinispan/nearcache/cdi/Config.java index e466d057e331..cb6958a2791d 100644 --- a/demos/nearcache-client/src/main/java/org/infinispan/nearcache/cdi/Config.java +++ b/demos/nearcache-client/src/main/java/org/infinispan/nearcache/cdi/Config.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.nearcache.cdi; import org.infinispan.cdi.ConfigureCache; diff --git a/demos/nearcache-client/src/main/java/org/infinispan/nearcache/jms/RemoteEventCacheStore.java b/demos/nearcache-client/src/main/java/org/infinispan/nearcache/jms/RemoteEventCacheStore.java index 7110a06156a1..8e26385f339f 100644 --- a/demos/nearcache-client/src/main/java/org/infinispan/nearcache/jms/RemoteEventCacheStore.java +++ b/demos/nearcache-client/src/main/java/org/infinispan/nearcache/jms/RemoteEventCacheStore.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.nearcache.jms; import org.infinispan.loaders.CacheLoaderException; diff --git a/demos/nearcache-client/src/main/java/org/infinispan/nearcache/jms/RemoteEventListener.java b/demos/nearcache-client/src/main/java/org/infinispan/nearcache/jms/RemoteEventListener.java index 424fd1cdbbbb..f33b162415fc 100644 --- a/demos/nearcache-client/src/main/java/org/infinispan/nearcache/jms/RemoteEventListener.java +++ b/demos/nearcache-client/src/main/java/org/infinispan/nearcache/jms/RemoteEventListener.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.nearcache.jms; import org.infinispan.Cache; diff --git a/demos/nearcache-client/src/main/webapp/WEB-INF/beans.xml b/demos/nearcache-client/src/main/webapp/WEB-INF/beans.xml index d496f3329437..b3656fb74af4 100644 --- a/demos/nearcache-client/src/main/webapp/WEB-INF/beans.xml +++ b/demos/nearcache-client/src/main/webapp/WEB-INF/beans.xml @@ -1,26 +1,4 @@ - diff --git a/demos/nearcache-client/src/main/webapp/WEB-INF/faces-config.xml b/demos/nearcache-client/src/main/webapp/WEB-INF/faces-config.xml index cb602ada6d69..18789e603c8a 100644 --- a/demos/nearcache-client/src/main/webapp/WEB-INF/faces-config.xml +++ b/demos/nearcache-client/src/main/webapp/WEB-INF/faces-config.xml @@ -1,24 +1,4 @@ - - - - diff --git a/demos/nearcache-client/src/main/webapp/index.xhtml b/demos/nearcache-client/src/main/webapp/index.xhtml index c51b6d30172b..5ffdb94388ce 100644 --- a/demos/nearcache-client/src/main/webapp/index.xhtml +++ b/demos/nearcache-client/src/main/webapp/index.xhtml @@ -1,26 +1,4 @@ - diff --git a/demos/nearcache-client/src/main/webapp/resources/css/styles.css b/demos/nearcache-client/src/main/webapp/resources/css/styles.css index cda0989ee209..c5df58910393 100644 --- a/demos/nearcache-client/src/main/webapp/resources/css/styles.css +++ b/demos/nearcache-client/src/main/webapp/resources/css/styles.css @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - @import url(http://fonts.googleapis.com/css?family=Istok+Web); body { diff --git a/demos/nearcache/pom.xml b/demos/nearcache/pom.xml index b0e43220f37a..d55649526bd8 100644 --- a/demos/nearcache/pom.xml +++ b/demos/nearcache/pom.xml @@ -1,26 +1,4 @@ - diff --git a/demos/nearcache/src/main/java/org/infinispan/demo/nearcache/client/TestingJmsClient.java b/demos/nearcache/src/main/java/org/infinispan/demo/nearcache/client/TestingJmsClient.java index af8a1e79f49b..4d67286588c9 100644 --- a/demos/nearcache/src/main/java/org/infinispan/demo/nearcache/client/TestingJmsClient.java +++ b/demos/nearcache/src/main/java/org/infinispan/demo/nearcache/client/TestingJmsClient.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.demo.nearcache.client; import javax.jms.Connection; diff --git a/demos/nearcache/src/main/java/org/infinispan/demo/nearcache/server/MessagingHotRodDemo.java b/demos/nearcache/src/main/java/org/infinispan/demo/nearcache/server/MessagingHotRodDemo.java index ebf28b95b1e1..4ce651baf483 100644 --- a/demos/nearcache/src/main/java/org/infinispan/demo/nearcache/server/MessagingHotRodDemo.java +++ b/demos/nearcache/src/main/java/org/infinispan/demo/nearcache/server/MessagingHotRodDemo.java @@ -1,22 +1,3 @@ -/* - * Copyright 2011 Red Hat, Inc. and/or its affiliates. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA - */ - package org.infinispan.demo.nearcache.server; import org.hornetq.integration.bootstrap.HornetQBootstrapServer; diff --git a/demos/nearcache/src/main/resources/hornetq-beans.xml b/demos/nearcache/src/main/resources/hornetq-beans.xml index bd1ebdf68385..ccc3eb680a10 100644 --- a/demos/nearcache/src/main/resources/hornetq-beans.xml +++ b/demos/nearcache/src/main/resources/hornetq-beans.xml @@ -1,24 +1,4 @@ - - - diff --git a/demos/nearcache/src/main/resources/hornetq-configuration.xml b/demos/nearcache/src/main/resources/hornetq-configuration.xml index b6a53f594306..2d8edc531265 100644 --- a/demos/nearcache/src/main/resources/hornetq-configuration.xml +++ b/demos/nearcache/src/main/resources/hornetq-configuration.xml @@ -1,22 +1,3 @@ - - diff --git a/demos/nearcache/src/main/resources/jndi.properties b/demos/nearcache/src/main/resources/jndi.properties index 9901dfa5ed9c..e2a9832f8ec7 100644 --- a/demos/nearcache/src/main/resources/jndi.properties +++ b/demos/nearcache/src/main/resources/jndi.properties @@ -1,21 +1,2 @@ -# -# Copyright 2011 Red Hat, Inc. and/or its affiliates. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 2.1 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -# 02110-1301 USA -# - java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces \ No newline at end of file diff --git a/ide-settings/eclipse/codetemplates.xml b/ide-settings/eclipse/codetemplates.xml index ec6a3a50206a..fd6f6a2e966f 100644 --- a/ide-settings/eclipse/codetemplates.xml +++ b/ide-settings/eclipse/codetemplates.xml @@ -14,25 +14,8 @@ */