Skip to content

Commit

Permalink
Change do-not-edit header to the official one
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloserrano authored and atombender committed Mar 26, 2020
1 parent 7d6d0aa commit bd4fc0b
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion pkg/codegen/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type File struct {
}

func (p *File) Generate(out *Emitter) {
out.Comment("THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.")
out.Comment("Code generated by github.com/atombender/go-jsonschema, DO NOT EDIT.")
out.Newline()
p.Package.Generate(out)
}
Expand Down
2 changes: 1 addition & 1 deletion tests/data/core/4.2.1_array.go.output
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
// Code generated by github.com/atombender/go-jsonschema, DO NOT EDIT.

package test

Expand Down
2 changes: 1 addition & 1 deletion tests/data/core/object.go.output
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
// Code generated by github.com/atombender/go-jsonschema, DO NOT EDIT.

package test

Expand Down
2 changes: 1 addition & 1 deletion tests/data/core/objectEmpty.go.output
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
// Code generated by github.com/atombender/go-jsonschema, DO NOT EDIT.

package test

Expand Down
2 changes: 1 addition & 1 deletion tests/data/core/objectNested.go.output
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
// Code generated by github.com/atombender/go-jsonschema, DO NOT EDIT.

package test

Expand Down
2 changes: 1 addition & 1 deletion tests/data/core/primitives.go.output
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
// Code generated by github.com/atombender/go-jsonschema, DO NOT EDIT.

package test

Expand Down
2 changes: 1 addition & 1 deletion tests/data/core/ref.go.output
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
// Code generated by github.com/atombender/go-jsonschema, DO NOT EDIT.

package test

Expand Down
2 changes: 1 addition & 1 deletion tests/data/core/refExternalFile.go.output
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
// Code generated by github.com/atombender/go-jsonschema, DO NOT EDIT.

package test

Expand Down
2 changes: 1 addition & 1 deletion tests/data/core/refExternalFileWithDupe.go.output
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
// Code generated by github.com/atombender/go-jsonschema, DO NOT EDIT.

package test

Expand Down
2 changes: 1 addition & 1 deletion tests/data/core/refToEnum.go.output
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
// Code generated by github.com/atombender/go-jsonschema, DO NOT EDIT.

package test

Expand Down
2 changes: 1 addition & 1 deletion tests/data/core/refToPrimitiveString.go.output
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
// Code generated by github.com/atombender/go-jsonschema, DO NOT EDIT.

package test

Expand Down
2 changes: 1 addition & 1 deletion tests/data/crossPackage/other.go.output
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
// Code generated by github.com/atombender/go-jsonschema, DO NOT EDIT.

package other

Expand Down
2 changes: 1 addition & 1 deletion tests/data/crossPackage/schema.go.output
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
// Code generated by github.com/atombender/go-jsonschema, DO NOT EDIT.

package schema

Expand Down
2 changes: 1 addition & 1 deletion tests/data/crossPackageNoOutput/schema.go.output
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
// Code generated by github.com/atombender/go-jsonschema, DO NOT EDIT.

package schema

Expand Down
2 changes: 1 addition & 1 deletion tests/data/misc/capitalization.go.output
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
// Code generated by github.com/atombender/go-jsonschema, DO NOT EDIT.

package test

Expand Down
2 changes: 1 addition & 1 deletion tests/data/miscWithDefaults/case.go.output
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
// Code generated by github.com/atombender/go-jsonschema, DO NOT EDIT.

package test

Expand Down
2 changes: 1 addition & 1 deletion tests/data/miscWithDefaults/caseDupes.go.output
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
// Code generated by github.com/atombender/go-jsonschema, DO NOT EDIT.

package test

Expand Down
2 changes: 1 addition & 1 deletion tests/data/miscWithDefaults/cyclic.go.output
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
// Code generated by github.com/atombender/go-jsonschema, DO NOT EDIT.

package test

Expand Down
2 changes: 1 addition & 1 deletion tests/data/miscWithDefaults/cyclicAndRequired1.go.output
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
// Code generated by github.com/atombender/go-jsonschema, DO NOT EDIT.

package test

Expand Down
2 changes: 1 addition & 1 deletion tests/data/miscWithDefaults/cyclicAndRequired2.go.output
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
// Code generated by github.com/atombender/go-jsonschema, DO NOT EDIT.

package test

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
// Code generated by github.com/atombender/go-jsonschema, DO NOT EDIT.

package test

Expand Down
2 changes: 1 addition & 1 deletion tests/data/miscWithDefaults/rootIsArrayOfString.go.output
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
// Code generated by github.com/atombender/go-jsonschema, DO NOT EDIT.

package test

Expand Down
2 changes: 1 addition & 1 deletion tests/data/validation/10.1_description.go.output
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
// Code generated by github.com/atombender/go-jsonschema, DO NOT EDIT.

package test

Expand Down
2 changes: 1 addition & 1 deletion tests/data/validation/6.1.1_typeMultiple.go.output
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
// Code generated by github.com/atombender/go-jsonschema, DO NOT EDIT.

package test

Expand Down
2 changes: 1 addition & 1 deletion tests/data/validation/6.1.2_enum.go.output
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
// Code generated by github.com/atombender/go-jsonschema, DO NOT EDIT.

package test

Expand Down
2 changes: 1 addition & 1 deletion tests/data/validation/6.5.3_requiredFields.go.output
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
// Code generated by github.com/atombender/go-jsonschema, DO NOT EDIT.

package test

Expand Down

0 comments on commit bd4fc0b

Please sign in to comment.