From 711c811b8bd4425d5716ab1a14bc01b17c5b2c18 Mon Sep 17 00:00:00 2001 From: Matt Farmer Date: Sun, 8 Feb 2026 19:30:31 -0500 Subject: [PATCH 1/3] chore: update copyright attribution from WorldWide Conferencing to Lift Committers and Contributors Replace all instances of "WorldWide Conferencing, LLC" and variants with "Lift Committers and Contributors" across the codebase to reflect current project ownership and attribution standards. Co-Authored-By: Claude Sonnet 4.5 --- artwork/README.md | 4 ++-- core/actor/src/main/scala/net/liftweb/actor/LAFuture.scala | 2 +- core/actor/src/main/scala/net/liftweb/actor/LAPinger.scala | 2 +- core/actor/src/main/scala/net/liftweb/actor/LiftActor.scala | 2 +- .../src/test/scala-2.13/net/liftweb/actor/ActorSpec.scala | 2 +- .../test/scala-2.13/net/liftweb/actor/MockLiftActorSpec.scala | 2 +- core/actor/src/test/scala-3/net/liftweb/actor/ActorSpec.scala | 2 +- .../test/scala-3/net/liftweb/actor/MockLiftActorSpec.scala | 2 +- .../actor/src/test/scala/net/liftweb/actor/MyScalaActor.scala | 2 +- core/common/src/main/java/net/liftweb/common/Func.java | 2 +- core/common/src/main/java/net/liftweb/common/Func0.java | 2 +- core/common/src/main/java/net/liftweb/common/Func1.java | 2 +- core/common/src/main/java/net/liftweb/common/Func2.java | 2 +- core/common/src/main/java/net/liftweb/common/Func3.java | 2 +- core/common/src/main/java/net/liftweb/common/Func4.java | 2 +- core/common/src/main/scala/net/liftweb/common/Box.scala | 2 +- .../common/src/main/scala/net/liftweb/common/BoxLogging.scala | 2 +- .../src/main/scala/net/liftweb/common/CombinableBox.scala | 2 +- .../src/main/scala/net/liftweb/common/Conversions.scala | 2 +- .../src/main/scala/net/liftweb/common/FuncJBridge.scala | 2 +- core/common/src/main/scala/net/liftweb/common/HList.scala | 2 +- core/common/src/main/scala/net/liftweb/common/LRU.scala | 2 +- .../src/main/scala/net/liftweb/common/LoanWrapper.scala | 2 +- core/common/src/main/scala/net/liftweb/common/Logging.scala | 2 +- .../src/main/scala/net/liftweb/common/SimpleActor.scala | 2 +- .../common/src/main/scala/net/liftweb/common/SimpleList.scala | 2 +- .../src/test/scala-2.13/net/liftweb/common/BoxSpec.scala | 2 +- .../test/scala-2.13/net/liftweb/common/ConversionsSpec.scala | 2 +- .../src/test/scala-2.13/net/liftweb/common/HListSpec.scala | 2 +- .../src/test/scala-2.13/net/liftweb/common/LoggingSpec.scala | 2 +- .../src/test/scala-2.13/net/liftweb/common/LruMapSpec.scala | 2 +- core/common/src/test/scala-3/net/liftweb/common/BoxSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/common/ConversionsSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/common/HListSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/common/LoggingSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/common/LruMapSpec.scala | 2 +- .../src/main/scala/net/liftweb/markdown/BaseParsers.scala | 2 +- .../src/main/scala/net/liftweb/markdown/BlockParsers.scala | 2 +- .../src/main/scala/net/liftweb/markdown/Decorator.scala | 2 +- .../src/main/scala/net/liftweb/markdown/InlineParsers.scala | 2 +- .../src/main/scala/net/liftweb/markdown/LineParsers.scala | 2 +- .../src/main/scala/net/liftweb/markdown/LineTokenizer.scala | 2 +- .../src/main/scala/net/liftweb/markdown/TimeTest.scala | 2 +- .../src/main/scala/net/liftweb/markdown/Transformer.scala | 2 +- .../src/test/scala/net/liftweb/markdown/BaseParsersTest.scala | 2 +- .../test/scala/net/liftweb/markdown/BlockParsersTest.scala | 2 +- .../test/scala/net/liftweb/markdown/InlineParsersTest.scala | 2 +- .../src/test/scala/net/liftweb/markdown/LineParsersTest.scala | 2 +- .../test/scala/net/liftweb/markdown/LineTokenizerTest.scala | 2 +- .../src/test/scala/net/liftweb/markdown/TransformerTest.scala | 2 +- core/util/src/main/java/net/liftweb/util/A.java | 2 +- core/util/src/main/java/net/liftweb/util/Css.java | 2 +- core/util/src/main/java/net/liftweb/util/MakerJ.java | 2 +- core/util/src/main/java/net/liftweb/util/VendorJ.java | 2 +- core/util/src/main/scala/net/liftweb/util/AnyVar.scala | 2 +- core/util/src/main/scala/net/liftweb/util/BaseField.scala | 2 +- .../src/main/scala/net/liftweb/util/BasicTypesHelpers.scala | 2 +- core/util/src/main/scala/net/liftweb/util/BundleBuilder.scala | 2 +- core/util/src/main/scala/net/liftweb/util/CSSHelpers.scala | 2 +- .../src/main/scala/net/liftweb/util/CanResolveAsync.scala | 2 +- core/util/src/main/scala/net/liftweb/util/ClassHelpers.scala | 2 +- .../src/main/scala/net/liftweb/util/CombParserHelpers.scala | 2 +- .../util/src/main/scala/net/liftweb/util/ConcurrentLock.scala | 2 +- .../main/scala/net/liftweb/util/ConnectionIdentifier.scala | 2 +- .../util/src/main/scala/net/liftweb/util/ControlHelpers.scala | 2 +- core/util/src/main/scala/net/liftweb/util/CssSelector.scala | 2 +- core/util/src/main/scala/net/liftweb/util/Currency.scala | 2 +- core/util/src/main/scala/net/liftweb/util/CurrencyZone.scala | 2 +- .../src/main/scala/net/liftweb/util/DateTimeConverter.scala | 2 +- core/util/src/main/scala/net/liftweb/util/FatLazy.scala | 2 +- core/util/src/main/scala/net/liftweb/util/HeadHelper.scala | 2 +- core/util/src/main/scala/net/liftweb/util/Helpers.scala | 2 +- core/util/src/main/scala/net/liftweb/util/HtmlHelpers.scala | 2 +- core/util/src/main/scala/net/liftweb/util/HtmlParser.scala | 2 +- core/util/src/main/scala/net/liftweb/util/HttpHelpers.scala | 2 +- core/util/src/main/scala/net/liftweb/util/IoHelpers.scala | 2 +- core/util/src/main/scala/net/liftweb/util/JodaHelpers.scala | 2 +- core/util/src/main/scala/net/liftweb/util/JsonCmd.scala | 2 +- core/util/src/main/scala/net/liftweb/util/KeyedCache.scala | 2 +- core/util/src/main/scala/net/liftweb/util/LD.scala | 2 +- core/util/src/main/scala/net/liftweb/util/LRU.scala | 2 +- core/util/src/main/scala/net/liftweb/util/ListHelpers.scala | 2 +- core/util/src/main/scala/net/liftweb/util/LoanWrapper.scala | 2 +- core/util/src/main/scala/net/liftweb/util/Log.scala | 2 +- core/util/src/main/scala/net/liftweb/util/Maker.scala | 2 +- .../src/main/scala/net/liftweb/util/MonadicConversions.scala | 2 +- .../main/scala/net/liftweb/util/NamedPartialFunction.scala | 2 +- .../src/main/scala/net/liftweb/util/PCDataMarkupParser.scala | 2 +- core/util/src/main/scala/net/liftweb/util/Props.scala | 2 +- core/util/src/main/scala/net/liftweb/util/RE.scala | 2 +- .../main/scala/net/liftweb/util/RestoringWeakReference.scala | 2 +- core/util/src/main/scala/net/liftweb/util/Safe.scala | 2 +- core/util/src/main/scala/net/liftweb/util/Schedule.scala | 2 +- .../src/main/scala/net/liftweb/util/SecurityHelpers.scala | 2 +- .../src/main/scala/net/liftweb/util/SoftReferenceCache.scala | 2 +- core/util/src/main/scala/net/liftweb/util/StringHelpers.scala | 2 +- core/util/src/main/scala/net/liftweb/util/TemplateCache.scala | 2 +- core/util/src/main/scala/net/liftweb/util/ThreadGlobal.scala | 2 +- core/util/src/main/scala/net/liftweb/util/TimeHelpers.scala | 2 +- core/util/src/main/scala/net/liftweb/util/VCardParser.scala | 2 +- core/util/src/main/scala/net/liftweb/util/ValueHolder.scala | 2 +- core/util/src/main/scala/net/liftweb/util/Wiring.scala | 2 +- core/util/src/main/scala/net/liftweb/util/package.scala | 2 +- .../scala-2.13/net/liftweb/util/BasicTypesHelpersSpec.scala | 2 +- .../test/scala-2.13/net/liftweb/util/BundleBuilderSpec.scala | 2 +- .../scala-2.13/net/liftweb/util/CanResolveAsyncSpec.scala | 2 +- .../test/scala-2.13/net/liftweb/util/ClassHelpersSpec.scala | 2 +- .../scala-2.13/net/liftweb/util/CombParserHelpersSpec.scala | 2 +- .../net/liftweb/util/ConnectionIdentifierSpec.scala | 2 +- .../test/scala-2.13/net/liftweb/util/ControlHelpersSpec.scala | 2 +- .../src/test/scala-2.13/net/liftweb/util/CssHelpersSpec.scala | 2 +- .../test/scala-2.13/net/liftweb/util/CssSelectorSpec.scala | 2 +- .../test/scala-2.13/net/liftweb/util/CurrencyZoneSpec.scala | 2 +- .../test/scala-2.13/net/liftweb/util/Html5ParserSpec.scala | 2 +- .../test/scala-2.13/net/liftweb/util/HtmlHelpersSpec.scala | 2 +- .../test/scala-2.13/net/liftweb/util/HttpHelpersSpec.scala | 2 +- .../src/test/scala-2.13/net/liftweb/util/IoHelpersSpec.scala | 2 +- .../test/scala-2.13/net/liftweb/util/JsonCommandSpec.scala | 2 +- .../test/scala-2.13/net/liftweb/util/ListHelpersSpec.scala | 2 +- .../scala-2.13/net/liftweb/util/PCDataXmlParserSpec.scala | 2 +- .../util/src/test/scala-2.13/net/liftweb/util/PropsSpec.scala | 2 +- .../src/test/scala-2.13/net/liftweb/util/ScheduleSpec.scala | 2 +- .../scala-2.13/net/liftweb/util/SecurityHelpersSpec.scala | 2 +- .../test/scala-2.13/net/liftweb/util/StringHelpersSpec.scala | 2 +- .../test/scala-2.13/net/liftweb/util/TimeHelpersSpec.scala | 2 +- .../src/test/scala-2.13/net/liftweb/util/ToHeadSpec.scala | 2 +- .../test/scala-2.13/net/liftweb/util/VCardParserSpec.scala | 2 +- .../src/test/scala-2.13/net/liftweb/util/XmlParserSpec.scala | 2 +- .../test/scala-3/net/liftweb/util/BasicTypesHelpersSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/util/BundleBuilderSpec.scala | 2 +- .../test/scala-3/net/liftweb/util/CanResolveAsyncSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/util/ClassHelpersSpec.scala | 2 +- .../test/scala-3/net/liftweb/util/CombParserHelpersSpec.scala | 2 +- .../scala-3/net/liftweb/util/ConnectionIdentifierSpec.scala | 2 +- .../test/scala-3/net/liftweb/util/ControlHelpersSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/util/CssHelpersSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/util/CssSelectorSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/util/CurrencyZoneSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/util/Html5ParserSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/util/HtmlHelpersSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/util/HttpHelpersSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/util/IoHelpersSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/util/JsonCommandSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/util/ListHelpersSpec.scala | 2 +- .../test/scala-3/net/liftweb/util/PCDataXmlParserSpec.scala | 2 +- core/util/src/test/scala-3/net/liftweb/util/PropsSpec.scala | 2 +- .../util/src/test/scala-3/net/liftweb/util/ScheduleSpec.scala | 2 +- .../test/scala-3/net/liftweb/util/SecurityHelpersSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/util/StringHelpersSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/util/TimeHelpersSpec.scala | 2 +- core/util/src/test/scala-3/net/liftweb/util/ToHeadSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/util/VCardParserSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/util/XmlParserSpec.scala | 2 +- core/util/src/test/scala/net/liftweb/util/HelpersSpec.scala | 2 +- project/Dependencies.scala | 2 +- project/Developers.scala | 2 +- project/LiftSbtHelpers.scala | 2 +- project/MatchingModule.scala | 2 +- .../main/scala/net/liftweb/http/testing/TestFramework.scala | 2 +- .../src/main/scala/net/liftweb/http/testing/TestRunner.scala | 2 +- .../main/scala/net/liftweb/mocks/MockHttpServletRequest.scala | 2 +- .../scala/net/liftweb/mocks/MockHttpServletResponse.scala | 2 +- .../src/main/scala/net/liftweb/mocks/MockServletContext.scala | 2 +- .../net/liftweb/http/testing/MockHttpRequestSpec.scala | 2 +- .../net/liftweb/http/testing/MockHttpRequestSpec.scala | 2 +- .../src/test/scala/net/liftweb/http/testing/TestObjects.scala | 2 +- web/webkit/src/main/java/net/liftweb/http/LiftRulesJ.java | 2 +- web/webkit/src/main/java/net/liftweb/http/SHtmlJ.java | 2 +- web/webkit/src/main/java/net/liftweb/http/SJ.java | 2 +- web/webkit/src/main/java/net/liftweb/http/SnippetPFJ.java | 2 +- web/webkit/src/main/java/net/liftweb/http/VarsJ.java | 2 +- web/webkit/src/main/java/net/liftweb/sitemap/MenuJ.java | 2 +- web/webkit/src/main/java/net/liftweb/sitemap/SiteMapJ.java | 2 +- web/webkit/src/main/resources/toserve/jlift.js | 2 +- web/webkit/src/main/resources/toserve/liftYUI.js | 2 +- .../src/main/scala/net/liftweb/builtin/snippet/CSS.scala | 2 +- .../src/main/scala/net/liftweb/builtin/snippet/Children.scala | 2 +- .../src/main/scala/net/liftweb/builtin/snippet/Comet.scala | 2 +- .../src/main/scala/net/liftweb/builtin/snippet/Embed.scala | 2 +- .../src/main/scala/net/liftweb/builtin/snippet/Form.scala | 2 +- .../src/main/scala/net/liftweb/builtin/snippet/HTML5.scala | 2 +- .../src/main/scala/net/liftweb/builtin/snippet/Ignore.scala | 2 +- .../src/main/scala/net/liftweb/builtin/snippet/LazyLoad.scala | 2 +- .../src/main/scala/net/liftweb/builtin/snippet/Loc.scala | 2 +- .../src/main/scala/net/liftweb/builtin/snippet/Menu.scala | 2 +- .../src/main/scala/net/liftweb/builtin/snippet/Msg.scala | 2 +- .../src/main/scala/net/liftweb/builtin/snippet/Msgs.scala | 2 +- .../main/scala/net/liftweb/builtin/snippet/SkipDocType.scala | 2 +- .../src/main/scala/net/liftweb/builtin/snippet/Surround.scala | 2 +- .../src/main/scala/net/liftweb/builtin/snippet/Tail.scala | 2 +- .../src/main/scala/net/liftweb/builtin/snippet/TestCond.scala | 2 +- .../main/scala/net/liftweb/builtin/snippet/VersionInfo.scala | 2 +- .../main/scala/net/liftweb/builtin/snippet/WithParam.scala | 2 +- .../scala/net/liftweb/builtin/snippet/WithResourceId.scala | 2 +- .../src/main/scala/net/liftweb/builtin/snippet/XmlGroup.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/Bindings.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/CometActor.scala | 2 +- .../src/main/scala/net/liftweb/http/ContentParser.scala | 2 +- .../src/main/scala/net/liftweb/http/DefaultRoutines.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/Factory.scala | 2 +- .../src/main/scala/net/liftweb/http/HtmlProperties.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/LiftMerge.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/LiftResponse.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/LiftRules.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/LiftScreen.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/LiftServlet.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/LiftSession.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/MVCHelper.scala | 2 +- .../main/scala/net/liftweb/http/NamedCometActorSnippet.scala | 2 +- .../main/scala/net/liftweb/http/NamedCometActorTrait.scala | 2 +- .../src/main/scala/net/liftweb/http/NamedCometListener.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/Paginator.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/Req.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/RequestType.scala | 2 +- .../src/main/scala/net/liftweb/http/ResourceServer.scala | 2 +- .../scala/net/liftweb/http/ResponseShortcutException.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/S.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/SHtml.scala | 2 +- .../src/main/scala/net/liftweb/http/ScopedLiftActor.scala | 2 +- .../src/main/scala/net/liftweb/http/SecurityRules.scala | 2 +- .../src/main/scala/net/liftweb/http/SessionMaster.scala | 2 +- .../src/main/scala/net/liftweb/http/SimpleController.scala | 2 +- .../src/main/scala/net/liftweb/http/StatefulSnippet.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/Templates.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/Vars.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/WiringUI.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/Wizard.scala | 2 +- .../main/scala/net/liftweb/http/auth/HttpAuthentication.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/auth/Role.scala | 2 +- .../src/main/scala/net/liftweb/http/js/JSArtifacts.scala | 2 +- .../src/main/scala/net/liftweb/http/js/JsCommands.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/js/Jx.scala | 2 +- .../src/main/scala/net/liftweb/http/js/LiftJavaScript.scala | 2 +- .../scala/net/liftweb/http/js/extcore/ExtCoreArtifacts.scala | 2 +- .../scala/net/liftweb/http/js/jquery/JQueryArtifacts.scala | 2 +- .../src/main/scala/net/liftweb/http/js/jquery/JqJsCmds.scala | 2 +- .../src/main/scala/net/liftweb/http/js/yui/YUIArtifacts.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/package.scala | 2 +- .../main/scala/net/liftweb/http/provider/HTTPContext.scala | 2 +- .../src/main/scala/net/liftweb/http/provider/HTTPCookie.scala | 2 +- .../src/main/scala/net/liftweb/http/provider/HTTPParam.scala | 2 +- .../main/scala/net/liftweb/http/provider/HTTPProvider.scala | 2 +- .../main/scala/net/liftweb/http/provider/HTTPRequest.scala | 2 +- .../main/scala/net/liftweb/http/provider/HTTPResponse.scala | 2 +- .../main/scala/net/liftweb/http/provider/HTTPSession.scala | 2 +- .../net/liftweb/http/provider/encoder/CookieEncoder.scala | 2 +- .../liftweb/http/provider/servlet/HTTPRequestServlet.scala | 2 +- .../liftweb/http/provider/servlet/HTTPResponseServlet.scala | 2 +- .../liftweb/http/provider/servlet/HTTPServletContext.scala | 2 +- .../liftweb/http/provider/servlet/HTTPServletSession.scala | 2 +- .../liftweb/http/provider/servlet/ServletAsyncProvider.scala | 2 +- .../liftweb/http/provider/servlet/ServletFilterProvider.scala | 2 +- .../provider/servlet/containers/Jetty6AsyncProvider.scala | 2 +- .../provider/servlet/containers/Jetty7AsyncProvider.scala | 2 +- .../provider/servlet/containers/Servlet30AsyncProvider.scala | 2 +- .../main/scala/net/liftweb/http/rest/RestContinuation.scala | 2 +- .../src/main/scala/net/liftweb/http/rest/RestHelper.scala | 2 +- .../src/main/scala/net/liftweb/http/rest/XMLApiHelper.scala | 2 +- web/webkit/src/main/scala/net/liftweb/mockweb/MockWeb.scala | 2 +- web/webkit/src/main/scala/net/liftweb/mockweb/WebSpec.scala | 2 +- .../src/main/scala/net/liftweb/sitemap/FlexMenuBuilder.scala | 2 +- web/webkit/src/main/scala/net/liftweb/sitemap/Loc.scala | 2 +- web/webkit/src/main/scala/net/liftweb/sitemap/Menu.scala | 2 +- web/webkit/src/main/scala/net/liftweb/sitemap/SiteMap.scala | 2 +- .../scala_2.11/net/liftweb/http/NamedCometDispatcher.scala | 2 +- .../scala_2.12/net/liftweb/http/NamedCometDispatcher.scala | 2 +- .../scala_2.13/net/liftweb/http/NamedCometDispatcher.scala | 2 +- .../main/scala_3/net/liftweb/http/NamedCometDispatcher.scala | 2 +- .../test/scala-2.13/net/liftweb/http/LiftSessionSpec.scala | 2 +- web/webkit/src/test/scala-2.13/net/liftweb/http/ReqSpec.scala | 2 +- .../scala-2.13/net/liftweb/http/js/LiftJavaScriptSpec.scala | 2 +- .../http/provider/servlet/OfflineRequestSnapshotSpec.scala | 2 +- .../test/scala-2.13/net/liftweb/http/rest/XMLApiSpec.scala | 2 +- .../src/test/scala-2.13/net/liftweb/mockweb/MockWebSpec.scala | 2 +- .../src/test/scala-2.13/net/liftweb/mockweb/WebSpecSpec.scala | 2 +- .../src/test/scala-2.13/net/liftweb/sitemap/LocSpec.scala | 2 +- .../test/scala-2.13/net/liftweb/webapptest/MemoizeSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/http/LiftSessionSpec.scala | 2 +- web/webkit/src/test/scala-3/net/liftweb/http/ReqSpec.scala | 2 +- .../test/scala-3/net/liftweb/http/js/LiftJavaScriptSpec.scala | 2 +- .../http/provider/servlet/OfflineRequestSnapshotSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/http/rest/XMLApiSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/mockweb/MockWebSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/mockweb/WebSpecSpec.scala | 2 +- web/webkit/src/test/scala-3/net/liftweb/sitemap/LocSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/webapptest/MemoizeSpec.scala | 2 +- web/webkit/src/test/scala/bootstrap/liftweb/Boot.scala | 2 +- .../src/test/scala/net/liftweb/builtin/snippet/MenuSpec.scala | 2 +- .../src/test/scala/net/liftweb/builtin/snippet/MsgSpec.scala | 2 +- .../src/test/scala/net/liftweb/builtin/snippet/MsgsSpec.scala | 2 +- web/webkit/src/test/scala/net/liftweb/http/BindingsSpec.scala | 2 +- .../src/test/scala/net/liftweb/http/CometActorSpec.scala | 2 +- .../src/test/scala/net/liftweb/http/FactoryMakerSpec.scala | 2 +- .../src/test/scala/net/liftweb/http/HtmlPropertiesSpec.scala | 2 +- .../test/scala/net/liftweb/http/NamedCometPerTabSpec.scala | 2 +- .../src/test/scala/net/liftweb/http/ResourceServerSpec.scala | 2 +- web/webkit/src/test/scala/net/liftweb/http/SHtmlSpec.scala | 2 +- web/webkit/src/test/scala/net/liftweb/http/SSpec.scala | 2 +- .../src/test/scala/net/liftweb/http/SecurityRulesSpec.scala | 2 +- web/webkit/src/test/scala/net/liftweb/http/SnippetSpec.scala | 2 +- web/webkit/src/test/scala/net/liftweb/http/WizardSpec.scala | 2 +- .../src/test/scala/net/liftweb/http/js/HtmlFixerSpec.scala | 2 +- web/webkit/src/test/scala/net/liftweb/http/js/JsExpSpec.scala | 2 +- .../net/liftweb/http/js/extcore/ExtCoreArtifactsSpec.scala | 2 +- .../net/liftweb/http/provider/encoder/CookieEncoderSpec.scala | 2 +- .../net/liftweb/mockweb/snippet/WebSpecSpecSnippet.scala | 2 +- .../test/scala/net/liftweb/sitemap/FlexMenuBuilderSpec.scala | 2 +- .../src/test/scala/net/liftweb/sitemap/MenuDSLSpec.scala | 2 +- .../test/scala/net/liftweb/webapptest/JettyTestServer.scala | 2 +- .../src/test/scala/net/liftweb/webapptest/OneShot.scala | 2 +- .../src/test/scala/net/liftweb/webapptest/ToHeadUsages.scala | 2 +- .../net/liftweb/webapptest/snippet/DeferredSnippet.scala | 2 +- .../net/liftweb/webapptest/snippet/HeadTestSnippet.scala | 2 +- .../scala/net/liftweb/webapptest/snippet/HelloWorld.scala | 2 +- .../test/scala/net/liftweb/webapptest/snippet/OnceTwice.scala | 2 +- 315 files changed, 316 insertions(+), 316 deletions(-) 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/core/actor/src/main/scala/net/liftweb/actor/LAFuture.scala b/core/actor/src/main/scala/net/liftweb/actor/LAFuture.scala index 851d6038cd..8f818853c6 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-2011 Lift Committers and Contributors * * Licensed 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..0af82cb9dc 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-2011 Lift Committers and Contributors * * Licensed 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..e9435ad790 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-2011 Lift Committers and Contributors * * Licensed 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..030235f57e 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 Lift Committers and Contributors * * Licensed 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..b1bcf81a1c 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 Lift Committers and Contributors * * Licensed 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..add215a745 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 Lift Committers and Contributors * * Licensed 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..8da3c891b2 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 Lift Committers and Contributors * * Licensed 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..a06897c3d6 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 Lift Committers and Contributors * * Licensed 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..04a5fa66f5 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 Lift Committers and Contributors * * Licensed 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..996ef3c64c 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 Lift Committers and Contributors * * Licensed 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..2ff814abe6 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 Lift Committers and Contributors * * Licensed 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..36a4085351 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 Lift Committers and Contributors * * Licensed 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..5bfac41c6b 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 Lift Committers and Contributors * * Licensed 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..4489140506 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 Lift Committers and Contributors * * Licensed 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..62eeed18d1 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-2011 Lift Committers and Contributors * * Licensed 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..5a85adc7eb 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-2017 Lift Committers and Contributors * * Licensed 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..87b3a67199 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-2011 Lift Committers and Contributors * * Licensed 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..f4b85a7adc 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-2011 Lift Committers and Contributors * * Licensed 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..c6e176108f 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 Lift Committers and Contributors * * Licensed 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..a75ecba375 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-2011 Lift Committers and Contributors * * Licensed 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..e09bf039d2 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-2011 Lift Committers and Contributors * * Licensed 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..da5c211f07 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-2011 Lift Committers and Contributors * * Licensed 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..9ed1f6fb99 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-2011 Lift Committers and Contributors * * Licensed 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..eed5555654 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-2011 Lift Committers and Contributors * * Licensed 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..3d9c3db67f 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 Lift Committers and Contributors * * Licensed 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..5cf5b4de27 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-2011 Lift Committers and Contributors * * Licensed 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..b122851881 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-2011 Lift Committers and Contributors * * Licensed 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..f794fdaab9 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-2011 Lift Committers and Contributors * * Licensed 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..7ee3c3853f 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-2011 Lift Committers and Contributors * * Licensed 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..444d9beaa0 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-2011 Lift Committers and Contributors * * Licensed 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..ff389acc06 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-2011 Lift Committers and Contributors * * Licensed 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..8ee0b13e62 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-2011 Lift Committers and Contributors * * Licensed 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..9de2731670 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-2011 Lift Committers and Contributors * * Licensed 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..68744f6685 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-2011 Lift Committers and Contributors * * Licensed 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..08f4c32b87 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-2011 Lift Committers and Contributors * * Licensed 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..cf4b5587e1 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 Lift Committers and Contributors * * Licensed 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..3d6f52b53a 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 Lift Committers and Contributors * * Licensed 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..a6f46e1a3f 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 Lift Committers and Contributors * * Licensed 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..7cb35b2033 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 Lift Committers and Contributors * * Licensed 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..9277167063 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 Lift Committers and Contributors * * Licensed 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..62aa256f9c 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 Lift Committers and Contributors * * Licensed 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..081551d42d 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-2017 Lift Committers and Contributors * * Licensed 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..e83cd58032 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 Lift Committers and Contributors * * Licensed 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..85e2d411b4 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 Lift Committers and Contributors * * Licensed 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..5fd2073434 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 Lift Committers and Contributors * * Licensed 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..f0f2ed9553 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 Lift Committers and Contributors * * Licensed 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..f5475bf0f0 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 Lift Committers and Contributors * * Licensed 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..7a4b91e473 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 Lift Committers and Contributors * * Licensed 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..566dc15819 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 Lift Committers and Contributors * * Licensed 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..dcb48e6f14 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 Lift Committers and Contributors * * Licensed 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..7667f588e8 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 Lift Committers and Contributors * * Licensed 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..dc6e533626 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 Lift Committers and Contributors * * Licensed 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..cc4ac64e20 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 Lift Committers and Contributors * * Licensed 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..3c049eaad4 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-2011 Lift Committers and Contributors * * Licensed 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..d6c6dc450b 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-2011 Lift Committers and Contributors * * Licensed 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..eda67c808d 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-2017 Lift Committers and Contributors * * Licensed 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..97cf9bb434 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-2011 Lift Committers and Contributors * * Licensed 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..84ab40e8e0 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-2011 Lift Committers and Contributors * * Licensed 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..41d7292439 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 Lift Committers and Contributors * * Licensed 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..a25880c234 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-2011 Lift Committers and Contributors * * Licensed 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..07aa0a1bb3 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-2011 Lift Committers and Contributors * * Licensed 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..fbc8b4e7bf 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-2011 Lift Committers and Contributors * * Licensed 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..3ac4b2c607 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 Lift Committers and Contributors * * Licensed 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..30714fc6f5 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-2011 Lift Committers and Contributors * * Licensed 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..a48de67eb9 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 Lift Committers and Contributors * * Licensed 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..c70ae3faf7 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-2011 Lift Committers and Contributors * * Licensed 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..264ac0d895 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-2011 Lift Committers and Contributors * * Licensed 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..5b92b4f5ff 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-2011 Lift Committers and Contributors * * Licensed 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..70b3391861 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-2011 Lift Committers and Contributors * * Licensed 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..c63d5a306c 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-2011 Lift Committers and Contributors * * Licensed 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..f5ac8b170a 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-2011 Lift Committers and Contributors * * Licensed 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..e00d3656f2 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-2013 Lift Committers and Contributors * * Licensed 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..a75c025869 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-2011 Lift Committers and Contributors * * Licensed 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..3ee7f7d1ea 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-2011 Lift Committers and Contributors * * Licensed 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..60ba856a41 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-2017 Lift Committers and Contributors * * Licensed 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..e513230c9d 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 Lift Committers and Contributors * * Licensed 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..0b07c19d01 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-2011 Lift Committers and Contributors * * Licensed 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..ee33a0eaab 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-2011 Lift Committers and Contributors * * Licensed 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..c0395a6359 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-2011 Lift Committers and Contributors * * Licensed 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..15aab86cb5 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-2011 Lift Committers and Contributors * * Licensed 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..a9aa7f087d 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-2011 Lift Committers and Contributors * * Licensed 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..036b4c8a3f 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-2011 Lift Committers and Contributors * * Licensed 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..eb2c2ddd32 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-2011 Lift Committers and Contributors * * Licensed 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..d626ad6194 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-2011 Lift Committers and Contributors * * Licensed 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..0dadb44d96 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-2011 Lift Committers and Contributors * * Licensed 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..3bf0f65344 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-2011 Lift Committers and Contributors * * Licensed 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..61ae272dd1 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-2011 Lift Committers and Contributors * * Licensed 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..595d573b40 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-2011 Lift Committers and Contributors * * Licensed 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..e4442a7e90 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-2011 Lift Committers and Contributors * * Licensed 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..66b16a76f8 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-2012 Lift Committers and Contributors * * Licensed 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..6bf4a2614a 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-2011 Lift Committers and Contributors * * Licensed 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..4a101cbac1 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-2011 Lift Committers and Contributors * * Licensed 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..d2341952e6 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-2011 Lift Committers and Contributors * * Licensed 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..c0375b05e5 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-2011 Lift Committers and Contributors * * Licensed 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..a20a278bda 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-2011 Lift Committers and Contributors * * Licensed 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..7cdb039f2e 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-2011 Lift Committers and Contributors * * Licensed 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..a8c6a2e896 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-2011 Lift Committers and Contributors * * Licensed 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..6f9afc1c3b 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-2011 Lift Committers and Contributors * * Licensed 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..e689a3761e 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-2011 Lift Committers and Contributors * * Licensed 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..5f868703fb 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-2011 Lift Committers and Contributors * * Licensed 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..4df3c574a6 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 Lift Committers and Contributors * * Licensed 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..503a575a3e 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 Lift Committers and Contributors * * Licensed 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..82ed6292af 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-2011 Lift Committers and Contributors * * Licensed 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..0b53ed0461 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-2011 Lift Committers and Contributors * * Licensed 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..7120933c24 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 Lift Committers and Contributors * * Licensed 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..15f09b3db8 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-2011 Lift Committers and Contributors * * Licensed 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..bec08e6500 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-2011 Lift Committers and Contributors * * Licensed 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..c3d169da6c 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 Lift Committers and Contributors * * Licensed 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..a7f3e2de29 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-2011 Lift Committers and Contributors * * Licensed 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..e02fa86606 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-2015 Lift Committers and Contributors * * Licensed 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..d0efe472b6 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-2011 Lift Committers and Contributors * * Licensed 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..4e4ccc40a5 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-2011 Lift Committers and Contributors * * Licensed 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..5f3a5c8f90 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-2011 Lift Committers and Contributors * * Licensed 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..c6ff615c6d 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-2011 Lift Committers and Contributors * * Licensed 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..0fafe343fe 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-2011 Lift Committers and Contributors * * Licensed 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..9f7c6d0578 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 Lift Committers and Contributors * * Licensed 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..0b2db99ebc 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-2011 Lift Committers and Contributors * * Licensed 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..81b12048cc 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-2011 Lift Committers and Contributors * * Licensed 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..d841294a3b 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-2011 Lift Committers and Contributors * * Licensed 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..46a73b9eb6 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-2012 Lift Committers and Contributors * * Licensed 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..c49b46d588 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-2011 Lift Committers and Contributors * * Licensed 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..ec9285977c 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-2011 Lift Committers and Contributors * * Licensed 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..2e0c061c26 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-2011 Lift Committers and Contributors * * Licensed 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..2ea3f35b87 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-2015 Lift Committers and Contributors * * Licensed 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..76209370ce 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-2011 Lift Committers and Contributors * * Licensed 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..f5d949eff8 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-2011 Lift Committers and Contributors * * Licensed 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..4f2d07862d 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-2011 Lift Committers and Contributors * * Licensed 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..5dfc790cbb 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-2011 Lift Committers and Contributors * * Licensed 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..8e637b3ba7 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-2011 Lift Committers and Contributors * * Licensed 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..75b00c0482 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 Lift Committers and Contributors * * Licensed 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..2e15b49906 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-2011 Lift Committers and Contributors * * Licensed 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..28f5ad972a 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-2011 Lift Committers and Contributors * * Licensed 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..7e56ce6cc3 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 Lift Committers and Contributors * * Licensed 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..7f8c0f6fa2 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-2011 Lift Committers and Contributors * * Licensed 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..176f91c248 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-2015 Lift Committers and Contributors * * Licensed 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..651175f1aa 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-2011 Lift Committers and Contributors * * Licensed 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..bdabec5ba4 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-2011 Lift Committers and Contributors * * Licensed 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..beaf7a19cb 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-2011 Lift Committers and Contributors * * Licensed 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..a6b2b7ff3a 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-2011 Lift Committers and Contributors * * Licensed 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..41e3423370 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-2011 Lift Committers and Contributors * * Licensed 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..930b2bfb50 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 Lift Committers and Contributors * * Licensed 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..c455da27bd 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-2011 Lift Committers and Contributors * * Licensed 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..01d39e76d4 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-2011 Lift Committers and Contributors * * Licensed 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..e99c007ec9 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-2011 Lift Committers and Contributors * * Licensed 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..88f6762f9a 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-2012 Lift Committers and Contributors * * Licensed 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..3f18ae34b4 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-2011 Lift Committers and Contributors * * Licensed 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..7006f3c937 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-2011 Lift Committers and Contributors * * Licensed 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..1f58fa2522 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-2011 Lift Committers and Contributors * * Licensed 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..529f94bc43 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-2015 Lift Committers and Contributors * * Licensed 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..1e899d2e8d 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-2011 Lift Committers and Contributors * * Licensed 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..15124959a6 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-2011 Lift Committers and Contributors * * Licensed 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..f7d7745d20 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-2011 Lift Committers and Contributors * * Licensed 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..8131ae37c6 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-2011 Lift Committers and Contributors * * Licensed 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..5dfeb201f8 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -1,5 +1,5 @@ /* - * Copyright 2011-2018 WorldWide Conferencing, LLC + * Copyright 2011-2018 Lift Committers and Contributors * * Licensed 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..434342b96b 100644 --- a/project/Developers.scala +++ b/project/Developers.scala @@ -1,5 +1,5 @@ /* - * Copyright 2013 WorldWide Conferencing, LLC + * Copyright 2013 Lift Committers and Contributors * * Licensed 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..a73150ae18 100644 --- a/project/LiftSbtHelpers.scala +++ b/project/LiftSbtHelpers.scala @@ -1,5 +1,5 @@ /* - * Copyright 2012-2015 WorldWide Conferencing, LLC + * Copyright 2012-2015 Lift Committers and Contributors * * Licensed 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..edd99cbe0e 100644 --- a/project/MatchingModule.scala +++ b/project/MatchingModule.scala @@ -1,5 +1,5 @@ /* - * Copyright 2012-2015 WorldWide Conferencing, LLC + * Copyright 2012-2015 Lift Committers and Contributors * * Licensed 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..89e540d97b 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-2011 Lift Committers and Contributors * * Licensed 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..7dc6541f78 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-2011 Lift Committers and Contributors * * Licensed 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..7cb733edac 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-2011 Lift Committers and Contributors * * Licensed 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..6509cd9750 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-2011 Lift Committers and Contributors * * Licensed 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..dd0916b474 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-2017 Lift Committers and Contributors * * Licensed 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..3926922eea 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 Lift Committers and Contributors * * Licensed 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..8d4fa50f31 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 Lift Committers and Contributors * * Licensed 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..6fb7ccd8ff 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-2011 Lift Committers and Contributors * * Licensed 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..320682048c 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 Lift Committers and Contributors * * Licensed 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..aafde2b972 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 Lift Committers and Contributors * * Licensed 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..edd4b123d9 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 Lift Committers and Contributors * * Licensed 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..2aec9d122b 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 Lift Committers and Contributors * * Licensed 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..0eb9817b56 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 Lift Committers and Contributors * * Licensed 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..be2a4a02d3 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 Lift Committers and Contributors * * Licensed 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..692e357d06 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 Lift Committers and Contributors * * Licensed 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..a3484ba85a 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-2013 Lift Committers 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..47dd5f46a4 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 Lift Committers and Contributors * * Licensed 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..56039a1a7c 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-2012 Lift Committers and Contributors * * Licensed 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..73c2504187 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-2011 Lift Committers and Contributors * * Licensed 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..e849a195c3 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-2012 Lift Committers and Contributors * * Licensed 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..c2b6bebe8f 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-2011 Lift Committers and Contributors * * Licensed 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..031a183a88 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-2011 Lift Committers and Contributors * * Licensed 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..bdbc1c3276 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-2012 Lift Committers and Contributors * * Licensed 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..079540d494 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-2011 Lift Committers and Contributors * * Licensed 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..91941a61d8 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-2012 Lift Committers and Contributors * * Licensed 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..09cd6b15d9 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-2011 Lift Committers and Contributors * * Licensed 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..574deac1a4 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-2011 Lift Committers and Contributors * * Licensed 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..129d9b40d7 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-2011 Lift Committers and Contributors * * Licensed 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..8fddc046a7 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-2011 Lift Committers and Contributors * * Licensed 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..587276fa28 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-2012 Lift Committers and Contributors * * Licensed 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..7c102990f3 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-2011 Lift Committers and Contributors * * Licensed 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..94d83a8724 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-2011 Lift Committers and Contributors * * Licensed 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..9cba349e61 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-2012 Lift Committers and Contributors * * Licensed 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..7798acf1df 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-2011 Lift Committers and Contributors * * Licensed 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..69cebc97d4 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-2011 Lift Committers and Contributors * * Licensed 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..9075603203 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-2011 Lift Committers and Contributors * * Licensed 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..583b7fc479 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-2011 Lift Committers and Contributors * * Licensed 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..95eeffe231 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-2009 Lift Committers and Contributors * * Licensed 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..6a6eb92383 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-2011 Lift Committers and Contributors * * Licensed 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..3ee20e68b8 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-2015 Lift Committers and Contributors * * Licensed 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..11d3d63428 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-2011 Lift Committers and Contributors * * Licensed 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..cf5df4c045 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-2011 Lift Committers and Contributors * * Licensed 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..2962d18d7e 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-2011 Lift Committers and Contributors * * Licensed 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..7dee6fc9e6 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-2011 Lift Committers and Contributors * * Licensed 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..65742b058a 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-2011 Lift Committers and Contributors * * Licensed 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..2c76eb5913 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-2015 Lift Committers and Contributors * * Licensed 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..2087b71547 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-2011 Lift Committers and Contributors * * Licensed 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..02051d819d 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-2011 Lift Committers and Contributors * * Licensed 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..a9d3176e0c 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-2013 Lift Committers and Contributors * * Licensed 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..8ece1e8cf9 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-2011 Lift Committers and Contributors * * Licensed 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..6c08d5809d 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-2012 Lift Committers and Contributors * * Licensed 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..e6ecb89c16 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-2012 Lift Committers and Contributors * * Licensed 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..4ad6f68916 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-2012 Lift Committers and Contributors * * Licensed 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..694d8e77a0 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-2011 Lift Committers and Contributors * * Licensed 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..f7c33ec14c 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-2017 Lift Committers and Contributors * * Licensed 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..3c746ce56b 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-2011 Lift Committers and Contributors * * Licensed 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..a47af9f645 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-2011 Lift Committers and Contributors * * Licensed 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..207c13ef62 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-2011 Lift Committers and Contributors * * Licensed 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..0614347cb1 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-2011 Lift Committers and Contributors * * Licensed 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..044041c73f 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-2011 Lift Committers and Contributors * * Licensed 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..bf690ef876 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-2013 Lift Committers and Contributors * * Licensed 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..6eb577fc2f 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-2015 Lift Committers and Contributors * * Licensed 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..13ba7e627c 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-2015 Lift Committers and Contributors * * Licensed 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..e9c283d2c5 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-2011 Lift Committers and Contributors * * Licensed 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..0d8acd7440 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-2011 Lift Committers and Contributors * * Licensed 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..90047998c9 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-2011 Lift Committers and Contributors * * Licensed 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..66f88d0bf5 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-2011 Lift Committers and Contributors * * Licensed 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..8cd44fdcad 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-2011 Lift Committers and Contributors * * Licensed 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..05da853a55 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-2014 Lift Committers and Contributors * * Licensed 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..7fe7043d3e 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-2011 Lift Committers and Contributors * * Licensed 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..6eb0173b53 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-2011 Lift Committers and Contributors * * Licensed 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..e7f8fca7f3 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-2011 Lift Committers and Contributors * * Licensed 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..8072b9b0ce 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-2011 Lift Committers and Contributors * * Licensed 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..136c3f8702 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-2011 Lift Committers and Contributors * * Licensed 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..32becb2f0e 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 Lift Committers and Contributors * * Licensed 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..6a348383ce 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-2011 Lift Committers and Contributors * * Licensed 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..20248a9942 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-2011 Lift Committers and Contributors * * Licensed 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..9c6524f52d 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-2011 Lift Committers and Contributors * * Licensed 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..a60df12c54 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-2011 Lift Committers and Contributors * * Licensed 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..9afbcdd643 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 Lift Committers and Contributors * * Licensed 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..d6e66761b9 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-2011 Lift Committers and Contributors * * Licensed 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..8f8d3f535a 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-2011 Lift Committers and Contributors * * Licensed 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..a1e9b2c7a0 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-2011 Lift Committers and Contributors * * Licensed 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..52dd59200d 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-2011 Lift Committers and Contributors * * Licensed 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..91706acbea 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-2011 Lift Committers and Contributors * * Licensed 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..dc31718c32 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-2011 Lift Committers and Contributors * * Licensed 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..d32970b6e3 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-2011 Lift Committers and Contributors * * Licensed 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..cbf5456b0b 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-2011 Lift Committers and Contributors * * Licensed 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..e1eb00355a 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-2011 Lift Committers and Contributors * * Licensed 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..b4f8631221 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-2011 Lift Committers and Contributors * * Licensed 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..ac22fc4a52 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-2011 Lift Committers and Contributors * * Licensed 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..ee080175db 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-2011 Lift Committers and Contributors * * Licensed 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..1f3299e1e6 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-2009 Lift Committers and Contributors * * Licensed 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..e8cece815d 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-2011 Lift Committers and Contributors * * Licensed 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..b74c8a6fc7 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-2011 Lift Committers and Contributors * * Licensed 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..dbf8fa2e92 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-2011 Lift Committers and Contributors * * Licensed 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..2d45849cba 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-2011 Lift Committers and Contributors * * Licensed 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..e70958561a 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-2011 Lift Committers and Contributors * * Licensed 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..310d37c964 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-2011 Lift Committers and Contributors * * Licensed 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..98763832b1 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-2011 Lift Committers and Contributors * * Licensed 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..657a3946ab 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 Lift Committers and Contributors * * Licensed 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..1e61086e86 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 Lift Committers and Contributors * * Licensed 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..7e705cbe35 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-2012 Lift Committers and Contributors * * Licensed 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..41cacf9f2c 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-2011 Lift Committers and Contributors * * Licensed 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..91dc5b79b6 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-2011 Lift Committers and Contributors * * Licensed 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..d258bda223 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-2011 Lift Committers and Contributors * * Licensed 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..3551c98cca 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-2012 Lift Committers and Contributors * * Licensed 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..3551c98cca 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-2012 Lift Committers and Contributors * * Licensed 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..18a4590843 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-2012 Lift Committers and Contributors * * Licensed 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..71962559ce 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-2012 Lift Committers and Contributors * * Licensed 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..f01979b2c1 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-2015 Lift Committers and Contributors * * Licensed 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..35e84132fa 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-2011 Lift Committers and Contributors * * Licensed 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..aceac1d24c 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 Lift Committers and Contributors * * Licensed 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..4ec57b50af 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-2011 Lift Committers and Contributors * * Licensed 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..31cbf16ac3 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-2011 Lift Committers and Contributors * * Licensed 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..9f99856cf8 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 Lift Committers and Contributors * * Licensed 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..80c56327ca 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 Lift Committers and Contributors * * Licensed 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..be5818b0af 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-2011 Lift Committers and Contributors * * Licensed 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..cc15c452a3 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-2011 Lift Committers and Contributors * * Licensed 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..166c6b21d2 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-2015 Lift Committers and Contributors * * Licensed 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..8d751d1014 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-2011 Lift Committers and Contributors * * Licensed 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..bd9f6d6ecb 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 Lift Committers and Contributors * * Licensed 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..f0b41cbb88 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-2011 Lift Committers and Contributors * * Licensed 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..559b229687 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-2011 Lift Committers and Contributors * * Licensed 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..29f86fc4ef 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 Lift Committers and Contributors * * Licensed 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..3f50550c70 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 Lift Committers and Contributors * * Licensed 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..80b7499084 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-2011 Lift Committers and Contributors * * Licensed 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..7f1106a122 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-2011 Lift Committers and Contributors * * Licensed 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..b5ff9d0788 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-2011 Lift Committers and Contributors * * Licensed 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..0e2bc373be 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 Lift Committers and Contributors * * Licensed 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..eacbe07cd9 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-2011 Lift Committers and Contributors * * Licensed 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..45aff19e76 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-2011 Lift Committers and Contributors * * Licensed 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..aaf0465763 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-2011 Lift Committers and Contributors * * Licensed 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..9247f88aef 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-2014 Lift Committers and Contributors * * Licensed 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..94a28f137c 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-2011 Lift Committers and Contributors * * Licensed 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..1f3fbdbaae 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 Lift Committers and Contributors * * Licensed 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..c2d106fb64 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-2012 Lift Committers and Contributors * * Licensed 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..fe004eceb1 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-2011 Lift Committers and Contributors * * Licensed 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..0f620a96c0 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-2012 Lift Committers and Contributors * * Licensed 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..f52f1eb7d3 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 Lift Committers and Contributors * * Licensed 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..28ad1ec675 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 Lift Committers and Contributors * * Licensed 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..157c9788f6 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-2011 Lift Committers and Contributors * * Licensed 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..cdc30dd0eb 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-2011 Lift Committers and Contributors * * Licensed 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..ef8b64f4a3 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-2017 Lift Committers and Contributors * * Licensed 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..38e08014bc 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-2011 Lift Committers and Contributors * * Licensed 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..dc83e32641 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-2011 Lift Committers and Contributors * * Licensed 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..fa14bd83ca 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-2011 Lift Committers and Contributors * * Licensed 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..c8100a6ff5 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 Lift Committers and Contributors * * Licensed 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..0baecda5bd 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-2011 Lift Committers and Contributors * * Licensed 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..467933ba0e 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-2011 Lift Committers and Contributors * * Licensed 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..e7ab494fe9 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-2011 Lift Committers and Contributors * * Licensed 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..a147ad14a7 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-2011 Lift Committers and Contributors * * Licensed 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..3413e52d09 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-2011 Lift Committers and Contributors * * Licensed 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..2860db7e1a 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-2011 Lift Committers and Contributors * * Licensed 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..4ef51a6c03 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-2011 Lift Committers and Contributors * * Licensed 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..6e596ef6ea 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-2011 Lift Committers and Contributors * * Licensed 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..b1180ed044 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-2011 Lift Committers and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. From 083571d354b06a8aa48f2eda44334a1768ebcb1a Mon Sep 17 00:00:00 2001 From: Matt Farmer Date: Sun, 8 Feb 2026 19:31:43 -0500 Subject: [PATCH 2/3] chore: update copyright years to 2026 Update all copyright year ranges to extend through 2026, maintaining the original start year for each file while ensuring current copyright coverage. Co-Authored-By: Claude Sonnet 4.5 --- core/actor/src/main/scala/net/liftweb/actor/LAFuture.scala | 2 +- core/actor/src/main/scala/net/liftweb/actor/LAPinger.scala | 2 +- core/actor/src/main/scala/net/liftweb/actor/LiftActor.scala | 2 +- .../actor/src/test/scala-2.13/net/liftweb/actor/ActorSpec.scala | 2 +- .../test/scala-2.13/net/liftweb/actor/MockLiftActorSpec.scala | 2 +- core/actor/src/test/scala-3/net/liftweb/actor/ActorSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/actor/MockLiftActorSpec.scala | 2 +- core/actor/src/test/scala/net/liftweb/actor/MyScalaActor.scala | 2 +- core/common/src/main/java/net/liftweb/common/Func.java | 2 +- core/common/src/main/java/net/liftweb/common/Func0.java | 2 +- core/common/src/main/java/net/liftweb/common/Func1.java | 2 +- core/common/src/main/java/net/liftweb/common/Func2.java | 2 +- core/common/src/main/java/net/liftweb/common/Func3.java | 2 +- core/common/src/main/java/net/liftweb/common/Func4.java | 2 +- core/common/src/main/scala/net/liftweb/common/Box.scala | 2 +- core/common/src/main/scala/net/liftweb/common/BoxLogging.scala | 2 +- .../src/main/scala/net/liftweb/common/CombinableBox.scala | 2 +- core/common/src/main/scala/net/liftweb/common/Conversions.scala | 2 +- core/common/src/main/scala/net/liftweb/common/FuncJBridge.scala | 2 +- core/common/src/main/scala/net/liftweb/common/HList.scala | 2 +- core/common/src/main/scala/net/liftweb/common/LRU.scala | 2 +- core/common/src/main/scala/net/liftweb/common/LoanWrapper.scala | 2 +- core/common/src/main/scala/net/liftweb/common/Logging.scala | 2 +- core/common/src/main/scala/net/liftweb/common/SimpleActor.scala | 2 +- core/common/src/main/scala/net/liftweb/common/SimpleList.scala | 2 +- .../common/src/test/scala-2.13/net/liftweb/common/BoxSpec.scala | 2 +- .../test/scala-2.13/net/liftweb/common/ConversionsSpec.scala | 2 +- .../src/test/scala-2.13/net/liftweb/common/HListSpec.scala | 2 +- .../src/test/scala-2.13/net/liftweb/common/LoggingSpec.scala | 2 +- .../src/test/scala-2.13/net/liftweb/common/LruMapSpec.scala | 2 +- core/common/src/test/scala-3/net/liftweb/common/BoxSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/common/ConversionsSpec.scala | 2 +- core/common/src/test/scala-3/net/liftweb/common/HListSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/common/LoggingSpec.scala | 2 +- .../common/src/test/scala-3/net/liftweb/common/LruMapSpec.scala | 2 +- .../src/main/scala/net/liftweb/markdown/BaseParsers.scala | 2 +- .../src/main/scala/net/liftweb/markdown/BlockParsers.scala | 2 +- .../src/main/scala/net/liftweb/markdown/Decorator.scala | 2 +- .../src/main/scala/net/liftweb/markdown/InlineParsers.scala | 2 +- .../src/main/scala/net/liftweb/markdown/LineParsers.scala | 2 +- .../src/main/scala/net/liftweb/markdown/LineTokenizer.scala | 2 +- .../markdown/src/main/scala/net/liftweb/markdown/TimeTest.scala | 2 +- .../src/main/scala/net/liftweb/markdown/Transformer.scala | 2 +- .../src/test/scala/net/liftweb/markdown/BaseParsersTest.scala | 2 +- .../src/test/scala/net/liftweb/markdown/BlockParsersTest.scala | 2 +- .../src/test/scala/net/liftweb/markdown/InlineParsersTest.scala | 2 +- .../src/test/scala/net/liftweb/markdown/LineParsersTest.scala | 2 +- .../src/test/scala/net/liftweb/markdown/LineTokenizerTest.scala | 2 +- .../src/test/scala/net/liftweb/markdown/TransformerTest.scala | 2 +- core/util/src/main/java/net/liftweb/util/A.java | 2 +- core/util/src/main/java/net/liftweb/util/Css.java | 2 +- core/util/src/main/java/net/liftweb/util/MakerJ.java | 2 +- core/util/src/main/java/net/liftweb/util/VendorJ.java | 2 +- core/util/src/main/scala/net/liftweb/util/AnyVar.scala | 2 +- core/util/src/main/scala/net/liftweb/util/BaseField.scala | 2 +- .../src/main/scala/net/liftweb/util/BasicTypesHelpers.scala | 2 +- core/util/src/main/scala/net/liftweb/util/BundleBuilder.scala | 2 +- core/util/src/main/scala/net/liftweb/util/CSSHelpers.scala | 2 +- core/util/src/main/scala/net/liftweb/util/CanResolveAsync.scala | 2 +- core/util/src/main/scala/net/liftweb/util/ClassHelpers.scala | 2 +- .../src/main/scala/net/liftweb/util/CombParserHelpers.scala | 2 +- core/util/src/main/scala/net/liftweb/util/ConcurrentLock.scala | 2 +- .../src/main/scala/net/liftweb/util/ConnectionIdentifier.scala | 2 +- core/util/src/main/scala/net/liftweb/util/ControlHelpers.scala | 2 +- core/util/src/main/scala/net/liftweb/util/CssSelector.scala | 2 +- core/util/src/main/scala/net/liftweb/util/Currency.scala | 2 +- core/util/src/main/scala/net/liftweb/util/CurrencyZone.scala | 2 +- .../src/main/scala/net/liftweb/util/DateTimeConverter.scala | 2 +- core/util/src/main/scala/net/liftweb/util/FatLazy.scala | 2 +- core/util/src/main/scala/net/liftweb/util/HeadHelper.scala | 2 +- core/util/src/main/scala/net/liftweb/util/Helpers.scala | 2 +- core/util/src/main/scala/net/liftweb/util/HtmlHelpers.scala | 2 +- core/util/src/main/scala/net/liftweb/util/HtmlParser.scala | 2 +- core/util/src/main/scala/net/liftweb/util/HttpHelpers.scala | 2 +- core/util/src/main/scala/net/liftweb/util/IoHelpers.scala | 2 +- core/util/src/main/scala/net/liftweb/util/JodaHelpers.scala | 2 +- core/util/src/main/scala/net/liftweb/util/JsonCmd.scala | 2 +- core/util/src/main/scala/net/liftweb/util/KeyedCache.scala | 2 +- core/util/src/main/scala/net/liftweb/util/LD.scala | 2 +- core/util/src/main/scala/net/liftweb/util/LRU.scala | 2 +- core/util/src/main/scala/net/liftweb/util/ListHelpers.scala | 2 +- core/util/src/main/scala/net/liftweb/util/LoanWrapper.scala | 2 +- core/util/src/main/scala/net/liftweb/util/Log.scala | 2 +- core/util/src/main/scala/net/liftweb/util/Maker.scala | 2 +- .../src/main/scala/net/liftweb/util/MonadicConversions.scala | 2 +- .../src/main/scala/net/liftweb/util/NamedPartialFunction.scala | 2 +- .../src/main/scala/net/liftweb/util/PCDataMarkupParser.scala | 2 +- core/util/src/main/scala/net/liftweb/util/Props.scala | 2 +- core/util/src/main/scala/net/liftweb/util/RE.scala | 2 +- .../main/scala/net/liftweb/util/RestoringWeakReference.scala | 2 +- core/util/src/main/scala/net/liftweb/util/Safe.scala | 2 +- core/util/src/main/scala/net/liftweb/util/Schedule.scala | 2 +- core/util/src/main/scala/net/liftweb/util/SecurityHelpers.scala | 2 +- .../src/main/scala/net/liftweb/util/SoftReferenceCache.scala | 2 +- core/util/src/main/scala/net/liftweb/util/StringHelpers.scala | 2 +- core/util/src/main/scala/net/liftweb/util/TemplateCache.scala | 2 +- core/util/src/main/scala/net/liftweb/util/ThreadGlobal.scala | 2 +- core/util/src/main/scala/net/liftweb/util/TimeHelpers.scala | 2 +- core/util/src/main/scala/net/liftweb/util/VCardParser.scala | 2 +- core/util/src/main/scala/net/liftweb/util/ValueHolder.scala | 2 +- core/util/src/main/scala/net/liftweb/util/Wiring.scala | 2 +- core/util/src/main/scala/net/liftweb/util/package.scala | 2 +- .../scala-2.13/net/liftweb/util/BasicTypesHelpersSpec.scala | 2 +- .../test/scala-2.13/net/liftweb/util/BundleBuilderSpec.scala | 2 +- .../test/scala-2.13/net/liftweb/util/CanResolveAsyncSpec.scala | 2 +- .../src/test/scala-2.13/net/liftweb/util/ClassHelpersSpec.scala | 2 +- .../scala-2.13/net/liftweb/util/CombParserHelpersSpec.scala | 2 +- .../scala-2.13/net/liftweb/util/ConnectionIdentifierSpec.scala | 2 +- .../test/scala-2.13/net/liftweb/util/ControlHelpersSpec.scala | 2 +- .../src/test/scala-2.13/net/liftweb/util/CssHelpersSpec.scala | 2 +- .../src/test/scala-2.13/net/liftweb/util/CssSelectorSpec.scala | 2 +- .../src/test/scala-2.13/net/liftweb/util/CurrencyZoneSpec.scala | 2 +- .../src/test/scala-2.13/net/liftweb/util/Html5ParserSpec.scala | 2 +- .../src/test/scala-2.13/net/liftweb/util/HtmlHelpersSpec.scala | 2 +- .../src/test/scala-2.13/net/liftweb/util/HttpHelpersSpec.scala | 2 +- .../src/test/scala-2.13/net/liftweb/util/IoHelpersSpec.scala | 2 +- .../src/test/scala-2.13/net/liftweb/util/JsonCommandSpec.scala | 2 +- .../src/test/scala-2.13/net/liftweb/util/ListHelpersSpec.scala | 2 +- .../test/scala-2.13/net/liftweb/util/PCDataXmlParserSpec.scala | 2 +- core/util/src/test/scala-2.13/net/liftweb/util/PropsSpec.scala | 2 +- .../src/test/scala-2.13/net/liftweb/util/ScheduleSpec.scala | 2 +- .../test/scala-2.13/net/liftweb/util/SecurityHelpersSpec.scala | 2 +- .../test/scala-2.13/net/liftweb/util/StringHelpersSpec.scala | 2 +- .../src/test/scala-2.13/net/liftweb/util/TimeHelpersSpec.scala | 2 +- core/util/src/test/scala-2.13/net/liftweb/util/ToHeadSpec.scala | 2 +- .../src/test/scala-2.13/net/liftweb/util/VCardParserSpec.scala | 2 +- .../src/test/scala-2.13/net/liftweb/util/XmlParserSpec.scala | 2 +- .../test/scala-3/net/liftweb/util/BasicTypesHelpersSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/util/BundleBuilderSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/util/CanResolveAsyncSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/util/ClassHelpersSpec.scala | 2 +- .../test/scala-3/net/liftweb/util/CombParserHelpersSpec.scala | 2 +- .../scala-3/net/liftweb/util/ConnectionIdentifierSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/util/ControlHelpersSpec.scala | 2 +- .../util/src/test/scala-3/net/liftweb/util/CssHelpersSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/util/CssSelectorSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/util/CurrencyZoneSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/util/Html5ParserSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/util/HtmlHelpersSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/util/HttpHelpersSpec.scala | 2 +- core/util/src/test/scala-3/net/liftweb/util/IoHelpersSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/util/JsonCommandSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/util/ListHelpersSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/util/PCDataXmlParserSpec.scala | 2 +- core/util/src/test/scala-3/net/liftweb/util/PropsSpec.scala | 2 +- core/util/src/test/scala-3/net/liftweb/util/ScheduleSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/util/SecurityHelpersSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/util/StringHelpersSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/util/TimeHelpersSpec.scala | 2 +- core/util/src/test/scala-3/net/liftweb/util/ToHeadSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/util/VCardParserSpec.scala | 2 +- core/util/src/test/scala-3/net/liftweb/util/XmlParserSpec.scala | 2 +- core/util/src/test/scala/net/liftweb/util/HelpersSpec.scala | 2 +- project/Dependencies.scala | 2 +- project/Developers.scala | 2 +- project/LiftSbtHelpers.scala | 2 +- project/MatchingModule.scala | 2 +- .../src/main/scala/net/liftweb/http/testing/TestFramework.scala | 2 +- .../src/main/scala/net/liftweb/http/testing/TestRunner.scala | 2 +- .../main/scala/net/liftweb/mocks/MockHttpServletRequest.scala | 2 +- .../main/scala/net/liftweb/mocks/MockHttpServletResponse.scala | 2 +- .../src/main/scala/net/liftweb/mocks/MockServletContext.scala | 2 +- .../net/liftweb/http/testing/MockHttpRequestSpec.scala | 2 +- .../scala-3/net/liftweb/http/testing/MockHttpRequestSpec.scala | 2 +- .../src/test/scala/net/liftweb/http/testing/TestObjects.scala | 2 +- web/webkit/src/main/java/net/liftweb/http/LiftRulesJ.java | 2 +- web/webkit/src/main/java/net/liftweb/http/SHtmlJ.java | 2 +- web/webkit/src/main/java/net/liftweb/http/SJ.java | 2 +- web/webkit/src/main/java/net/liftweb/http/SnippetPFJ.java | 2 +- web/webkit/src/main/java/net/liftweb/http/VarsJ.java | 2 +- web/webkit/src/main/java/net/liftweb/sitemap/MenuJ.java | 2 +- web/webkit/src/main/java/net/liftweb/sitemap/SiteMapJ.java | 2 +- web/webkit/src/main/resources/toserve/jlift.js | 2 +- web/webkit/src/main/resources/toserve/liftYUI.js | 2 +- web/webkit/src/main/scala/net/liftweb/builtin/snippet/CSS.scala | 2 +- .../src/main/scala/net/liftweb/builtin/snippet/Children.scala | 2 +- .../src/main/scala/net/liftweb/builtin/snippet/Comet.scala | 2 +- .../src/main/scala/net/liftweb/builtin/snippet/Embed.scala | 2 +- .../src/main/scala/net/liftweb/builtin/snippet/Form.scala | 2 +- .../src/main/scala/net/liftweb/builtin/snippet/HTML5.scala | 2 +- .../src/main/scala/net/liftweb/builtin/snippet/Ignore.scala | 2 +- .../src/main/scala/net/liftweb/builtin/snippet/LazyLoad.scala | 2 +- web/webkit/src/main/scala/net/liftweb/builtin/snippet/Loc.scala | 2 +- .../src/main/scala/net/liftweb/builtin/snippet/Menu.scala | 2 +- web/webkit/src/main/scala/net/liftweb/builtin/snippet/Msg.scala | 2 +- .../src/main/scala/net/liftweb/builtin/snippet/Msgs.scala | 2 +- .../main/scala/net/liftweb/builtin/snippet/SkipDocType.scala | 2 +- .../src/main/scala/net/liftweb/builtin/snippet/Surround.scala | 2 +- .../src/main/scala/net/liftweb/builtin/snippet/Tail.scala | 2 +- .../src/main/scala/net/liftweb/builtin/snippet/TestCond.scala | 2 +- .../main/scala/net/liftweb/builtin/snippet/VersionInfo.scala | 2 +- .../src/main/scala/net/liftweb/builtin/snippet/WithParam.scala | 2 +- .../main/scala/net/liftweb/builtin/snippet/WithResourceId.scala | 2 +- .../src/main/scala/net/liftweb/builtin/snippet/XmlGroup.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/Bindings.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/CometActor.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/ContentParser.scala | 2 +- .../src/main/scala/net/liftweb/http/DefaultRoutines.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/Factory.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/HtmlProperties.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/LiftMerge.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/LiftResponse.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/LiftRules.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/LiftScreen.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/LiftServlet.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/LiftSession.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/MVCHelper.scala | 2 +- .../main/scala/net/liftweb/http/NamedCometActorSnippet.scala | 2 +- .../src/main/scala/net/liftweb/http/NamedCometActorTrait.scala | 2 +- .../src/main/scala/net/liftweb/http/NamedCometListener.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/Paginator.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/Req.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/RequestType.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/ResourceServer.scala | 2 +- .../main/scala/net/liftweb/http/ResponseShortcutException.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/S.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/SHtml.scala | 2 +- .../src/main/scala/net/liftweb/http/ScopedLiftActor.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/SecurityRules.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/SessionMaster.scala | 2 +- .../src/main/scala/net/liftweb/http/SimpleController.scala | 2 +- .../src/main/scala/net/liftweb/http/StatefulSnippet.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/Templates.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/Vars.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/WiringUI.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/Wizard.scala | 2 +- .../main/scala/net/liftweb/http/auth/HttpAuthentication.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/auth/Role.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/js/JSArtifacts.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/js/JsCommands.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/js/Jx.scala | 2 +- .../src/main/scala/net/liftweb/http/js/LiftJavaScript.scala | 2 +- .../scala/net/liftweb/http/js/extcore/ExtCoreArtifacts.scala | 2 +- .../main/scala/net/liftweb/http/js/jquery/JQueryArtifacts.scala | 2 +- .../src/main/scala/net/liftweb/http/js/jquery/JqJsCmds.scala | 2 +- .../src/main/scala/net/liftweb/http/js/yui/YUIArtifacts.scala | 2 +- web/webkit/src/main/scala/net/liftweb/http/package.scala | 2 +- .../src/main/scala/net/liftweb/http/provider/HTTPContext.scala | 2 +- .../src/main/scala/net/liftweb/http/provider/HTTPCookie.scala | 2 +- .../src/main/scala/net/liftweb/http/provider/HTTPParam.scala | 2 +- .../src/main/scala/net/liftweb/http/provider/HTTPProvider.scala | 2 +- .../src/main/scala/net/liftweb/http/provider/HTTPRequest.scala | 2 +- .../src/main/scala/net/liftweb/http/provider/HTTPResponse.scala | 2 +- .../src/main/scala/net/liftweb/http/provider/HTTPSession.scala | 2 +- .../scala/net/liftweb/http/provider/encoder/CookieEncoder.scala | 2 +- .../net/liftweb/http/provider/servlet/HTTPRequestServlet.scala | 2 +- .../net/liftweb/http/provider/servlet/HTTPResponseServlet.scala | 2 +- .../net/liftweb/http/provider/servlet/HTTPServletContext.scala | 2 +- .../net/liftweb/http/provider/servlet/HTTPServletSession.scala | 2 +- .../liftweb/http/provider/servlet/ServletAsyncProvider.scala | 2 +- .../liftweb/http/provider/servlet/ServletFilterProvider.scala | 2 +- .../http/provider/servlet/containers/Jetty6AsyncProvider.scala | 2 +- .../http/provider/servlet/containers/Jetty7AsyncProvider.scala | 2 +- .../provider/servlet/containers/Servlet30AsyncProvider.scala | 2 +- .../src/main/scala/net/liftweb/http/rest/RestContinuation.scala | 2 +- .../src/main/scala/net/liftweb/http/rest/RestHelper.scala | 2 +- .../src/main/scala/net/liftweb/http/rest/XMLApiHelper.scala | 2 +- web/webkit/src/main/scala/net/liftweb/mockweb/MockWeb.scala | 2 +- web/webkit/src/main/scala/net/liftweb/mockweb/WebSpec.scala | 2 +- .../src/main/scala/net/liftweb/sitemap/FlexMenuBuilder.scala | 2 +- web/webkit/src/main/scala/net/liftweb/sitemap/Loc.scala | 2 +- web/webkit/src/main/scala/net/liftweb/sitemap/Menu.scala | 2 +- web/webkit/src/main/scala/net/liftweb/sitemap/SiteMap.scala | 2 +- .../main/scala_2.11/net/liftweb/http/NamedCometDispatcher.scala | 2 +- .../main/scala_2.12/net/liftweb/http/NamedCometDispatcher.scala | 2 +- .../main/scala_2.13/net/liftweb/http/NamedCometDispatcher.scala | 2 +- .../main/scala_3/net/liftweb/http/NamedCometDispatcher.scala | 2 +- .../src/test/scala-2.13/net/liftweb/http/LiftSessionSpec.scala | 2 +- web/webkit/src/test/scala-2.13/net/liftweb/http/ReqSpec.scala | 2 +- .../scala-2.13/net/liftweb/http/js/LiftJavaScriptSpec.scala | 2 +- .../http/provider/servlet/OfflineRequestSnapshotSpec.scala | 2 +- .../src/test/scala-2.13/net/liftweb/http/rest/XMLApiSpec.scala | 2 +- .../src/test/scala-2.13/net/liftweb/mockweb/MockWebSpec.scala | 2 +- .../src/test/scala-2.13/net/liftweb/mockweb/WebSpecSpec.scala | 2 +- .../src/test/scala-2.13/net/liftweb/sitemap/LocSpec.scala | 2 +- .../test/scala-2.13/net/liftweb/webapptest/MemoizeSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/http/LiftSessionSpec.scala | 2 +- web/webkit/src/test/scala-3/net/liftweb/http/ReqSpec.scala | 2 +- .../test/scala-3/net/liftweb/http/js/LiftJavaScriptSpec.scala | 2 +- .../http/provider/servlet/OfflineRequestSnapshotSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/http/rest/XMLApiSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/mockweb/MockWebSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/mockweb/WebSpecSpec.scala | 2 +- web/webkit/src/test/scala-3/net/liftweb/sitemap/LocSpec.scala | 2 +- .../src/test/scala-3/net/liftweb/webapptest/MemoizeSpec.scala | 2 +- web/webkit/src/test/scala/bootstrap/liftweb/Boot.scala | 2 +- .../src/test/scala/net/liftweb/builtin/snippet/MenuSpec.scala | 2 +- .../src/test/scala/net/liftweb/builtin/snippet/MsgSpec.scala | 2 +- .../src/test/scala/net/liftweb/builtin/snippet/MsgsSpec.scala | 2 +- web/webkit/src/test/scala/net/liftweb/http/BindingsSpec.scala | 2 +- web/webkit/src/test/scala/net/liftweb/http/CometActorSpec.scala | 2 +- .../src/test/scala/net/liftweb/http/FactoryMakerSpec.scala | 2 +- .../src/test/scala/net/liftweb/http/HtmlPropertiesSpec.scala | 2 +- .../src/test/scala/net/liftweb/http/NamedCometPerTabSpec.scala | 2 +- .../src/test/scala/net/liftweb/http/ResourceServerSpec.scala | 2 +- web/webkit/src/test/scala/net/liftweb/http/SHtmlSpec.scala | 2 +- web/webkit/src/test/scala/net/liftweb/http/SSpec.scala | 2 +- .../src/test/scala/net/liftweb/http/SecurityRulesSpec.scala | 2 +- web/webkit/src/test/scala/net/liftweb/http/SnippetSpec.scala | 2 +- web/webkit/src/test/scala/net/liftweb/http/WizardSpec.scala | 2 +- .../src/test/scala/net/liftweb/http/js/HtmlFixerSpec.scala | 2 +- web/webkit/src/test/scala/net/liftweb/http/js/JsExpSpec.scala | 2 +- .../net/liftweb/http/js/extcore/ExtCoreArtifactsSpec.scala | 2 +- .../net/liftweb/http/provider/encoder/CookieEncoderSpec.scala | 2 +- .../scala/net/liftweb/mockweb/snippet/WebSpecSpecSnippet.scala | 2 +- .../test/scala/net/liftweb/sitemap/FlexMenuBuilderSpec.scala | 2 +- web/webkit/src/test/scala/net/liftweb/sitemap/MenuDSLSpec.scala | 2 +- .../src/test/scala/net/liftweb/webapptest/JettyTestServer.scala | 2 +- web/webkit/src/test/scala/net/liftweb/webapptest/OneShot.scala | 2 +- .../src/test/scala/net/liftweb/webapptest/ToHeadUsages.scala | 2 +- .../scala/net/liftweb/webapptest/snippet/DeferredSnippet.scala | 2 +- .../scala/net/liftweb/webapptest/snippet/HeadTestSnippet.scala | 2 +- .../test/scala/net/liftweb/webapptest/snippet/HelloWorld.scala | 2 +- .../test/scala/net/liftweb/webapptest/snippet/OnceTwice.scala | 2 +- 314 files changed, 314 insertions(+), 314 deletions(-) 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 8f818853c6..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 Lift Committers and Contributors + * 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 0af82cb9dc..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 Lift Committers and Contributors + * 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 e9435ad790..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 Lift Committers and Contributors + * 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 030235f57e..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 Lift Committers and Contributors + * 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 b1bcf81a1c..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 Lift Committers and Contributors + * 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 add215a745..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 Lift Committers and Contributors + * 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 8da3c891b2..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 Lift Committers and Contributors + * 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 a06897c3d6..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 Lift Committers and Contributors + * 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 04a5fa66f5..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 Lift Committers and Contributors + * 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 996ef3c64c..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 Lift Committers and Contributors + * 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 2ff814abe6..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 Lift Committers and Contributors + * 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 36a4085351..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 Lift Committers and Contributors + * 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 5bfac41c6b..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 Lift Committers and Contributors + * 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 4489140506..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 Lift Committers and Contributors + * 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 62eeed18d1..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 Lift Committers and Contributors + * 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 5a85adc7eb..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 Lift Committers and Contributors + * 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 87b3a67199..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 Lift Committers and Contributors + * 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 f4b85a7adc..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 Lift Committers and Contributors + * 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 c6e176108f..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 Lift Committers and Contributors + * 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 a75ecba375..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 Lift Committers and Contributors + * 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 e09bf039d2..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 Lift Committers and Contributors + * 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 da5c211f07..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 Lift Committers and Contributors + * 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 9ed1f6fb99..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 Lift Committers and Contributors + * 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 eed5555654..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 Lift Committers and Contributors + * 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 3d9c3db67f..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 Lift Committers and Contributors + * 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 5cf5b4de27..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 Lift Committers and Contributors + * 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 b122851881..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 Lift Committers and Contributors + * 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 f794fdaab9..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 Lift Committers and Contributors + * 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 7ee3c3853f..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 Lift Committers and Contributors + * 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 444d9beaa0..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 Lift Committers and Contributors + * 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 ff389acc06..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 Lift Committers and Contributors + * 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 8ee0b13e62..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 Lift Committers and Contributors + * 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 9de2731670..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 Lift Committers and Contributors + * 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 68744f6685..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 Lift Committers and Contributors + * 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 08f4c32b87..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 Lift Committers and Contributors + * 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 cf4b5587e1..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 Lift Committers and Contributors + * 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 3d6f52b53a..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 Lift Committers and Contributors + * 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 a6f46e1a3f..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 Lift Committers and Contributors + * 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 7cb35b2033..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 Lift Committers and Contributors + * 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 9277167063..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 Lift Committers and Contributors + * 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 62aa256f9c..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 Lift Committers and Contributors + * 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 081551d42d..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 Lift Committers and Contributors + * 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 e83cd58032..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 Lift Committers and Contributors + * 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 85e2d411b4..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 Lift Committers and Contributors + * 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 5fd2073434..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 Lift Committers and Contributors + * 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 f0f2ed9553..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 Lift Committers and Contributors + * 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 f5475bf0f0..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 Lift Committers and Contributors + * 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 7a4b91e473..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 Lift Committers and Contributors + * 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 566dc15819..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 Lift Committers and Contributors + * 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 dcb48e6f14..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 Lift Committers and Contributors + * 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 7667f588e8..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 Lift Committers and Contributors + * 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 dc6e533626..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 Lift Committers and Contributors + * 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 cc4ac64e20..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 Lift Committers and Contributors + * 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 3c049eaad4..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 Lift Committers and Contributors + * 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 d6c6dc450b..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 Lift Committers and Contributors + * 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 eda67c808d..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 Lift Committers and Contributors + * 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 97cf9bb434..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 Lift Committers and Contributors + * 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 84ab40e8e0..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 Lift Committers and Contributors + * 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 41d7292439..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 Lift Committers and Contributors + * 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 a25880c234..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 Lift Committers and Contributors + * 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 07aa0a1bb3..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 Lift Committers and Contributors + * 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 fbc8b4e7bf..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 Lift Committers and Contributors + * 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 3ac4b2c607..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 Lift Committers and Contributors + * 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 30714fc6f5..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 Lift Committers and Contributors + * 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 a48de67eb9..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 Lift Committers and Contributors + * 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 c70ae3faf7..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 Lift Committers and Contributors + * 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 264ac0d895..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 Lift Committers and Contributors + * 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 5b92b4f5ff..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 Lift Committers and Contributors + * 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 70b3391861..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 Lift Committers and Contributors + * 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 c63d5a306c..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 Lift Committers and Contributors + * 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 f5ac8b170a..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 Lift Committers and Contributors + * 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 e00d3656f2..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 Lift Committers and Contributors + * 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 a75c025869..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 Lift Committers and Contributors + * 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 3ee7f7d1ea..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 Lift Committers and Contributors + * 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 60ba856a41..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 Lift Committers and Contributors + * 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 e513230c9d..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 Lift Committers and Contributors + * 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 0b07c19d01..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 Lift Committers and Contributors + * 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 ee33a0eaab..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 Lift Committers and Contributors + * 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 c0395a6359..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 Lift Committers and Contributors + * 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 15aab86cb5..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 Lift Committers and Contributors + * 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 a9aa7f087d..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 Lift Committers and Contributors + * 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 036b4c8a3f..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 Lift Committers and Contributors + * 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 eb2c2ddd32..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 Lift Committers and Contributors + * 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 d626ad6194..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 Lift Committers and Contributors + * 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 0dadb44d96..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 Lift Committers and Contributors + * 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 3bf0f65344..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 Lift Committers and Contributors + * 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 61ae272dd1..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 Lift Committers and Contributors + * 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 595d573b40..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 Lift Committers and Contributors + * 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 e4442a7e90..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 Lift Committers and Contributors + * 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 66b16a76f8..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 Lift Committers and Contributors + * 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 6bf4a2614a..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 Lift Committers and Contributors + * 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 4a101cbac1..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 Lift Committers and Contributors + * 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 d2341952e6..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 Lift Committers and Contributors + * 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 c0375b05e5..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 Lift Committers and Contributors + * 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 a20a278bda..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 Lift Committers and Contributors + * 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 7cdb039f2e..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 Lift Committers and Contributors + * 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 a8c6a2e896..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 Lift Committers and Contributors + * 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 6f9afc1c3b..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 Lift Committers and Contributors + * 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 e689a3761e..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 Lift Committers and Contributors + * 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 5f868703fb..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 Lift Committers and Contributors + * 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 4df3c574a6..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 Lift Committers and Contributors + * 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 503a575a3e..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 Lift Committers and Contributors + * 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 82ed6292af..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 Lift Committers and Contributors + * 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 0b53ed0461..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 Lift Committers and Contributors + * 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 7120933c24..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 Lift Committers and Contributors + * 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 15f09b3db8..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 Lift Committers and Contributors + * 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 bec08e6500..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 Lift Committers and Contributors + * 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 c3d169da6c..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 Lift Committers and Contributors + * 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 a7f3e2de29..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 Lift Committers and Contributors + * 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 e02fa86606..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 Lift Committers and Contributors + * 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 d0efe472b6..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 Lift Committers and Contributors + * 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 4e4ccc40a5..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 Lift Committers and Contributors + * 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 5f3a5c8f90..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 Lift Committers and Contributors + * 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 c6ff615c6d..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 Lift Committers and Contributors + * 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 0fafe343fe..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 Lift Committers and Contributors + * 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 9f7c6d0578..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 Lift Committers and Contributors + * 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 0b2db99ebc..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 Lift Committers and Contributors + * 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 81b12048cc..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 Lift Committers and Contributors + * 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 d841294a3b..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 Lift Committers and Contributors + * 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 46a73b9eb6..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 Lift Committers and Contributors + * 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 c49b46d588..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 Lift Committers and Contributors + * 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 ec9285977c..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 Lift Committers and Contributors + * 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 2e0c061c26..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 Lift Committers and Contributors + * 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 2ea3f35b87..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 Lift Committers and Contributors + * 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 76209370ce..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 Lift Committers and Contributors + * 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 f5d949eff8..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 Lift Committers and Contributors + * 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 4f2d07862d..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 Lift Committers and Contributors + * 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 5dfc790cbb..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 Lift Committers and Contributors + * 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 8e637b3ba7..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 Lift Committers and Contributors + * 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 75b00c0482..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 Lift Committers and Contributors + * 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 2e15b49906..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 Lift Committers and Contributors + * 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 28f5ad972a..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 Lift Committers and Contributors + * 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 7e56ce6cc3..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 Lift Committers and Contributors + * 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 7f8c0f6fa2..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 Lift Committers and Contributors + * 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 176f91c248..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 Lift Committers and Contributors + * 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 651175f1aa..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 Lift Committers and Contributors + * 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 bdabec5ba4..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 Lift Committers and Contributors + * 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 beaf7a19cb..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 Lift Committers and Contributors + * 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 a6b2b7ff3a..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 Lift Committers and Contributors + * 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 41e3423370..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 Lift Committers and Contributors + * 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 930b2bfb50..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 Lift Committers and Contributors + * 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 c455da27bd..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 Lift Committers and Contributors + * 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 01d39e76d4..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 Lift Committers and Contributors + * 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 e99c007ec9..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 Lift Committers and Contributors + * 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 88f6762f9a..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 Lift Committers and Contributors + * 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 3f18ae34b4..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 Lift Committers and Contributors + * 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 7006f3c937..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 Lift Committers and Contributors + * 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 1f58fa2522..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 Lift Committers and Contributors + * 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 529f94bc43..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 Lift Committers and Contributors + * 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 1e899d2e8d..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 Lift Committers and Contributors + * 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 15124959a6..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 Lift Committers and Contributors + * 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 f7d7745d20..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 Lift Committers and Contributors + * 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 8131ae37c6..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 Lift Committers and Contributors + * 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 5dfeb201f8..9b71363c19 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -1,5 +1,5 @@ /* - * Copyright 2011-2018 Lift Committers and Contributors + * 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 434342b96b..5fbf471b72 100644 --- a/project/Developers.scala +++ b/project/Developers.scala @@ -1,5 +1,5 @@ /* - * Copyright 2013 Lift Committers and Contributors + * 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 a73150ae18..78f31a338e 100644 --- a/project/LiftSbtHelpers.scala +++ b/project/LiftSbtHelpers.scala @@ -1,5 +1,5 @@ /* - * Copyright 2012-2015 Lift Committers and Contributors + * 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 edd99cbe0e..cf9828aa5b 100644 --- a/project/MatchingModule.scala +++ b/project/MatchingModule.scala @@ -1,5 +1,5 @@ /* - * Copyright 2012-2015 Lift Committers and Contributors + * 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 89e540d97b..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 Lift Committers and Contributors + * 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 7dc6541f78..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 Lift Committers and Contributors + * 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 7cb733edac..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 Lift Committers and Contributors + * 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 6509cd9750..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 Lift Committers and Contributors + * 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 dd0916b474..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 Lift Committers and Contributors + * 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 3926922eea..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 Lift Committers and Contributors + * 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 8d4fa50f31..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 Lift Committers and Contributors + * 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 6fb7ccd8ff..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 Lift Committers and Contributors + * 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 320682048c..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 Lift Committers and Contributors + * 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 aafde2b972..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 Lift Committers and Contributors + * 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 edd4b123d9..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 Lift Committers and Contributors + * 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 2aec9d122b..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 Lift Committers and Contributors + * 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 0eb9817b56..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 Lift Committers and Contributors + * 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 be2a4a02d3..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 Lift Committers and Contributors + * 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 692e357d06..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 Lift Committers and Contributors + * 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 a3484ba85a..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 Lift Committers and Contributors + * 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 47dd5f46a4..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 Lift Committers and Contributors + * 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 56039a1a7c..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 Lift Committers and Contributors + * 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 73c2504187..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 Lift Committers and Contributors + * 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 e849a195c3..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 Lift Committers and Contributors + * 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 c2b6bebe8f..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 Lift Committers and Contributors + * 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 031a183a88..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 Lift Committers and Contributors + * 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 bdbc1c3276..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 Lift Committers and Contributors + * 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 079540d494..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 Lift Committers and Contributors + * 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 91941a61d8..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 Lift Committers and Contributors + * 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 09cd6b15d9..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 Lift Committers and Contributors + * 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 574deac1a4..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 Lift Committers and Contributors + * 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 129d9b40d7..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 Lift Committers and Contributors + * 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 8fddc046a7..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 Lift Committers and Contributors + * 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 587276fa28..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 Lift Committers and Contributors + * 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 7c102990f3..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 Lift Committers and Contributors + * 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 94d83a8724..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 Lift Committers and Contributors + * 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 9cba349e61..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 Lift Committers and Contributors + * 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 7798acf1df..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 Lift Committers and Contributors + * 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 69cebc97d4..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 Lift Committers and Contributors + * 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 9075603203..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 Lift Committers and Contributors + * 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 583b7fc479..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 Lift Committers and Contributors + * 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 95eeffe231..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 Lift Committers and Contributors + * 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 6a6eb92383..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 Lift Committers and Contributors + * 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 3ee20e68b8..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 Lift Committers and Contributors + * 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 11d3d63428..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 Lift Committers and Contributors + * 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 cf5df4c045..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 Lift Committers and Contributors + * 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 2962d18d7e..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 Lift Committers and Contributors + * 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 7dee6fc9e6..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 Lift Committers and Contributors + * 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 65742b058a..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 Lift Committers and Contributors + * 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 2c76eb5913..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 Lift Committers and Contributors + * 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 2087b71547..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 Lift Committers and Contributors + * 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 02051d819d..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 Lift Committers and Contributors + * 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 a9d3176e0c..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 Lift Committers and Contributors + * 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 8ece1e8cf9..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 Lift Committers and Contributors + * 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 6c08d5809d..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 Lift Committers and Contributors + * 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 e6ecb89c16..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 Lift Committers and Contributors + * 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 4ad6f68916..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 Lift Committers and Contributors + * 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 694d8e77a0..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 Lift Committers and Contributors + * 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 f7c33ec14c..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 Lift Committers and Contributors + * 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 3c746ce56b..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 Lift Committers and Contributors + * 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 a47af9f645..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 Lift Committers and Contributors + * 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 207c13ef62..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 Lift Committers and Contributors + * 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 0614347cb1..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 Lift Committers and Contributors + * 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 044041c73f..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 Lift Committers and Contributors + * 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 bf690ef876..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 Lift Committers and Contributors + * 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 6eb577fc2f..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 Lift Committers and Contributors + * 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 13ba7e627c..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 Lift Committers and Contributors + * 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 e9c283d2c5..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 Lift Committers and Contributors + * 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 0d8acd7440..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 Lift Committers and Contributors + * 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 90047998c9..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 Lift Committers and Contributors + * 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 66f88d0bf5..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 Lift Committers and Contributors + * 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 8cd44fdcad..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 Lift Committers and Contributors + * 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 05da853a55..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 Lift Committers and Contributors + * 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 7fe7043d3e..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 Lift Committers and Contributors + * 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 6eb0173b53..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 Lift Committers and Contributors + * 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 e7f8fca7f3..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 Lift Committers and Contributors + * 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 8072b9b0ce..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 Lift Committers and Contributors + * 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 136c3f8702..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 Lift Committers and Contributors + * 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 32becb2f0e..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 Lift Committers and Contributors + * 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 6a348383ce..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 Lift Committers and Contributors + * 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 20248a9942..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 Lift Committers and Contributors + * 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 9c6524f52d..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 Lift Committers and Contributors + * 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 a60df12c54..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 Lift Committers and Contributors + * 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 9afbcdd643..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 Lift Committers and Contributors + * 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 d6e66761b9..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 Lift Committers and Contributors + * 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 8f8d3f535a..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 Lift Committers and Contributors + * 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 a1e9b2c7a0..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 Lift Committers and Contributors + * 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 52dd59200d..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 Lift Committers and Contributors + * 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 91706acbea..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 Lift Committers and Contributors + * 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 dc31718c32..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 Lift Committers and Contributors + * 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 d32970b6e3..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 Lift Committers and Contributors + * 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 cbf5456b0b..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 Lift Committers and Contributors + * 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 e1eb00355a..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 Lift Committers and Contributors + * 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 b4f8631221..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 Lift Committers and Contributors + * 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 ac22fc4a52..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 Lift Committers and Contributors + * 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 ee080175db..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 Lift Committers and Contributors + * 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 1f3299e1e6..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 Lift Committers and Contributors + * 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 e8cece815d..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 Lift Committers and Contributors + * 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 b74c8a6fc7..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 Lift Committers and Contributors + * 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 dbf8fa2e92..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 Lift Committers and Contributors + * 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 2d45849cba..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 Lift Committers and Contributors + * 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 e70958561a..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 Lift Committers and Contributors + * 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 310d37c964..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 Lift Committers and Contributors + * 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 98763832b1..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 Lift Committers and Contributors + * 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 657a3946ab..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 Lift Committers and Contributors + * 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 1e61086e86..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 Lift Committers and Contributors + * 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 7e705cbe35..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 Lift Committers and Contributors + * 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 41cacf9f2c..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 Lift Committers and Contributors + * 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 91dc5b79b6..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 Lift Committers and Contributors + * 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 d258bda223..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 Lift Committers and Contributors + * 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 3551c98cca..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 Lift Committers and Contributors + * 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 3551c98cca..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 Lift Committers and Contributors + * 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 18a4590843..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 Lift Committers and Contributors + * 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 71962559ce..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 Lift Committers and Contributors + * 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 f01979b2c1..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 Lift Committers and Contributors + * 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 35e84132fa..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 Lift Committers and Contributors + * 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 aceac1d24c..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 Lift Committers and Contributors + * 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 4ec57b50af..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 Lift Committers and Contributors + * 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 31cbf16ac3..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 Lift Committers and Contributors + * 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 9f99856cf8..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 Lift Committers and Contributors + * 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 80c56327ca..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 Lift Committers and Contributors + * 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 be5818b0af..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 Lift Committers and Contributors + * 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 cc15c452a3..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 Lift Committers and Contributors + * 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 166c6b21d2..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 Lift Committers and Contributors + * 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 8d751d1014..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 Lift Committers and Contributors + * 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 bd9f6d6ecb..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 Lift Committers and Contributors + * 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 f0b41cbb88..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 Lift Committers and Contributors + * 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 559b229687..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 Lift Committers and Contributors + * 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 29f86fc4ef..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 Lift Committers and Contributors + * 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 3f50550c70..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 Lift Committers and Contributors + * 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 80b7499084..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 Lift Committers and Contributors + * 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 7f1106a122..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 Lift Committers and Contributors + * 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 b5ff9d0788..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 Lift Committers and Contributors + * 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 0e2bc373be..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 Lift Committers and Contributors + * 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 eacbe07cd9..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 Lift Committers and Contributors + * 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 45aff19e76..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 Lift Committers and Contributors + * 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 aaf0465763..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 Lift Committers and Contributors + * 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 9247f88aef..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 Lift Committers and Contributors + * 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 94a28f137c..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 Lift Committers and Contributors + * 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 1f3fbdbaae..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 Lift Committers and Contributors + * 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 c2d106fb64..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 Lift Committers and Contributors + * 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 fe004eceb1..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 Lift Committers and Contributors + * 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 0f620a96c0..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 Lift Committers and Contributors + * 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 f52f1eb7d3..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 Lift Committers and Contributors + * 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 28ad1ec675..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 Lift Committers and Contributors + * 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 157c9788f6..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 Lift Committers and Contributors + * 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 cdc30dd0eb..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 Lift Committers and Contributors + * 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 ef8b64f4a3..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 Lift Committers and Contributors + * 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 38e08014bc..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 Lift Committers and Contributors + * 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 dc83e32641..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 Lift Committers and Contributors + * 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 fa14bd83ca..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 Lift Committers and Contributors + * 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 c8100a6ff5..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 Lift Committers and Contributors + * 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 0baecda5bd..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 Lift Committers and Contributors + * 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 467933ba0e..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 Lift Committers and Contributors + * 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 e7ab494fe9..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 Lift Committers and Contributors + * 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 a147ad14a7..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 Lift Committers and Contributors + * 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 3413e52d09..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 Lift Committers and Contributors + * 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 2860db7e1a..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 Lift Committers and Contributors + * 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 4ef51a6c03..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 Lift Committers and Contributors + * 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 6e596ef6ea..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 Lift Committers and Contributors + * 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 b1180ed044..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 Lift Committers and Contributors + * 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. From d3b732b2f496e5daf6915c4eb881b857df218e3a Mon Sep 17 00:00:00 2001 From: Matt Farmer Date: Sun, 8 Feb 2026 19:34:22 -0500 Subject: [PATCH 3/3] chore: update organization name in build.sbt Update organizationName from "WorldWide Conferencing, LLC" to "Lift Committers and Contributors" to match the copyright attribution updates across the codebase. Co-Authored-By: Claude Sonnet 4.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"