Skip to content

Commit f78768d

Browse files
Update copyright attribution and years (#2049)
* 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 <noreply@anthropic.com> * 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 <noreply@anthropic.com> * 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 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 850c621 commit f78768d

316 files changed

Lines changed: 317 additions & 317 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

artwork/README.md

Lines changed: 2 additions & 2 deletions

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ThisBuild / version := "4.0.0-SNAPSHOT"
66
ThisBuild / homepage := Some(url("https://www.liftweb.net"))
77
ThisBuild / licenses += ("Apache License, Version 2.0", url("https://www.apache.org/licenses/LICENSE-2.0.txt"))
88
ThisBuild / startYear := Some(2006)
9-
ThisBuild / organizationName := "WorldWide Conferencing, LLC"
9+
ThisBuild / organizationName := "Lift Committers and Contributors"
1010

1111
val scala213Version = "2.13.18"
1212
val scala3LTSVersion = "3.3.7"

core/actor/src/main/scala/net/liftweb/actor/LAFuture.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2009-2011 WorldWide Conferencing, LLC
2+
* Copyright 2009-2026 Lift Committers and Contributors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

core/actor/src/main/scala/net/liftweb/actor/LAPinger.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2007-2011 WorldWide Conferencing, LLC
2+
* Copyright 2007-2026 Lift Committers and Contributors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

core/actor/src/main/scala/net/liftweb/actor/LiftActor.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2009-2011 WorldWide Conferencing, LLC
2+
* Copyright 2009-2026 Lift Committers and Contributors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

core/actor/src/test/scala-2.13/net/liftweb/actor/ActorSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011 WorldWide Conferencing, LLC
2+
* Copyright 2011-2026 Lift Committers and Contributors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

core/actor/src/test/scala-2.13/net/liftweb/actor/MockLiftActorSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011 WorldWide Conferencing, LLC
2+
* Copyright 2011-2026 Lift Committers and Contributors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

core/actor/src/test/scala-3/net/liftweb/actor/ActorSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011 WorldWide Conferencing, LLC
2+
* Copyright 2011-2026 Lift Committers and Contributors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

core/actor/src/test/scala-3/net/liftweb/actor/MockLiftActorSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011 WorldWide Conferencing, LLC
2+
* Copyright 2011-2026 Lift Committers and Contributors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

core/actor/src/test/scala/net/liftweb/actor/MyScalaActor.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011 WorldWide Conferencing, LLC
2+
* Copyright 2011-2026 Lift Committers and Contributors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)