Browse Source

Change copyright notices to Musing Studio LLC

A Bunch Tell is now Musing Studio.
hotfix-0.13.2
Matt Baer 1 year ago
parent
commit
d08f067e9c
78 changed files with 81 additions and 78 deletions
  1. +1
    -1
      README.md
  2. +1
    -1
      account.go
  3. +1
    -1
      activitypub.go
  4. +1
    -1
      admin.go
  5. +1
    -1
      app.go
  6. +1
    -1
      auth.go
  7. +1
    -1
      author/author.go
  8. +1
    -1
      cache.go
  9. +1
    -1
      cmd/writefreely/config.go
  10. +1
    -1
      cmd/writefreely/db.go
  11. +1
    -1
      cmd/writefreely/keys.go
  12. +1
    -1
      cmd/writefreely/main.go
  13. +1
    -1
      cmd/writefreely/user.go
  14. +1
    -1
      cmd/writefreely/web.go
  15. +1
    -1
      collections.go
  16. +1
    -1
      config/config.go
  17. +1
    -1
      config/data.go
  18. +1
    -1
      config/funcs.go
  19. +1
    -1
      config/setup.go
  20. +1
    -1
      config/validation.go
  21. +2
    -1
      database-lib.go
  22. +2
    -1
      database-no-sqlite.go
  23. +2
    -1
      database-sqlite.go
  24. +1
    -1
      database.go
  25. +1
    -1
      db/create.go
  26. +1
    -1
      errors.go
  27. +1
    -1
      export.go
  28. +1
    -1
      feed.go
  29. +1
    -1
      gopher.go
  30. +1
    -1
      handle.go
  31. +1
    -1
      hostmeta.go
  32. +1
    -1
      instance.go
  33. +1
    -1
      invites.go
  34. +1
    -1
      key/key.go
  35. +1
    -1
      keys.go
  36. +1
    -1
      less/login.less
  37. +1
    -1
      migrations/drivers.go
  38. +1
    -1
      migrations/migrations.go
  39. +1
    -1
      migrations/v1.go
  40. +1
    -1
      migrations/v10.go
  41. +1
    -1
      migrations/v2.go
  42. +1
    -1
      migrations/v3.go
  43. +1
    -1
      migrations/v4.go
  44. +1
    -1
      migrations/v5.go
  45. +1
    -1
      migrations/v6.go
  46. +1
    -1
      migrations/v7.go
  47. +1
    -1
      migrations/v8.go
  48. +1
    -1
      migrations/v9.go
  49. +1
    -1
      monetization.go
  50. +1
    -1
      nodeinfo.go
  51. +1
    -1
      oauth.go
  52. +1
    -1
      oauth_generic.go
  53. +1
    -1
      oauth_signup.go
  54. +1
    -1
      oauth_slack.go
  55. +1
    -1
      oauth_test.go
  56. +1
    -1
      pad.go
  57. +1
    -1
      page/page.go
  58. +1
    -1
      pages.go
  59. +1
    -1
      parse/posts.go
  60. +1
    -1
      parse/posts_test.go
  61. +1
    -1
      postrender.go
  62. +1
    -1
      postrender_test.go
  63. +1
    -1
      posts.go
  64. +1
    -1
      posts_test.go
  65. +1
    -1
      read.go
  66. +1
    -1
      request.go
  67. +1
    -1
      routes.go
  68. +1
    -1
      scripts/invalidate-css.sh
  69. +1
    -1
      scripts/upgrade-server.sh
  70. +1
    -1
      session.go
  71. +1
    -1
      sitemap.go
  72. +1
    -1
      static/js/modals.js
  73. +1
    -1
      static/js/webmonetization.js
  74. +1
    -1
      templates.go
  75. +1
    -1
      unregisteredusers.go
  76. +1
    -1
      updates.go
  77. +1
    -1
      users.go
  78. +1
    -1
      webfinger.go

+ 1
- 1
README.md View File

