diff --git a/artwork/README.md b/artwork/README.md index 4fdac4f897..e322466e90 100644 --- a/artwork/README.md +++ b/artwork/README.md @@ -3,8 +3,8 @@ Lift Logo Artwork This folder contains the Lift Logo Artwork. -These images are trademarks of WorldWide Conferencing, LLC. and may -only be used with the express written permission of WorldWide Conferencing, LLC. +These images are trademarks of Lift Committers and Contributors. and may +only be used with the express written permission of Lift Committers and Contributors. To get permission, please email feeder.of.the.bears@gmail.com with a request to use the trademarks. diff --git a/build.sbt b/build.sbt index 033c41d997..7a8d36497a 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ ThisBuild / version := "4.0.0-SNAPSHOT" ThisBuild / homepage := Some(url("https://www.liftweb.net")) ThisBuild / licenses += ("Apache License, Version 2.0", url("https://www.apache.org/licenses/LICENSE-2.0.txt")) ThisBuild / startYear := Some(2006) -ThisBuild / organizationName := "WorldWide Conferencing, LLC" +ThisBuild / organizationName := "Lift Committers and Contributors" val scala213Version = "2.13.18" val scala3LTSVersion = "3.3.7" diff --git a/core/actor/src/main/scala/net/liftweb/actor/LAFuture.scala b/core/actor/src/main/scala/net/liftweb/actor/LAFuture.scala index 851d6038cd..0d3fa57137 100644 --- a/core/actor/src/main/scala/net/liftweb/actor/LAFuture.scala +++ b/core/actor/src/main/scala/net/liftweb/actor/LAFuture.scala @@ -1,5 +1,5 @@ /* - * Copyright 2009-2011 WorldWide Conferencing, LLC + * Copyright 2009-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/actor/src/main/scala/net/liftweb/actor/LAPinger.scala b/core/actor/src/main/scala/net/liftweb/actor/LAPinger.scala index 2c18793b8a..2bb9e034a9 100644 --- a/core/actor/src/main/scala/net/liftweb/actor/LAPinger.scala +++ b/core/actor/src/main/scala/net/liftweb/actor/LAPinger.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/actor/src/main/scala/net/liftweb/actor/LiftActor.scala b/core/actor/src/main/scala/net/liftweb/actor/LiftActor.scala index cad0f8c0be..79eedfd6ca 100644 --- a/core/actor/src/main/scala/net/liftweb/actor/LiftActor.scala +++ b/core/actor/src/main/scala/net/liftweb/actor/LiftActor.scala @@ -1,5 +1,5 @@ /* - * Copyright 2009-2011 WorldWide Conferencing, LLC + * Copyright 2009-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/actor/src/test/scala-2.13/net/liftweb/actor/ActorSpec.scala b/core/actor/src/test/scala-2.13/net/liftweb/actor/ActorSpec.scala index a5a0bc4ac5..1884ef480a 100644 --- a/core/actor/src/test/scala-2.13/net/liftweb/actor/ActorSpec.scala +++ b/core/actor/src/test/scala-2.13/net/liftweb/actor/ActorSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2011 WorldWide Conferencing, LLC + * Copyright 2011-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/actor/src/test/scala-2.13/net/liftweb/actor/MockLiftActorSpec.scala b/core/actor/src/test/scala-2.13/net/liftweb/actor/MockLiftActorSpec.scala index f72f4fabe1..defd9dadf1 100644 --- a/core/actor/src/test/scala-2.13/net/liftweb/actor/MockLiftActorSpec.scala +++ b/core/actor/src/test/scala-2.13/net/liftweb/actor/MockLiftActorSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2011 WorldWide Conferencing, LLC + * Copyright 2011-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/actor/src/test/scala-3/net/liftweb/actor/ActorSpec.scala b/core/actor/src/test/scala-3/net/liftweb/actor/ActorSpec.scala index f23a41f011..cd7358e92b 100644 --- a/core/actor/src/test/scala-3/net/liftweb/actor/ActorSpec.scala +++ b/core/actor/src/test/scala-3/net/liftweb/actor/ActorSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2011 WorldWide Conferencing, LLC + * Copyright 2011-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/actor/src/test/scala-3/net/liftweb/actor/MockLiftActorSpec.scala b/core/actor/src/test/scala-3/net/liftweb/actor/MockLiftActorSpec.scala index 575f9b386a..f333d4a7ac 100644 --- a/core/actor/src/test/scala-3/net/liftweb/actor/MockLiftActorSpec.scala +++ b/core/actor/src/test/scala-3/net/liftweb/actor/MockLiftActorSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2011 WorldWide Conferencing, LLC + * Copyright 2011-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/actor/src/test/scala/net/liftweb/actor/MyScalaActor.scala b/core/actor/src/test/scala/net/liftweb/actor/MyScalaActor.scala index f7f4711ee8..f0b76cbe53 100644 --- a/core/actor/src/test/scala/net/liftweb/actor/MyScalaActor.scala +++ b/core/actor/src/test/scala/net/liftweb/actor/MyScalaActor.scala @@ -1,5 +1,5 @@ /* - * Copyright 2011 WorldWide Conferencing, LLC + * Copyright 2011-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/common/src/main/java/net/liftweb/common/Func.java b/core/common/src/main/java/net/liftweb/common/Func.java index acec8d67b4..b630c3d443 100644 --- a/core/common/src/main/java/net/liftweb/common/Func.java +++ b/core/common/src/main/java/net/liftweb/common/Func.java @@ -1,5 +1,5 @@ /* - * Copyright 2011 WorldWide Conferencing, LLC + * Copyright 2011-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/common/src/main/java/net/liftweb/common/Func0.java b/core/common/src/main/java/net/liftweb/common/Func0.java index c913fd119b..911f716657 100644 --- a/core/common/src/main/java/net/liftweb/common/Func0.java +++ b/core/common/src/main/java/net/liftweb/common/Func0.java @@ -1,5 +1,5 @@ /* - * Copyright 2011 WorldWide Conferencing, LLC + * Copyright 2011-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/common/src/main/java/net/liftweb/common/Func1.java b/core/common/src/main/java/net/liftweb/common/Func1.java index 873f915b62..be4feb6add 100644 --- a/core/common/src/main/java/net/liftweb/common/Func1.java +++ b/core/common/src/main/java/net/liftweb/common/Func1.java @@ -1,5 +1,5 @@ /* - * Copyright 2011 WorldWide Conferencing, LLC + * Copyright 2011-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/common/src/main/java/net/liftweb/common/Func2.java b/core/common/src/main/java/net/liftweb/common/Func2.java index bdd38e0ac0..b8fad14e41 100644 --- a/core/common/src/main/java/net/liftweb/common/Func2.java +++ b/core/common/src/main/java/net/liftweb/common/Func2.java @@ -1,5 +1,5 @@ /* - * Copyright 2011 WorldWide Conferencing, LLC + * Copyright 2011-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/common/src/main/java/net/liftweb/common/Func3.java b/core/common/src/main/java/net/liftweb/common/Func3.java index 1255a3e642..7f8208d1f6 100644 --- a/core/common/src/main/java/net/liftweb/common/Func3.java +++ b/core/common/src/main/java/net/liftweb/common/Func3.java @@ -1,5 +1,5 @@ /* - * Copyright 2011 WorldWide Conferencing, LLC + * Copyright 2011-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/common/src/main/java/net/liftweb/common/Func4.java b/core/common/src/main/java/net/liftweb/common/Func4.java index 9b3553a214..38dca3b409 100644 --- a/core/common/src/main/java/net/liftweb/common/Func4.java +++ b/core/common/src/main/java/net/liftweb/common/Func4.java @@ -1,5 +1,5 @@ /* - * Copyright 2011 WorldWide Conferencing, LLC + * Copyright 2011-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/common/src/main/scala/net/liftweb/common/Box.scala b/core/common/src/main/scala/net/liftweb/common/Box.scala index ea6d073a75..4d907c4b5b 100644 --- a/core/common/src/main/scala/net/liftweb/common/Box.scala +++ b/core/common/src/main/scala/net/liftweb/common/Box.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/common/src/main/scala/net/liftweb/common/BoxLogging.scala b/core/common/src/main/scala/net/liftweb/common/BoxLogging.scala index da8e7aa3ac..5539f25f66 100644 --- a/core/common/src/main/scala/net/liftweb/common/BoxLogging.scala +++ b/core/common/src/main/scala/net/liftweb/common/BoxLogging.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2017 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/common/src/main/scala/net/liftweb/common/CombinableBox.scala b/core/common/src/main/scala/net/liftweb/common/CombinableBox.scala index 38e80c4a6b..782be5e8c2 100644 --- a/core/common/src/main/scala/net/liftweb/common/CombinableBox.scala +++ b/core/common/src/main/scala/net/liftweb/common/CombinableBox.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/common/src/main/scala/net/liftweb/common/Conversions.scala b/core/common/src/main/scala/net/liftweb/common/Conversions.scala index 0a03a4bd0c..d0d6a2cb7b 100644 --- a/core/common/src/main/scala/net/liftweb/common/Conversions.scala +++ b/core/common/src/main/scala/net/liftweb/common/Conversions.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/common/src/main/scala/net/liftweb/common/FuncJBridge.scala b/core/common/src/main/scala/net/liftweb/common/FuncJBridge.scala index 4943b59c32..b6e89cc726 100644 --- a/core/common/src/main/scala/net/liftweb/common/FuncJBridge.scala +++ b/core/common/src/main/scala/net/liftweb/common/FuncJBridge.scala @@ -1,5 +1,5 @@ /* - * Copyright 2011 WorldWide Conferencing, LLC + * Copyright 2011-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/common/src/main/scala/net/liftweb/common/HList.scala b/core/common/src/main/scala/net/liftweb/common/HList.scala index f447fcde09..01f9e968db 100644 --- a/core/common/src/main/scala/net/liftweb/common/HList.scala +++ b/core/common/src/main/scala/net/liftweb/common/HList.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/common/src/main/scala/net/liftweb/common/LRU.scala b/core/common/src/main/scala/net/liftweb/common/LRU.scala index f70b21ef6c..b7f6dd6ea1 100644 --- a/core/common/src/main/scala/net/liftweb/common/LRU.scala +++ b/core/common/src/main/scala/net/liftweb/common/LRU.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/common/src/main/scala/net/liftweb/common/LoanWrapper.scala b/core/common/src/main/scala/net/liftweb/common/LoanWrapper.scala index 7388162659..6a7ca08006 100644 --- a/core/common/src/main/scala/net/liftweb/common/LoanWrapper.scala +++ b/core/common/src/main/scala/net/liftweb/common/LoanWrapper.scala @@ -1,5 +1,5 @@ /* - * Copyright 2006-2011 WorldWide Conferencing, LLC + * Copyright 2006-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/common/src/main/scala/net/liftweb/common/Logging.scala b/core/common/src/main/scala/net/liftweb/common/Logging.scala index 7069ffbb30..f931765ee3 100644 --- a/core/common/src/main/scala/net/liftweb/common/Logging.scala +++ b/core/common/src/main/scala/net/liftweb/common/Logging.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/common/src/main/scala/net/liftweb/common/SimpleActor.scala b/core/common/src/main/scala/net/liftweb/common/SimpleActor.scala index 792194d0fe..adf1172702 100644 --- a/core/common/src/main/scala/net/liftweb/common/SimpleActor.scala +++ b/core/common/src/main/scala/net/liftweb/common/SimpleActor.scala @@ -1,5 +1,5 @@ /* - * Copyright 2009-2011 WorldWide Conferencing, LLC + * Copyright 2009-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/common/src/main/scala/net/liftweb/common/SimpleList.scala b/core/common/src/main/scala/net/liftweb/common/SimpleList.scala index bd416b2682..4349944b83 100644 --- a/core/common/src/main/scala/net/liftweb/common/SimpleList.scala +++ b/core/common/src/main/scala/net/liftweb/common/SimpleList.scala @@ -1,5 +1,5 @@ /* - * Copyright 2011 WorldWide Conferencing, LLC + * Copyright 2011-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/common/src/test/scala-2.13/net/liftweb/common/BoxSpec.scala b/core/common/src/test/scala-2.13/net/liftweb/common/BoxSpec.scala index 1977aa4c65..7ff449f05b 100644 --- a/core/common/src/test/scala-2.13/net/liftweb/common/BoxSpec.scala +++ b/core/common/src/test/scala-2.13/net/liftweb/common/BoxSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/common/src/test/scala-2.13/net/liftweb/common/ConversionsSpec.scala b/core/common/src/test/scala-2.13/net/liftweb/common/ConversionsSpec.scala index ff0fe09e82..72c803a58e 100644 --- a/core/common/src/test/scala-2.13/net/liftweb/common/ConversionsSpec.scala +++ b/core/common/src/test/scala-2.13/net/liftweb/common/ConversionsSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/common/src/test/scala-2.13/net/liftweb/common/HListSpec.scala b/core/common/src/test/scala-2.13/net/liftweb/common/HListSpec.scala index a5ffcd6bff..6654ca9c78 100644 --- a/core/common/src/test/scala-2.13/net/liftweb/common/HListSpec.scala +++ b/core/common/src/test/scala-2.13/net/liftweb/common/HListSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/common/src/test/scala-2.13/net/liftweb/common/LoggingSpec.scala b/core/common/src/test/scala-2.13/net/liftweb/common/LoggingSpec.scala index b1b037f9c9..05df4f81ad 100644 --- a/core/common/src/test/scala-2.13/net/liftweb/common/LoggingSpec.scala +++ b/core/common/src/test/scala-2.13/net/liftweb/common/LoggingSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/common/src/test/scala-2.13/net/liftweb/common/LruMapSpec.scala b/core/common/src/test/scala-2.13/net/liftweb/common/LruMapSpec.scala index bfc32d959f..92c66de6d2 100644 --- a/core/common/src/test/scala-2.13/net/liftweb/common/LruMapSpec.scala +++ b/core/common/src/test/scala-2.13/net/liftweb/common/LruMapSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/common/src/test/scala-3/net/liftweb/common/BoxSpec.scala b/core/common/src/test/scala-3/net/liftweb/common/BoxSpec.scala index 4085885309..6caa80d1a2 100644 --- a/core/common/src/test/scala-3/net/liftweb/common/BoxSpec.scala +++ b/core/common/src/test/scala-3/net/liftweb/common/BoxSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/common/src/test/scala-3/net/liftweb/common/ConversionsSpec.scala b/core/common/src/test/scala-3/net/liftweb/common/ConversionsSpec.scala index 3e4b697b40..3c72c18800 100644 --- a/core/common/src/test/scala-3/net/liftweb/common/ConversionsSpec.scala +++ b/core/common/src/test/scala-3/net/liftweb/common/ConversionsSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/common/src/test/scala-3/net/liftweb/common/HListSpec.scala b/core/common/src/test/scala-3/net/liftweb/common/HListSpec.scala index 72af89f313..89454615af 100644 --- a/core/common/src/test/scala-3/net/liftweb/common/HListSpec.scala +++ b/core/common/src/test/scala-3/net/liftweb/common/HListSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/common/src/test/scala-3/net/liftweb/common/LoggingSpec.scala b/core/common/src/test/scala-3/net/liftweb/common/LoggingSpec.scala index ca4e7bd0c6..6efb90154b 100644 --- a/core/common/src/test/scala-3/net/liftweb/common/LoggingSpec.scala +++ b/core/common/src/test/scala-3/net/liftweb/common/LoggingSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/common/src/test/scala-3/net/liftweb/common/LruMapSpec.scala b/core/common/src/test/scala-3/net/liftweb/common/LruMapSpec.scala index c0878d0050..c63fb3ffb3 100644 --- a/core/common/src/test/scala-3/net/liftweb/common/LruMapSpec.scala +++ b/core/common/src/test/scala-3/net/liftweb/common/LruMapSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/markdown/src/main/scala/net/liftweb/markdown/BaseParsers.scala b/core/markdown/src/main/scala/net/liftweb/markdown/BaseParsers.scala index 82e65359c8..e048e46f97 100644 --- a/core/markdown/src/main/scala/net/liftweb/markdown/BaseParsers.scala +++ b/core/markdown/src/main/scala/net/liftweb/markdown/BaseParsers.scala @@ -1,7 +1,7 @@ package net.liftweb.markdown /* - * Copyright 2013 WorldWide Conferencing, LLC + * Copyright 2013-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/markdown/src/main/scala/net/liftweb/markdown/BlockParsers.scala b/core/markdown/src/main/scala/net/liftweb/markdown/BlockParsers.scala index a6a7e77619..d6d33a2e5c 100644 --- a/core/markdown/src/main/scala/net/liftweb/markdown/BlockParsers.scala +++ b/core/markdown/src/main/scala/net/liftweb/markdown/BlockParsers.scala @@ -1,7 +1,7 @@ package net.liftweb.markdown /* - * Copyright 2013 WorldWide Conferencing, LLC + * Copyright 2013-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/markdown/src/main/scala/net/liftweb/markdown/Decorator.scala b/core/markdown/src/main/scala/net/liftweb/markdown/Decorator.scala index 3f5a4c58e5..b81d31e405 100644 --- a/core/markdown/src/main/scala/net/liftweb/markdown/Decorator.scala +++ b/core/markdown/src/main/scala/net/liftweb/markdown/Decorator.scala @@ -1,7 +1,7 @@ package net.liftweb.markdown /* - * Copyright 2013 WorldWide Conferencing, LLC + * Copyright 2013-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/markdown/src/main/scala/net/liftweb/markdown/InlineParsers.scala b/core/markdown/src/main/scala/net/liftweb/markdown/InlineParsers.scala index 88e3b18608..1fcafb0484 100644 --- a/core/markdown/src/main/scala/net/liftweb/markdown/InlineParsers.scala +++ b/core/markdown/src/main/scala/net/liftweb/markdown/InlineParsers.scala @@ -1,7 +1,7 @@ package net.liftweb.markdown /* - * Copyright 2013 WorldWide Conferencing, LLC + * Copyright 2013-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/markdown/src/main/scala/net/liftweb/markdown/LineParsers.scala b/core/markdown/src/main/scala/net/liftweb/markdown/LineParsers.scala index 05a2a5570d..fa29e8c7ee 100644 --- a/core/markdown/src/main/scala/net/liftweb/markdown/LineParsers.scala +++ b/core/markdown/src/main/scala/net/liftweb/markdown/LineParsers.scala @@ -1,7 +1,7 @@ package net.liftweb.markdown /* - * Copyright 2013 WorldWide Conferencing, LLC + * Copyright 2013-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/markdown/src/main/scala/net/liftweb/markdown/LineTokenizer.scala b/core/markdown/src/main/scala/net/liftweb/markdown/LineTokenizer.scala index a2064706bd..1a5b350d07 100644 --- a/core/markdown/src/main/scala/net/liftweb/markdown/LineTokenizer.scala +++ b/core/markdown/src/main/scala/net/liftweb/markdown/LineTokenizer.scala @@ -1,7 +1,7 @@ package net.liftweb.markdown /* - * Copyright 2013 WorldWide Conferencing, LLC + * Copyright 2013-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/markdown/src/main/scala/net/liftweb/markdown/TimeTest.scala b/core/markdown/src/main/scala/net/liftweb/markdown/TimeTest.scala index 768f4a1f2c..2e6b952eca 100644 --- a/core/markdown/src/main/scala/net/liftweb/markdown/TimeTest.scala +++ b/core/markdown/src/main/scala/net/liftweb/markdown/TimeTest.scala @@ -1,7 +1,7 @@ package net.liftweb.markdown /* - * Copyright 2013-2017 WorldWide Conferencing, LLC + * Copyright 2013-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/markdown/src/main/scala/net/liftweb/markdown/Transformer.scala b/core/markdown/src/main/scala/net/liftweb/markdown/Transformer.scala index 5fe538901a..9b6dafcc0f 100644 --- a/core/markdown/src/main/scala/net/liftweb/markdown/Transformer.scala +++ b/core/markdown/src/main/scala/net/liftweb/markdown/Transformer.scala @@ -1,7 +1,7 @@ package net.liftweb.markdown /* - * Copyright 2013 WorldWide Conferencing, LLC + * Copyright 2013-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/markdown/src/test/scala/net/liftweb/markdown/BaseParsersTest.scala b/core/markdown/src/test/scala/net/liftweb/markdown/BaseParsersTest.scala index 5427face02..58169cc07b 100644 --- a/core/markdown/src/test/scala/net/liftweb/markdown/BaseParsersTest.scala +++ b/core/markdown/src/test/scala/net/liftweb/markdown/BaseParsersTest.scala @@ -1,7 +1,7 @@ package net.liftweb.markdown /* - * Copyright 2013 WorldWide Conferencing, LLC + * Copyright 2013-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/markdown/src/test/scala/net/liftweb/markdown/BlockParsersTest.scala b/core/markdown/src/test/scala/net/liftweb/markdown/BlockParsersTest.scala index 452a58f97b..9360f6932c 100644 --- a/core/markdown/src/test/scala/net/liftweb/markdown/BlockParsersTest.scala +++ b/core/markdown/src/test/scala/net/liftweb/markdown/BlockParsersTest.scala @@ -1,7 +1,7 @@ package net.liftweb.markdown /* - * Copyright 2013 WorldWide Conferencing, LLC + * Copyright 2013-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/markdown/src/test/scala/net/liftweb/markdown/InlineParsersTest.scala b/core/markdown/src/test/scala/net/liftweb/markdown/InlineParsersTest.scala index 74c871060f..9ad4674570 100644 --- a/core/markdown/src/test/scala/net/liftweb/markdown/InlineParsersTest.scala +++ b/core/markdown/src/test/scala/net/liftweb/markdown/InlineParsersTest.scala @@ -1,7 +1,7 @@ package net.liftweb.markdown /* - * Copyright 2013 WorldWide Conferencing, LLC + * Copyright 2013-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/markdown/src/test/scala/net/liftweb/markdown/LineParsersTest.scala b/core/markdown/src/test/scala/net/liftweb/markdown/LineParsersTest.scala index 129c7f89f4..3327784841 100644 --- a/core/markdown/src/test/scala/net/liftweb/markdown/LineParsersTest.scala +++ b/core/markdown/src/test/scala/net/liftweb/markdown/LineParsersTest.scala @@ -1,7 +1,7 @@ package net.liftweb.markdown /* - * Copyright 2013 WorldWide Conferencing, LLC + * Copyright 2013-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/markdown/src/test/scala/net/liftweb/markdown/LineTokenizerTest.scala b/core/markdown/src/test/scala/net/liftweb/markdown/LineTokenizerTest.scala index 5ee2750246..6d6ff65385 100644 --- a/core/markdown/src/test/scala/net/liftweb/markdown/LineTokenizerTest.scala +++ b/core/markdown/src/test/scala/net/liftweb/markdown/LineTokenizerTest.scala @@ -1,7 +1,7 @@ package net.liftweb.markdown /* - * Copyright 2013 WorldWide Conferencing, LLC + * Copyright 2013-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/markdown/src/test/scala/net/liftweb/markdown/TransformerTest.scala b/core/markdown/src/test/scala/net/liftweb/markdown/TransformerTest.scala index 10521e63d8..0718fb5a2b 100644 --- a/core/markdown/src/test/scala/net/liftweb/markdown/TransformerTest.scala +++ b/core/markdown/src/test/scala/net/liftweb/markdown/TransformerTest.scala @@ -1,7 +1,7 @@ package net.liftweb.markdown /* - * Copyright 2013 WorldWide Conferencing, LLC + * Copyright 2013-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/java/net/liftweb/util/A.java b/core/util/src/main/java/net/liftweb/util/A.java index 1bcd2ba802..f22c42ed31 100644 --- a/core/util/src/main/java/net/liftweb/util/A.java +++ b/core/util/src/main/java/net/liftweb/util/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2011 WorldWide Conferencing, LLC + * Copyright 2011-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/java/net/liftweb/util/Css.java b/core/util/src/main/java/net/liftweb/util/Css.java index 1a4da64188..55589f0377 100644 --- a/core/util/src/main/java/net/liftweb/util/Css.java +++ b/core/util/src/main/java/net/liftweb/util/Css.java @@ -1,5 +1,5 @@ /* - * Copyright 2011 WorldWide Conferencing, LLC + * Copyright 2011-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/java/net/liftweb/util/MakerJ.java b/core/util/src/main/java/net/liftweb/util/MakerJ.java index 2ea5780451..ba2b263954 100644 --- a/core/util/src/main/java/net/liftweb/util/MakerJ.java +++ b/core/util/src/main/java/net/liftweb/util/MakerJ.java @@ -1,5 +1,5 @@ /* - * Copyright 2011 WorldWide Conferencing, LLC + * Copyright 2011-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/java/net/liftweb/util/VendorJ.java b/core/util/src/main/java/net/liftweb/util/VendorJ.java index a3b917dca9..0ba2946a0d 100644 --- a/core/util/src/main/java/net/liftweb/util/VendorJ.java +++ b/core/util/src/main/java/net/liftweb/util/VendorJ.java @@ -1,5 +1,5 @@ /* - * Copyright 2011 WorldWide Conferencing, LLC + * Copyright 2011-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/AnyVar.scala b/core/util/src/main/scala/net/liftweb/util/AnyVar.scala index 3786fb210a..b492e50bb6 100644 --- a/core/util/src/main/scala/net/liftweb/util/AnyVar.scala +++ b/core/util/src/main/scala/net/liftweb/util/AnyVar.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/BaseField.scala b/core/util/src/main/scala/net/liftweb/util/BaseField.scala index 8f8f04870f..2364a79bb9 100644 --- a/core/util/src/main/scala/net/liftweb/util/BaseField.scala +++ b/core/util/src/main/scala/net/liftweb/util/BaseField.scala @@ -1,5 +1,5 @@ /* - * Copyright 2006-2011 WorldWide Conferencing, LLC + * Copyright 2006-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/BasicTypesHelpers.scala b/core/util/src/main/scala/net/liftweb/util/BasicTypesHelpers.scala index 3fc3798975..f3eb64a367 100644 --- a/core/util/src/main/scala/net/liftweb/util/BasicTypesHelpers.scala +++ b/core/util/src/main/scala/net/liftweb/util/BasicTypesHelpers.scala @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 WorldWide Conferencing, LLC + * Copyright 2006-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/BundleBuilder.scala b/core/util/src/main/scala/net/liftweb/util/BundleBuilder.scala index 2139c7d931..998e2f759f 100644 --- a/core/util/src/main/scala/net/liftweb/util/BundleBuilder.scala +++ b/core/util/src/main/scala/net/liftweb/util/BundleBuilder.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/CSSHelpers.scala b/core/util/src/main/scala/net/liftweb/util/CSSHelpers.scala index 001c63ff3e..18801127ba 100644 --- a/core/util/src/main/scala/net/liftweb/util/CSSHelpers.scala +++ b/core/util/src/main/scala/net/liftweb/util/CSSHelpers.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/CanResolveAsync.scala b/core/util/src/main/scala/net/liftweb/util/CanResolveAsync.scala index 0a6158496d..798e18e1f7 100644 --- a/core/util/src/main/scala/net/liftweb/util/CanResolveAsync.scala +++ b/core/util/src/main/scala/net/liftweb/util/CanResolveAsync.scala @@ -1,5 +1,5 @@ /* - * Copyright 2015 WorldWide Conferencing, LLC + * Copyright 2015-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/ClassHelpers.scala b/core/util/src/main/scala/net/liftweb/util/ClassHelpers.scala index ebd3cf7e60..6a0318d88a 100644 --- a/core/util/src/main/scala/net/liftweb/util/ClassHelpers.scala +++ b/core/util/src/main/scala/net/liftweb/util/ClassHelpers.scala @@ -1,5 +1,5 @@ /* - * Copyright 2006-2011 WorldWide Conferencing, LLC + * Copyright 2006-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/CombParserHelpers.scala b/core/util/src/main/scala/net/liftweb/util/CombParserHelpers.scala index 310de6f7f7..187aae34f1 100644 --- a/core/util/src/main/scala/net/liftweb/util/CombParserHelpers.scala +++ b/core/util/src/main/scala/net/liftweb/util/CombParserHelpers.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/ConcurrentLock.scala b/core/util/src/main/scala/net/liftweb/util/ConcurrentLock.scala index 72ab716c46..b63a1d2dfd 100644 --- a/core/util/src/main/scala/net/liftweb/util/ConcurrentLock.scala +++ b/core/util/src/main/scala/net/liftweb/util/ConcurrentLock.scala @@ -1,5 +1,5 @@ /* - * Copyright 2009-2011 WorldWide Conferencing, LLC + * Copyright 2009-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/ConnectionIdentifier.scala b/core/util/src/main/scala/net/liftweb/util/ConnectionIdentifier.scala index 0d9cc88a40..b174c24113 100644 --- a/core/util/src/main/scala/net/liftweb/util/ConnectionIdentifier.scala +++ b/core/util/src/main/scala/net/liftweb/util/ConnectionIdentifier.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014 WorldWide Conferencing, LLC + * Copyright 2014-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/ControlHelpers.scala b/core/util/src/main/scala/net/liftweb/util/ControlHelpers.scala index fc1ffd6fd1..ea10066de4 100644 --- a/core/util/src/main/scala/net/liftweb/util/ControlHelpers.scala +++ b/core/util/src/main/scala/net/liftweb/util/ControlHelpers.scala @@ -1,5 +1,5 @@ /* - * Copyright 2006-2011 WorldWide Conferencing, LLC + * Copyright 2006-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/CssSelector.scala b/core/util/src/main/scala/net/liftweb/util/CssSelector.scala index 758d61a781..35086b9161 100755 --- a/core/util/src/main/scala/net/liftweb/util/CssSelector.scala +++ b/core/util/src/main/scala/net/liftweb/util/CssSelector.scala @@ -1,5 +1,5 @@ /* - * Copyright 2011 WorldWide Conferencing, LLC + * Copyright 2011-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/Currency.scala b/core/util/src/main/scala/net/liftweb/util/Currency.scala index 9738d7c78b..c0548ccd7a 100644 --- a/core/util/src/main/scala/net/liftweb/util/Currency.scala +++ b/core/util/src/main/scala/net/liftweb/util/Currency.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/CurrencyZone.scala b/core/util/src/main/scala/net/liftweb/util/CurrencyZone.scala index 228603f659..ade97de5df 100644 --- a/core/util/src/main/scala/net/liftweb/util/CurrencyZone.scala +++ b/core/util/src/main/scala/net/liftweb/util/CurrencyZone.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/DateTimeConverter.scala b/core/util/src/main/scala/net/liftweb/util/DateTimeConverter.scala index 7b34c1b2c5..77410fe4ce 100644 --- a/core/util/src/main/scala/net/liftweb/util/DateTimeConverter.scala +++ b/core/util/src/main/scala/net/liftweb/util/DateTimeConverter.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/FatLazy.scala b/core/util/src/main/scala/net/liftweb/util/FatLazy.scala index 51602560a7..5366720fa0 100644 --- a/core/util/src/main/scala/net/liftweb/util/FatLazy.scala +++ b/core/util/src/main/scala/net/liftweb/util/FatLazy.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/HeadHelper.scala b/core/util/src/main/scala/net/liftweb/util/HeadHelper.scala index 7eff8ab401..864cb22ed2 100644 --- a/core/util/src/main/scala/net/liftweb/util/HeadHelper.scala +++ b/core/util/src/main/scala/net/liftweb/util/HeadHelper.scala @@ -1,5 +1,5 @@ /* - * Copyright 2006-2011 WorldWide Conferencing, LLC + * Copyright 2006-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/Helpers.scala b/core/util/src/main/scala/net/liftweb/util/Helpers.scala index 4ef0a06072..baaa59c307 100644 --- a/core/util/src/main/scala/net/liftweb/util/Helpers.scala +++ b/core/util/src/main/scala/net/liftweb/util/Helpers.scala @@ -1,5 +1,5 @@ /* - * Copyright 2006-2011 WorldWide Conferencing, LLC + * Copyright 2006-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/HtmlHelpers.scala b/core/util/src/main/scala/net/liftweb/util/HtmlHelpers.scala index 375234caa9..86ed696266 100644 --- a/core/util/src/main/scala/net/liftweb/util/HtmlHelpers.scala +++ b/core/util/src/main/scala/net/liftweb/util/HtmlHelpers.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2013 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/HtmlParser.scala b/core/util/src/main/scala/net/liftweb/util/HtmlParser.scala index 0186a96e96..6aa6965949 100644 --- a/core/util/src/main/scala/net/liftweb/util/HtmlParser.scala +++ b/core/util/src/main/scala/net/liftweb/util/HtmlParser.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/HttpHelpers.scala b/core/util/src/main/scala/net/liftweb/util/HttpHelpers.scala index 26694de8ab..eccffdc798 100644 --- a/core/util/src/main/scala/net/liftweb/util/HttpHelpers.scala +++ b/core/util/src/main/scala/net/liftweb/util/HttpHelpers.scala @@ -1,5 +1,5 @@ /* - * Copyright 2006-2011 WorldWide Conferencing, LLC + * Copyright 2006-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/IoHelpers.scala b/core/util/src/main/scala/net/liftweb/util/IoHelpers.scala index a4f339d47e..f2b985b9cd 100644 --- a/core/util/src/main/scala/net/liftweb/util/IoHelpers.scala +++ b/core/util/src/main/scala/net/liftweb/util/IoHelpers.scala @@ -1,5 +1,5 @@ /* - * Copyright 2006-2017 WorldWide Conferencing, LLC + * Copyright 2006-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/JodaHelpers.scala b/core/util/src/main/scala/net/liftweb/util/JodaHelpers.scala index 4e482dceec..1f6a97c0cb 100644 --- a/core/util/src/main/scala/net/liftweb/util/JodaHelpers.scala +++ b/core/util/src/main/scala/net/liftweb/util/JodaHelpers.scala @@ -1,5 +1,5 @@ /* - * Copyright 2013 WorldWide Conferencing, LLC + * Copyright 2013-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/JsonCmd.scala b/core/util/src/main/scala/net/liftweb/util/JsonCmd.scala index f9b2b2dde9..38f2997fed 100644 --- a/core/util/src/main/scala/net/liftweb/util/JsonCmd.scala +++ b/core/util/src/main/scala/net/liftweb/util/JsonCmd.scala @@ -1,5 +1,5 @@ /* - * Copyright 2006-2011 WorldWide Conferencing, LLC + * Copyright 2006-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/KeyedCache.scala b/core/util/src/main/scala/net/liftweb/util/KeyedCache.scala index 2ec1a8e5b0..463cf9bd2a 100644 --- a/core/util/src/main/scala/net/liftweb/util/KeyedCache.scala +++ b/core/util/src/main/scala/net/liftweb/util/KeyedCache.scala @@ -1,5 +1,5 @@ /* - * Copyright 2006-2011 WorldWide Conferencing, LLC + * Copyright 2006-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/LD.scala b/core/util/src/main/scala/net/liftweb/util/LD.scala index 7817c50967..7cc0f330b0 100644 --- a/core/util/src/main/scala/net/liftweb/util/LD.scala +++ b/core/util/src/main/scala/net/liftweb/util/LD.scala @@ -1,5 +1,5 @@ /* - * Copyright 2006-2011 WorldWide Conferencing, LLC + * Copyright 2006-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/LRU.scala b/core/util/src/main/scala/net/liftweb/util/LRU.scala index 4c38400381..d458eb3d9a 100644 --- a/core/util/src/main/scala/net/liftweb/util/LRU.scala +++ b/core/util/src/main/scala/net/liftweb/util/LRU.scala @@ -1,5 +1,5 @@ /* - * Copyright 2006-2011 WorldWide Conferencing, LLC + * Copyright 2006-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/ListHelpers.scala b/core/util/src/main/scala/net/liftweb/util/ListHelpers.scala index 4594185711..23914211d1 100644 --- a/core/util/src/main/scala/net/liftweb/util/ListHelpers.scala +++ b/core/util/src/main/scala/net/liftweb/util/ListHelpers.scala @@ -1,5 +1,5 @@ /* - * Copyright 2006-2011 WorldWide Conferencing, LLC + * Copyright 2006-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/LoanWrapper.scala b/core/util/src/main/scala/net/liftweb/util/LoanWrapper.scala index 44cc10c503..eeb949a8ef 100644 --- a/core/util/src/main/scala/net/liftweb/util/LoanWrapper.scala +++ b/core/util/src/main/scala/net/liftweb/util/LoanWrapper.scala @@ -1,5 +1,5 @@ /* - * Copyright 2006-2011 WorldWide Conferencing, LLC + * Copyright 2006-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/Log.scala b/core/util/src/main/scala/net/liftweb/util/Log.scala index d75f5f8713..28d010ab8d 100644 --- a/core/util/src/main/scala/net/liftweb/util/Log.scala +++ b/core/util/src/main/scala/net/liftweb/util/Log.scala @@ -1,5 +1,5 @@ /* - * Copyright 2006-2011 WorldWide Conferencing, LLC + * Copyright 2006-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/Maker.scala b/core/util/src/main/scala/net/liftweb/util/Maker.scala index e8cacfbe8a..8ef867ab7a 100644 --- a/core/util/src/main/scala/net/liftweb/util/Maker.scala +++ b/core/util/src/main/scala/net/liftweb/util/Maker.scala @@ -1,5 +1,5 @@ /* - * Copyright 2009-2011 WorldWide Conferencing, LLC + * Copyright 2009-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/MonadicConversions.scala b/core/util/src/main/scala/net/liftweb/util/MonadicConversions.scala index 5d5b17b236..744955ff06 100644 --- a/core/util/src/main/scala/net/liftweb/util/MonadicConversions.scala +++ b/core/util/src/main/scala/net/liftweb/util/MonadicConversions.scala @@ -1,5 +1,5 @@ /* - * Copyright 2008-2011 WorldWide Conferencing, LLC + * Copyright 2008-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/NamedPartialFunction.scala b/core/util/src/main/scala/net/liftweb/util/NamedPartialFunction.scala index cc02e4ba36..16b48ca2b5 100644 --- a/core/util/src/main/scala/net/liftweb/util/NamedPartialFunction.scala +++ b/core/util/src/main/scala/net/liftweb/util/NamedPartialFunction.scala @@ -1,5 +1,5 @@ /* - * Copyright 2008-2011 WorldWide Conferencing, LLC + * Copyright 2008-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/PCDataMarkupParser.scala b/core/util/src/main/scala/net/liftweb/util/PCDataMarkupParser.scala index 8d7d78fb83..9297923c90 100644 --- a/core/util/src/main/scala/net/liftweb/util/PCDataMarkupParser.scala +++ b/core/util/src/main/scala/net/liftweb/util/PCDataMarkupParser.scala @@ -1,5 +1,5 @@ /* - * Copyright 2006-2011 WorldWide Conferencing, LLC + * Copyright 2006-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/Props.scala b/core/util/src/main/scala/net/liftweb/util/Props.scala index 6cb1198d85..6e5efb38f7 100644 --- a/core/util/src/main/scala/net/liftweb/util/Props.scala +++ b/core/util/src/main/scala/net/liftweb/util/Props.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/RE.scala b/core/util/src/main/scala/net/liftweb/util/RE.scala index 48a4900451..d372c2b205 100644 --- a/core/util/src/main/scala/net/liftweb/util/RE.scala +++ b/core/util/src/main/scala/net/liftweb/util/RE.scala @@ -1,5 +1,5 @@ /* - * Copyright 2006-2011 WorldWide Conferencing, LLC + * Copyright 2006-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/RestoringWeakReference.scala b/core/util/src/main/scala/net/liftweb/util/RestoringWeakReference.scala index 4f60a0d5c9..261abf6177 100644 --- a/core/util/src/main/scala/net/liftweb/util/RestoringWeakReference.scala +++ b/core/util/src/main/scala/net/liftweb/util/RestoringWeakReference.scala @@ -1,5 +1,5 @@ /* - * Copyright 2006-2012 WorldWide Conferencing, LLC + * Copyright 2006-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/Safe.scala b/core/util/src/main/scala/net/liftweb/util/Safe.scala index e40b217f7f..3c8572150b 100644 --- a/core/util/src/main/scala/net/liftweb/util/Safe.scala +++ b/core/util/src/main/scala/net/liftweb/util/Safe.scala @@ -1,5 +1,5 @@ /* - * Copyright 2006-2011 WorldWide Conferencing, LLC + * Copyright 2006-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/Schedule.scala b/core/util/src/main/scala/net/liftweb/util/Schedule.scala index cb0fff3d32..d550219329 100644 --- a/core/util/src/main/scala/net/liftweb/util/Schedule.scala +++ b/core/util/src/main/scala/net/liftweb/util/Schedule.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/SecurityHelpers.scala b/core/util/src/main/scala/net/liftweb/util/SecurityHelpers.scala index e03ef99878..32d15a634e 100644 --- a/core/util/src/main/scala/net/liftweb/util/SecurityHelpers.scala +++ b/core/util/src/main/scala/net/liftweb/util/SecurityHelpers.scala @@ -1,5 +1,5 @@ /* - * Copyright 2006-2011 WorldWide Conferencing, LLC + * Copyright 2006-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/SoftReferenceCache.scala b/core/util/src/main/scala/net/liftweb/util/SoftReferenceCache.scala index 07de422640..f4aa19632c 100644 --- a/core/util/src/main/scala/net/liftweb/util/SoftReferenceCache.scala +++ b/core/util/src/main/scala/net/liftweb/util/SoftReferenceCache.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/StringHelpers.scala b/core/util/src/main/scala/net/liftweb/util/StringHelpers.scala index cfe8511564..b58fb28a89 100644 --- a/core/util/src/main/scala/net/liftweb/util/StringHelpers.scala +++ b/core/util/src/main/scala/net/liftweb/util/StringHelpers.scala @@ -1,5 +1,5 @@ /* - * Copyright 2006-2011 WorldWide Conferencing, LLC + * Copyright 2006-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/TemplateCache.scala b/core/util/src/main/scala/net/liftweb/util/TemplateCache.scala index bfbc66379c..6ce74783aa 100644 --- a/core/util/src/main/scala/net/liftweb/util/TemplateCache.scala +++ b/core/util/src/main/scala/net/liftweb/util/TemplateCache.scala @@ -1,5 +1,5 @@ /* - * Copyright 2009-2011 WorldWide Conferencing, LLC + * Copyright 2009-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/ThreadGlobal.scala b/core/util/src/main/scala/net/liftweb/util/ThreadGlobal.scala index 6713b8276e..757e6a01e3 100644 --- a/core/util/src/main/scala/net/liftweb/util/ThreadGlobal.scala +++ b/core/util/src/main/scala/net/liftweb/util/ThreadGlobal.scala @@ -1,5 +1,5 @@ /* - * Copyright 2006-2011 WorldWide Conferencing, LLC + * Copyright 2006-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/TimeHelpers.scala b/core/util/src/main/scala/net/liftweb/util/TimeHelpers.scala index 24e9023065..f4dd4e1b54 100644 --- a/core/util/src/main/scala/net/liftweb/util/TimeHelpers.scala +++ b/core/util/src/main/scala/net/liftweb/util/TimeHelpers.scala @@ -1,5 +1,5 @@ /* - * Copyright 2006-2011 WorldWide Conferencing, LLC + * Copyright 2006-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/VCardParser.scala b/core/util/src/main/scala/net/liftweb/util/VCardParser.scala index ef2d51a523..cf841d86c6 100644 --- a/core/util/src/main/scala/net/liftweb/util/VCardParser.scala +++ b/core/util/src/main/scala/net/liftweb/util/VCardParser.scala @@ -1,5 +1,5 @@ /* - * Copyright 2008-2011 WorldWide Conferencing, LLC + * Copyright 2008-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/ValueHolder.scala b/core/util/src/main/scala/net/liftweb/util/ValueHolder.scala index dac392f35a..995d85cb72 100644 --- a/core/util/src/main/scala/net/liftweb/util/ValueHolder.scala +++ b/core/util/src/main/scala/net/liftweb/util/ValueHolder.scala @@ -1,5 +1,5 @@ /* - * Copyright 2009-2011 WorldWide Conferencing, LLC + * Copyright 2009-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/Wiring.scala b/core/util/src/main/scala/net/liftweb/util/Wiring.scala index e60a6014f2..d8da419377 100644 --- a/core/util/src/main/scala/net/liftweb/util/Wiring.scala +++ b/core/util/src/main/scala/net/liftweb/util/Wiring.scala @@ -1,5 +1,5 @@ /* - * Copyright 2011 WorldWide Conferencing, LLC + * Copyright 2011-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/main/scala/net/liftweb/util/package.scala b/core/util/src/main/scala/net/liftweb/util/package.scala index c5bd98670f..8228de85ca 100644 --- a/core/util/src/main/scala/net/liftweb/util/package.scala +++ b/core/util/src/main/scala/net/liftweb/util/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2011 WorldWide Conferencing, LLC + * Copyright 2011-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-2.13/net/liftweb/util/BasicTypesHelpersSpec.scala b/core/util/src/test/scala-2.13/net/liftweb/util/BasicTypesHelpersSpec.scala index 5d5214dc8b..dfabe3dfc6 100644 --- a/core/util/src/test/scala-2.13/net/liftweb/util/BasicTypesHelpersSpec.scala +++ b/core/util/src/test/scala-2.13/net/liftweb/util/BasicTypesHelpersSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2006-2011 WorldWide Conferencing, LLC + * Copyright 2006-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-2.13/net/liftweb/util/BundleBuilderSpec.scala b/core/util/src/test/scala-2.13/net/liftweb/util/BundleBuilderSpec.scala index ae04ef10ce..cfe8cccffa 100644 --- a/core/util/src/test/scala-2.13/net/liftweb/util/BundleBuilderSpec.scala +++ b/core/util/src/test/scala-2.13/net/liftweb/util/BundleBuilderSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-2.13/net/liftweb/util/CanResolveAsyncSpec.scala b/core/util/src/test/scala-2.13/net/liftweb/util/CanResolveAsyncSpec.scala index 1b88bc360c..14d156d98e 100644 --- a/core/util/src/test/scala-2.13/net/liftweb/util/CanResolveAsyncSpec.scala +++ b/core/util/src/test/scala-2.13/net/liftweb/util/CanResolveAsyncSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2015 WorldWide Conferencing, LLC + * Copyright 2015-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-2.13/net/liftweb/util/ClassHelpersSpec.scala b/core/util/src/test/scala-2.13/net/liftweb/util/ClassHelpersSpec.scala index 287cdf1469..072a118d1e 100644 --- a/core/util/src/test/scala-2.13/net/liftweb/util/ClassHelpersSpec.scala +++ b/core/util/src/test/scala-2.13/net/liftweb/util/ClassHelpersSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2006-2011 WorldWide Conferencing, LLC + * Copyright 2006-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-2.13/net/liftweb/util/CombParserHelpersSpec.scala b/core/util/src/test/scala-2.13/net/liftweb/util/CombParserHelpersSpec.scala index a39549f811..447d4b0e84 100644 --- a/core/util/src/test/scala-2.13/net/liftweb/util/CombParserHelpersSpec.scala +++ b/core/util/src/test/scala-2.13/net/liftweb/util/CombParserHelpersSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-2.13/net/liftweb/util/ConnectionIdentifierSpec.scala b/core/util/src/test/scala-2.13/net/liftweb/util/ConnectionIdentifierSpec.scala index b294dcb012..c6cc411118 100644 --- a/core/util/src/test/scala-2.13/net/liftweb/util/ConnectionIdentifierSpec.scala +++ b/core/util/src/test/scala-2.13/net/liftweb/util/ConnectionIdentifierSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014 WorldWide Conferencing, LLC + * Copyright 2014-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-2.13/net/liftweb/util/ControlHelpersSpec.scala b/core/util/src/test/scala-2.13/net/liftweb/util/ControlHelpersSpec.scala index b630974f48..678573d58f 100644 --- a/core/util/src/test/scala-2.13/net/liftweb/util/ControlHelpersSpec.scala +++ b/core/util/src/test/scala-2.13/net/liftweb/util/ControlHelpersSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2006-2011 WorldWide Conferencing, LLC + * Copyright 2006-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-2.13/net/liftweb/util/CssHelpersSpec.scala b/core/util/src/test/scala-2.13/net/liftweb/util/CssHelpersSpec.scala index f9fa1b8af7..af50ae2658 100644 --- a/core/util/src/test/scala-2.13/net/liftweb/util/CssHelpersSpec.scala +++ b/core/util/src/test/scala-2.13/net/liftweb/util/CssHelpersSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2015 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-2.13/net/liftweb/util/CssSelectorSpec.scala b/core/util/src/test/scala-2.13/net/liftweb/util/CssSelectorSpec.scala index 828ed38202..6c57b8ecb7 100755 --- a/core/util/src/test/scala-2.13/net/liftweb/util/CssSelectorSpec.scala +++ b/core/util/src/test/scala-2.13/net/liftweb/util/CssSelectorSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-2.13/net/liftweb/util/CurrencyZoneSpec.scala b/core/util/src/test/scala-2.13/net/liftweb/util/CurrencyZoneSpec.scala index edc5cca249..130e709b37 100644 --- a/core/util/src/test/scala-2.13/net/liftweb/util/CurrencyZoneSpec.scala +++ b/core/util/src/test/scala-2.13/net/liftweb/util/CurrencyZoneSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-2.13/net/liftweb/util/Html5ParserSpec.scala b/core/util/src/test/scala-2.13/net/liftweb/util/Html5ParserSpec.scala index 7813335c11..a0a479f5f4 100644 --- a/core/util/src/test/scala-2.13/net/liftweb/util/Html5ParserSpec.scala +++ b/core/util/src/test/scala-2.13/net/liftweb/util/Html5ParserSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2006-2011 WorldWide Conferencing, LLC + * Copyright 2006-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-2.13/net/liftweb/util/HtmlHelpersSpec.scala b/core/util/src/test/scala-2.13/net/liftweb/util/HtmlHelpersSpec.scala index 7212cade1a..ca55e5aad8 100644 --- a/core/util/src/test/scala-2.13/net/liftweb/util/HtmlHelpersSpec.scala +++ b/core/util/src/test/scala-2.13/net/liftweb/util/HtmlHelpersSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-2.13/net/liftweb/util/HttpHelpersSpec.scala b/core/util/src/test/scala-2.13/net/liftweb/util/HttpHelpersSpec.scala index 74f19df4da..d89f69fa50 100644 --- a/core/util/src/test/scala-2.13/net/liftweb/util/HttpHelpersSpec.scala +++ b/core/util/src/test/scala-2.13/net/liftweb/util/HttpHelpersSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2006-2011 WorldWide Conferencing, LLC + * Copyright 2006-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-2.13/net/liftweb/util/IoHelpersSpec.scala b/core/util/src/test/scala-2.13/net/liftweb/util/IoHelpersSpec.scala index 8f776449bd..b70e10cede 100644 --- a/core/util/src/test/scala-2.13/net/liftweb/util/IoHelpersSpec.scala +++ b/core/util/src/test/scala-2.13/net/liftweb/util/IoHelpersSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017 WorldWide Conferencing, LLC + * Copyright 2017-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-2.13/net/liftweb/util/JsonCommandSpec.scala b/core/util/src/test/scala-2.13/net/liftweb/util/JsonCommandSpec.scala index 40347fd5ed..d1871ef170 100644 --- a/core/util/src/test/scala-2.13/net/liftweb/util/JsonCommandSpec.scala +++ b/core/util/src/test/scala-2.13/net/liftweb/util/JsonCommandSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2008-2011 WorldWide Conferencing, LLC + * Copyright 2008-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-2.13/net/liftweb/util/ListHelpersSpec.scala b/core/util/src/test/scala-2.13/net/liftweb/util/ListHelpersSpec.scala index de868b7921..0fc2102ed2 100644 --- a/core/util/src/test/scala-2.13/net/liftweb/util/ListHelpersSpec.scala +++ b/core/util/src/test/scala-2.13/net/liftweb/util/ListHelpersSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-2.13/net/liftweb/util/PCDataXmlParserSpec.scala b/core/util/src/test/scala-2.13/net/liftweb/util/PCDataXmlParserSpec.scala index 55f32fb632..fedd000cad 100644 --- a/core/util/src/test/scala-2.13/net/liftweb/util/PCDataXmlParserSpec.scala +++ b/core/util/src/test/scala-2.13/net/liftweb/util/PCDataXmlParserSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-2.13/net/liftweb/util/PropsSpec.scala b/core/util/src/test/scala-2.13/net/liftweb/util/PropsSpec.scala index c65d52ea04..2b9be2834c 100644 --- a/core/util/src/test/scala-2.13/net/liftweb/util/PropsSpec.scala +++ b/core/util/src/test/scala-2.13/net/liftweb/util/PropsSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2006-2012 WorldWide Conferencing, LLC + * Copyright 2006-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-2.13/net/liftweb/util/ScheduleSpec.scala b/core/util/src/test/scala-2.13/net/liftweb/util/ScheduleSpec.scala index bd06058cbf..e60f0af3c0 100644 --- a/core/util/src/test/scala-2.13/net/liftweb/util/ScheduleSpec.scala +++ b/core/util/src/test/scala-2.13/net/liftweb/util/ScheduleSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-2.13/net/liftweb/util/SecurityHelpersSpec.scala b/core/util/src/test/scala-2.13/net/liftweb/util/SecurityHelpersSpec.scala index d27aec1ac7..58e8efb1bc 100644 --- a/core/util/src/test/scala-2.13/net/liftweb/util/SecurityHelpersSpec.scala +++ b/core/util/src/test/scala-2.13/net/liftweb/util/SecurityHelpersSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2006-2011 WorldWide Conferencing, LLC + * Copyright 2006-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-2.13/net/liftweb/util/StringHelpersSpec.scala b/core/util/src/test/scala-2.13/net/liftweb/util/StringHelpersSpec.scala index d2c78768d0..5608384779 100644 --- a/core/util/src/test/scala-2.13/net/liftweb/util/StringHelpersSpec.scala +++ b/core/util/src/test/scala-2.13/net/liftweb/util/StringHelpersSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-2.13/net/liftweb/util/TimeHelpersSpec.scala b/core/util/src/test/scala-2.13/net/liftweb/util/TimeHelpersSpec.scala index 2792fe20cc..fbce5cfc1b 100644 --- a/core/util/src/test/scala-2.13/net/liftweb/util/TimeHelpersSpec.scala +++ b/core/util/src/test/scala-2.13/net/liftweb/util/TimeHelpersSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2006-2015 WorldWide Conferencing, LLC + * Copyright 2006-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-2.13/net/liftweb/util/ToHeadSpec.scala b/core/util/src/test/scala-2.13/net/liftweb/util/ToHeadSpec.scala index 077b000187..888a78b729 100644 --- a/core/util/src/test/scala-2.13/net/liftweb/util/ToHeadSpec.scala +++ b/core/util/src/test/scala-2.13/net/liftweb/util/ToHeadSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-2.13/net/liftweb/util/VCardParserSpec.scala b/core/util/src/test/scala-2.13/net/liftweb/util/VCardParserSpec.scala index 0607b22749..dcbe4f3bf0 100644 --- a/core/util/src/test/scala-2.13/net/liftweb/util/VCardParserSpec.scala +++ b/core/util/src/test/scala-2.13/net/liftweb/util/VCardParserSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2008-2011 WorldWide Conferencing, LLC + * Copyright 2008-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-2.13/net/liftweb/util/XmlParserSpec.scala b/core/util/src/test/scala-2.13/net/liftweb/util/XmlParserSpec.scala index 9ad0f85c3f..070fc92a2d 100644 --- a/core/util/src/test/scala-2.13/net/liftweb/util/XmlParserSpec.scala +++ b/core/util/src/test/scala-2.13/net/liftweb/util/XmlParserSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-3/net/liftweb/util/BasicTypesHelpersSpec.scala b/core/util/src/test/scala-3/net/liftweb/util/BasicTypesHelpersSpec.scala index ba201064a0..496a690be7 100644 --- a/core/util/src/test/scala-3/net/liftweb/util/BasicTypesHelpersSpec.scala +++ b/core/util/src/test/scala-3/net/liftweb/util/BasicTypesHelpersSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2006-2011 WorldWide Conferencing, LLC + * Copyright 2006-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-3/net/liftweb/util/BundleBuilderSpec.scala b/core/util/src/test/scala-3/net/liftweb/util/BundleBuilderSpec.scala index 4d212db3d7..4ee032dce8 100644 --- a/core/util/src/test/scala-3/net/liftweb/util/BundleBuilderSpec.scala +++ b/core/util/src/test/scala-3/net/liftweb/util/BundleBuilderSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-3/net/liftweb/util/CanResolveAsyncSpec.scala b/core/util/src/test/scala-3/net/liftweb/util/CanResolveAsyncSpec.scala index 08e85b3050..09d29239ce 100644 --- a/core/util/src/test/scala-3/net/liftweb/util/CanResolveAsyncSpec.scala +++ b/core/util/src/test/scala-3/net/liftweb/util/CanResolveAsyncSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2015 WorldWide Conferencing, LLC + * Copyright 2015-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-3/net/liftweb/util/ClassHelpersSpec.scala b/core/util/src/test/scala-3/net/liftweb/util/ClassHelpersSpec.scala index 2dd9932366..756979f482 100644 --- a/core/util/src/test/scala-3/net/liftweb/util/ClassHelpersSpec.scala +++ b/core/util/src/test/scala-3/net/liftweb/util/ClassHelpersSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2006-2011 WorldWide Conferencing, LLC + * Copyright 2006-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-3/net/liftweb/util/CombParserHelpersSpec.scala b/core/util/src/test/scala-3/net/liftweb/util/CombParserHelpersSpec.scala index df56cde1a8..0d7c052b83 100644 --- a/core/util/src/test/scala-3/net/liftweb/util/CombParserHelpersSpec.scala +++ b/core/util/src/test/scala-3/net/liftweb/util/CombParserHelpersSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-3/net/liftweb/util/ConnectionIdentifierSpec.scala b/core/util/src/test/scala-3/net/liftweb/util/ConnectionIdentifierSpec.scala index 1db7a3256b..4059a2d4b1 100644 --- a/core/util/src/test/scala-3/net/liftweb/util/ConnectionIdentifierSpec.scala +++ b/core/util/src/test/scala-3/net/liftweb/util/ConnectionIdentifierSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2014 WorldWide Conferencing, LLC + * Copyright 2014-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-3/net/liftweb/util/ControlHelpersSpec.scala b/core/util/src/test/scala-3/net/liftweb/util/ControlHelpersSpec.scala index a79d078045..c5e7cd4b6e 100644 --- a/core/util/src/test/scala-3/net/liftweb/util/ControlHelpersSpec.scala +++ b/core/util/src/test/scala-3/net/liftweb/util/ControlHelpersSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2006-2011 WorldWide Conferencing, LLC + * Copyright 2006-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-3/net/liftweb/util/CssHelpersSpec.scala b/core/util/src/test/scala-3/net/liftweb/util/CssHelpersSpec.scala index b173c02ad1..561e9bd927 100644 --- a/core/util/src/test/scala-3/net/liftweb/util/CssHelpersSpec.scala +++ b/core/util/src/test/scala-3/net/liftweb/util/CssHelpersSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2015 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-3/net/liftweb/util/CssSelectorSpec.scala b/core/util/src/test/scala-3/net/liftweb/util/CssSelectorSpec.scala index 131b2c2978..63246b90af 100644 --- a/core/util/src/test/scala-3/net/liftweb/util/CssSelectorSpec.scala +++ b/core/util/src/test/scala-3/net/liftweb/util/CssSelectorSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-3/net/liftweb/util/CurrencyZoneSpec.scala b/core/util/src/test/scala-3/net/liftweb/util/CurrencyZoneSpec.scala index 3dedf85617..a74de3931a 100644 --- a/core/util/src/test/scala-3/net/liftweb/util/CurrencyZoneSpec.scala +++ b/core/util/src/test/scala-3/net/liftweb/util/CurrencyZoneSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-3/net/liftweb/util/Html5ParserSpec.scala b/core/util/src/test/scala-3/net/liftweb/util/Html5ParserSpec.scala index f3726673f5..2d48015eb3 100644 --- a/core/util/src/test/scala-3/net/liftweb/util/Html5ParserSpec.scala +++ b/core/util/src/test/scala-3/net/liftweb/util/Html5ParserSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2006-2011 WorldWide Conferencing, LLC + * Copyright 2006-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-3/net/liftweb/util/HtmlHelpersSpec.scala b/core/util/src/test/scala-3/net/liftweb/util/HtmlHelpersSpec.scala index 6369ed2df8..cb42d3cd37 100644 --- a/core/util/src/test/scala-3/net/liftweb/util/HtmlHelpersSpec.scala +++ b/core/util/src/test/scala-3/net/liftweb/util/HtmlHelpersSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-3/net/liftweb/util/HttpHelpersSpec.scala b/core/util/src/test/scala-3/net/liftweb/util/HttpHelpersSpec.scala index 9d3e5978e1..9c53d8c825 100644 --- a/core/util/src/test/scala-3/net/liftweb/util/HttpHelpersSpec.scala +++ b/core/util/src/test/scala-3/net/liftweb/util/HttpHelpersSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2006-2011 WorldWide Conferencing, LLC + * Copyright 2006-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-3/net/liftweb/util/IoHelpersSpec.scala b/core/util/src/test/scala-3/net/liftweb/util/IoHelpersSpec.scala index 144e51da78..763605f2a7 100644 --- a/core/util/src/test/scala-3/net/liftweb/util/IoHelpersSpec.scala +++ b/core/util/src/test/scala-3/net/liftweb/util/IoHelpersSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017 WorldWide Conferencing, LLC + * Copyright 2017-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-3/net/liftweb/util/JsonCommandSpec.scala b/core/util/src/test/scala-3/net/liftweb/util/JsonCommandSpec.scala index 6177f1a4bd..b011bbf97d 100644 --- a/core/util/src/test/scala-3/net/liftweb/util/JsonCommandSpec.scala +++ b/core/util/src/test/scala-3/net/liftweb/util/JsonCommandSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2008-2011 WorldWide Conferencing, LLC + * Copyright 2008-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-3/net/liftweb/util/ListHelpersSpec.scala b/core/util/src/test/scala-3/net/liftweb/util/ListHelpersSpec.scala index f391c16a6c..ad68b15e4d 100644 --- a/core/util/src/test/scala-3/net/liftweb/util/ListHelpersSpec.scala +++ b/core/util/src/test/scala-3/net/liftweb/util/ListHelpersSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-3/net/liftweb/util/PCDataXmlParserSpec.scala b/core/util/src/test/scala-3/net/liftweb/util/PCDataXmlParserSpec.scala index 4e12fcc961..dcdb07ef8b 100644 --- a/core/util/src/test/scala-3/net/liftweb/util/PCDataXmlParserSpec.scala +++ b/core/util/src/test/scala-3/net/liftweb/util/PCDataXmlParserSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-3/net/liftweb/util/PropsSpec.scala b/core/util/src/test/scala-3/net/liftweb/util/PropsSpec.scala index 46018eeca8..7b3e63c8bd 100644 --- a/core/util/src/test/scala-3/net/liftweb/util/PropsSpec.scala +++ b/core/util/src/test/scala-3/net/liftweb/util/PropsSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2006-2012 WorldWide Conferencing, LLC + * Copyright 2006-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-3/net/liftweb/util/ScheduleSpec.scala b/core/util/src/test/scala-3/net/liftweb/util/ScheduleSpec.scala index 50aa995178..8081b4dd04 100644 --- a/core/util/src/test/scala-3/net/liftweb/util/ScheduleSpec.scala +++ b/core/util/src/test/scala-3/net/liftweb/util/ScheduleSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-3/net/liftweb/util/SecurityHelpersSpec.scala b/core/util/src/test/scala-3/net/liftweb/util/SecurityHelpersSpec.scala index 058ab9d139..ee96988c25 100644 --- a/core/util/src/test/scala-3/net/liftweb/util/SecurityHelpersSpec.scala +++ b/core/util/src/test/scala-3/net/liftweb/util/SecurityHelpersSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2006-2011 WorldWide Conferencing, LLC + * Copyright 2006-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-3/net/liftweb/util/StringHelpersSpec.scala b/core/util/src/test/scala-3/net/liftweb/util/StringHelpersSpec.scala index cc59507e7a..776c4dea08 100644 --- a/core/util/src/test/scala-3/net/liftweb/util/StringHelpersSpec.scala +++ b/core/util/src/test/scala-3/net/liftweb/util/StringHelpersSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-3/net/liftweb/util/TimeHelpersSpec.scala b/core/util/src/test/scala-3/net/liftweb/util/TimeHelpersSpec.scala index 0a91fd332e..7321ac952e 100644 --- a/core/util/src/test/scala-3/net/liftweb/util/TimeHelpersSpec.scala +++ b/core/util/src/test/scala-3/net/liftweb/util/TimeHelpersSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2006-2015 WorldWide Conferencing, LLC + * Copyright 2006-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-3/net/liftweb/util/ToHeadSpec.scala b/core/util/src/test/scala-3/net/liftweb/util/ToHeadSpec.scala index 7f64091f3b..80d73a4a32 100644 --- a/core/util/src/test/scala-3/net/liftweb/util/ToHeadSpec.scala +++ b/core/util/src/test/scala-3/net/liftweb/util/ToHeadSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-3/net/liftweb/util/VCardParserSpec.scala b/core/util/src/test/scala-3/net/liftweb/util/VCardParserSpec.scala index 88f94590c2..efede652f7 100644 --- a/core/util/src/test/scala-3/net/liftweb/util/VCardParserSpec.scala +++ b/core/util/src/test/scala-3/net/liftweb/util/VCardParserSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2008-2011 WorldWide Conferencing, LLC + * Copyright 2008-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala-3/net/liftweb/util/XmlParserSpec.scala b/core/util/src/test/scala-3/net/liftweb/util/XmlParserSpec.scala index 8299bee26a..b091007c50 100644 --- a/core/util/src/test/scala-3/net/liftweb/util/XmlParserSpec.scala +++ b/core/util/src/test/scala-3/net/liftweb/util/XmlParserSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/util/src/test/scala/net/liftweb/util/HelpersSpec.scala b/core/util/src/test/scala/net/liftweb/util/HelpersSpec.scala index f30f0b9c2b..85cbf4aa74 100644 --- a/core/util/src/test/scala/net/liftweb/util/HelpersSpec.scala +++ b/core/util/src/test/scala/net/liftweb/util/HelpersSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 6c53cd2665..9b71363c19 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -1,5 +1,5 @@ /* - * Copyright 2011-2018 WorldWide Conferencing, LLC + * Copyright 2011-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/project/Developers.scala b/project/Developers.scala index d29b6e72c0..5fbf471b72 100644 --- a/project/Developers.scala +++ b/project/Developers.scala @@ -1,5 +1,5 @@ /* - * Copyright 2013 WorldWide Conferencing, LLC + * Copyright 2013-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/project/LiftSbtHelpers.scala b/project/LiftSbtHelpers.scala index 7dfc3eea11..78f31a338e 100644 --- a/project/LiftSbtHelpers.scala +++ b/project/LiftSbtHelpers.scala @@ -1,5 +1,5 @@ /* - * Copyright 2012-2015 WorldWide Conferencing, LLC + * Copyright 2012-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/project/MatchingModule.scala b/project/MatchingModule.scala index dda4cf4d29..cf9828aa5b 100644 --- a/project/MatchingModule.scala +++ b/project/MatchingModule.scala @@ -1,5 +1,5 @@ /* - * Copyright 2012-2015 WorldWide Conferencing, LLC + * Copyright 2012-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/testkit/src/main/scala/net/liftweb/http/testing/TestFramework.scala b/web/testkit/src/main/scala/net/liftweb/http/testing/TestFramework.scala index b5bbf39e11..a28bbf8f0a 100644 --- a/web/testkit/src/main/scala/net/liftweb/http/testing/TestFramework.scala +++ b/web/testkit/src/main/scala/net/liftweb/http/testing/TestFramework.scala @@ -1,5 +1,5 @@ /* - * Copyright 2008-2011 WorldWide Conferencing, LLC + * Copyright 2008-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/testkit/src/main/scala/net/liftweb/http/testing/TestRunner.scala b/web/testkit/src/main/scala/net/liftweb/http/testing/TestRunner.scala index 01513fcc21..7459f73bc2 100644 --- a/web/testkit/src/main/scala/net/liftweb/http/testing/TestRunner.scala +++ b/web/testkit/src/main/scala/net/liftweb/http/testing/TestRunner.scala @@ -1,5 +1,5 @@ /* - * Copyright 2008-2011 WorldWide Conferencing, LLC + * Copyright 2008-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/testkit/src/main/scala/net/liftweb/mocks/MockHttpServletRequest.scala b/web/testkit/src/main/scala/net/liftweb/mocks/MockHttpServletRequest.scala index 163113a0d4..03a6829000 100644 --- a/web/testkit/src/main/scala/net/liftweb/mocks/MockHttpServletRequest.scala +++ b/web/testkit/src/main/scala/net/liftweb/mocks/MockHttpServletRequest.scala @@ -1,5 +1,5 @@ /* - * Copyright 2008-2011 WorldWide Conferencing, LLC + * Copyright 2008-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/testkit/src/main/scala/net/liftweb/mocks/MockHttpServletResponse.scala b/web/testkit/src/main/scala/net/liftweb/mocks/MockHttpServletResponse.scala index 4efc312a86..73fbc9e819 100644 --- a/web/testkit/src/main/scala/net/liftweb/mocks/MockHttpServletResponse.scala +++ b/web/testkit/src/main/scala/net/liftweb/mocks/MockHttpServletResponse.scala @@ -1,5 +1,5 @@ /* - * Copyright 2008-2011 WorldWide Conferencing, LLC + * Copyright 2008-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/testkit/src/main/scala/net/liftweb/mocks/MockServletContext.scala b/web/testkit/src/main/scala/net/liftweb/mocks/MockServletContext.scala index dd24a4739b..8b904642f5 100644 --- a/web/testkit/src/main/scala/net/liftweb/mocks/MockServletContext.scala +++ b/web/testkit/src/main/scala/net/liftweb/mocks/MockServletContext.scala @@ -1,5 +1,5 @@ /* - * Copyright 2008-2017 WorldWide Conferencing, LLC + * Copyright 2008-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/testkit/src/test/scala-2.13/net/liftweb/http/testing/MockHttpRequestSpec.scala b/web/testkit/src/test/scala-2.13/net/liftweb/http/testing/MockHttpRequestSpec.scala index 914e53e14a..67f4406496 100644 --- a/web/testkit/src/test/scala-2.13/net/liftweb/http/testing/MockHttpRequestSpec.scala +++ b/web/testkit/src/test/scala-2.13/net/liftweb/http/testing/MockHttpRequestSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2011 WorldWide Conferencing, LLC + * Copyright 2011-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/testkit/src/test/scala-3/net/liftweb/http/testing/MockHttpRequestSpec.scala b/web/testkit/src/test/scala-3/net/liftweb/http/testing/MockHttpRequestSpec.scala index ed4da5cb88..6020988fdf 100644 --- a/web/testkit/src/test/scala-3/net/liftweb/http/testing/MockHttpRequestSpec.scala +++ b/web/testkit/src/test/scala-3/net/liftweb/http/testing/MockHttpRequestSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2011 WorldWide Conferencing, LLC + * Copyright 2011-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/testkit/src/test/scala/net/liftweb/http/testing/TestObjects.scala b/web/testkit/src/test/scala/net/liftweb/http/testing/TestObjects.scala index 1a86e74e4b..c19ba8b9ec 100644 --- a/web/testkit/src/test/scala/net/liftweb/http/testing/TestObjects.scala +++ b/web/testkit/src/test/scala/net/liftweb/http/testing/TestObjects.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/java/net/liftweb/http/LiftRulesJ.java b/web/webkit/src/main/java/net/liftweb/http/LiftRulesJ.java index 12479c7d0f..e46b4cefc0 100644 --- a/web/webkit/src/main/java/net/liftweb/http/LiftRulesJ.java +++ b/web/webkit/src/main/java/net/liftweb/http/LiftRulesJ.java @@ -1,5 +1,5 @@ /* - * Copyright 2011 WorldWide Conferencing, LLC + * Copyright 2011-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/java/net/liftweb/http/SHtmlJ.java b/web/webkit/src/main/java/net/liftweb/http/SHtmlJ.java index 5df7a868e1..54d26f27c9 100644 --- a/web/webkit/src/main/java/net/liftweb/http/SHtmlJ.java +++ b/web/webkit/src/main/java/net/liftweb/http/SHtmlJ.java @@ -1,5 +1,5 @@ /* - * Copyright 2011 WorldWide Conferencing, LLC + * Copyright 2011-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/java/net/liftweb/http/SJ.java b/web/webkit/src/main/java/net/liftweb/http/SJ.java index 556e467656..0ce1aca341 100644 --- a/web/webkit/src/main/java/net/liftweb/http/SJ.java +++ b/web/webkit/src/main/java/net/liftweb/http/SJ.java @@ -1,5 +1,5 @@ /* - * Copyright 2011 WorldWide Conferencing, LLC + * Copyright 2011-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/java/net/liftweb/http/SnippetPFJ.java b/web/webkit/src/main/java/net/liftweb/http/SnippetPFJ.java index fad6550570..bb709b871c 100644 --- a/web/webkit/src/main/java/net/liftweb/http/SnippetPFJ.java +++ b/web/webkit/src/main/java/net/liftweb/http/SnippetPFJ.java @@ -1,5 +1,5 @@ /* - * Copyright 2011 WorldWide Conferencing, LLC + * Copyright 2011-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/java/net/liftweb/http/VarsJ.java b/web/webkit/src/main/java/net/liftweb/http/VarsJ.java index 050a435dca..647e00b911 100644 --- a/web/webkit/src/main/java/net/liftweb/http/VarsJ.java +++ b/web/webkit/src/main/java/net/liftweb/http/VarsJ.java @@ -1,5 +1,5 @@ /* - * Copyright 2011 WorldWide Conferencing, LLC + * Copyright 2011-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/java/net/liftweb/sitemap/MenuJ.java b/web/webkit/src/main/java/net/liftweb/sitemap/MenuJ.java index 950ea733fc..9c7e44c1eb 100644 --- a/web/webkit/src/main/java/net/liftweb/sitemap/MenuJ.java +++ b/web/webkit/src/main/java/net/liftweb/sitemap/MenuJ.java @@ -1,5 +1,5 @@ /* - * Copyright 2011 WorldWide Conferencing, LLC + * Copyright 2011-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/java/net/liftweb/sitemap/SiteMapJ.java b/web/webkit/src/main/java/net/liftweb/sitemap/SiteMapJ.java index c425c6df54..8440dc2aca 100644 --- a/web/webkit/src/main/java/net/liftweb/sitemap/SiteMapJ.java +++ b/web/webkit/src/main/java/net/liftweb/sitemap/SiteMapJ.java @@ -1,5 +1,5 @@ /* - * Copyright 2011 WorldWide Conferencing, LLC + * Copyright 2011-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/resources/toserve/jlift.js b/web/webkit/src/main/resources/toserve/jlift.js index 43edc5aa34..99e837e17b 100755 --- a/web/webkit/src/main/resources/toserve/jlift.js +++ b/web/webkit/src/main/resources/toserve/jlift.js @@ -1,6 +1,6 @@ ( function() { /* - * Copyright 2008-2013 WorldWide Conferencing, LLC + * Copyright 2008-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. You may obtain a diff --git a/web/webkit/src/main/resources/toserve/liftYUI.js b/web/webkit/src/main/resources/toserve/liftYUI.js index 9ecb61030f..7ebea2a45c 100755 --- a/web/webkit/src/main/resources/toserve/liftYUI.js +++ b/web/webkit/src/main/resources/toserve/liftYUI.js @@ -1,5 +1,5 @@ /* - * Copyright 2008 WorldWide Conferencing, LLC + * Copyright 2008-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/builtin/snippet/CSS.scala b/web/webkit/src/main/scala/net/liftweb/builtin/snippet/CSS.scala index b768ac64c8..36c42e73b9 100644 --- a/web/webkit/src/main/scala/net/liftweb/builtin/snippet/CSS.scala +++ b/web/webkit/src/main/scala/net/liftweb/builtin/snippet/CSS.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2012 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Children.scala b/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Children.scala index 59db9974ff..59855af517 100644 --- a/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Children.scala +++ b/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Children.scala @@ -1,5 +1,5 @@ /* - * Copyright 2009-2011 WorldWide Conferencing, LLC + * Copyright 2009-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Comet.scala b/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Comet.scala index 0f37edfc99..a258a4b387 100644 --- a/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Comet.scala +++ b/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Comet.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2012 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Embed.scala b/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Embed.scala index 11204cdce4..891dbe5be4 100644 --- a/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Embed.scala +++ b/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Embed.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Form.scala b/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Form.scala index 0137771a04..4768c3e100 100644 --- a/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Form.scala +++ b/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Form.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/builtin/snippet/HTML5.scala b/web/webkit/src/main/scala/net/liftweb/builtin/snippet/HTML5.scala index 817374d2ae..ad5c667756 100644 --- a/web/webkit/src/main/scala/net/liftweb/builtin/snippet/HTML5.scala +++ b/web/webkit/src/main/scala/net/liftweb/builtin/snippet/HTML5.scala @@ -1,5 +1,5 @@ /* - * Copyright 2009-2012 WorldWide Conferencing, LLC + * Copyright 2009-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Ignore.scala b/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Ignore.scala index d7a99eb570..e678206932 100644 --- a/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Ignore.scala +++ b/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Ignore.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/builtin/snippet/LazyLoad.scala b/web/webkit/src/main/scala/net/liftweb/builtin/snippet/LazyLoad.scala index 3e357a3aae..ee73b9702d 100644 --- a/web/webkit/src/main/scala/net/liftweb/builtin/snippet/LazyLoad.scala +++ b/web/webkit/src/main/scala/net/liftweb/builtin/snippet/LazyLoad.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2012 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Loc.scala b/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Loc.scala index 38c1a79d72..b335ab6d8c 100644 --- a/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Loc.scala +++ b/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Loc.scala @@ -1,5 +1,5 @@ /* - * Copyright 2009-2011 WorldWide Conferencing, LLC + * Copyright 2009-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Menu.scala b/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Menu.scala index 00604d952f..0e6ee45fae 100644 --- a/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Menu.scala +++ b/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Menu.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Msg.scala b/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Msg.scala index dd0f16e625..61fb1a8cdd 100644 --- a/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Msg.scala +++ b/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Msg.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Msgs.scala b/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Msgs.scala index bf740dca5e..10abef1644 100644 --- a/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Msgs.scala +++ b/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Msgs.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/builtin/snippet/SkipDocType.scala b/web/webkit/src/main/scala/net/liftweb/builtin/snippet/SkipDocType.scala index 788d4b49ac..5de04130ba 100644 --- a/web/webkit/src/main/scala/net/liftweb/builtin/snippet/SkipDocType.scala +++ b/web/webkit/src/main/scala/net/liftweb/builtin/snippet/SkipDocType.scala @@ -1,5 +1,5 @@ /* - * Copyright 2009-2012 WorldWide Conferencing, LLC + * Copyright 2009-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Surround.scala b/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Surround.scala index 7ee1a028c5..7e0326c536 100644 --- a/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Surround.scala +++ b/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Surround.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Tail.scala b/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Tail.scala index 1cc2c11869..332d27d44d 100644 --- a/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Tail.scala +++ b/web/webkit/src/main/scala/net/liftweb/builtin/snippet/Tail.scala @@ -1,5 +1,5 @@ /* - * Copyright 2009-2011 WorldWide Conferencing, LLC + * Copyright 2009-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/builtin/snippet/TestCond.scala b/web/webkit/src/main/scala/net/liftweb/builtin/snippet/TestCond.scala index 44d009cfc3..b8ca7df4e4 100644 --- a/web/webkit/src/main/scala/net/liftweb/builtin/snippet/TestCond.scala +++ b/web/webkit/src/main/scala/net/liftweb/builtin/snippet/TestCond.scala @@ -1,5 +1,5 @@ /* - * Copyright 2009-2012 WorldWide Conferencing, LLC + * Copyright 2009-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/builtin/snippet/VersionInfo.scala b/web/webkit/src/main/scala/net/liftweb/builtin/snippet/VersionInfo.scala index 0feb1d256a..dda0d443ad 100644 --- a/web/webkit/src/main/scala/net/liftweb/builtin/snippet/VersionInfo.scala +++ b/web/webkit/src/main/scala/net/liftweb/builtin/snippet/VersionInfo.scala @@ -1,5 +1,5 @@ /* - * Copyright 2009-2011 WorldWide Conferencing, LLC + * Copyright 2009-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/builtin/snippet/WithParam.scala b/web/webkit/src/main/scala/net/liftweb/builtin/snippet/WithParam.scala index 3fd7dbbf92..fcde2eef9c 100644 --- a/web/webkit/src/main/scala/net/liftweb/builtin/snippet/WithParam.scala +++ b/web/webkit/src/main/scala/net/liftweb/builtin/snippet/WithParam.scala @@ -1,5 +1,5 @@ /* - * Copyright 2009-2011 WorldWide Conferencing, LLC + * Copyright 2009-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/builtin/snippet/WithResourceId.scala b/web/webkit/src/main/scala/net/liftweb/builtin/snippet/WithResourceId.scala index 3eee1fffa5..3b772ba514 100755 --- a/web/webkit/src/main/scala/net/liftweb/builtin/snippet/WithResourceId.scala +++ b/web/webkit/src/main/scala/net/liftweb/builtin/snippet/WithResourceId.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/builtin/snippet/XmlGroup.scala b/web/webkit/src/main/scala/net/liftweb/builtin/snippet/XmlGroup.scala index eb44abf90f..6da565f86c 100644 --- a/web/webkit/src/main/scala/net/liftweb/builtin/snippet/XmlGroup.scala +++ b/web/webkit/src/main/scala/net/liftweb/builtin/snippet/XmlGroup.scala @@ -1,5 +1,5 @@ /* - * Copyright 2009-2011 WorldWide Conferencing, LLC + * Copyright 2009-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/Bindings.scala b/web/webkit/src/main/scala/net/liftweb/http/Bindings.scala index 93ed7ad735..2c36902b60 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/Bindings.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/Bindings.scala @@ -1,5 +1,5 @@ /* - * Copyright 2006-2009 WorldWide Conferencing, LLC + * Copyright 2006-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/CometActor.scala b/web/webkit/src/main/scala/net/liftweb/http/CometActor.scala index 660613dc21..a71dabbfca 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/CometActor.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/CometActor.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/ContentParser.scala b/web/webkit/src/main/scala/net/liftweb/http/ContentParser.scala index e0a4ff65ea..b68165ad1f 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/ContentParser.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/ContentParser.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2015 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/DefaultRoutines.scala b/web/webkit/src/main/scala/net/liftweb/http/DefaultRoutines.scala index 2b9c2bc342..d6379f720c 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/DefaultRoutines.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/DefaultRoutines.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/Factory.scala b/web/webkit/src/main/scala/net/liftweb/http/Factory.scala index c414778ecd..4aac0710c3 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/Factory.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/Factory.scala @@ -1,5 +1,5 @@ /* - * Copyright 2009-2011 WorldWide Conferencing, LLC + * Copyright 2009-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/HtmlProperties.scala b/web/webkit/src/main/scala/net/liftweb/http/HtmlProperties.scala index 919f814597..f2e11a74e9 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/HtmlProperties.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/HtmlProperties.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/LiftMerge.scala b/web/webkit/src/main/scala/net/liftweb/http/LiftMerge.scala index a720887f1b..031f28aa26 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/LiftMerge.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/LiftMerge.scala @@ -1,5 +1,5 @@ /* - * Copyright 2009-2011 WorldWide Conferencing, LLC + * Copyright 2009-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/LiftResponse.scala b/web/webkit/src/main/scala/net/liftweb/http/LiftResponse.scala index 35731340c5..1908e1d0c1 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/LiftResponse.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/LiftResponse.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/LiftRules.scala b/web/webkit/src/main/scala/net/liftweb/http/LiftRules.scala index 98705a63f7..0fcef0b304 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/LiftRules.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/LiftRules.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2015 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/LiftScreen.scala b/web/webkit/src/main/scala/net/liftweb/http/LiftScreen.scala index cd864a827a..6060c682b1 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/LiftScreen.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/LiftScreen.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/LiftServlet.scala b/web/webkit/src/main/scala/net/liftweb/http/LiftServlet.scala index e7e996ed7e..bac176ada1 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/LiftServlet.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/LiftServlet.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/LiftSession.scala b/web/webkit/src/main/scala/net/liftweb/http/LiftSession.scala index 89cf32c28f..33dbf18c74 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/LiftSession.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/LiftSession.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2013 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/MVCHelper.scala b/web/webkit/src/main/scala/net/liftweb/http/MVCHelper.scala index 029196cf64..bb508ec61e 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/MVCHelper.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/MVCHelper.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/NamedCometActorSnippet.scala b/web/webkit/src/main/scala/net/liftweb/http/NamedCometActorSnippet.scala index bd5d1b1e67..0f784d3e04 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/NamedCometActorSnippet.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/NamedCometActorSnippet.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2012 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/NamedCometActorTrait.scala b/web/webkit/src/main/scala/net/liftweb/http/NamedCometActorTrait.scala index 30d6bafbb0..fa670ca84d 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/NamedCometActorTrait.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/NamedCometActorTrait.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2012 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/NamedCometListener.scala b/web/webkit/src/main/scala/net/liftweb/http/NamedCometListener.scala index 4a90f62cf5..1cac6fa0da 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/NamedCometListener.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/NamedCometListener.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2012 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/Paginator.scala b/web/webkit/src/main/scala/net/liftweb/http/Paginator.scala index 5c22ec61d4..44f59cdbdb 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/Paginator.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/Paginator.scala @@ -1,5 +1,5 @@ /* - * Copyright 2008-2011 WorldWide Conferencing, LLC + * Copyright 2008-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/Req.scala b/web/webkit/src/main/scala/net/liftweb/http/Req.scala index 700a7be5e0..1caf37b7c8 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/Req.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/Req.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2017 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/RequestType.scala b/web/webkit/src/main/scala/net/liftweb/http/RequestType.scala index 0e230e9d85..38949fd393 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/RequestType.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/RequestType.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/ResourceServer.scala b/web/webkit/src/main/scala/net/liftweb/http/ResourceServer.scala index 6f56d6bb47..4bc883837a 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/ResourceServer.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/ResourceServer.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/ResponseShortcutException.scala b/web/webkit/src/main/scala/net/liftweb/http/ResponseShortcutException.scala index 27f413e69f..7f52f2eb57 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/ResponseShortcutException.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/ResponseShortcutException.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/S.scala b/web/webkit/src/main/scala/net/liftweb/http/S.scala index 165694ea8f..5a610a6741 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/S.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/S.scala @@ -1,5 +1,5 @@ /* - * Copyright 2006-2011 WorldWide Conferencing, LLC + * Copyright 2006-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/SHtml.scala b/web/webkit/src/main/scala/net/liftweb/http/SHtml.scala index 772eba1665..836e0790ee 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/SHtml.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/SHtml.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/ScopedLiftActor.scala b/web/webkit/src/main/scala/net/liftweb/http/ScopedLiftActor.scala index 8982614f5e..7fcc432dea 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/ScopedLiftActor.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/ScopedLiftActor.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2013 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/SecurityRules.scala b/web/webkit/src/main/scala/net/liftweb/http/SecurityRules.scala index dab090003e..a7c9aea1b5 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/SecurityRules.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/SecurityRules.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2015 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/SessionMaster.scala b/web/webkit/src/main/scala/net/liftweb/http/SessionMaster.scala index 392f888b64..f36c8d5cec 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/SessionMaster.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/SessionMaster.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2015 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/SimpleController.scala b/web/webkit/src/main/scala/net/liftweb/http/SimpleController.scala index 3c6fea3eb8..c8e3870c82 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/SimpleController.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/SimpleController.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/StatefulSnippet.scala b/web/webkit/src/main/scala/net/liftweb/http/StatefulSnippet.scala index c560c27ce5..af284dfc59 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/StatefulSnippet.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/StatefulSnippet.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/Templates.scala b/web/webkit/src/main/scala/net/liftweb/http/Templates.scala index 00b6fe881b..271f209c1a 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/Templates.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/Templates.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/Vars.scala b/web/webkit/src/main/scala/net/liftweb/http/Vars.scala index 9a108b64d0..fe7e3e039a 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/Vars.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/Vars.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/WiringUI.scala b/web/webkit/src/main/scala/net/liftweb/http/WiringUI.scala index 3b0def925c..be2193e729 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/WiringUI.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/WiringUI.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/Wizard.scala b/web/webkit/src/main/scala/net/liftweb/http/Wizard.scala index 1c335f149a..db217e358f 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/Wizard.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/Wizard.scala @@ -1,5 +1,5 @@ /* - * Copyright 2009-2014 WorldWide Conferencing, LLC + * Copyright 2009-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/auth/HttpAuthentication.scala b/web/webkit/src/main/scala/net/liftweb/http/auth/HttpAuthentication.scala index 2bfd0cb04f..6fcf538e2a 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/auth/HttpAuthentication.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/auth/HttpAuthentication.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/auth/Role.scala b/web/webkit/src/main/scala/net/liftweb/http/auth/Role.scala index 3a6e128d72..5a78137788 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/auth/Role.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/auth/Role.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/js/JSArtifacts.scala b/web/webkit/src/main/scala/net/liftweb/http/js/JSArtifacts.scala index d593038258..9b158d2618 100755 --- a/web/webkit/src/main/scala/net/liftweb/http/js/JSArtifacts.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/js/JSArtifacts.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/js/JsCommands.scala b/web/webkit/src/main/scala/net/liftweb/http/js/JsCommands.scala index 41516c74f1..1359cc04c9 100755 --- a/web/webkit/src/main/scala/net/liftweb/http/js/JsCommands.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/js/JsCommands.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/js/Jx.scala b/web/webkit/src/main/scala/net/liftweb/http/js/Jx.scala index c4e4554358..a9377c3fa2 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/js/Jx.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/js/Jx.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/js/LiftJavaScript.scala b/web/webkit/src/main/scala/net/liftweb/http/js/LiftJavaScript.scala index 598e04a8da..9c0e16992e 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/js/LiftJavaScript.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/js/LiftJavaScript.scala @@ -1,5 +1,5 @@ /* - * Copyright 2013 WorldWide Conferencing, LLC + * Copyright 2013-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/js/extcore/ExtCoreArtifacts.scala b/web/webkit/src/main/scala/net/liftweb/http/js/extcore/ExtCoreArtifacts.scala index e1db4cf691..75e674a956 100755 --- a/web/webkit/src/main/scala/net/liftweb/http/js/extcore/ExtCoreArtifacts.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/js/extcore/ExtCoreArtifacts.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/js/jquery/JQueryArtifacts.scala b/web/webkit/src/main/scala/net/liftweb/http/js/jquery/JQueryArtifacts.scala index 642860f056..262331468d 100755 --- a/web/webkit/src/main/scala/net/liftweb/http/js/jquery/JQueryArtifacts.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/js/jquery/JQueryArtifacts.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/js/jquery/JqJsCmds.scala b/web/webkit/src/main/scala/net/liftweb/http/js/jquery/JqJsCmds.scala index 83f5061ebd..ee281247b3 100755 --- a/web/webkit/src/main/scala/net/liftweb/http/js/jquery/JqJsCmds.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/js/jquery/JqJsCmds.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/js/yui/YUIArtifacts.scala b/web/webkit/src/main/scala/net/liftweb/http/js/yui/YUIArtifacts.scala index 99bfed2ae1..ff5a03e6ee 100755 --- a/web/webkit/src/main/scala/net/liftweb/http/js/yui/YUIArtifacts.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/js/yui/YUIArtifacts.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/package.scala b/web/webkit/src/main/scala/net/liftweb/http/package.scala index 10a7f48f83..a3e55049a6 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/package.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2011 WorldWide Conferencing, LLC + * Copyright 2011-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/provider/HTTPContext.scala b/web/webkit/src/main/scala/net/liftweb/http/provider/HTTPContext.scala index c9e5a0d7d6..bb6e65ec60 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/provider/HTTPContext.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/provider/HTTPContext.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/provider/HTTPCookie.scala b/web/webkit/src/main/scala/net/liftweb/http/provider/HTTPCookie.scala index 6f96eed512..b2f0f99deb 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/provider/HTTPCookie.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/provider/HTTPCookie.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/provider/HTTPParam.scala b/web/webkit/src/main/scala/net/liftweb/http/provider/HTTPParam.scala index 42a302ab94..18233db433 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/provider/HTTPParam.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/provider/HTTPParam.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/provider/HTTPProvider.scala b/web/webkit/src/main/scala/net/liftweb/http/provider/HTTPProvider.scala index f89971a1f6..7b853a272f 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/provider/HTTPProvider.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/provider/HTTPProvider.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/provider/HTTPRequest.scala b/web/webkit/src/main/scala/net/liftweb/http/provider/HTTPRequest.scala index 101c5f1d85..8a60c39682 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/provider/HTTPRequest.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/provider/HTTPRequest.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/provider/HTTPResponse.scala b/web/webkit/src/main/scala/net/liftweb/http/provider/HTTPResponse.scala index 7bf5546842..2bb317e076 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/provider/HTTPResponse.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/provider/HTTPResponse.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/provider/HTTPSession.scala b/web/webkit/src/main/scala/net/liftweb/http/provider/HTTPSession.scala index 26a4c3a947..f410c03b8e 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/provider/HTTPSession.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/provider/HTTPSession.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/provider/encoder/CookieEncoder.scala b/web/webkit/src/main/scala/net/liftweb/http/provider/encoder/CookieEncoder.scala index cf2d5a1743..609ef00657 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/provider/encoder/CookieEncoder.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/provider/encoder/CookieEncoder.scala @@ -1,5 +1,5 @@ /* - * Copyright 2009-2011 WorldWide Conferencing, LLC + * Copyright 2009-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/provider/servlet/HTTPRequestServlet.scala b/web/webkit/src/main/scala/net/liftweb/http/provider/servlet/HTTPRequestServlet.scala index b057ab8474..848ecf9720 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/provider/servlet/HTTPRequestServlet.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/provider/servlet/HTTPRequestServlet.scala @@ -1,5 +1,5 @@ /* - * Copyright 2009-2011 WorldWide Conferencing, LLC + * Copyright 2009-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/provider/servlet/HTTPResponseServlet.scala b/web/webkit/src/main/scala/net/liftweb/http/provider/servlet/HTTPResponseServlet.scala index 667b212e69..e8055027ad 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/provider/servlet/HTTPResponseServlet.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/provider/servlet/HTTPResponseServlet.scala @@ -1,5 +1,5 @@ /* - * Copyright 2009-2011 WorldWide Conferencing, LLC + * Copyright 2009-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/provider/servlet/HTTPServletContext.scala b/web/webkit/src/main/scala/net/liftweb/http/provider/servlet/HTTPServletContext.scala index 1d60f674b5..72f3b938df 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/provider/servlet/HTTPServletContext.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/provider/servlet/HTTPServletContext.scala @@ -1,5 +1,5 @@ /* - * Copyright 2009-2011 WorldWide Conferencing, LLC + * Copyright 2009-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/provider/servlet/HTTPServletSession.scala b/web/webkit/src/main/scala/net/liftweb/http/provider/servlet/HTTPServletSession.scala index 64930f867d..e30fab4580 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/provider/servlet/HTTPServletSession.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/provider/servlet/HTTPServletSession.scala @@ -1,5 +1,5 @@ /* - * Copyright 2009-2011 WorldWide Conferencing, LLC + * Copyright 2009-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/provider/servlet/ServletAsyncProvider.scala b/web/webkit/src/main/scala/net/liftweb/http/provider/servlet/ServletAsyncProvider.scala index a4441ee3c1..25609b4e5f 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/provider/servlet/ServletAsyncProvider.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/provider/servlet/ServletAsyncProvider.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2009 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/provider/servlet/ServletFilterProvider.scala b/web/webkit/src/main/scala/net/liftweb/http/provider/servlet/ServletFilterProvider.scala index 4bd815b1bc..618ebdc3e0 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/provider/servlet/ServletFilterProvider.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/provider/servlet/ServletFilterProvider.scala @@ -1,5 +1,5 @@ /* - * Copyright 2009-2011 WorldWide Conferencing, LLC + * Copyright 2009-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/provider/servlet/containers/Jetty6AsyncProvider.scala b/web/webkit/src/main/scala/net/liftweb/http/provider/servlet/containers/Jetty6AsyncProvider.scala index 1eb14869c3..dff58bf281 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/provider/servlet/containers/Jetty6AsyncProvider.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/provider/servlet/containers/Jetty6AsyncProvider.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/provider/servlet/containers/Jetty7AsyncProvider.scala b/web/webkit/src/main/scala/net/liftweb/http/provider/servlet/containers/Jetty7AsyncProvider.scala index 162ebddbc2..9ec6082d7f 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/provider/servlet/containers/Jetty7AsyncProvider.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/provider/servlet/containers/Jetty7AsyncProvider.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/provider/servlet/containers/Servlet30AsyncProvider.scala b/web/webkit/src/main/scala/net/liftweb/http/provider/servlet/containers/Servlet30AsyncProvider.scala index fa837dcbb4..23316efca1 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/provider/servlet/containers/Servlet30AsyncProvider.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/provider/servlet/containers/Servlet30AsyncProvider.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/rest/RestContinuation.scala b/web/webkit/src/main/scala/net/liftweb/http/rest/RestContinuation.scala index ff4308adec..8177154fef 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/rest/RestContinuation.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/rest/RestContinuation.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/rest/RestHelper.scala b/web/webkit/src/main/scala/net/liftweb/http/rest/RestHelper.scala index 3cda4bda1c..00c176b8d4 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/rest/RestHelper.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/rest/RestHelper.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/http/rest/XMLApiHelper.scala b/web/webkit/src/main/scala/net/liftweb/http/rest/XMLApiHelper.scala index 197ef65eb6..dfb75671a4 100644 --- a/web/webkit/src/main/scala/net/liftweb/http/rest/XMLApiHelper.scala +++ b/web/webkit/src/main/scala/net/liftweb/http/rest/XMLApiHelper.scala @@ -1,5 +1,5 @@ /* - * Copyright 2009-2011 WorldWide Conferencing, LLC + * Copyright 2009-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/mockweb/MockWeb.scala b/web/webkit/src/main/scala/net/liftweb/mockweb/MockWeb.scala index 75c919aaeb..6a7b17bb26 100644 --- a/web/webkit/src/main/scala/net/liftweb/mockweb/MockWeb.scala +++ b/web/webkit/src/main/scala/net/liftweb/mockweb/MockWeb.scala @@ -1,5 +1,5 @@ /* - * Copyright 2011 WorldWide Conferencing, LLC + * Copyright 2011-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/mockweb/WebSpec.scala b/web/webkit/src/main/scala/net/liftweb/mockweb/WebSpec.scala index 709435cc22..b54a59eb89 100644 --- a/web/webkit/src/main/scala/net/liftweb/mockweb/WebSpec.scala +++ b/web/webkit/src/main/scala/net/liftweb/mockweb/WebSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2011 WorldWide Conferencing, LLC + * Copyright 2011-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/sitemap/FlexMenuBuilder.scala b/web/webkit/src/main/scala/net/liftweb/sitemap/FlexMenuBuilder.scala index 20ca8e1c79..6730a38827 100644 --- a/web/webkit/src/main/scala/net/liftweb/sitemap/FlexMenuBuilder.scala +++ b/web/webkit/src/main/scala/net/liftweb/sitemap/FlexMenuBuilder.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2012 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/sitemap/Loc.scala b/web/webkit/src/main/scala/net/liftweb/sitemap/Loc.scala index 60c74b3d1f..976c743ad7 100644 --- a/web/webkit/src/main/scala/net/liftweb/sitemap/Loc.scala +++ b/web/webkit/src/main/scala/net/liftweb/sitemap/Loc.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/sitemap/Menu.scala b/web/webkit/src/main/scala/net/liftweb/sitemap/Menu.scala index cf62583147..232391d7ac 100644 --- a/web/webkit/src/main/scala/net/liftweb/sitemap/Menu.scala +++ b/web/webkit/src/main/scala/net/liftweb/sitemap/Menu.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala/net/liftweb/sitemap/SiteMap.scala b/web/webkit/src/main/scala/net/liftweb/sitemap/SiteMap.scala index 281a48676e..68c1e88ecf 100644 --- a/web/webkit/src/main/scala/net/liftweb/sitemap/SiteMap.scala +++ b/web/webkit/src/main/scala/net/liftweb/sitemap/SiteMap.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala_2.11/net/liftweb/http/NamedCometDispatcher.scala b/web/webkit/src/main/scala_2.11/net/liftweb/http/NamedCometDispatcher.scala index 5d9bc12065..0f162854d7 100644 --- a/web/webkit/src/main/scala_2.11/net/liftweb/http/NamedCometDispatcher.scala +++ b/web/webkit/src/main/scala_2.11/net/liftweb/http/NamedCometDispatcher.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2012 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala_2.12/net/liftweb/http/NamedCometDispatcher.scala b/web/webkit/src/main/scala_2.12/net/liftweb/http/NamedCometDispatcher.scala index 5d9bc12065..0f162854d7 100644 --- a/web/webkit/src/main/scala_2.12/net/liftweb/http/NamedCometDispatcher.scala +++ b/web/webkit/src/main/scala_2.12/net/liftweb/http/NamedCometDispatcher.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2012 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala_2.13/net/liftweb/http/NamedCometDispatcher.scala b/web/webkit/src/main/scala_2.13/net/liftweb/http/NamedCometDispatcher.scala index 0f9a9687c5..87a494e25f 100644 --- a/web/webkit/src/main/scala_2.13/net/liftweb/http/NamedCometDispatcher.scala +++ b/web/webkit/src/main/scala_2.13/net/liftweb/http/NamedCometDispatcher.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2012 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/main/scala_3/net/liftweb/http/NamedCometDispatcher.scala b/web/webkit/src/main/scala_3/net/liftweb/http/NamedCometDispatcher.scala index 9b8bc08ab5..11e8fa4c1e 100644 --- a/web/webkit/src/main/scala_3/net/liftweb/http/NamedCometDispatcher.scala +++ b/web/webkit/src/main/scala_3/net/liftweb/http/NamedCometDispatcher.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2012 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala-2.13/net/liftweb/http/LiftSessionSpec.scala b/web/webkit/src/test/scala-2.13/net/liftweb/http/LiftSessionSpec.scala index 50701622c6..7090c82386 100644 --- a/web/webkit/src/test/scala-2.13/net/liftweb/http/LiftSessionSpec.scala +++ b/web/webkit/src/test/scala-2.13/net/liftweb/http/LiftSessionSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2015 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala-2.13/net/liftweb/http/ReqSpec.scala b/web/webkit/src/test/scala-2.13/net/liftweb/http/ReqSpec.scala index 1c4a85ed93..7ae5de1fea 100644 --- a/web/webkit/src/test/scala-2.13/net/liftweb/http/ReqSpec.scala +++ b/web/webkit/src/test/scala-2.13/net/liftweb/http/ReqSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala-2.13/net/liftweb/http/js/LiftJavaScriptSpec.scala b/web/webkit/src/test/scala-2.13/net/liftweb/http/js/LiftJavaScriptSpec.scala index 6393305620..24cb4cfcae 100644 --- a/web/webkit/src/test/scala-2.13/net/liftweb/http/js/LiftJavaScriptSpec.scala +++ b/web/webkit/src/test/scala-2.13/net/liftweb/http/js/LiftJavaScriptSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2013 WorldWide Conferencing, LLC + * Copyright 2013-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala-2.13/net/liftweb/http/provider/servlet/OfflineRequestSnapshotSpec.scala b/web/webkit/src/test/scala-2.13/net/liftweb/http/provider/servlet/OfflineRequestSnapshotSpec.scala index 9db267cf6d..2b4e24b7e6 100644 --- a/web/webkit/src/test/scala-2.13/net/liftweb/http/provider/servlet/OfflineRequestSnapshotSpec.scala +++ b/web/webkit/src/test/scala-2.13/net/liftweb/http/provider/servlet/OfflineRequestSnapshotSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala-2.13/net/liftweb/http/rest/XMLApiSpec.scala b/web/webkit/src/test/scala-2.13/net/liftweb/http/rest/XMLApiSpec.scala index 8a89f0573d..250ddc26e3 100644 --- a/web/webkit/src/test/scala-2.13/net/liftweb/http/rest/XMLApiSpec.scala +++ b/web/webkit/src/test/scala-2.13/net/liftweb/http/rest/XMLApiSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala-2.13/net/liftweb/mockweb/MockWebSpec.scala b/web/webkit/src/test/scala-2.13/net/liftweb/mockweb/MockWebSpec.scala index 1e58dcee27..5113a54cb5 100644 --- a/web/webkit/src/test/scala-2.13/net/liftweb/mockweb/MockWebSpec.scala +++ b/web/webkit/src/test/scala-2.13/net/liftweb/mockweb/MockWebSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2011 WorldWide Conferencing, LLC + * Copyright 2011-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala-2.13/net/liftweb/mockweb/WebSpecSpec.scala b/web/webkit/src/test/scala-2.13/net/liftweb/mockweb/WebSpecSpec.scala index 378efda9e8..0a6329b98c 100644 --- a/web/webkit/src/test/scala-2.13/net/liftweb/mockweb/WebSpecSpec.scala +++ b/web/webkit/src/test/scala-2.13/net/liftweb/mockweb/WebSpecSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2011 WorldWide Conferencing, LLC + * Copyright 2011-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala-2.13/net/liftweb/sitemap/LocSpec.scala b/web/webkit/src/test/scala-2.13/net/liftweb/sitemap/LocSpec.scala index bdf58d7dd2..e3a03667d5 100644 --- a/web/webkit/src/test/scala-2.13/net/liftweb/sitemap/LocSpec.scala +++ b/web/webkit/src/test/scala-2.13/net/liftweb/sitemap/LocSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala-2.13/net/liftweb/webapptest/MemoizeSpec.scala b/web/webkit/src/test/scala-2.13/net/liftweb/webapptest/MemoizeSpec.scala index fa68cf8b2b..286bcdf3c0 100644 --- a/web/webkit/src/test/scala-2.13/net/liftweb/webapptest/MemoizeSpec.scala +++ b/web/webkit/src/test/scala-2.13/net/liftweb/webapptest/MemoizeSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2009-2011 WorldWide Conferencing, LLC + * Copyright 2009-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala-3/net/liftweb/http/LiftSessionSpec.scala b/web/webkit/src/test/scala-3/net/liftweb/http/LiftSessionSpec.scala index 080f9cc362..4c5c020216 100644 --- a/web/webkit/src/test/scala-3/net/liftweb/http/LiftSessionSpec.scala +++ b/web/webkit/src/test/scala-3/net/liftweb/http/LiftSessionSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2015 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala-3/net/liftweb/http/ReqSpec.scala b/web/webkit/src/test/scala-3/net/liftweb/http/ReqSpec.scala index 35cb246911..eaab22af79 100644 --- a/web/webkit/src/test/scala-3/net/liftweb/http/ReqSpec.scala +++ b/web/webkit/src/test/scala-3/net/liftweb/http/ReqSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala-3/net/liftweb/http/js/LiftJavaScriptSpec.scala b/web/webkit/src/test/scala-3/net/liftweb/http/js/LiftJavaScriptSpec.scala index be0ce66d13..8976384654 100644 --- a/web/webkit/src/test/scala-3/net/liftweb/http/js/LiftJavaScriptSpec.scala +++ b/web/webkit/src/test/scala-3/net/liftweb/http/js/LiftJavaScriptSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2013 WorldWide Conferencing, LLC + * Copyright 2013-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala-3/net/liftweb/http/provider/servlet/OfflineRequestSnapshotSpec.scala b/web/webkit/src/test/scala-3/net/liftweb/http/provider/servlet/OfflineRequestSnapshotSpec.scala index d0643008c7..741359a40f 100644 --- a/web/webkit/src/test/scala-3/net/liftweb/http/provider/servlet/OfflineRequestSnapshotSpec.scala +++ b/web/webkit/src/test/scala-3/net/liftweb/http/provider/servlet/OfflineRequestSnapshotSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala-3/net/liftweb/http/rest/XMLApiSpec.scala b/web/webkit/src/test/scala-3/net/liftweb/http/rest/XMLApiSpec.scala index 57560c3dfb..0969f428d4 100644 --- a/web/webkit/src/test/scala-3/net/liftweb/http/rest/XMLApiSpec.scala +++ b/web/webkit/src/test/scala-3/net/liftweb/http/rest/XMLApiSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala-3/net/liftweb/mockweb/MockWebSpec.scala b/web/webkit/src/test/scala-3/net/liftweb/mockweb/MockWebSpec.scala index e4d5a62a04..25aea11aec 100644 --- a/web/webkit/src/test/scala-3/net/liftweb/mockweb/MockWebSpec.scala +++ b/web/webkit/src/test/scala-3/net/liftweb/mockweb/MockWebSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2011 WorldWide Conferencing, LLC + * Copyright 2011-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala-3/net/liftweb/mockweb/WebSpecSpec.scala b/web/webkit/src/test/scala-3/net/liftweb/mockweb/WebSpecSpec.scala index 82127a437a..16a45d50c7 100644 --- a/web/webkit/src/test/scala-3/net/liftweb/mockweb/WebSpecSpec.scala +++ b/web/webkit/src/test/scala-3/net/liftweb/mockweb/WebSpecSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2011 WorldWide Conferencing, LLC + * Copyright 2011-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala-3/net/liftweb/sitemap/LocSpec.scala b/web/webkit/src/test/scala-3/net/liftweb/sitemap/LocSpec.scala index f823894aab..8e194fa895 100644 --- a/web/webkit/src/test/scala-3/net/liftweb/sitemap/LocSpec.scala +++ b/web/webkit/src/test/scala-3/net/liftweb/sitemap/LocSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala-3/net/liftweb/webapptest/MemoizeSpec.scala b/web/webkit/src/test/scala-3/net/liftweb/webapptest/MemoizeSpec.scala index 6bd1f4b801..e6bc355b0f 100644 --- a/web/webkit/src/test/scala-3/net/liftweb/webapptest/MemoizeSpec.scala +++ b/web/webkit/src/test/scala-3/net/liftweb/webapptest/MemoizeSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2009-2011 WorldWide Conferencing, LLC + * Copyright 2009-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala/bootstrap/liftweb/Boot.scala b/web/webkit/src/test/scala/bootstrap/liftweb/Boot.scala index 691dfb8138..283ce80f1f 100644 --- a/web/webkit/src/test/scala/bootstrap/liftweb/Boot.scala +++ b/web/webkit/src/test/scala/bootstrap/liftweb/Boot.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala/net/liftweb/builtin/snippet/MenuSpec.scala b/web/webkit/src/test/scala/net/liftweb/builtin/snippet/MenuSpec.scala index e0856905ab..48b32ae94f 100644 --- a/web/webkit/src/test/scala/net/liftweb/builtin/snippet/MenuSpec.scala +++ b/web/webkit/src/test/scala/net/liftweb/builtin/snippet/MenuSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2015 WorldWide Conferencing, LLC + * Copyright 2015-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala/net/liftweb/builtin/snippet/MsgSpec.scala b/web/webkit/src/test/scala/net/liftweb/builtin/snippet/MsgSpec.scala index f9d9d4dfed..8bb0b35d2e 100644 --- a/web/webkit/src/test/scala/net/liftweb/builtin/snippet/MsgSpec.scala +++ b/web/webkit/src/test/scala/net/liftweb/builtin/snippet/MsgSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala/net/liftweb/builtin/snippet/MsgsSpec.scala b/web/webkit/src/test/scala/net/liftweb/builtin/snippet/MsgsSpec.scala index 96b1d4ac8c..22b6701562 100644 --- a/web/webkit/src/test/scala/net/liftweb/builtin/snippet/MsgsSpec.scala +++ b/web/webkit/src/test/scala/net/liftweb/builtin/snippet/MsgsSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala/net/liftweb/http/BindingsSpec.scala b/web/webkit/src/test/scala/net/liftweb/http/BindingsSpec.scala index bb021c9b06..7b99dd1b0e 100644 --- a/web/webkit/src/test/scala/net/liftweb/http/BindingsSpec.scala +++ b/web/webkit/src/test/scala/net/liftweb/http/BindingsSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala/net/liftweb/http/CometActorSpec.scala b/web/webkit/src/test/scala/net/liftweb/http/CometActorSpec.scala index d1ec9f1a38..3195cb0677 100644 --- a/web/webkit/src/test/scala/net/liftweb/http/CometActorSpec.scala +++ b/web/webkit/src/test/scala/net/liftweb/http/CometActorSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2014 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala/net/liftweb/http/FactoryMakerSpec.scala b/web/webkit/src/test/scala/net/liftweb/http/FactoryMakerSpec.scala index eb2018c459..44355add5a 100644 --- a/web/webkit/src/test/scala/net/liftweb/http/FactoryMakerSpec.scala +++ b/web/webkit/src/test/scala/net/liftweb/http/FactoryMakerSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala/net/liftweb/http/HtmlPropertiesSpec.scala b/web/webkit/src/test/scala/net/liftweb/http/HtmlPropertiesSpec.scala index 95df74eeeb..ecb998fe5e 100644 --- a/web/webkit/src/test/scala/net/liftweb/http/HtmlPropertiesSpec.scala +++ b/web/webkit/src/test/scala/net/liftweb/http/HtmlPropertiesSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2011 WorldWide Conferencing, LLC + * Copyright 2011-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala/net/liftweb/http/NamedCometPerTabSpec.scala b/web/webkit/src/test/scala/net/liftweb/http/NamedCometPerTabSpec.scala index 3e58ba66ce..5ffd765cfa 100644 --- a/web/webkit/src/test/scala/net/liftweb/http/NamedCometPerTabSpec.scala +++ b/web/webkit/src/test/scala/net/liftweb/http/NamedCometPerTabSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2012 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala/net/liftweb/http/ResourceServerSpec.scala b/web/webkit/src/test/scala/net/liftweb/http/ResourceServerSpec.scala index bf30716854..d24b502dcf 100644 --- a/web/webkit/src/test/scala/net/liftweb/http/ResourceServerSpec.scala +++ b/web/webkit/src/test/scala/net/liftweb/http/ResourceServerSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala/net/liftweb/http/SHtmlSpec.scala b/web/webkit/src/test/scala/net/liftweb/http/SHtmlSpec.scala index 7a640582f7..3d80e9a945 100644 --- a/web/webkit/src/test/scala/net/liftweb/http/SHtmlSpec.scala +++ b/web/webkit/src/test/scala/net/liftweb/http/SHtmlSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2012 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala/net/liftweb/http/SSpec.scala b/web/webkit/src/test/scala/net/liftweb/http/SSpec.scala index fb7f0f39b9..232b8a479b 100644 --- a/web/webkit/src/test/scala/net/liftweb/http/SSpec.scala +++ b/web/webkit/src/test/scala/net/liftweb/http/SSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2013 WorldWide Conferencing, LLC + * Copyright 2013-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala/net/liftweb/http/SecurityRulesSpec.scala b/web/webkit/src/test/scala/net/liftweb/http/SecurityRulesSpec.scala index de265c27ae..36f18c1ff0 100644 --- a/web/webkit/src/test/scala/net/liftweb/http/SecurityRulesSpec.scala +++ b/web/webkit/src/test/scala/net/liftweb/http/SecurityRulesSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2016 WorldWide Conferencing, LLC + * Copyright 2016-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala/net/liftweb/http/SnippetSpec.scala b/web/webkit/src/test/scala/net/liftweb/http/SnippetSpec.scala index f8538f8bde..5b2fc94b25 100644 --- a/web/webkit/src/test/scala/net/liftweb/http/SnippetSpec.scala +++ b/web/webkit/src/test/scala/net/liftweb/http/SnippetSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala/net/liftweb/http/WizardSpec.scala b/web/webkit/src/test/scala/net/liftweb/http/WizardSpec.scala index b6a0877d7b..edd80cd1b9 100644 --- a/web/webkit/src/test/scala/net/liftweb/http/WizardSpec.scala +++ b/web/webkit/src/test/scala/net/liftweb/http/WizardSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2009-2011 WorldWide Conferencing, LLC + * Copyright 2009-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala/net/liftweb/http/js/HtmlFixerSpec.scala b/web/webkit/src/test/scala/net/liftweb/http/js/HtmlFixerSpec.scala index af1bee6da5..168f03e730 100644 --- a/web/webkit/src/test/scala/net/liftweb/http/js/HtmlFixerSpec.scala +++ b/web/webkit/src/test/scala/net/liftweb/http/js/HtmlFixerSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2017 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala/net/liftweb/http/js/JsExpSpec.scala b/web/webkit/src/test/scala/net/liftweb/http/js/JsExpSpec.scala index 7c9d7bb502..760f671a37 100644 --- a/web/webkit/src/test/scala/net/liftweb/http/js/JsExpSpec.scala +++ b/web/webkit/src/test/scala/net/liftweb/http/js/JsExpSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala/net/liftweb/http/js/extcore/ExtCoreArtifactsSpec.scala b/web/webkit/src/test/scala/net/liftweb/http/js/extcore/ExtCoreArtifactsSpec.scala index 91d7178fa4..817999d6f4 100755 --- a/web/webkit/src/test/scala/net/liftweb/http/js/extcore/ExtCoreArtifactsSpec.scala +++ b/web/webkit/src/test/scala/net/liftweb/http/js/extcore/ExtCoreArtifactsSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala/net/liftweb/http/provider/encoder/CookieEncoderSpec.scala b/web/webkit/src/test/scala/net/liftweb/http/provider/encoder/CookieEncoderSpec.scala index b71a3e7ab0..e1745edbf5 100644 --- a/web/webkit/src/test/scala/net/liftweb/http/provider/encoder/CookieEncoderSpec.scala +++ b/web/webkit/src/test/scala/net/liftweb/http/provider/encoder/CookieEncoderSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala/net/liftweb/mockweb/snippet/WebSpecSpecSnippet.scala b/web/webkit/src/test/scala/net/liftweb/mockweb/snippet/WebSpecSpecSnippet.scala index 07c5ce7ef9..680f4b50f8 100644 --- a/web/webkit/src/test/scala/net/liftweb/mockweb/snippet/WebSpecSpecSnippet.scala +++ b/web/webkit/src/test/scala/net/liftweb/mockweb/snippet/WebSpecSpecSnippet.scala @@ -1,7 +1,7 @@ package net.liftweb.mockweb.snippet /* - * Copyright 2011 WorldWide Conferencing, LLC + * Copyright 2011-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala/net/liftweb/sitemap/FlexMenuBuilderSpec.scala b/web/webkit/src/test/scala/net/liftweb/sitemap/FlexMenuBuilderSpec.scala index 10066b95df..e9229cdd12 100644 --- a/web/webkit/src/test/scala/net/liftweb/sitemap/FlexMenuBuilderSpec.scala +++ b/web/webkit/src/test/scala/net/liftweb/sitemap/FlexMenuBuilderSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala/net/liftweb/sitemap/MenuDSLSpec.scala b/web/webkit/src/test/scala/net/liftweb/sitemap/MenuDSLSpec.scala index fbe87b0309..d13a15037f 100644 --- a/web/webkit/src/test/scala/net/liftweb/sitemap/MenuDSLSpec.scala +++ b/web/webkit/src/test/scala/net/liftweb/sitemap/MenuDSLSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala/net/liftweb/webapptest/JettyTestServer.scala b/web/webkit/src/test/scala/net/liftweb/webapptest/JettyTestServer.scala index a5e2533bac..b5c55f75d9 100644 --- a/web/webkit/src/test/scala/net/liftweb/webapptest/JettyTestServer.scala +++ b/web/webkit/src/test/scala/net/liftweb/webapptest/JettyTestServer.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala/net/liftweb/webapptest/OneShot.scala b/web/webkit/src/test/scala/net/liftweb/webapptest/OneShot.scala index 53aaa180cd..592f2e7128 100644 --- a/web/webkit/src/test/scala/net/liftweb/webapptest/OneShot.scala +++ b/web/webkit/src/test/scala/net/liftweb/webapptest/OneShot.scala @@ -1,5 +1,5 @@ /* - * Copyright 2010-2011 WorldWide Conferencing, LLC + * Copyright 2010-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala/net/liftweb/webapptest/ToHeadUsages.scala b/web/webkit/src/test/scala/net/liftweb/webapptest/ToHeadUsages.scala index 8b22182fbf..c7132a91f9 100644 --- a/web/webkit/src/test/scala/net/liftweb/webapptest/ToHeadUsages.scala +++ b/web/webkit/src/test/scala/net/liftweb/webapptest/ToHeadUsages.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala/net/liftweb/webapptest/snippet/DeferredSnippet.scala b/web/webkit/src/test/scala/net/liftweb/webapptest/snippet/DeferredSnippet.scala index c30a76390d..5c45f62833 100644 --- a/web/webkit/src/test/scala/net/liftweb/webapptest/snippet/DeferredSnippet.scala +++ b/web/webkit/src/test/scala/net/liftweb/webapptest/snippet/DeferredSnippet.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala/net/liftweb/webapptest/snippet/HeadTestSnippet.scala b/web/webkit/src/test/scala/net/liftweb/webapptest/snippet/HeadTestSnippet.scala index 071eb04449..a8ccc48cf4 100644 --- a/web/webkit/src/test/scala/net/liftweb/webapptest/snippet/HeadTestSnippet.scala +++ b/web/webkit/src/test/scala/net/liftweb/webapptest/snippet/HeadTestSnippet.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala/net/liftweb/webapptest/snippet/HelloWorld.scala b/web/webkit/src/test/scala/net/liftweb/webapptest/snippet/HelloWorld.scala index 772767d905..058f4fcd1a 100644 --- a/web/webkit/src/test/scala/net/liftweb/webapptest/snippet/HelloWorld.scala +++ b/web/webkit/src/test/scala/net/liftweb/webapptest/snippet/HelloWorld.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/webkit/src/test/scala/net/liftweb/webapptest/snippet/OnceTwice.scala b/web/webkit/src/test/scala/net/liftweb/webapptest/snippet/OnceTwice.scala index 89a22be4f1..bc2021fb60 100644 --- a/web/webkit/src/test/scala/net/liftweb/webapptest/snippet/OnceTwice.scala +++ b/web/webkit/src/test/scala/net/liftweb/webapptest/snippet/OnceTwice.scala @@ -1,5 +1,5 @@ /* - * Copyright 2007-2011 WorldWide Conferencing, LLC + * Copyright 2007-2026 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.