diff --git a/code-coverage/pom.xml b/code-coverage/pom.xml index 6781ea69a..49a8d46c3 100644 --- a/code-coverage/pom.xml +++ b/code-coverage/pom.xml @@ -1,24 +1,7 @@ 4.0.0 diff --git a/container/pom.xml b/container/pom.xml index a59658fee..926731ba3 100644 --- a/container/pom.xml +++ b/container/pom.xml @@ -1,24 +1,7 @@ 4.0.0 diff --git a/container/spi/pom.xml b/container/spi/pom.xml index 59983a513..2566ae736 100644 --- a/container/spi/pom.xml +++ b/container/spi/pom.xml @@ -1,24 +1,7 @@ 4.0.0 diff --git a/container/spi/src/main/java/org/jboss/modcluster/container/Connector.java b/container/spi/src/main/java/org/jboss/modcluster/container/Connector.java index 85a54e7c9..3ca295245 100644 --- a/container/spi/src/main/java/org/jboss/modcluster/container/Connector.java +++ b/container/spi/src/main/java/org/jboss/modcluster/container/Connector.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container; diff --git a/container/spi/src/main/java/org/jboss/modcluster/container/ContainerEventHandler.java b/container/spi/src/main/java/org/jboss/modcluster/container/ContainerEventHandler.java index 88cb27477..fce2d336f 100755 --- a/container/spi/src/main/java/org/jboss/modcluster/container/ContainerEventHandler.java +++ b/container/spi/src/main/java/org/jboss/modcluster/container/ContainerEventHandler.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container; diff --git a/container/spi/src/main/java/org/jboss/modcluster/container/Context.java b/container/spi/src/main/java/org/jboss/modcluster/container/Context.java index 8d4dfcc6f..dd85361ed 100644 --- a/container/spi/src/main/java/org/jboss/modcluster/container/Context.java +++ b/container/spi/src/main/java/org/jboss/modcluster/container/Context.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container; diff --git a/container/spi/src/main/java/org/jboss/modcluster/container/Engine.java b/container/spi/src/main/java/org/jboss/modcluster/container/Engine.java index 9ae4b30d2..1d3749d52 100755 --- a/container/spi/src/main/java/org/jboss/modcluster/container/Engine.java +++ b/container/spi/src/main/java/org/jboss/modcluster/container/Engine.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container; diff --git a/container/spi/src/main/java/org/jboss/modcluster/container/Host.java b/container/spi/src/main/java/org/jboss/modcluster/container/Host.java index cb885972e..708d8a94b 100755 --- a/container/spi/src/main/java/org/jboss/modcluster/container/Host.java +++ b/container/spi/src/main/java/org/jboss/modcluster/container/Host.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container; diff --git a/container/spi/src/main/java/org/jboss/modcluster/container/Server.java b/container/spi/src/main/java/org/jboss/modcluster/container/Server.java index 29df87516..9453c3558 100755 --- a/container/spi/src/main/java/org/jboss/modcluster/container/Server.java +++ b/container/spi/src/main/java/org/jboss/modcluster/container/Server.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container; diff --git a/container/spi/src/main/java/org/jboss/modcluster/container/listeners/HttpSessionListener.java b/container/spi/src/main/java/org/jboss/modcluster/container/listeners/HttpSessionListener.java index bed47ae63..cf17d27d0 100644 --- a/container/spi/src/main/java/org/jboss/modcluster/container/listeners/HttpSessionListener.java +++ b/container/spi/src/main/java/org/jboss/modcluster/container/listeners/HttpSessionListener.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2020, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.listeners; diff --git a/container/spi/src/main/java/org/jboss/modcluster/container/listeners/ServletRequestListener.java b/container/spi/src/main/java/org/jboss/modcluster/container/listeners/ServletRequestListener.java index 31761d9b0..de6e7ef41 100644 --- a/container/spi/src/main/java/org/jboss/modcluster/container/listeners/ServletRequestListener.java +++ b/container/spi/src/main/java/org/jboss/modcluster/container/listeners/ServletRequestListener.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2020, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.listeners; diff --git a/container/tomcat-10.1/pom.xml b/container/tomcat-10.1/pom.xml index 5708694f3..5bd0807e3 100644 --- a/container/tomcat-10.1/pom.xml +++ b/container/tomcat-10.1/pom.xml @@ -1,24 +1,7 @@ 4.0.0 diff --git a/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/catalina/standalone/ModClusterListener.java b/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/catalina/standalone/ModClusterListener.java index 70f680b82..c560667ca 100644 --- a/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/catalina/standalone/ModClusterListener.java +++ b/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/catalina/standalone/ModClusterListener.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.catalina.standalone; diff --git a/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/ConfigurableProxyConnectorProvider.java b/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/ConfigurableProxyConnectorProvider.java index 7be0dd0ed..9fab57f82 100644 --- a/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/ConfigurableProxyConnectorProvider.java +++ b/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/ConfigurableProxyConnectorProvider.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2017, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/JMXServerProvider.java b/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/JMXServerProvider.java index 64c55310d..09304291f 100644 --- a/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/JMXServerProvider.java +++ b/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/JMXServerProvider.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/JakartaHttpSessionListener.java b/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/JakartaHttpSessionListener.java index 232605b94..7eff12f4b 100644 --- a/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/JakartaHttpSessionListener.java +++ b/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/JakartaHttpSessionListener.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2020, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/ModClusterListener.java b/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/ModClusterListener.java index 0b48d64f2..4a27541c4 100644 --- a/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/ModClusterListener.java +++ b/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/ModClusterListener.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/ProxyConnectorProvider.java b/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/ProxyConnectorProvider.java index 4ddc42ce7..af9870b3d 100644 --- a/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/ProxyConnectorProvider.java +++ b/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/ProxyConnectorProvider.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/RequestListenerValveFactory.java b/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/RequestListenerValveFactory.java index 83d396ce0..3d214bbe0 100644 --- a/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/RequestListenerValveFactory.java +++ b/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/RequestListenerValveFactory.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/ServerProvider.java b/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/ServerProvider.java index 00126e1d6..5039666d0 100644 --- a/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/ServerProvider.java +++ b/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/ServerProvider.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/SingleServiceServer.java b/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/SingleServiceServer.java index 9a4d1bcde..9dcaf3055 100644 --- a/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/SingleServiceServer.java +++ b/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/SingleServiceServer.java @@ -1,25 +1,7 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2020, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ - package org.jboss.modcluster.container.tomcat; import java.io.File; diff --git a/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/TomcatConnector.java b/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/TomcatConnector.java index 1652d0a5d..c9c69e09b 100644 --- a/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/TomcatConnector.java +++ b/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/TomcatConnector.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/TomcatConnectorConfiguration.java b/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/TomcatConnectorConfiguration.java index 9f187cc2f..6b00158c3 100644 --- a/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/TomcatConnectorConfiguration.java +++ b/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/TomcatConnectorConfiguration.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2017, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/TomcatContext.java b/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/TomcatContext.java index 5c98e6e60..3fe09ef4b 100644 --- a/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/TomcatContext.java +++ b/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/TomcatContext.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/TomcatEngine.java b/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/TomcatEngine.java index b691dcccf..1b2c0029f 100755 --- a/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/TomcatEngine.java +++ b/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/TomcatEngine.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/TomcatEventHandler.java b/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/TomcatEventHandler.java index d79591f1d..7047ba48e 100644 --- a/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/TomcatEventHandler.java +++ b/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/TomcatEventHandler.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/TomcatEventHandlerAdapter.java b/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/TomcatEventHandlerAdapter.java index 134f498ba..796491bc4 100644 --- a/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/TomcatEventHandlerAdapter.java +++ b/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/TomcatEventHandlerAdapter.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/TomcatHost.java b/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/TomcatHost.java index 056a4d56c..6dca0153b 100755 --- a/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/TomcatHost.java +++ b/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/TomcatHost.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/TomcatRegistry.java b/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/TomcatRegistry.java index 4911aa848..a10225211 100644 --- a/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/TomcatRegistry.java +++ b/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/TomcatRegistry.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2021, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/TomcatServer.java b/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/TomcatServer.java index f372fca6a..5b4ebd069 100755 --- a/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/TomcatServer.java +++ b/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/TomcatServer.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/mbeans-descriptors.xml b/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/mbeans-descriptors.xml index 2ac800060..8de72beb1 100755 --- a/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/mbeans-descriptors.xml +++ b/container/tomcat-10.1/src/main/java/org/jboss/modcluster/container/tomcat/mbeans-descriptors.xml @@ -1,4 +1,8 @@ + 4.0.0 diff --git a/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/catalina/standalone/ModClusterListener.java b/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/catalina/standalone/ModClusterListener.java index 70f680b82..c560667ca 100644 --- a/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/catalina/standalone/ModClusterListener.java +++ b/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/catalina/standalone/ModClusterListener.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.catalina.standalone; diff --git a/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/ConfigurableProxyConnectorProvider.java b/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/ConfigurableProxyConnectorProvider.java index 7be0dd0ed..9fab57f82 100644 --- a/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/ConfigurableProxyConnectorProvider.java +++ b/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/ConfigurableProxyConnectorProvider.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2017, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/JMXServerProvider.java b/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/JMXServerProvider.java index 64c55310d..09304291f 100644 --- a/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/JMXServerProvider.java +++ b/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/JMXServerProvider.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/JavaxHttpSessionListener.java b/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/JavaxHttpSessionListener.java index cabb62e70..d2314ecf5 100644 --- a/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/JavaxHttpSessionListener.java +++ b/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/JavaxHttpSessionListener.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2020, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/ModClusterListener.java b/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/ModClusterListener.java index 0b48d64f2..4a27541c4 100644 --- a/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/ModClusterListener.java +++ b/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/ModClusterListener.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/ProxyConnectorProvider.java b/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/ProxyConnectorProvider.java index 4ddc42ce7..af9870b3d 100644 --- a/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/ProxyConnectorProvider.java +++ b/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/ProxyConnectorProvider.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/RequestListenerValveFactory.java b/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/RequestListenerValveFactory.java index 83d396ce0..3d214bbe0 100644 --- a/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/RequestListenerValveFactory.java +++ b/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/RequestListenerValveFactory.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/ServerProvider.java b/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/ServerProvider.java index 00126e1d6..5039666d0 100644 --- a/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/ServerProvider.java +++ b/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/ServerProvider.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/SingleServiceServer.java b/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/SingleServiceServer.java index 522421de6..104e10582 100644 --- a/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/SingleServiceServer.java +++ b/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/SingleServiceServer.java @@ -1,25 +1,7 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2020, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ - package org.jboss.modcluster.container.tomcat; import java.io.File; diff --git a/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/TomcatConnector.java b/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/TomcatConnector.java index 1652d0a5d..c9c69e09b 100644 --- a/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/TomcatConnector.java +++ b/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/TomcatConnector.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/TomcatConnectorConfiguration.java b/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/TomcatConnectorConfiguration.java index 9f187cc2f..6b00158c3 100644 --- a/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/TomcatConnectorConfiguration.java +++ b/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/TomcatConnectorConfiguration.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2017, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/TomcatContext.java b/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/TomcatContext.java index e96ebbe1c..1597fc94c 100644 --- a/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/TomcatContext.java +++ b/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/TomcatContext.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/TomcatEngine.java b/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/TomcatEngine.java index b691dcccf..1b2c0029f 100755 --- a/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/TomcatEngine.java +++ b/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/TomcatEngine.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/TomcatEventHandler.java b/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/TomcatEventHandler.java index d79591f1d..7047ba48e 100644 --- a/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/TomcatEventHandler.java +++ b/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/TomcatEventHandler.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/TomcatEventHandlerAdapter.java b/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/TomcatEventHandlerAdapter.java index 013e6c4f7..a32960e45 100644 --- a/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/TomcatEventHandlerAdapter.java +++ b/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/TomcatEventHandlerAdapter.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/TomcatHost.java b/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/TomcatHost.java index 056a4d56c..6dca0153b 100755 --- a/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/TomcatHost.java +++ b/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/TomcatHost.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/TomcatRegistry.java b/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/TomcatRegistry.java index 4911aa848..a10225211 100644 --- a/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/TomcatRegistry.java +++ b/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/TomcatRegistry.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2021, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/TomcatServer.java b/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/TomcatServer.java index f372fca6a..5b4ebd069 100755 --- a/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/TomcatServer.java +++ b/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/TomcatServer.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/mbeans-descriptors.xml b/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/mbeans-descriptors.xml index 2ac800060..8de72beb1 100755 --- a/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/mbeans-descriptors.xml +++ b/container/tomcat-8.5/src/main/java/org/jboss/modcluster/container/tomcat/mbeans-descriptors.xml @@ -1,4 +1,8 @@ + 4.0.0 diff --git a/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/catalina/standalone/ModClusterListener.java b/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/catalina/standalone/ModClusterListener.java index 70f680b82..c560667ca 100644 --- a/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/catalina/standalone/ModClusterListener.java +++ b/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/catalina/standalone/ModClusterListener.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.catalina.standalone; diff --git a/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/ConfigurableProxyConnectorProvider.java b/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/ConfigurableProxyConnectorProvider.java index 7be0dd0ed..9fab57f82 100644 --- a/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/ConfigurableProxyConnectorProvider.java +++ b/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/ConfigurableProxyConnectorProvider.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2017, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/JMXServerProvider.java b/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/JMXServerProvider.java index 64c55310d..09304291f 100644 --- a/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/JMXServerProvider.java +++ b/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/JMXServerProvider.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/JavaxHttpSessionListener.java b/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/JavaxHttpSessionListener.java index cabb62e70..d2314ecf5 100644 --- a/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/JavaxHttpSessionListener.java +++ b/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/JavaxHttpSessionListener.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2020, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/ModClusterListener.java b/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/ModClusterListener.java index 0b48d64f2..4a27541c4 100644 --- a/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/ModClusterListener.java +++ b/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/ModClusterListener.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/ProxyConnectorProvider.java b/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/ProxyConnectorProvider.java index 4ddc42ce7..af9870b3d 100644 --- a/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/ProxyConnectorProvider.java +++ b/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/ProxyConnectorProvider.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/RequestListenerValveFactory.java b/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/RequestListenerValveFactory.java index 83d396ce0..3d214bbe0 100644 --- a/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/RequestListenerValveFactory.java +++ b/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/RequestListenerValveFactory.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/ServerProvider.java b/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/ServerProvider.java index 00126e1d6..5039666d0 100644 --- a/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/ServerProvider.java +++ b/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/ServerProvider.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/SingleServiceServer.java b/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/SingleServiceServer.java index 049b0c48c..4ec706da6 100644 --- a/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/SingleServiceServer.java +++ b/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/SingleServiceServer.java @@ -1,25 +1,7 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2020, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ - package org.jboss.modcluster.container.tomcat; import org.apache.catalina.LifecycleException; diff --git a/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/TomcatConnector.java b/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/TomcatConnector.java index 1652d0a5d..c9c69e09b 100644 --- a/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/TomcatConnector.java +++ b/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/TomcatConnector.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/TomcatConnectorConfiguration.java b/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/TomcatConnectorConfiguration.java index 9f187cc2f..6b00158c3 100644 --- a/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/TomcatConnectorConfiguration.java +++ b/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/TomcatConnectorConfiguration.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2017, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/TomcatContext.java b/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/TomcatContext.java index e96ebbe1c..1597fc94c 100644 --- a/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/TomcatContext.java +++ b/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/TomcatContext.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/TomcatEngine.java b/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/TomcatEngine.java index b691dcccf..1b2c0029f 100755 --- a/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/TomcatEngine.java +++ b/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/TomcatEngine.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/TomcatEventHandler.java b/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/TomcatEventHandler.java index d79591f1d..7047ba48e 100644 --- a/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/TomcatEventHandler.java +++ b/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/TomcatEventHandler.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/TomcatEventHandlerAdapter.java b/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/TomcatEventHandlerAdapter.java index d28345248..f00323e26 100644 --- a/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/TomcatEventHandlerAdapter.java +++ b/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/TomcatEventHandlerAdapter.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/TomcatHost.java b/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/TomcatHost.java index 056a4d56c..6dca0153b 100755 --- a/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/TomcatHost.java +++ b/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/TomcatHost.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/TomcatRegistry.java b/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/TomcatRegistry.java index 4911aa848..a10225211 100644 --- a/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/TomcatRegistry.java +++ b/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/TomcatRegistry.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2021, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/TomcatServer.java b/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/TomcatServer.java index f372fca6a..5b4ebd069 100755 --- a/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/TomcatServer.java +++ b/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/TomcatServer.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.container.tomcat; diff --git a/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/mbeans-descriptors.xml b/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/mbeans-descriptors.xml index 2ac800060..8de72beb1 100755 --- a/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/mbeans-descriptors.xml +++ b/container/tomcat-9.0/src/main/java/org/jboss/modcluster/container/tomcat/mbeans-descriptors.xml @@ -1,4 +1,8 @@ + 4.0.0 diff --git a/core/src/main/java/org/jboss/modcluster/ModClusterLogger.java b/core/src/main/java/org/jboss/modcluster/ModClusterLogger.java index 2a0f3b8d0..1761f15dd 100644 --- a/core/src/main/java/org/jboss/modcluster/ModClusterLogger.java +++ b/core/src/main/java/org/jboss/modcluster/ModClusterLogger.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster; diff --git a/core/src/main/java/org/jboss/modcluster/ModClusterMessages.java b/core/src/main/java/org/jboss/modcluster/ModClusterMessages.java index a3385edac..6c2b33e64 100644 --- a/core/src/main/java/org/jboss/modcluster/ModClusterMessages.java +++ b/core/src/main/java/org/jboss/modcluster/ModClusterMessages.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster; diff --git a/core/src/main/java/org/jboss/modcluster/ModClusterService.java b/core/src/main/java/org/jboss/modcluster/ModClusterService.java index 4cbc869d9..7981eb3aa 100644 --- a/core/src/main/java/org/jboss/modcluster/ModClusterService.java +++ b/core/src/main/java/org/jboss/modcluster/ModClusterService.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster; diff --git a/core/src/main/java/org/jboss/modcluster/ModClusterServiceMBean.java b/core/src/main/java/org/jboss/modcluster/ModClusterServiceMBean.java index a8c00dae0..96c2cf41f 100755 --- a/core/src/main/java/org/jboss/modcluster/ModClusterServiceMBean.java +++ b/core/src/main/java/org/jboss/modcluster/ModClusterServiceMBean.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster; diff --git a/core/src/main/java/org/jboss/modcluster/Utils.java b/core/src/main/java/org/jboss/modcluster/Utils.java index e03998df7..625ba14e4 100644 --- a/core/src/main/java/org/jboss/modcluster/Utils.java +++ b/core/src/main/java/org/jboss/modcluster/Utils.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster; diff --git a/core/src/main/java/org/jboss/modcluster/Version.java b/core/src/main/java/org/jboss/modcluster/Version.java index 6ccb40cc8..95f9df660 100644 --- a/core/src/main/java/org/jboss/modcluster/Version.java +++ b/core/src/main/java/org/jboss/modcluster/Version.java @@ -1,25 +1,7 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ - package org.jboss.modcluster; import java.util.ResourceBundle; diff --git a/core/src/main/java/org/jboss/modcluster/Version.properties b/core/src/main/java/org/jboss/modcluster/Version.properties index defbd4820..110b8329c 100644 --- a/core/src/main/java/org/jboss/modcluster/Version.properties +++ b/core/src/main/java/org/jboss/modcluster/Version.properties @@ -1 +1,6 @@ +# +# Copyright The mod_cluster Project Authors +# SPDX-License-Identifier: Apache-2.0 +# + version=${project.version} diff --git a/core/src/main/java/org/jboss/modcluster/advertise/AdvertiseListener.java b/core/src/main/java/org/jboss/modcluster/advertise/AdvertiseListener.java index c6c9d823b..49e6c13ad 100755 --- a/core/src/main/java/org/jboss/modcluster/advertise/AdvertiseListener.java +++ b/core/src/main/java/org/jboss/modcluster/advertise/AdvertiseListener.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.advertise; diff --git a/core/src/main/java/org/jboss/modcluster/advertise/AdvertiseListenerFactory.java b/core/src/main/java/org/jboss/modcluster/advertise/AdvertiseListenerFactory.java index 97c141771..e70b4c440 100755 --- a/core/src/main/java/org/jboss/modcluster/advertise/AdvertiseListenerFactory.java +++ b/core/src/main/java/org/jboss/modcluster/advertise/AdvertiseListenerFactory.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.advertise; diff --git a/core/src/main/java/org/jboss/modcluster/advertise/DatagramChannelFactory.java b/core/src/main/java/org/jboss/modcluster/advertise/DatagramChannelFactory.java index 2fe84105b..644571316 100755 --- a/core/src/main/java/org/jboss/modcluster/advertise/DatagramChannelFactory.java +++ b/core/src/main/java/org/jboss/modcluster/advertise/DatagramChannelFactory.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2016, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.advertise; diff --git a/core/src/main/java/org/jboss/modcluster/advertise/impl/AdvertiseListenerFactoryImpl.java b/core/src/main/java/org/jboss/modcluster/advertise/impl/AdvertiseListenerFactoryImpl.java index 8387d70f6..6d1a4fd63 100755 --- a/core/src/main/java/org/jboss/modcluster/advertise/impl/AdvertiseListenerFactoryImpl.java +++ b/core/src/main/java/org/jboss/modcluster/advertise/impl/AdvertiseListenerFactoryImpl.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.advertise.impl; diff --git a/core/src/main/java/org/jboss/modcluster/advertise/impl/AdvertiseListenerImpl.java b/core/src/main/java/org/jboss/modcluster/advertise/impl/AdvertiseListenerImpl.java index e414e3423..9b076f82f 100755 --- a/core/src/main/java/org/jboss/modcluster/advertise/impl/AdvertiseListenerImpl.java +++ b/core/src/main/java/org/jboss/modcluster/advertise/impl/AdvertiseListenerImpl.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.advertise.impl; diff --git a/core/src/main/java/org/jboss/modcluster/advertise/impl/AdvertisedServer.java b/core/src/main/java/org/jboss/modcluster/advertise/impl/AdvertisedServer.java index 62343fd0b..9cef293d6 100755 --- a/core/src/main/java/org/jboss/modcluster/advertise/impl/AdvertisedServer.java +++ b/core/src/main/java/org/jboss/modcluster/advertise/impl/AdvertisedServer.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.advertise.impl; diff --git a/core/src/main/java/org/jboss/modcluster/advertise/impl/DatagramChannelFactoryImpl.java b/core/src/main/java/org/jboss/modcluster/advertise/impl/DatagramChannelFactoryImpl.java index 89af840bf..e8487a507 100755 --- a/core/src/main/java/org/jboss/modcluster/advertise/impl/DatagramChannelFactoryImpl.java +++ b/core/src/main/java/org/jboss/modcluster/advertise/impl/DatagramChannelFactoryImpl.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2017, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.advertise.impl; diff --git a/core/src/main/java/org/jboss/modcluster/config/AdvertiseConfiguration.java b/core/src/main/java/org/jboss/modcluster/config/AdvertiseConfiguration.java index 64887d359..ec98edde2 100755 --- a/core/src/main/java/org/jboss/modcluster/config/AdvertiseConfiguration.java +++ b/core/src/main/java/org/jboss/modcluster/config/AdvertiseConfiguration.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.config; diff --git a/core/src/main/java/org/jboss/modcluster/config/BalancerConfiguration.java b/core/src/main/java/org/jboss/modcluster/config/BalancerConfiguration.java index 6dc9374d1..3cce1fab3 100755 --- a/core/src/main/java/org/jboss/modcluster/config/BalancerConfiguration.java +++ b/core/src/main/java/org/jboss/modcluster/config/BalancerConfiguration.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.config; diff --git a/core/src/main/java/org/jboss/modcluster/config/JvmRouteFactory.java b/core/src/main/java/org/jboss/modcluster/config/JvmRouteFactory.java index 967519f7e..bfe19e801 100644 --- a/core/src/main/java/org/jboss/modcluster/config/JvmRouteFactory.java +++ b/core/src/main/java/org/jboss/modcluster/config/JvmRouteFactory.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2010, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.config; diff --git a/core/src/main/java/org/jboss/modcluster/config/MCMPHandlerConfiguration.java b/core/src/main/java/org/jboss/modcluster/config/MCMPHandlerConfiguration.java index e810a7462..9a6850263 100755 --- a/core/src/main/java/org/jboss/modcluster/config/MCMPHandlerConfiguration.java +++ b/core/src/main/java/org/jboss/modcluster/config/MCMPHandlerConfiguration.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.config; diff --git a/core/src/main/java/org/jboss/modcluster/config/ModClusterConfiguration.java b/core/src/main/java/org/jboss/modcluster/config/ModClusterConfiguration.java index 13e16cbcc..450d3b962 100644 --- a/core/src/main/java/org/jboss/modcluster/config/ModClusterConfiguration.java +++ b/core/src/main/java/org/jboss/modcluster/config/ModClusterConfiguration.java @@ -1,25 +1,7 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2017, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ - package org.jboss.modcluster.config; /** diff --git a/core/src/main/java/org/jboss/modcluster/config/NodeConfiguration.java b/core/src/main/java/org/jboss/modcluster/config/NodeConfiguration.java index ad4db673b..6b002e181 100755 --- a/core/src/main/java/org/jboss/modcluster/config/NodeConfiguration.java +++ b/core/src/main/java/org/jboss/modcluster/config/NodeConfiguration.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.config; diff --git a/core/src/main/java/org/jboss/modcluster/config/ProxyConfiguration.java b/core/src/main/java/org/jboss/modcluster/config/ProxyConfiguration.java index fe8de2d5c..29b1dc73a 100644 --- a/core/src/main/java/org/jboss/modcluster/config/ProxyConfiguration.java +++ b/core/src/main/java/org/jboss/modcluster/config/ProxyConfiguration.java @@ -1,24 +1,7 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2014, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ - package org.jboss.modcluster.config; import java.net.InetSocketAddress; diff --git a/core/src/main/java/org/jboss/modcluster/config/SSLConfiguration.java b/core/src/main/java/org/jboss/modcluster/config/SSLConfiguration.java index 91723a262..1e6aeccc9 100755 --- a/core/src/main/java/org/jboss/modcluster/config/SSLConfiguration.java +++ b/core/src/main/java/org/jboss/modcluster/config/SSLConfiguration.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.config; diff --git a/core/src/main/java/org/jboss/modcluster/config/SessionDrainingStrategy.java b/core/src/main/java/org/jboss/modcluster/config/SessionDrainingStrategy.java index 95378fa6e..1117a5482 100644 --- a/core/src/main/java/org/jboss/modcluster/config/SessionDrainingStrategy.java +++ b/core/src/main/java/org/jboss/modcluster/config/SessionDrainingStrategy.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2010, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.config; diff --git a/core/src/main/java/org/jboss/modcluster/config/builder/AbstractConfigurationBuilder.java b/core/src/main/java/org/jboss/modcluster/config/builder/AbstractConfigurationBuilder.java index 3797a1f57..3baca162a 100644 --- a/core/src/main/java/org/jboss/modcluster/config/builder/AbstractConfigurationBuilder.java +++ b/core/src/main/java/org/jboss/modcluster/config/builder/AbstractConfigurationBuilder.java @@ -1,25 +1,7 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2017, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ - package org.jboss.modcluster.config.builder; import org.jboss.modcluster.config.ModClusterConfiguration; diff --git a/core/src/main/java/org/jboss/modcluster/config/builder/AdvertiseConfigurationBuilder.java b/core/src/main/java/org/jboss/modcluster/config/builder/AdvertiseConfigurationBuilder.java index 76d223c7d..0af1290a2 100644 --- a/core/src/main/java/org/jboss/modcluster/config/builder/AdvertiseConfigurationBuilder.java +++ b/core/src/main/java/org/jboss/modcluster/config/builder/AdvertiseConfigurationBuilder.java @@ -1,25 +1,7 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2017, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ - package org.jboss.modcluster.config.builder; import java.net.InetAddress; diff --git a/core/src/main/java/org/jboss/modcluster/config/builder/BalancerConfigurationBuilder.java b/core/src/main/java/org/jboss/modcluster/config/builder/BalancerConfigurationBuilder.java index 789cbd83c..eb6d48a6e 100644 --- a/core/src/main/java/org/jboss/modcluster/config/builder/BalancerConfigurationBuilder.java +++ b/core/src/main/java/org/jboss/modcluster/config/builder/BalancerConfigurationBuilder.java @@ -1,25 +1,7 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2017, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ - package org.jboss.modcluster.config.builder; import org.jboss.modcluster.config.BalancerConfiguration; diff --git a/core/src/main/java/org/jboss/modcluster/config/builder/ConfigurationBuilder.java b/core/src/main/java/org/jboss/modcluster/config/builder/ConfigurationBuilder.java index 230f2e818..abce50c05 100644 --- a/core/src/main/java/org/jboss/modcluster/config/builder/ConfigurationBuilder.java +++ b/core/src/main/java/org/jboss/modcluster/config/builder/ConfigurationBuilder.java @@ -1,25 +1,7 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2017, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ - package org.jboss.modcluster.config.builder; import org.jboss.modcluster.config.ModClusterConfiguration; diff --git a/core/src/main/java/org/jboss/modcluster/config/builder/Creator.java b/core/src/main/java/org/jboss/modcluster/config/builder/Creator.java index 9d88162c2..d86851715 100644 --- a/core/src/main/java/org/jboss/modcluster/config/builder/Creator.java +++ b/core/src/main/java/org/jboss/modcluster/config/builder/Creator.java @@ -1,25 +1,7 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2017, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ - package org.jboss.modcluster.config.builder; /** diff --git a/core/src/main/java/org/jboss/modcluster/config/builder/MCMPHandlerConfigurationBuilder.java b/core/src/main/java/org/jboss/modcluster/config/builder/MCMPHandlerConfigurationBuilder.java index c1bd8fba7..8f414b09e 100644 --- a/core/src/main/java/org/jboss/modcluster/config/builder/MCMPHandlerConfigurationBuilder.java +++ b/core/src/main/java/org/jboss/modcluster/config/builder/MCMPHandlerConfigurationBuilder.java @@ -1,25 +1,7 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2017, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ - package org.jboss.modcluster.config.builder; import java.util.Collection; diff --git a/core/src/main/java/org/jboss/modcluster/config/builder/ModClusterConfigurationBuilder.java b/core/src/main/java/org/jboss/modcluster/config/builder/ModClusterConfigurationBuilder.java index 9b435c615..603367589 100644 --- a/core/src/main/java/org/jboss/modcluster/config/builder/ModClusterConfigurationBuilder.java +++ b/core/src/main/java/org/jboss/modcluster/config/builder/ModClusterConfigurationBuilder.java @@ -1,25 +1,7 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2017, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ - package org.jboss.modcluster.config.builder; import org.jboss.modcluster.config.ModClusterConfiguration; diff --git a/core/src/main/java/org/jboss/modcluster/config/builder/NodeConfigurationBuilder.java b/core/src/main/java/org/jboss/modcluster/config/builder/NodeConfigurationBuilder.java index 74cc6d23b..dad401c75 100644 --- a/core/src/main/java/org/jboss/modcluster/config/builder/NodeConfigurationBuilder.java +++ b/core/src/main/java/org/jboss/modcluster/config/builder/NodeConfigurationBuilder.java @@ -1,25 +1,7 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2017, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ - package org.jboss.modcluster.config.builder; import org.jboss.modcluster.config.NodeConfiguration; diff --git a/core/src/main/java/org/jboss/modcluster/config/builder/package-info.java b/core/src/main/java/org/jboss/modcluster/config/builder/package-info.java index 57661d0c9..781d6a934 100644 --- a/core/src/main/java/org/jboss/modcluster/config/builder/package-info.java +++ b/core/src/main/java/org/jboss/modcluster/config/builder/package-info.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2017, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ /** diff --git a/core/src/main/java/org/jboss/modcluster/config/impl/AdvertiseConfigurationImpl.java b/core/src/main/java/org/jboss/modcluster/config/impl/AdvertiseConfigurationImpl.java index 5fde5c8e4..eca447bc9 100644 --- a/core/src/main/java/org/jboss/modcluster/config/impl/AdvertiseConfigurationImpl.java +++ b/core/src/main/java/org/jboss/modcluster/config/impl/AdvertiseConfigurationImpl.java @@ -1,25 +1,7 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2017, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ - package org.jboss.modcluster.config.impl; import java.net.InetSocketAddress; diff --git a/core/src/main/java/org/jboss/modcluster/config/impl/BalancerConfigurationImpl.java b/core/src/main/java/org/jboss/modcluster/config/impl/BalancerConfigurationImpl.java index e9a4dd9b0..2b62cdd29 100644 --- a/core/src/main/java/org/jboss/modcluster/config/impl/BalancerConfigurationImpl.java +++ b/core/src/main/java/org/jboss/modcluster/config/impl/BalancerConfigurationImpl.java @@ -1,25 +1,7 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2017, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ - package org.jboss.modcluster.config.impl; import org.jboss.modcluster.config.BalancerConfiguration; diff --git a/core/src/main/java/org/jboss/modcluster/config/impl/MCMPHandlerConfigurationImpl.java b/core/src/main/java/org/jboss/modcluster/config/impl/MCMPHandlerConfigurationImpl.java index 3000c8801..0dcccfaab 100644 --- a/core/src/main/java/org/jboss/modcluster/config/impl/MCMPHandlerConfigurationImpl.java +++ b/core/src/main/java/org/jboss/modcluster/config/impl/MCMPHandlerConfigurationImpl.java @@ -1,25 +1,7 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2017, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ - package org.jboss.modcluster.config.impl; import java.net.InetSocketAddress; diff --git a/core/src/main/java/org/jboss/modcluster/config/impl/ModClusterConfig.java b/core/src/main/java/org/jboss/modcluster/config/impl/ModClusterConfig.java index 69ed75c75..5b261a584 100755 --- a/core/src/main/java/org/jboss/modcluster/config/impl/ModClusterConfig.java +++ b/core/src/main/java/org/jboss/modcluster/config/impl/ModClusterConfig.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.config.impl; diff --git a/core/src/main/java/org/jboss/modcluster/config/impl/ModClusterConfigurationImpl.java b/core/src/main/java/org/jboss/modcluster/config/impl/ModClusterConfigurationImpl.java index f961f1caf..5ce245361 100644 --- a/core/src/main/java/org/jboss/modcluster/config/impl/ModClusterConfigurationImpl.java +++ b/core/src/main/java/org/jboss/modcluster/config/impl/ModClusterConfigurationImpl.java @@ -1,25 +1,7 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2017, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ - package org.jboss.modcluster.config.impl; import org.jboss.modcluster.config.AdvertiseConfiguration; diff --git a/core/src/main/java/org/jboss/modcluster/config/impl/NodeConfigurationImpl.java b/core/src/main/java/org/jboss/modcluster/config/impl/NodeConfigurationImpl.java index c3bd950f0..d405d3eab 100644 --- a/core/src/main/java/org/jboss/modcluster/config/impl/NodeConfigurationImpl.java +++ b/core/src/main/java/org/jboss/modcluster/config/impl/NodeConfigurationImpl.java @@ -1,3 +1,7 @@ +/* + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 + */ package org.jboss.modcluster.config.impl; import org.jboss.modcluster.config.NodeConfiguration; diff --git a/core/src/main/java/org/jboss/modcluster/config/impl/ProxyConfigurationImpl.java b/core/src/main/java/org/jboss/modcluster/config/impl/ProxyConfigurationImpl.java index 5b4ad5b9c..6e749c8d3 100644 --- a/core/src/main/java/org/jboss/modcluster/config/impl/ProxyConfigurationImpl.java +++ b/core/src/main/java/org/jboss/modcluster/config/impl/ProxyConfigurationImpl.java @@ -1,25 +1,7 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2018, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ - package org.jboss.modcluster.config.impl; import java.net.InetSocketAddress; diff --git a/core/src/main/java/org/jboss/modcluster/config/impl/SessionDrainingStrategyEnum.java b/core/src/main/java/org/jboss/modcluster/config/impl/SessionDrainingStrategyEnum.java index f0be8b674..b3a0ac099 100644 --- a/core/src/main/java/org/jboss/modcluster/config/impl/SessionDrainingStrategyEnum.java +++ b/core/src/main/java/org/jboss/modcluster/config/impl/SessionDrainingStrategyEnum.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2010, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.config.impl; diff --git a/core/src/main/java/org/jboss/modcluster/config/impl/SimpleJvmRouteFactory.java b/core/src/main/java/org/jboss/modcluster/config/impl/SimpleJvmRouteFactory.java index 2c7699e93..05b00f66e 100644 --- a/core/src/main/java/org/jboss/modcluster/config/impl/SimpleJvmRouteFactory.java +++ b/core/src/main/java/org/jboss/modcluster/config/impl/SimpleJvmRouteFactory.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2010, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.config.impl; diff --git a/core/src/main/java/org/jboss/modcluster/config/impl/SystemPropertyJvmRouteFactory.java b/core/src/main/java/org/jboss/modcluster/config/impl/SystemPropertyJvmRouteFactory.java index d6c2619ca..c28c9bf00 100644 --- a/core/src/main/java/org/jboss/modcluster/config/impl/SystemPropertyJvmRouteFactory.java +++ b/core/src/main/java/org/jboss/modcluster/config/impl/SystemPropertyJvmRouteFactory.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2010, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.config.impl; diff --git a/core/src/main/java/org/jboss/modcluster/config/impl/UUIDJvmRouteFactory.java b/core/src/main/java/org/jboss/modcluster/config/impl/UUIDJvmRouteFactory.java index 7dbf75097..9a95aab16 100644 --- a/core/src/main/java/org/jboss/modcluster/config/impl/UUIDJvmRouteFactory.java +++ b/core/src/main/java/org/jboss/modcluster/config/impl/UUIDJvmRouteFactory.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2010, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.config.impl; diff --git a/core/src/main/java/org/jboss/modcluster/load/impl/DynamicLoadBalanceFactorProvider.java b/core/src/main/java/org/jboss/modcluster/load/impl/DynamicLoadBalanceFactorProvider.java index 6c6088886..8160d936a 100755 --- a/core/src/main/java/org/jboss/modcluster/load/impl/DynamicLoadBalanceFactorProvider.java +++ b/core/src/main/java/org/jboss/modcluster/load/impl/DynamicLoadBalanceFactorProvider.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.load.impl; diff --git a/core/src/main/java/org/jboss/modcluster/load/impl/DynamicLoadBalanceFactorProviderMBean.java b/core/src/main/java/org/jboss/modcluster/load/impl/DynamicLoadBalanceFactorProviderMBean.java index da922e1af..1ece73d6f 100755 --- a/core/src/main/java/org/jboss/modcluster/load/impl/DynamicLoadBalanceFactorProviderMBean.java +++ b/core/src/main/java/org/jboss/modcluster/load/impl/DynamicLoadBalanceFactorProviderMBean.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.load.impl; diff --git a/core/src/main/java/org/jboss/modcluster/load/impl/SimpleLoadBalanceFactorProvider.java b/core/src/main/java/org/jboss/modcluster/load/impl/SimpleLoadBalanceFactorProvider.java index 37dbff57c..a5c3f774d 100755 --- a/core/src/main/java/org/jboss/modcluster/load/impl/SimpleLoadBalanceFactorProvider.java +++ b/core/src/main/java/org/jboss/modcluster/load/impl/SimpleLoadBalanceFactorProvider.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.load.impl; diff --git a/core/src/main/java/org/jboss/modcluster/load/impl/SimpleLoadBalanceFactorProviderFactory.java b/core/src/main/java/org/jboss/modcluster/load/impl/SimpleLoadBalanceFactorProviderFactory.java index f4942ec4c..3b1079858 100755 --- a/core/src/main/java/org/jboss/modcluster/load/impl/SimpleLoadBalanceFactorProviderFactory.java +++ b/core/src/main/java/org/jboss/modcluster/load/impl/SimpleLoadBalanceFactorProviderFactory.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.load.impl; diff --git a/core/src/main/java/org/jboss/modcluster/load/impl/SimpleLoadBalanceFactorProviderMBean.java b/core/src/main/java/org/jboss/modcluster/load/impl/SimpleLoadBalanceFactorProviderMBean.java index cba918850..1284f848d 100755 --- a/core/src/main/java/org/jboss/modcluster/load/impl/SimpleLoadBalanceFactorProviderMBean.java +++ b/core/src/main/java/org/jboss/modcluster/load/impl/SimpleLoadBalanceFactorProviderMBean.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.load.impl; diff --git a/core/src/main/java/org/jboss/modcluster/load/metric/impl/AbstractLoadMetric.java b/core/src/main/java/org/jboss/modcluster/load/metric/impl/AbstractLoadMetric.java index 2cf5da81e..22a3d4baf 100755 --- a/core/src/main/java/org/jboss/modcluster/load/metric/impl/AbstractLoadMetric.java +++ b/core/src/main/java/org/jboss/modcluster/load/metric/impl/AbstractLoadMetric.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.load.metric.impl; diff --git a/core/src/main/java/org/jboss/modcluster/load/metric/impl/AbstractMBeanLoadMetric.java b/core/src/main/java/org/jboss/modcluster/load/metric/impl/AbstractMBeanLoadMetric.java index 9129060c0..b43cfc467 100644 --- a/core/src/main/java/org/jboss/modcluster/load/metric/impl/AbstractMBeanLoadMetric.java +++ b/core/src/main/java/org/jboss/modcluster/load/metric/impl/AbstractMBeanLoadMetric.java @@ -1,3 +1,7 @@ +/* + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 + */ package org.jboss.modcluster.load.metric.impl; import java.lang.management.ManagementFactory; diff --git a/core/src/main/java/org/jboss/modcluster/load/metric/impl/ActiveSessionsLoadMetric.java b/core/src/main/java/org/jboss/modcluster/load/metric/impl/ActiveSessionsLoadMetric.java index 29358eba4..2e6a03af4 100755 --- a/core/src/main/java/org/jboss/modcluster/load/metric/impl/ActiveSessionsLoadMetric.java +++ b/core/src/main/java/org/jboss/modcluster/load/metric/impl/ActiveSessionsLoadMetric.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.load.metric.impl; diff --git a/core/src/main/java/org/jboss/modcluster/load/metric/impl/AverageSystemLoadMetric.java b/core/src/main/java/org/jboss/modcluster/load/metric/impl/AverageSystemLoadMetric.java index 8eb33cc7e..f7b5018ad 100755 --- a/core/src/main/java/org/jboss/modcluster/load/metric/impl/AverageSystemLoadMetric.java +++ b/core/src/main/java/org/jboss/modcluster/load/metric/impl/AverageSystemLoadMetric.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.load.metric.impl; diff --git a/core/src/main/java/org/jboss/modcluster/load/metric/impl/BusyConnectorsLoadMetric.java b/core/src/main/java/org/jboss/modcluster/load/metric/impl/BusyConnectorsLoadMetric.java index f55ec71d0..879f4232b 100755 --- a/core/src/main/java/org/jboss/modcluster/load/metric/impl/BusyConnectorsLoadMetric.java +++ b/core/src/main/java/org/jboss/modcluster/load/metric/impl/BusyConnectorsLoadMetric.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.load.metric.impl; diff --git a/core/src/main/java/org/jboss/modcluster/load/metric/impl/DeterministicLoadState.java b/core/src/main/java/org/jboss/modcluster/load/metric/impl/DeterministicLoadState.java index ebb9eac8d..f6c31a34c 100755 --- a/core/src/main/java/org/jboss/modcluster/load/metric/impl/DeterministicLoadState.java +++ b/core/src/main/java/org/jboss/modcluster/load/metric/impl/DeterministicLoadState.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.load.metric.impl; diff --git a/core/src/main/java/org/jboss/modcluster/load/metric/impl/DeterministicLoadStateImpl.java b/core/src/main/java/org/jboss/modcluster/load/metric/impl/DeterministicLoadStateImpl.java index 4c797e98a..797f939b2 100755 --- a/core/src/main/java/org/jboss/modcluster/load/metric/impl/DeterministicLoadStateImpl.java +++ b/core/src/main/java/org/jboss/modcluster/load/metric/impl/DeterministicLoadStateImpl.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.load.metric.impl; diff --git a/core/src/main/java/org/jboss/modcluster/load/metric/impl/HeapMemoryUsageLoadMetric.java b/core/src/main/java/org/jboss/modcluster/load/metric/impl/HeapMemoryUsageLoadMetric.java index 4446b9c87..fb3441efd 100755 --- a/core/src/main/java/org/jboss/modcluster/load/metric/impl/HeapMemoryUsageLoadMetric.java +++ b/core/src/main/java/org/jboss/modcluster/load/metric/impl/HeapMemoryUsageLoadMetric.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.load.metric.impl; diff --git a/core/src/main/java/org/jboss/modcluster/load/metric/impl/MBeanAttributeLoadMetric.java b/core/src/main/java/org/jboss/modcluster/load/metric/impl/MBeanAttributeLoadMetric.java index fe03f7508..09c6f92b2 100755 --- a/core/src/main/java/org/jboss/modcluster/load/metric/impl/MBeanAttributeLoadMetric.java +++ b/core/src/main/java/org/jboss/modcluster/load/metric/impl/MBeanAttributeLoadMetric.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.load.metric.impl; diff --git a/core/src/main/java/org/jboss/modcluster/load/metric/impl/MBeanAttributeRatioLoadMetric.java b/core/src/main/java/org/jboss/modcluster/load/metric/impl/MBeanAttributeRatioLoadMetric.java index 520816d74..859e34155 100755 --- a/core/src/main/java/org/jboss/modcluster/load/metric/impl/MBeanAttributeRatioLoadMetric.java +++ b/core/src/main/java/org/jboss/modcluster/load/metric/impl/MBeanAttributeRatioLoadMetric.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.load.metric.impl; diff --git a/core/src/main/java/org/jboss/modcluster/load/metric/impl/ReceiveTrafficLoadMetric.java b/core/src/main/java/org/jboss/modcluster/load/metric/impl/ReceiveTrafficLoadMetric.java index c5dcee690..c82aba88f 100755 --- a/core/src/main/java/org/jboss/modcluster/load/metric/impl/ReceiveTrafficLoadMetric.java +++ b/core/src/main/java/org/jboss/modcluster/load/metric/impl/ReceiveTrafficLoadMetric.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.load.metric.impl; diff --git a/core/src/main/java/org/jboss/modcluster/load/metric/impl/RequestCountLoadMetric.java b/core/src/main/java/org/jboss/modcluster/load/metric/impl/RequestCountLoadMetric.java index 03e4647fa..9f1faaf68 100755 --- a/core/src/main/java/org/jboss/modcluster/load/metric/impl/RequestCountLoadMetric.java +++ b/core/src/main/java/org/jboss/modcluster/load/metric/impl/RequestCountLoadMetric.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.load.metric.impl; diff --git a/core/src/main/java/org/jboss/modcluster/load/metric/impl/SendTrafficLoadMetric.java b/core/src/main/java/org/jboss/modcluster/load/metric/impl/SendTrafficLoadMetric.java index 227357e32..feae46eff 100755 --- a/core/src/main/java/org/jboss/modcluster/load/metric/impl/SendTrafficLoadMetric.java +++ b/core/src/main/java/org/jboss/modcluster/load/metric/impl/SendTrafficLoadMetric.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.load.metric.impl; diff --git a/core/src/main/java/org/jboss/modcluster/mcmp/ContextFilter.java b/core/src/main/java/org/jboss/modcluster/mcmp/ContextFilter.java index ee4c0cf75..517608bb4 100644 --- a/core/src/main/java/org/jboss/modcluster/mcmp/ContextFilter.java +++ b/core/src/main/java/org/jboss/modcluster/mcmp/ContextFilter.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2010, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.mcmp; diff --git a/core/src/main/java/org/jboss/modcluster/mcmp/MCMPConnectionListener.java b/core/src/main/java/org/jboss/modcluster/mcmp/MCMPConnectionListener.java index 3d574ea58..a2b50dbb9 100644 --- a/core/src/main/java/org/jboss/modcluster/mcmp/MCMPConnectionListener.java +++ b/core/src/main/java/org/jboss/modcluster/mcmp/MCMPConnectionListener.java @@ -1,3 +1,7 @@ +/* + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 + */ package org.jboss.modcluster.mcmp; import java.net.InetAddress; diff --git a/core/src/main/java/org/jboss/modcluster/mcmp/MCMPHandler.java b/core/src/main/java/org/jboss/modcluster/mcmp/MCMPHandler.java index 992292fd2..686b3f433 100755 --- a/core/src/main/java/org/jboss/modcluster/mcmp/MCMPHandler.java +++ b/core/src/main/java/org/jboss/modcluster/mcmp/MCMPHandler.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.mcmp; diff --git a/core/src/main/java/org/jboss/modcluster/mcmp/MCMPRequest.java b/core/src/main/java/org/jboss/modcluster/mcmp/MCMPRequest.java index f1f26882d..5c376888b 100755 --- a/core/src/main/java/org/jboss/modcluster/mcmp/MCMPRequest.java +++ b/core/src/main/java/org/jboss/modcluster/mcmp/MCMPRequest.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.mcmp; diff --git a/core/src/main/java/org/jboss/modcluster/mcmp/MCMPRequestFactory.java b/core/src/main/java/org/jboss/modcluster/mcmp/MCMPRequestFactory.java index 74871fe80..03ef8a3c6 100755 --- a/core/src/main/java/org/jboss/modcluster/mcmp/MCMPRequestFactory.java +++ b/core/src/main/java/org/jboss/modcluster/mcmp/MCMPRequestFactory.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.mcmp; diff --git a/core/src/main/java/org/jboss/modcluster/mcmp/MCMPRequestType.java b/core/src/main/java/org/jboss/modcluster/mcmp/MCMPRequestType.java index 805a24015..334cdc82c 100755 --- a/core/src/main/java/org/jboss/modcluster/mcmp/MCMPRequestType.java +++ b/core/src/main/java/org/jboss/modcluster/mcmp/MCMPRequestType.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.mcmp; diff --git a/core/src/main/java/org/jboss/modcluster/mcmp/MCMPResponseParser.java b/core/src/main/java/org/jboss/modcluster/mcmp/MCMPResponseParser.java index 7bd3acd23..818d9f520 100755 --- a/core/src/main/java/org/jboss/modcluster/mcmp/MCMPResponseParser.java +++ b/core/src/main/java/org/jboss/modcluster/mcmp/MCMPResponseParser.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.mcmp; diff --git a/core/src/main/java/org/jboss/modcluster/mcmp/MCMPServer.java b/core/src/main/java/org/jboss/modcluster/mcmp/MCMPServer.java index 8343d5642..cb5b9e315 100755 --- a/core/src/main/java/org/jboss/modcluster/mcmp/MCMPServer.java +++ b/core/src/main/java/org/jboss/modcluster/mcmp/MCMPServer.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.mcmp; diff --git a/core/src/main/java/org/jboss/modcluster/mcmp/MCMPServerState.java b/core/src/main/java/org/jboss/modcluster/mcmp/MCMPServerState.java index c70a43716..173fc7989 100755 --- a/core/src/main/java/org/jboss/modcluster/mcmp/MCMPServerState.java +++ b/core/src/main/java/org/jboss/modcluster/mcmp/MCMPServerState.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.mcmp; diff --git a/core/src/main/java/org/jboss/modcluster/mcmp/MCMPURLEncoder.java b/core/src/main/java/org/jboss/modcluster/mcmp/MCMPURLEncoder.java index c20ca5f9f..929365673 100755 --- a/core/src/main/java/org/jboss/modcluster/mcmp/MCMPURLEncoder.java +++ b/core/src/main/java/org/jboss/modcluster/mcmp/MCMPURLEncoder.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.mcmp; diff --git a/core/src/main/java/org/jboss/modcluster/mcmp/ResetRequestSource.java b/core/src/main/java/org/jboss/modcluster/mcmp/ResetRequestSource.java index 57b005038..aa61b496c 100755 --- a/core/src/main/java/org/jboss/modcluster/mcmp/ResetRequestSource.java +++ b/core/src/main/java/org/jboss/modcluster/mcmp/ResetRequestSource.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.mcmp; diff --git a/core/src/main/java/org/jboss/modcluster/mcmp/impl/DefaultMCMPHandler.java b/core/src/main/java/org/jboss/modcluster/mcmp/impl/DefaultMCMPHandler.java index a101fbf36..0efa0e799 100644 --- a/core/src/main/java/org/jboss/modcluster/mcmp/impl/DefaultMCMPHandler.java +++ b/core/src/main/java/org/jboss/modcluster/mcmp/impl/DefaultMCMPHandler.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.mcmp.impl; diff --git a/core/src/main/java/org/jboss/modcluster/mcmp/impl/DefaultMCMPRequest.java b/core/src/main/java/org/jboss/modcluster/mcmp/impl/DefaultMCMPRequest.java index f60701654..3b4085ac6 100755 --- a/core/src/main/java/org/jboss/modcluster/mcmp/impl/DefaultMCMPRequest.java +++ b/core/src/main/java/org/jboss/modcluster/mcmp/impl/DefaultMCMPRequest.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.mcmp.impl; diff --git a/core/src/main/java/org/jboss/modcluster/mcmp/impl/DefaultMCMPRequestFactory.java b/core/src/main/java/org/jboss/modcluster/mcmp/impl/DefaultMCMPRequestFactory.java index d51c0a2b8..743a3acf7 100644 --- a/core/src/main/java/org/jboss/modcluster/mcmp/impl/DefaultMCMPRequestFactory.java +++ b/core/src/main/java/org/jboss/modcluster/mcmp/impl/DefaultMCMPRequestFactory.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.mcmp.impl; diff --git a/core/src/main/java/org/jboss/modcluster/mcmp/impl/DefaultMCMPResponseParser.java b/core/src/main/java/org/jboss/modcluster/mcmp/impl/DefaultMCMPResponseParser.java index 0f1cae01f..6f4dec107 100755 --- a/core/src/main/java/org/jboss/modcluster/mcmp/impl/DefaultMCMPResponseParser.java +++ b/core/src/main/java/org/jboss/modcluster/mcmp/impl/DefaultMCMPResponseParser.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.mcmp.impl; diff --git a/core/src/main/java/org/jboss/modcluster/mcmp/impl/JSSEKeyManager.java b/core/src/main/java/org/jboss/modcluster/mcmp/impl/JSSEKeyManager.java index 9ea798e3e..b3b5f59fe 100755 --- a/core/src/main/java/org/jboss/modcluster/mcmp/impl/JSSEKeyManager.java +++ b/core/src/main/java/org/jboss/modcluster/mcmp/impl/JSSEKeyManager.java @@ -1,20 +1,7 @@ /* - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright ownership. - * The ASF licenses this file to You 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ - package org.jboss.modcluster.mcmp.impl; import java.net.Socket; diff --git a/core/src/main/java/org/jboss/modcluster/mcmp/impl/JSSESocketFactory.java b/core/src/main/java/org/jboss/modcluster/mcmp/impl/JSSESocketFactory.java index f808467ed..2730f17b0 100755 --- a/core/src/main/java/org/jboss/modcluster/mcmp/impl/JSSESocketFactory.java +++ b/core/src/main/java/org/jboss/modcluster/mcmp/impl/JSSESocketFactory.java @@ -1,20 +1,7 @@ /* - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright ownership. - * The ASF licenses this file to You 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ - package org.jboss.modcluster.mcmp.impl; import java.io.File; diff --git a/core/src/main/java/org/jboss/modcluster/mcmp/impl/ResetRequestSourceImpl.java b/core/src/main/java/org/jboss/modcluster/mcmp/impl/ResetRequestSourceImpl.java index 7919ff77a..d15a20007 100644 --- a/core/src/main/java/org/jboss/modcluster/mcmp/impl/ResetRequestSourceImpl.java +++ b/core/src/main/java/org/jboss/modcluster/mcmp/impl/ResetRequestSourceImpl.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.mcmp.impl; diff --git a/core/src/test/java/org/jboss/modcluster/ModClusterServiceTest.java b/core/src/test/java/org/jboss/modcluster/ModClusterServiceTest.java index 056c2fe4a..548af5268 100644 --- a/core/src/test/java/org/jboss/modcluster/ModClusterServiceTest.java +++ b/core/src/test/java/org/jboss/modcluster/ModClusterServiceTest.java @@ -1,3 +1,7 @@ +/* + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 + */ package org.jboss.modcluster; import org.jboss.modcluster.config.MCMPHandlerConfiguration; diff --git a/core/src/test/java/org/jboss/modcluster/TestUtils.java b/core/src/test/java/org/jboss/modcluster/TestUtils.java index 9c82c1503..0f733e09f 100644 --- a/core/src/test/java/org/jboss/modcluster/TestUtils.java +++ b/core/src/test/java/org/jboss/modcluster/TestUtils.java @@ -1,25 +1,7 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2014, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ - package org.jboss.modcluster; import java.math.BigInteger; diff --git a/core/src/test/java/org/jboss/modcluster/UtilsTestCase.java b/core/src/test/java/org/jboss/modcluster/UtilsTestCase.java index 504905559..6509d51dd 100644 --- a/core/src/test/java/org/jboss/modcluster/UtilsTestCase.java +++ b/core/src/test/java/org/jboss/modcluster/UtilsTestCase.java @@ -1,3 +1,7 @@ +/* + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 + */ package org.jboss.modcluster; import java.net.InetAddress; diff --git a/core/src/test/java/org/jboss/modcluster/advertise/impl/AdvertiseListenerImplTestCase.java b/core/src/test/java/org/jboss/modcluster/advertise/impl/AdvertiseListenerImplTestCase.java index 0a18a485c..58d86078e 100755 --- a/core/src/test/java/org/jboss/modcluster/advertise/impl/AdvertiseListenerImplTestCase.java +++ b/core/src/test/java/org/jboss/modcluster/advertise/impl/AdvertiseListenerImplTestCase.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2008, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.advertise.impl; diff --git a/core/src/test/java/org/jboss/modcluster/advertise/impl/DatagramChannelFactoryImplTestCase.java b/core/src/test/java/org/jboss/modcluster/advertise/impl/DatagramChannelFactoryImplTestCase.java index 568d0f066..d5d695ebf 100644 --- a/core/src/test/java/org/jboss/modcluster/advertise/impl/DatagramChannelFactoryImplTestCase.java +++ b/core/src/test/java/org/jboss/modcluster/advertise/impl/DatagramChannelFactoryImplTestCase.java @@ -1,25 +1,7 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2017, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ - package org.jboss.modcluster.advertise.impl; import static org.jboss.modcluster.advertise.impl.AdvertiseListenerImpl.flipBuffer; diff --git a/core/src/test/java/org/jboss/modcluster/advertise/impl/SendingDatagramChannelFactoryImpl.java b/core/src/test/java/org/jboss/modcluster/advertise/impl/SendingDatagramChannelFactoryImpl.java index 824a0ee2c..1ba49e03a 100644 --- a/core/src/test/java/org/jboss/modcluster/advertise/impl/SendingDatagramChannelFactoryImpl.java +++ b/core/src/test/java/org/jboss/modcluster/advertise/impl/SendingDatagramChannelFactoryImpl.java @@ -1,25 +1,7 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2017, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ - package org.jboss.modcluster.advertise.impl; /** diff --git a/core/src/test/java/org/jboss/modcluster/config/SessionDrainingStrategyTestCase.java b/core/src/test/java/org/jboss/modcluster/config/SessionDrainingStrategyTestCase.java index 2641a1ad3..3057e6d2a 100644 --- a/core/src/test/java/org/jboss/modcluster/config/SessionDrainingStrategyTestCase.java +++ b/core/src/test/java/org/jboss/modcluster/config/SessionDrainingStrategyTestCase.java @@ -1,3 +1,7 @@ +/* + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 + */ package org.jboss.modcluster.config; import static org.junit.Assert.*; diff --git a/core/src/test/java/org/jboss/modcluster/config/SimpleJvmRouteFactoryTestCase.java b/core/src/test/java/org/jboss/modcluster/config/SimpleJvmRouteFactoryTestCase.java index b5c0c9a7d..379d2d775 100644 --- a/core/src/test/java/org/jboss/modcluster/config/SimpleJvmRouteFactoryTestCase.java +++ b/core/src/test/java/org/jboss/modcluster/config/SimpleJvmRouteFactoryTestCase.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2010, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.config; diff --git a/core/src/test/java/org/jboss/modcluster/config/SystemPropertyJvmRouteFactoryTestCase.java b/core/src/test/java/org/jboss/modcluster/config/SystemPropertyJvmRouteFactoryTestCase.java index 8394ea287..ee94a822b 100644 --- a/core/src/test/java/org/jboss/modcluster/config/SystemPropertyJvmRouteFactoryTestCase.java +++ b/core/src/test/java/org/jboss/modcluster/config/SystemPropertyJvmRouteFactoryTestCase.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2010, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.config; diff --git a/core/src/test/java/org/jboss/modcluster/config/UUIDJvmRouteFactoryTestCase.java b/core/src/test/java/org/jboss/modcluster/config/UUIDJvmRouteFactoryTestCase.java index 4b20c4a7c..f33912f9d 100644 --- a/core/src/test/java/org/jboss/modcluster/config/UUIDJvmRouteFactoryTestCase.java +++ b/core/src/test/java/org/jboss/modcluster/config/UUIDJvmRouteFactoryTestCase.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2010, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.config; diff --git a/core/src/test/java/org/jboss/modcluster/config/builder/ModClusterConfigurationBuilderTest.java b/core/src/test/java/org/jboss/modcluster/config/builder/ModClusterConfigurationBuilderTest.java index a61d1744f..275cff167 100644 --- a/core/src/test/java/org/jboss/modcluster/config/builder/ModClusterConfigurationBuilderTest.java +++ b/core/src/test/java/org/jboss/modcluster/config/builder/ModClusterConfigurationBuilderTest.java @@ -1,25 +1,7 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2017, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ - package org.jboss.modcluster.config.builder; import java.net.NetworkInterface; diff --git a/core/src/test/java/org/jboss/modcluster/load/impl/DynamicLoadBalanceFactorProviderTest.java b/core/src/test/java/org/jboss/modcluster/load/impl/DynamicLoadBalanceFactorProviderTest.java index 456122ffe..66f849b93 100644 --- a/core/src/test/java/org/jboss/modcluster/load/impl/DynamicLoadBalanceFactorProviderTest.java +++ b/core/src/test/java/org/jboss/modcluster/load/impl/DynamicLoadBalanceFactorProviderTest.java @@ -1,25 +1,7 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2017, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ - package org.jboss.modcluster.load.impl; import org.jboss.modcluster.container.Engine; diff --git a/core/src/test/java/org/jboss/modcluster/load/metric/ActiveSessionsLoadMetricTestCase.java b/core/src/test/java/org/jboss/modcluster/load/metric/ActiveSessionsLoadMetricTestCase.java index bf0b78d7a..e0cbe1a6f 100755 --- a/core/src/test/java/org/jboss/modcluster/load/metric/ActiveSessionsLoadMetricTestCase.java +++ b/core/src/test/java/org/jboss/modcluster/load/metric/ActiveSessionsLoadMetricTestCase.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2008, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.load.metric; diff --git a/core/src/test/java/org/jboss/modcluster/load/metric/AverageSystemLoadMetricTestCase.java b/core/src/test/java/org/jboss/modcluster/load/metric/AverageSystemLoadMetricTestCase.java index 21b882b4a..e74ea068e 100755 --- a/core/src/test/java/org/jboss/modcluster/load/metric/AverageSystemLoadMetricTestCase.java +++ b/core/src/test/java/org/jboss/modcluster/load/metric/AverageSystemLoadMetricTestCase.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2008, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.load.metric; diff --git a/core/src/test/java/org/jboss/modcluster/load/metric/BusyConnectorsLoadMetricTestCase.java b/core/src/test/java/org/jboss/modcluster/load/metric/BusyConnectorsLoadMetricTestCase.java index 6d21bc56e..e4e7557e2 100755 --- a/core/src/test/java/org/jboss/modcluster/load/metric/BusyConnectorsLoadMetricTestCase.java +++ b/core/src/test/java/org/jboss/modcluster/load/metric/BusyConnectorsLoadMetricTestCase.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2008, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.load.metric; diff --git a/core/src/test/java/org/jboss/modcluster/load/metric/DeterministicLoadMetricTestCase.java b/core/src/test/java/org/jboss/modcluster/load/metric/DeterministicLoadMetricTestCase.java index 86e8a4371..be1c59ff6 100755 --- a/core/src/test/java/org/jboss/modcluster/load/metric/DeterministicLoadMetricTestCase.java +++ b/core/src/test/java/org/jboss/modcluster/load/metric/DeterministicLoadMetricTestCase.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.load.metric; diff --git a/core/src/test/java/org/jboss/modcluster/load/metric/HeapMemoryUsageLoadMetricTestCase.java b/core/src/test/java/org/jboss/modcluster/load/metric/HeapMemoryUsageLoadMetricTestCase.java index 40e0ec420..940f38018 100755 --- a/core/src/test/java/org/jboss/modcluster/load/metric/HeapMemoryUsageLoadMetricTestCase.java +++ b/core/src/test/java/org/jboss/modcluster/load/metric/HeapMemoryUsageLoadMetricTestCase.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2008, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.load.metric; diff --git a/core/src/test/java/org/jboss/modcluster/load/metric/MBeanAttributeLoadMetricTestCase.java b/core/src/test/java/org/jboss/modcluster/load/metric/MBeanAttributeLoadMetricTestCase.java index 37f5d38f4..6de2dcda8 100755 --- a/core/src/test/java/org/jboss/modcluster/load/metric/MBeanAttributeLoadMetricTestCase.java +++ b/core/src/test/java/org/jboss/modcluster/load/metric/MBeanAttributeLoadMetricTestCase.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2008, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.load.metric; diff --git a/core/src/test/java/org/jboss/modcluster/load/metric/MBeanAttributeRatioLoadMetricTestCase.java b/core/src/test/java/org/jboss/modcluster/load/metric/MBeanAttributeRatioLoadMetricTestCase.java index efeebcbc7..c6de106a6 100755 --- a/core/src/test/java/org/jboss/modcluster/load/metric/MBeanAttributeRatioLoadMetricTestCase.java +++ b/core/src/test/java/org/jboss/modcluster/load/metric/MBeanAttributeRatioLoadMetricTestCase.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2008, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.load.metric; diff --git a/core/src/test/java/org/jboss/modcluster/load/metric/ReceiveTrafficLoadMetricTestCase.java b/core/src/test/java/org/jboss/modcluster/load/metric/ReceiveTrafficLoadMetricTestCase.java index 520f8ae1f..0ba5afbc3 100755 --- a/core/src/test/java/org/jboss/modcluster/load/metric/ReceiveTrafficLoadMetricTestCase.java +++ b/core/src/test/java/org/jboss/modcluster/load/metric/ReceiveTrafficLoadMetricTestCase.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2008, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.load.metric; diff --git a/core/src/test/java/org/jboss/modcluster/load/metric/RequestCountLoadMetricTestCase.java b/core/src/test/java/org/jboss/modcluster/load/metric/RequestCountLoadMetricTestCase.java index cd68c74a7..581bdaa04 100755 --- a/core/src/test/java/org/jboss/modcluster/load/metric/RequestCountLoadMetricTestCase.java +++ b/core/src/test/java/org/jboss/modcluster/load/metric/RequestCountLoadMetricTestCase.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2008, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.load.metric; diff --git a/core/src/test/java/org/jboss/modcluster/load/metric/SendTrafficLoadMetricTestCase.java b/core/src/test/java/org/jboss/modcluster/load/metric/SendTrafficLoadMetricTestCase.java index 395cda725..6d351d82f 100755 --- a/core/src/test/java/org/jboss/modcluster/load/metric/SendTrafficLoadMetricTestCase.java +++ b/core/src/test/java/org/jboss/modcluster/load/metric/SendTrafficLoadMetricTestCase.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2008, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.load.metric; diff --git a/core/src/test/java/org/jboss/modcluster/mcmp/DefaultMCMPRequestFactoryTestCase.java b/core/src/test/java/org/jboss/modcluster/mcmp/DefaultMCMPRequestFactoryTestCase.java index 8d4b79d31..380da0e28 100755 --- a/core/src/test/java/org/jboss/modcluster/mcmp/DefaultMCMPRequestFactoryTestCase.java +++ b/core/src/test/java/org/jboss/modcluster/mcmp/DefaultMCMPRequestFactoryTestCase.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.mcmp; diff --git a/core/src/test/java/org/jboss/modcluster/mcmp/DefaultMCMPResponseParserTestCase.java b/core/src/test/java/org/jboss/modcluster/mcmp/DefaultMCMPResponseParserTestCase.java index 39672ca51..50262233b 100755 --- a/core/src/test/java/org/jboss/modcluster/mcmp/DefaultMCMPResponseParserTestCase.java +++ b/core/src/test/java/org/jboss/modcluster/mcmp/DefaultMCMPResponseParserTestCase.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.mcmp; diff --git a/core/src/test/java/org/jboss/modcluster/mcmp/ResetRequestSourceTestCase.java b/core/src/test/java/org/jboss/modcluster/mcmp/ResetRequestSourceTestCase.java index b2111c3de..1581e66bd 100755 --- a/core/src/test/java/org/jboss/modcluster/mcmp/ResetRequestSourceTestCase.java +++ b/core/src/test/java/org/jboss/modcluster/mcmp/ResetRequestSourceTestCase.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.mcmp; diff --git a/demo/client/pom.xml b/demo/client/pom.xml index 07fdb73e3..55d97ca4b 100644 --- a/demo/client/pom.xml +++ b/demo/client/pom.xml @@ -1,24 +1,7 @@ 4.0.0 diff --git a/demo/client/src/main/java/org/jboss/modcluster/demo/client/ChartManager.java b/demo/client/src/main/java/org/jboss/modcluster/demo/client/ChartManager.java index 5d829a612..a88629368 100755 --- a/demo/client/src/main/java/org/jboss/modcluster/demo/client/ChartManager.java +++ b/demo/client/src/main/java/org/jboss/modcluster/demo/client/ChartManager.java @@ -1,25 +1,7 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2008, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ - package org.jboss.modcluster.demo.client; import java.util.HashMap; diff --git a/demo/client/src/main/java/org/jboss/modcluster/demo/client/ModClusterDemo.java b/demo/client/src/main/java/org/jboss/modcluster/demo/client/ModClusterDemo.java index 168c673b6..8493998ec 100755 --- a/demo/client/src/main/java/org/jboss/modcluster/demo/client/ModClusterDemo.java +++ b/demo/client/src/main/java/org/jboss/modcluster/demo/client/ModClusterDemo.java @@ -1,3 +1,7 @@ +/* + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 + */ package org.jboss.modcluster.demo.client; import java.awt.BorderLayout; diff --git a/demo/client/src/main/java/org/jboss/modcluster/demo/client/RequestDriver.java b/demo/client/src/main/java/org/jboss/modcluster/demo/client/RequestDriver.java index 8e0534024..553c2f0c8 100755 --- a/demo/client/src/main/java/org/jboss/modcluster/demo/client/RequestDriver.java +++ b/demo/client/src/main/java/org/jboss/modcluster/demo/client/RequestDriver.java @@ -1,3 +1,7 @@ +/* + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 + */ package org.jboss.modcluster.demo.client; import java.io.IOException; diff --git a/demo/client/src/main/java/org/jboss/modcluster/demo/client/load/ServerLoadParam.java b/demo/client/src/main/java/org/jboss/modcluster/demo/client/load/ServerLoadParam.java index dceb34975..13630523b 100755 --- a/demo/client/src/main/java/org/jboss/modcluster/demo/client/load/ServerLoadParam.java +++ b/demo/client/src/main/java/org/jboss/modcluster/demo/client/load/ServerLoadParam.java @@ -1,25 +1,7 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2008, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ - package org.jboss.modcluster.demo.client.load; /** diff --git a/demo/client/src/main/java/org/jboss/modcluster/demo/client/load/ServerLoadServlets.java b/demo/client/src/main/java/org/jboss/modcluster/demo/client/load/ServerLoadServlets.java index 868aeeb4d..cdcdc470a 100755 --- a/demo/client/src/main/java/org/jboss/modcluster/demo/client/load/ServerLoadServlets.java +++ b/demo/client/src/main/java/org/jboss/modcluster/demo/client/load/ServerLoadServlets.java @@ -1,25 +1,7 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2008, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ - package org.jboss.modcluster.demo.client.load; import java.util.Arrays; diff --git a/demo/client/src/main/resources/run-demo.bat b/demo/client/src/main/resources/run-demo.bat index 68411b577..668da1f47 100755 --- a/demo/client/src/main/resources/run-demo.bat +++ b/demo/client/src/main/resources/run-demo.bat @@ -1,6 +1,11 @@ @echo off setlocal ENABLEDELAYEDEXPANSION +REM +REM Copyright The mod_cluster Project Authors +REM SPDX-License-Identifier: Apache-2.0 +REM + set CP= for %%i in (lib\*.jar) do call :concatsep %%i diff --git a/demo/client/src/main/resources/run-demo.sh b/demo/client/src/main/resources/run-demo.sh index 5258bbff0..c9776dc52 100755 --- a/demo/client/src/main/resources/run-demo.sh +++ b/demo/client/src/main/resources/run-demo.sh @@ -1,5 +1,10 @@ #!/usr/bin/env bash +# +# Copyright The mod_cluster Project Authors +# SPDX-License-Identifier: Apache-2.0 +# + CP= for i in lib/*.jar diff --git a/demo/pom.xml b/demo/pom.xml index 009f3e51a..13e6733cf 100644 --- a/demo/pom.xml +++ b/demo/pom.xml @@ -1,24 +1,7 @@ 4.0.0 diff --git a/demo/server/pom.xml b/demo/server/pom.xml index b89ec3b4a..66364da7c 100644 --- a/demo/server/pom.xml +++ b/demo/server/pom.xml @@ -1,24 +1,7 @@ 4.0.0 diff --git a/demo/server/src/main/java/org/jboss/modcluster/demo/servlet/ActiveSessionsLoadServlet.java b/demo/server/src/main/java/org/jboss/modcluster/demo/servlet/ActiveSessionsLoadServlet.java index 6b317c01a..21e9b9d4b 100755 --- a/demo/server/src/main/java/org/jboss/modcluster/demo/servlet/ActiveSessionsLoadServlet.java +++ b/demo/server/src/main/java/org/jboss/modcluster/demo/servlet/ActiveSessionsLoadServlet.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2008, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.demo.servlet; diff --git a/demo/server/src/main/java/org/jboss/modcluster/demo/servlet/BusyConnectorsLoadServlet.java b/demo/server/src/main/java/org/jboss/modcluster/demo/servlet/BusyConnectorsLoadServlet.java index 0b5286671..314a386c2 100755 --- a/demo/server/src/main/java/org/jboss/modcluster/demo/servlet/BusyConnectorsLoadServlet.java +++ b/demo/server/src/main/java/org/jboss/modcluster/demo/servlet/BusyConnectorsLoadServlet.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2008, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.demo.servlet; diff --git a/demo/server/src/main/java/org/jboss/modcluster/demo/servlet/HeapMemoryLoadServlet.java b/demo/server/src/main/java/org/jboss/modcluster/demo/servlet/HeapMemoryLoadServlet.java index 787646da9..e8dc6798d 100755 --- a/demo/server/src/main/java/org/jboss/modcluster/demo/servlet/HeapMemoryLoadServlet.java +++ b/demo/server/src/main/java/org/jboss/modcluster/demo/servlet/HeapMemoryLoadServlet.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2008, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.demo.servlet; diff --git a/demo/server/src/main/java/org/jboss/modcluster/demo/servlet/LoadServlet.java b/demo/server/src/main/java/org/jboss/modcluster/demo/servlet/LoadServlet.java index dfba194ac..531f6b208 100755 --- a/demo/server/src/main/java/org/jboss/modcluster/demo/servlet/LoadServlet.java +++ b/demo/server/src/main/java/org/jboss/modcluster/demo/servlet/LoadServlet.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2008, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.demo.servlet; diff --git a/demo/server/src/main/java/org/jboss/modcluster/demo/servlet/ReceiveTrafficLoadServlet.java b/demo/server/src/main/java/org/jboss/modcluster/demo/servlet/ReceiveTrafficLoadServlet.java index 071c928e8..a0502cace 100755 --- a/demo/server/src/main/java/org/jboss/modcluster/demo/servlet/ReceiveTrafficLoadServlet.java +++ b/demo/server/src/main/java/org/jboss/modcluster/demo/servlet/ReceiveTrafficLoadServlet.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2008, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.demo.servlet; diff --git a/demo/server/src/main/java/org/jboss/modcluster/demo/servlet/RecordServlet.java b/demo/server/src/main/java/org/jboss/modcluster/demo/servlet/RecordServlet.java index 284e6edaa..22d9ad351 100755 --- a/demo/server/src/main/java/org/jboss/modcluster/demo/servlet/RecordServlet.java +++ b/demo/server/src/main/java/org/jboss/modcluster/demo/servlet/RecordServlet.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2008, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.demo.servlet; diff --git a/demo/server/src/main/java/org/jboss/modcluster/demo/servlet/RequestCountLoadServlet.java b/demo/server/src/main/java/org/jboss/modcluster/demo/servlet/RequestCountLoadServlet.java index f7bd104ab..4d1f1d067 100755 --- a/demo/server/src/main/java/org/jboss/modcluster/demo/servlet/RequestCountLoadServlet.java +++ b/demo/server/src/main/java/org/jboss/modcluster/demo/servlet/RequestCountLoadServlet.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2008, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.demo.servlet; diff --git a/demo/server/src/main/java/org/jboss/modcluster/demo/servlet/SendTrafficLoadServlet.java b/demo/server/src/main/java/org/jboss/modcluster/demo/servlet/SendTrafficLoadServlet.java index 755ad3f66..77a0eb5ee 100755 --- a/demo/server/src/main/java/org/jboss/modcluster/demo/servlet/SendTrafficLoadServlet.java +++ b/demo/server/src/main/java/org/jboss/modcluster/demo/servlet/SendTrafficLoadServlet.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2008, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.demo.servlet; diff --git a/demo/server/src/main/java/org/jboss/modcluster/demo/servlet/SystemLoadServlet.java b/demo/server/src/main/java/org/jboss/modcluster/demo/servlet/SystemLoadServlet.java index 3a3bce79b..b9b2edec8 100755 --- a/demo/server/src/main/java/org/jboss/modcluster/demo/servlet/SystemLoadServlet.java +++ b/demo/server/src/main/java/org/jboss/modcluster/demo/servlet/SystemLoadServlet.java @@ -1,23 +1,6 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2008, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.demo.servlet; diff --git a/demo/server/src/main/webapp/WEB-INF/web.xml b/demo/server/src/main/webapp/WEB-INF/web.xml index 5f024b34f..5d49e5b1e 100755 --- a/demo/server/src/main/webapp/WEB-INF/web.xml +++ b/demo/server/src/main/webapp/WEB-INF/web.xml @@ -1,4 +1,8 @@ + diff --git a/dist/pom.xml b/dist/pom.xml index bce9fe49c..8b1b5379b 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -1,24 +1,7 @@ 4.0.0 diff --git a/dist/src/assembly/demo.xml b/dist/src/assembly/demo.xml index 912648e90..0dea1ab7b 100644 --- a/dist/src/assembly/demo.xml +++ b/dist/src/assembly/demo.xml @@ -1,24 +1,7 @@ diff --git a/dist/src/assembly/tomcat-10.1.xml b/dist/src/assembly/tomcat-10.1.xml index f762d4b3d..cc9596ea4 100644 --- a/dist/src/assembly/tomcat-10.1.xml +++ b/dist/src/assembly/tomcat-10.1.xml @@ -1,24 +1,7 @@ diff --git a/dist/src/assembly/tomcat-8.5.xml b/dist/src/assembly/tomcat-8.5.xml index f814e127c..a6ac89f97 100644 --- a/dist/src/assembly/tomcat-8.5.xml +++ b/dist/src/assembly/tomcat-8.5.xml @@ -1,24 +1,7 @@ diff --git a/dist/src/assembly/tomcat-9.0.xml b/dist/src/assembly/tomcat-9.0.xml index 970c013e1..107d68ee3 100644 --- a/dist/src/assembly/tomcat-9.0.xml +++ b/dist/src/assembly/tomcat-9.0.xml @@ -1,24 +1,7 @@ diff --git a/dist/src/assembly/tomcat-component.xml b/dist/src/assembly/tomcat-component.xml index c2404915c..16e88f7fa 100644 --- a/dist/src/assembly/tomcat-component.xml +++ b/dist/src/assembly/tomcat-component.xml @@ -1,24 +1,7 @@ diff --git a/load-spi/pom.xml b/load-spi/pom.xml index a6a8a3e49..74d7cded1 100644 --- a/load-spi/pom.xml +++ b/load-spi/pom.xml @@ -1,24 +1,7 @@ 4.0.0 diff --git a/load-spi/src/main/java/org/jboss/modcluster/load/LoadBalanceFactorProvider.java b/load-spi/src/main/java/org/jboss/modcluster/load/LoadBalanceFactorProvider.java index d7ec954d2..2602cbdba 100755 --- a/load-spi/src/main/java/org/jboss/modcluster/load/LoadBalanceFactorProvider.java +++ b/load-spi/src/main/java/org/jboss/modcluster/load/LoadBalanceFactorProvider.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.load; diff --git a/load-spi/src/main/java/org/jboss/modcluster/load/LoadBalanceFactorProviderFactory.java b/load-spi/src/main/java/org/jboss/modcluster/load/LoadBalanceFactorProviderFactory.java index ea6b49120..90284b723 100755 --- a/load-spi/src/main/java/org/jboss/modcluster/load/LoadBalanceFactorProviderFactory.java +++ b/load-spi/src/main/java/org/jboss/modcluster/load/LoadBalanceFactorProviderFactory.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.load; diff --git a/load-spi/src/main/java/org/jboss/modcluster/load/metric/LoadMetric.java b/load-spi/src/main/java/org/jboss/modcluster/load/metric/LoadMetric.java index 51f73f775..cecdb8cce 100755 --- a/load-spi/src/main/java/org/jboss/modcluster/load/metric/LoadMetric.java +++ b/load-spi/src/main/java/org/jboss/modcluster/load/metric/LoadMetric.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.load.metric; diff --git a/load-spi/src/main/java/org/jboss/modcluster/load/metric/LoadMetricMBean.java b/load-spi/src/main/java/org/jboss/modcluster/load/metric/LoadMetricMBean.java index 9f57d421e..0325dcbe6 100755 --- a/load-spi/src/main/java/org/jboss/modcluster/load/metric/LoadMetricMBean.java +++ b/load-spi/src/main/java/org/jboss/modcluster/load/metric/LoadMetricMBean.java @@ -1,23 +1,6 @@ /* - * 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ package org.jboss.modcluster.load.metric; diff --git a/load-spi/src/main/java/org/jboss/modcluster/load/metric/NodeUnavailableException.java b/load-spi/src/main/java/org/jboss/modcluster/load/metric/NodeUnavailableException.java index 81e734a86..0fedb315c 100644 --- a/load-spi/src/main/java/org/jboss/modcluster/load/metric/NodeUnavailableException.java +++ b/load-spi/src/main/java/org/jboss/modcluster/load/metric/NodeUnavailableException.java @@ -1,25 +1,7 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2017, 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. + * Copyright The mod_cluster Project Authors + * SPDX-License-Identifier: Apache-2.0 */ - package org.jboss.modcluster.load.metric; /** diff --git a/pom.xml b/pom.xml index 87b1daeb4..3516bf51e 100644 --- a/pom.xml +++ b/pom.xml @@ -1,24 +1,7 @@