@@ -86,4 +86,4 @@ Before contributing anything, please read our [Contributing Guide](https://githu

## License

Copyright © 2018-2021 [A Bunch Tell LLC](https://abunchtell.com) and contributing authors. Licensed under the [AGPL](https://github.com/writefreely/writefreely/blob/develop/LICENSE).
Copyright © 2018-2022 [Musing Studio LLC](https://musing.studio) and contributing authors. Licensed under the [AGPL](https://github.com/writefreely/writefreely/blob/develop/LICENSE).

+ 1
- 1
account.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2018-2021 A Bunch Tell LLC.
* Copyright © 2018-2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
activitypub.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2018-2021 A Bunch Tell LLC.
* Copyright © 2018-2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
admin.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2018-2021 A Bunch Tell LLC.
* Copyright © 2018-2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
app.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2018-2021 A Bunch Tell LLC.
* Copyright © 2018-2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
auth.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2018 A Bunch Tell LLC.
* Copyright © 2018 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
author/author.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2018-2021 A Bunch Tell LLC.
* Copyright © 2018-2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
cache.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2018 A Bunch Tell LLC.
* Copyright © 2018 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
cmd/writefreely/config.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2021 A Bunch Tell LLC.
* Copyright © 2020-2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
cmd/writefreely/db.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2021 A Bunch Tell LLC.
* Copyright © 2020-2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
cmd/writefreely/keys.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2021 A Bunch Tell LLC.
* Copyright © 2020-2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
cmd/writefreely/main.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2018-2021 A Bunch Tell LLC.
* Copyright © 2018-2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
cmd/writefreely/user.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2021 A Bunch Tell LLC.
* Copyright © 2020-2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
cmd/writefreely/web.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2021 A Bunch Tell LLC.
* Copyright © 2020-2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
collections.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2018-2021 A Bunch Tell LLC.
* Copyright © 2018-2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
config/config.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2018-2021 A Bunch Tell LLC.
* Copyright © 2018-2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
config/data.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2018 A Bunch Tell LLC.
* Copyright © 2018 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
config/funcs.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2018, 2020-2021 A Bunch Tell LLC.
* Copyright © 2018, 2020-2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
config/setup.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2018 A Bunch Tell LLC.
* Copyright © 2018 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
config/validation.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2018 A Bunch Tell LLC.
* Copyright © 2018 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 2
- 1
database-lib.go View File

@@ -1,7 +1,8 @@
//go:build wflib
// +build wflib

/*
* Copyright © 2019-2020 A Bunch Tell LLC.
* Copyright © 2019-2020 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 2
- 1
database-no-sqlite.go View File

@@ -1,7 +1,8 @@
//go:build !sqlite && !wflib
// +build !sqlite,!wflib

/*
* Copyright © 2019-2020 A Bunch Tell LLC.
* Copyright © 2019-2020 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 2
- 1
database-sqlite.go View File

@@ -1,7 +1,8 @@
//go:build sqlite && !wflib
// +build sqlite,!wflib

/*
* Copyright © 2019-2020 A Bunch Tell LLC.
* Copyright © 2019-2020 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
database.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2018-2021 A Bunch Tell LLC.
* Copyright © 2018-2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
db/create.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2019-2020 A Bunch Tell LLC.
* Copyright © 2019-2020 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
errors.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2018-2020 A Bunch Tell LLC.
* Copyright © 2018-2020 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
export.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2018-2019 A Bunch Tell LLC.
* Copyright © 2018-2019 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
feed.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2018-2021 A Bunch Tell LLC.
* Copyright © 2018-2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
gopher.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2020 A Bunch Tell LLC.
* Copyright © 2020 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
handle.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2018-2021 A Bunch Tell LLC.
* Copyright © 2018-2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
hostmeta.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2018-2019 A Bunch Tell LLC.
* Copyright © 2018-2019 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
instance.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2018 A Bunch Tell LLC.
* Copyright © 2018 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
invites.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2019-2021 A Bunch Tell LLC.
* Copyright © 2019-2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
key/key.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2019, 2021 A Bunch Tell LLC.
* Copyright © 2019, 2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
keys.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2018-2019, 2021 A Bunch Tell LLC.
* Copyright © 2018-2019, 2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
less/login.less View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2020 A Bunch Tell LLC.
* Copyright © 2020 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
migrations/drivers.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2019 A Bunch Tell LLC.
* Copyright © 2019 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
migrations/migrations.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2019 A Bunch Tell LLC.
* Copyright © 2019 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
migrations/v1.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2019 A Bunch Tell LLC.
* Copyright © 2019 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
migrations/v10.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2020 A Bunch Tell LLC.
* Copyright © 2020 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
migrations/v2.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2019 A Bunch Tell LLC.
* Copyright © 2019 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
migrations/v3.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2019 A Bunch Tell LLC.
* Copyright © 2019 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
migrations/v4.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2019-2021 A Bunch Tell LLC.
* Copyright © 2019-2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
migrations/v5.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2019-2021 A Bunch Tell LLC.
* Copyright © 2019-2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
migrations/v6.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2019-2020 A Bunch Tell LLC.
* Copyright © 2019-2020 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
migrations/v7.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2021 A Bunch Tell LLC.
* Copyright © 2020-2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
migrations/v8.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2021 A Bunch Tell LLC.
* Copyright © 2020-2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
migrations/v9.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2020 A Bunch Tell LLC.
* Copyright © 2020 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
monetization.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2021 A Bunch Tell LLC.
* Copyright © 2020-2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
nodeinfo.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2018-2019, 2021 A Bunch Tell LLC.
* Copyright © 2018-2019, 2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
oauth.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2019-2021 A Bunch Tell LLC.
* Copyright © 2019-2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
oauth_generic.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2021 A Bunch Tell LLC and respective authors.
* Copyright © 2020-2021 Musing Studio LLC and respective authors.
*
* This file is part of WriteFreely.
*


+ 1
- 1
oauth_signup.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2021 A Bunch Tell LLC.
* Copyright © 2020-2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
oauth_slack.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2019-2020 A Bunch Tell LLC.
* Copyright © 2019-2020 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
oauth_test.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2019-2021 A Bunch Tell LLC.
* Copyright © 2019-2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
pad.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2018-2021 A Bunch Tell LLC.
* Copyright © 2018-2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
page/page.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2018-2019, 2021 A Bunch Tell LLC.
* Copyright © 2018-2019, 2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
pages.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2018-2019, 2021 A Bunch Tell LLC.
* Copyright © 2018-2019, 2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
parse/posts.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2018-2020 A Bunch Tell LLC.
* Copyright © 2018-2020 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
parse/posts_test.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2018 A Bunch Tell LLC.
* Copyright © 2018 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
postrender.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2018-2021 A Bunch Tell LLC.
* Copyright © 2018-2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
postrender_test.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2021 A Bunch Tell LLC.
* Copyright © 2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
posts.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2018-2021 A Bunch Tell LLC.
* Copyright © 2018-2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
posts_test.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2021 A Bunch Tell LLC.
* Copyright © 2020-2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
read.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2018-2021 A Bunch Tell LLC.
* Copyright © 2018-2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
request.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2018 A Bunch Tell LLC.
* Copyright © 2018 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
routes.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2018-2021 A Bunch Tell LLC.
* Copyright © 2018-2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
scripts/invalidate-css.sh View File

@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright © 2020 A Bunch Tell LLC.
# Copyright © 2020 Musing Studio LLC.
#
# This file is part of WriteFreely.
#


+ 1
- 1
scripts/upgrade-server.sh View File

@@ -11,7 +11,7 @@
## have not installed the binary `writefreely` in another location. ##
###############################################################################
#
# Copyright © 2019-2020 A Bunch Tell LLC.
# Copyright © 2019-2020 Musing Studio LLC.
#
# This file is part of WriteFreely.
#


+ 1
- 1
session.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2018-2019 A Bunch Tell LLC.
* Copyright © 2018-2019 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
sitemap.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2018-2019 A Bunch Tell LLC.
* Copyright © 2018-2019 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
static/js/modals.js View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2016-2021 A Bunch Tell LLC.
* Copyright © 2016-2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
static/js/webmonetization.js View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2020-2021 A Bunch Tell LLC.
* Copyright © 2020-2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
templates.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2018-2021 A Bunch Tell LLC.
* Copyright © 2018-2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
unregisteredusers.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2018-2019 A Bunch Tell LLC.
* Copyright © 2018-2019 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
updates.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2019-2020 A Bunch Tell LLC.
* Copyright © 2019-2020 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
users.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2018-2019, 2021 A Bunch Tell LLC.
* Copyright © 2018-2019, 2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


+ 1
- 1
webfinger.go View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2018-2021 A Bunch Tell LLC.
* Copyright © 2018-2021 Musing Studio LLC.
*
* This file is part of WriteFreely.
*


Loading…
Cancel
Save