Skip to content

Commit 5cee2c3

Browse files
committed
chore: updated license marks in source files
Signed-off-by: Frederic BIDON <[email protected]>
1 parent 65f09e7 commit 5cee2c3

File tree

6 files changed

+53
-48
lines changed

6 files changed

+53
-48
lines changed

NOTICE

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
Copyright 2015-2025 go-swagger maintainers
2+
3+
// SPDX-FileCopyrightText: Copyright 2015-2025 go-swagger maintainers
4+
// SPDX-License-Identifier: Apache-2.0
5+
6+
This software library, github.com/go-openapi/jsonpointer, includes software developed
7+
by the go-swagger and go-openapi maintainers ("go-swagger maintainers").
8+
9+
Licensed under the Apache License, Version 2.0 (the "License");
10+
you may not use this software except in compliance with the License.
11+
You may obtain a copy of the License at
12+
13+
This software is copied from, derived from, and inspired by other original software products.
14+
It ships with copies of other software which license terms are recalled below.
15+
16+
The original sofware was authored on 25-02-2013 by sigu-399 (https://github.com/sigu-399, [email protected]).
17+
18+
github.com/sigh-399/jsonpointer
19+
===========================
20+
21+
// SPDX-FileCopyrightText: Copyright 2013 sigu-399 ( https://github.com/sigu-399 )
22+
// SPDX-License-Identifier: Apache-2.0
23+
24+
Copyright 2013 sigu-399 ( https://github.com/sigu-399 )
25+
26+
Licensed under the Apache License, Version 2.0 (the "License");
27+
you may not use this file except in compliance with the License.
28+
You may obtain a copy of the License at
29+
30+
http://www.apache.org/licenses/LICENSE-2.0
31+
32+
Unless required by applicable law or agreed to in writing, software
33+
distributed under the License is distributed on an "AS IS" BASIS,
34+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
35+
See the License for the specific language governing permissions and
36+
limitations under the License.

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,10 @@ Feature complete. Stable API
1717

1818
* http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-07
1919
* http://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03
20+
21+
## Licensing
22+
23+
This library ships under the [SPDX-License-Identifier: Apache-2.0](./LICENSE).
24+
25+
See the license [NOTICE](./NOTICE), which recalls the licensing terms of all the pieces of software
26+
on top of which it has been built.

internal/normalize_url.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: Copyright (c) 2015-2025 go-swagger maintainers
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
package internal
25

36
import (

internal/normalize_url_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: Copyright (c) 2015-2025 go-swagger maintainers
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
package internal
25

36
import (

reference.go

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,5 @@
1-
// Copyright 2013 sigu-399 ( https://github.com/sigu-399 )
2-
//
3-
// Licensed under the Apache License, Version 2.0 (the "License");
4-
// you may not use this file except in compliance with the License.
5-
// You may obtain a copy of the License at
6-
//
7-
// http://www.apache.org/licenses/LICENSE-2.0
8-
//
9-
// Unless required by applicable law or agreed to in writing, software
10-
// distributed under the License is distributed on an "AS IS" BASIS,
11-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
// See the License for the specific language governing permissions and
13-
// limitations under the License.
14-
15-
// author sigu-399
16-
// author-github https://github.com/sigu-399
17-
// author-mail [email protected]
18-
//
19-
// repository-name jsonreference
20-
// repository-desc An implementation of JSON Reference - Go language
21-
//
22-
// description Main and unique file.
23-
//
24-
// created 26-02-2013
1+
// SPDX-FileCopyrightText: Copyright (c) 2015-2025 go-swagger maintainers
2+
// SPDX-License-Identifier: Apache-2.0
253

264
package jsonreference
275

reference_test.go

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,5 @@
1-
// Copyright 2013 sigu-399 ( https://github.com/sigu-399 )
2-
//
3-
// Licensed under the Apache License, Version 2.0 (the "License");
4-
// you may not use this file except in compliance with the License.
5-
// You may obtain a copy of the License at
6-
//
7-
// http://www.apache.org/licenses/LICENSE-2.0
8-
//
9-
// Unless required by applicable law or agreed to in writing, software
10-
// distributed under the License is distributed on an "AS IS" BASIS,
11-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
// See the License for the specific language governing permissions and
13-
// limitations under the License.
14-
15-
// author sigu-399
16-
// author-github https://github.com/sigu-399
17-
// author-mail [email protected]
18-
//
19-
// repository-name jsonreference
20-
// repository-desc An implementation of JSON Reference - Go language
21-
//
22-
// description Automated tests on package.
23-
//
24-
// created 03-03-2013
1+
// SPDX-FileCopyrightText: Copyright (c) 2015-2025 go-swagger maintainers
2+
// SPDX-License-Identifier: Apache-2.0
253

264
package jsonreference
275

0 commit comments

Comments
 (0)