Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions constants.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright IBM Corp. 2015, 2025
// SPDX-License-Identifier: MIT

package jsonapi

const (
Expand Down
3 changes: 3 additions & 0 deletions doc.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright IBM Corp. 2015, 2025
// SPDX-License-Identifier: MIT

/*
Package jsonapi provides a serializer and deserializer for jsonapi.org spec payloads.

Expand Down
3 changes: 3 additions & 0 deletions errors.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright IBM Corp. 2015, 2025
// SPDX-License-Identifier: MIT

package jsonapi

import (
Expand Down
3 changes: 3 additions & 0 deletions errors_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright IBM Corp. 2015, 2025
// SPDX-License-Identifier: MIT

package jsonapi

import (
Expand Down
3 changes: 3 additions & 0 deletions examples/app.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright IBM Corp. 2015, 2025
// SPDX-License-Identifier: MIT

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions examples/fixtures.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright IBM Corp. 2015, 2025
// SPDX-License-Identifier: MIT

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions examples/handler.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright IBM Corp. 2015, 2025
// SPDX-License-Identifier: MIT

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions examples/handler_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright IBM Corp. 2015, 2025
// SPDX-License-Identifier: MIT

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions examples/models.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright IBM Corp. 2015, 2025
// SPDX-License-Identifier: MIT

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions models_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright IBM Corp. 2015, 2025
// SPDX-License-Identifier: MIT

package jsonapi

import (
Expand Down
3 changes: 3 additions & 0 deletions node.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright IBM Corp. 2015, 2025
// SPDX-License-Identifier: MIT

package jsonapi

import "fmt"
Expand Down
3 changes: 3 additions & 0 deletions nullable.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright IBM Corp. 2015, 2025
// SPDX-License-Identifier: MIT

package jsonapi

import (
Expand Down
3 changes: 3 additions & 0 deletions request.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright IBM Corp. 2015, 2025
// SPDX-License-Identifier: MIT

package jsonapi

import (
Expand Down
3 changes: 3 additions & 0 deletions request_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright IBM Corp. 2015, 2025
// SPDX-License-Identifier: MIT

package jsonapi

import (
Expand Down
3 changes: 3 additions & 0 deletions response.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright IBM Corp. 2015, 2025
// SPDX-License-Identifier: MIT

package jsonapi

import (
Expand Down
3 changes: 3 additions & 0 deletions response_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright IBM Corp. 2015, 2025
// SPDX-License-Identifier: MIT

package jsonapi

import (
Expand Down
3 changes: 3 additions & 0 deletions runtime.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright IBM Corp. 2015, 2025
// SPDX-License-Identifier: MIT

package jsonapi

import (
Expand Down
Loading