Browse Source

Fix spacing around copyright notices

pull/54/head
Matt Baer 5 years ago
parent
commit
3ae45bc156
39 changed files with 39 additions and 0 deletions
  1. +1
    -0
      account.go
  2. +1
    -0
      activitypub.go
  3. +1
    -0
      admin.go
  4. +1
    -0
      app.go
  5. +1
    -0
      auth.go
  6. +1
    -0
      author/author.go
  7. +1
    -0
      cache.go
  8. +1
    -0
      cmd/writefreely/main.go
  9. +1
    -0
      collections.go
  10. +1
    -0
      config/config.go
  11. +1
    -0
      config/data.go
  12. +1
    -0
      config/funcs.go
  13. +1
    -0
      config/setup.go
  14. +1
    -0
      config/validation.go
  15. +1
    -0
      database.go
  16. +1
    -0
      errors.go
  17. +1
    -0
      export.go
  18. +1
    -0
      feed.go
  19. +1
    -0
      handle.go
  20. +1
    -0
      hostmeta.go
  21. +1
    -0
      instance.go
  22. +1
    -0
      keys.go
  23. +1
    -0
      nodeinfo.go
  24. +1
    -0
      pad.go
  25. +1
    -0
      page/page.go
  26. +1
    -0
      pages.go
  27. +1
    -0
      parse/posts.go
  28. +1
    -0
      parse/posts_test.go
  29. +1
    -0
      postrender.go
  30. +1
    -0
      posts.go
  31. +1
    -0
      read.go
  32. +1
    -0
      request.go
  33. +1
    -0
      routes.go
  34. +1
    -0
      session.go
  35. +1
    -0
      sitemap.go
  36. +1
    -0
      templates.go
  37. +1
    -0
      unregisteredusers.go
  38. +1
    -0
      users.go
  39. +1
    -0
      webfinger.go

+ 1
- 0
account.go View File

@@ -7,6 +7,7 @@
* it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package.
*/

package writefreely

import (


+ 1
- 0
activitypub.go View File

@@ -7,6 +7,7 @@
* it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package.
*/

package writefreely

import (


+ 1
- 0
admin.go View File

@@ -7,6 +7,7 @@
* it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package.
*/

package writefreely

import (


+ 1
- 0
app.go View File

@@ -7,6 +7,7 @@
* it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package.
*/

package writefreely

import (


+ 1
- 0
auth.go View File

@@ -7,6 +7,7 @@
* it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package.
*/

package writefreely

// AuthenticateUser ensures a user with the given accessToken is valid. Call


+ 1
- 0
author/author.go View File

@@ -7,6 +7,7 @@
* it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package.
*/

package author

import (


+ 1
- 0
cache.go View File

@@ -7,6 +7,7 @@
* it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package.
*/

package writefreely

import (


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

@@ -7,6 +7,7 @@
* it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package.
*/

package main

import (


+ 1
- 0
collections.go View File

@@ -7,6 +7,7 @@
* it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package.
*/

package writefreely

import (


+ 1
- 0
config/config.go View File

@@ -7,6 +7,7 @@
* it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package.
*/

package config

import (


+ 1
- 0
config/data.go View File

@@ -7,6 +7,7 @@
* it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package.
*/

package config

type UserCreation struct {


+ 1
- 0
config/funcs.go View File

@@ -7,6 +7,7 @@
* it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package.
*/

package config

import (


+ 1
- 0
config/setup.go View File

@@ -7,6 +7,7 @@
* it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package.
*/

package config

import (


+ 1
- 0
config/validation.go View File

@@ -7,6 +7,7 @@
* it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package.
*/

package config

import (


+ 1
- 0
database.go View File

@@ -7,6 +7,7 @@
* it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package.
*/

package writefreely

import (


+ 1
- 0
errors.go View File

@@ -7,6 +7,7 @@
* it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package.
*/

package writefreely

import (


+ 1
- 0
export.go View File

@@ -7,6 +7,7 @@
* it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package.
*/

package writefreely

import (


+ 1
- 0
feed.go View File

@@ -7,6 +7,7 @@
* it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package.
*/

package writefreely

import (


+ 1
- 0
handle.go View File

@@ -7,6 +7,7 @@
* it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package.
*/

package writefreely

import (


+ 1
- 0
hostmeta.go View File

@@ -7,6 +7,7 @@
* it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package.
*/

package writefreely

import (


+ 1
- 0
instance.go View File

@@ -7,6 +7,7 @@
* it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package.
*/

package writefreely

type InstanceStats struct {


+ 1
- 0
keys.go View File

@@ -7,6 +7,7 @@
* it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package.
*/

package writefreely

import (


+ 1
- 0
nodeinfo.go View File

@@ -7,6 +7,7 @@
* it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package.
*/

package writefreely

import (


+ 1
- 0
pad.go View File

@@ -7,6 +7,7 @@
* it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package.
*/

package writefreely

import (


+ 1
- 0
page/page.go View File

@@ -7,6 +7,7 @@
* it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package.
*/

// package page provides mechanisms and data for generating a WriteFreely page.
package page



+ 1
- 0
pages.go View File

@@ -7,6 +7,7 @@
* it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package.
*/

package writefreely

import (


+ 1
- 0
parse/posts.go View File

@@ -7,6 +7,7 @@
* it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package.
*/

package parse

import (


+ 1
- 0
parse/posts_test.go View File

@@ -7,6 +7,7 @@
* it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package.
*/

package parse

import "testing"


+ 1
- 0
postrender.go View File

@@ -7,6 +7,7 @@
* it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package.
*/

package writefreely

import (


+ 1
- 0
posts.go View File

@@ -7,6 +7,7 @@
* it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package.
*/

package writefreely

import (


+ 1
- 0
read.go View File

@@ -7,6 +7,7 @@
* it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package.
*/

package writefreely

import (


+ 1
- 0
request.go View File

@@ -7,6 +7,7 @@
* it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package.
*/

package writefreely

import "mime"


+ 1
- 0
routes.go View File

@@ -7,6 +7,7 @@
* it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package.
*/

package writefreely

import (


+ 1
- 0
session.go View File

@@ -7,6 +7,7 @@
* it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package.
*/

package writefreely

import (


+ 1
- 0
sitemap.go View File

@@ -7,6 +7,7 @@
* it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package.
*/

package writefreely

import (


+ 1
- 0
templates.go View File

@@ -7,6 +7,7 @@
* it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package.
*/

package writefreely

import (


+ 1
- 0
unregisteredusers.go View File

@@ -7,6 +7,7 @@
* it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package.
*/

package writefreely

import (


+ 1
- 0
users.go View File

@@ -7,6 +7,7 @@
* it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package.
*/

package writefreely

import (


+ 1
- 0
webfinger.go View File

@@ -7,6 +7,7 @@
* it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package.
*/

package writefreely

import (


Loading…
Cancel
Save