Fix spacing around copyright notices

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

@ -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 (

@ -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 (

@ -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 (

@ -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 (

@ -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

@ -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 (

@ -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 (

@ -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 (

@ -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 (

@ -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 (

@ -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 {

@ -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 (

@ -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 (

@ -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 (

@ -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 (

@ -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 (

@ -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 (

@ -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 (

@ -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 (

@ -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 (

@ -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 {

@ -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 (

@ -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 (

@ -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 (

@ -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

@ -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 (

@ -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 (

@ -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"

@ -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 (

@ -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 (

@ -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 (

@ -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"

@ -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 (

@ -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 (

@ -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 (

@ -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 (

@ -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 (

@ -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 (

@ -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