Skip to content

Commit c2147cd

Browse files
committed
Relicense, funding, actions
- Relicensed to MIT - Add funding link - Add build action
1 parent ac4f032 commit c2147cd

32 files changed

+38
-1369
lines changed

.github/FUNDING.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
custom: https://www.dns-oarc.net/donate

.github/workflows/build.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: build
2+
on: pull_request
3+
jobs:
4+
test:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/checkout@v3
8+
- uses: actions/setup-go@v3
9+
with:
10+
go-version: '>=1.19.0'
11+
- run: go build -v

COPYING

-674
This file was deleted.

COPYING.LESSER

-165
This file was deleted.

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2022 OARC, Inc.
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

+5-17
Original file line numberDiff line numberDiff line change
@@ -114,22 +114,10 @@ for r := range c {
114114

115115
Jerry Lundström <[email protected]>
116116

117-
## Copyright
117+
## License
118118

119-
Copyright (c) 2017, OARC, Inc.
120-
All rights reserved.
121-
122-
This file is part of ripeatlas.
123-
124-
ripeatlas is free software: you can redistribute it and/or modify
125-
it under the terms of the GNU Lesser General Public License as published by
126-
the Free Software Foundation, either version 3 of the License, or
127-
(at your option) any later version.
128-
129-
ripeatlas is distributed in the hope that it will be useful,
130-
but WITHOUT ANY WARRANTY; without even the implied warranty of
131-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
132-
GNU Lesser General Public License for more details.
119+
```
120+
MIT License
133121
134-
You should have received a copy of the GNU Lesser General Public License
135-
along with ripeatlas. If not, see <http://www.gnu.org/licenses/>.
122+
Copyright (c) 2022 OARC, Inc.
123+
```

atlaser.go

-19
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,3 @@
1-
// Author Jerry Lundström <[email protected]>
2-
// Copyright (c) 2017, OARC, Inc.
3-
// All rights reserved.
4-
//
5-
// This file is part of ripeatlas.
6-
//
7-
// ripeatlas is free software: you can redistribute it and/or modify
8-
// it under the terms of the GNU Lesser General Public License as published by
9-
// the Free Software Foundation, either version 3 of the License, or
10-
// (at your option) any later version.
11-
//
12-
// ripeatlas is distributed in the hope that it will be useful,
13-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
// GNU Lesser General Public License for more details.
16-
//
17-
// You should have received a copy of the GNU Lesser General Public License
18-
// along with ripeatlas. If not, see <http://www.gnu.org/licenses/>.
19-
201
/*
212
Package ripeatlas implements bindings for RIPE Atlas.
223

file.go

-19
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,3 @@
1-
// Author Jerry Lundström <[email protected]>
2-
// Copyright (c) 2017, OARC, Inc.
3-
// All rights reserved.
4-
//
5-
// This file is part of ripeatlas.
6-
//
7-
// ripeatlas is free software: you can redistribute it and/or modify
8-
// it under the terms of the GNU Lesser General Public License as published by
9-
// the Free Software Foundation, either version 3 of the License, or
10-
// (at your option) any later version.
11-
//
12-
// ripeatlas is distributed in the hope that it will be useful,
13-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
// GNU Lesser General Public License for more details.
16-
//
17-
// You should have received a copy of the GNU Lesser General Public License
18-
// along with ripeatlas. If not, see <http://www.gnu.org/licenses/>.
19-
201
package ripeatlas
212

223
import (

http.go

-19
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,3 @@
1-
// Author Jerry Lundström <[email protected]>
2-
// Copyright (c) 2017, OARC, Inc.
3-
// All rights reserved.
4-
//
5-
// This file is part of ripeatlas.
6-
//
7-
// ripeatlas is free software: you can redistribute it and/or modify
8-
// it under the terms of the GNU Lesser General Public License as published by
9-
// the Free Software Foundation, either version 3 of the License, or
10-
// (at your option) any later version.
11-
//
12-
// ripeatlas is distributed in the hope that it will be useful,
13-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
// GNU Lesser General Public License for more details.
16-
//
17-
// You should have received a copy of the GNU Lesser General Public License
18-
// along with ripeatlas. If not, see <http://www.gnu.org/licenses/>.
19-
201
package ripeatlas
212

223
import (

measurement.go

-19
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,3 @@
1-
// Author Jerry Lundström <[email protected]>
2-
// Copyright (c) 2017, OARC, Inc.
3-
// All rights reserved.
4-
//
5-
// This file is part of ripeatlas.
6-
//
7-
// ripeatlas is free software: you can redistribute it and/or modify
8-
// it under the terms of the GNU Lesser General Public License as published by
9-
// the Free Software Foundation, either version 3 of the License, or
10-
// (at your option) any later version.
11-
//
12-
// ripeatlas is distributed in the hope that it will be useful,
13-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
// GNU Lesser General Public License for more details.
16-
//
17-
// You should have received a copy of the GNU Lesser General Public License
18-
// along with ripeatlas. If not, see <http://www.gnu.org/licenses/>.
19-
201
package ripeatlas
212

223
import (

measurement/dns/answer.go

-19
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,3 @@
1-
// Author Jerry Lundström <[email protected]>
2-
// Copyright (c) 2017, OARC, Inc.
3-
// All rights reserved.
4-
//
5-
// This file is part of ripeatlas.
6-
//
7-
// ripeatlas is free software: you can redistribute it and/or modify
8-
// it under the terms of the GNU Lesser General Public License as published by
9-
// the Free Software Foundation, either version 3 of the License, or
10-
// (at your option) any later version.
11-
//
12-
// ripeatlas is distributed in the hope that it will be useful,
13-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
// GNU Lesser General Public License for more details.
16-
//
17-
// You should have received a copy of the GNU Lesser General Public License
18-
// along with ripeatlas. If not, see <http://www.gnu.org/licenses/>.
19-
201
package dns
212

223
import (

measurement/dns/error.go

-19
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,3 @@
1-
// Author Jerry Lundström <[email protected]>
2-
// Copyright (c) 2017, OARC, Inc.
3-
// All rights reserved.
4-
//
5-
// This file is part of ripeatlas.
6-
//
7-
// ripeatlas is free software: you can redistribute it and/or modify
8-
// it under the terms of the GNU Lesser General Public License as published by
9-
// the Free Software Foundation, either version 3 of the License, or
10-
// (at your option) any later version.
11-
//
12-
// ripeatlas is distributed in the hope that it will be useful,
13-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
// GNU Lesser General Public License for more details.
16-
//
17-
// You should have received a copy of the GNU Lesser General Public License
18-
// along with ripeatlas. If not, see <http://www.gnu.org/licenses/>.
19-
201
package dns
212

223
import (

measurement/dns/result.go

-19
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,3 @@
1-
// Author Jerry Lundström <[email protected]>
2-
// Copyright (c) 2017, OARC, Inc.
3-
// All rights reserved.
4-
//
5-
// This file is part of ripeatlas.
6-
//
7-
// ripeatlas is free software: you can redistribute it and/or modify
8-
// it under the terms of the GNU Lesser General Public License as published by
9-
// the Free Software Foundation, either version 3 of the License, or
10-
// (at your option) any later version.
11-
//
12-
// ripeatlas is distributed in the hope that it will be useful,
13-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
// GNU Lesser General Public License for more details.
16-
//
17-
// You should have received a copy of the GNU Lesser General Public License
18-
// along with ripeatlas. If not, see <http://www.gnu.org/licenses/>.
19-
201
package dns
212

223
import (

0 commit comments

Comments
 (0)