Fix spacing around copyright notices

This commit is contained in:
Matt Baer 2018-12-31 01:05:26 -05:00
parent 739afd2310
commit 3ae45bc156
39 changed files with 39 additions and 0 deletions

View File

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

View File

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

View File

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

1
app.go
View File

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

View File

@ -7,6 +7,7 @@
* it under the terms of the GNU Affero General Public License, included * it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package. * in the LICENSE file in this source code package.
*/ */
package writefreely package writefreely
// AuthenticateUser ensures a user with the given accessToken is valid. Call // AuthenticateUser ensures a user with the given accessToken is valid. Call

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

1
pad.go
View File

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

View File

@ -7,6 +7,7 @@
* it under the terms of the GNU Affero General Public License, included * it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package. * in the LICENSE file in this source code package.
*/ */
// package page provides mechanisms and data for generating a WriteFreely page. // package page provides mechanisms and data for generating a WriteFreely page.
package page package page

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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