Skip to content

Commit 1a40af1

Browse files
committed
修改GNU协议为MIT协议 #12
1 parent 5b54d82 commit 1a40af1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+119
-1360
lines changed

LICENSE

Lines changed: 21 additions & 674 deletions
Large diffs are not rendered by default.

datalog/doc.go

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
1-
// Copyright (C) 2018 Qi Yin <[email protected]>
2-
//
3-
// This program is free software: you can redistribute it and/or modify
4-
// it under the terms of the GNU General Public License as published by
5-
// the Free Software Foundation, either version 3 of the License, or
6-
// (at your option) any later version.
7-
//
8-
// This program is distributed in the hope that it will be useful,
9-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
// GNU General Public License for more details.
12-
//
13-
// You should have received a copy of the GNU General Public License
14-
// along with this program. If not, see <https://www.gnu.org/licenses/>.
1+
// MIT License
2+
// Copyright (c) 2020 Qi Yin <[email protected]>
153

164
/*
175
Package datalog 用于辅助拼接类 csv 格式化数据日志的组件。

datalog/record.go

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
1-
// Copyright (C) 2018 Qi Yin <[email protected]>
2-
//
3-
// This program is free software: you can redistribute it and/or modify
4-
// it under the terms of the GNU General Public License as published by
5-
// the Free Software Foundation, either version 3 of the License, or
6-
// (at your option) any later version.
7-
//
8-
// This program is distributed in the hope that it will be useful,
9-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
// GNU General Public License for more details.
12-
//
13-
// You should have received a copy of the GNU General Public License
14-
// along with this program. If not, see <https://www.gnu.org/licenses/>.
1+
// MIT License
2+
// Copyright (c) 2020 Qi Yin <[email protected]>
153

164
package datalog
175

datalog/record_test.go

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
1-
// Copyright (C) 2019 Qi Yin <[email protected]>
2-
//
3-
// This program is free software: you can redistribute it and/or modify
4-
// it under the terms of the GNU General Public License as published by
5-
// the Free Software Foundation, either version 3 of the License, or
6-
// (at your option) any later version.
7-
//
8-
// This program is distributed in the hope that it will be useful,
9-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
// GNU General Public License for more details.
12-
//
13-
// You should have received a copy of the GNU General Public License
14-
// along with this program. If not, see <https://www.gnu.org/licenses/>.
1+
// MIT License
2+
// Copyright (c) 2020 Qi Yin <[email protected]>
153

164
package datalog
175

exatomic/doc.go

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
1-
// Copyright (C) 2018 Qi Yin <[email protected]>
2-
//
3-
// This program is free software: you can redistribute it and/or modify
4-
// it under the terms of the GNU General Public License as published by
5-
// the Free Software Foundation, either version 3 of the License, or
6-
// (at your option) any later version.
7-
//
8-
// This program is distributed in the hope that it will be useful,
9-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
// GNU General Public License for more details.
12-
//
13-
// You should have received a copy of the GNU General Public License
14-
// along with this program. If not, see <https://www.gnu.org/licenses/>.
1+
// MIT License
2+
// Copyright (c) 2020 Qi Yin <[email protected]>
153

164
/*
175
Package exatomic 实现了 float32 与 float64 原子操作,

exatomic/float32.go

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
1-
// Copyright (C) 2018 Qi Yin <[email protected]>
2-
//
3-
// This program is free software: you can redistribute it and/or modify
4-
// it under the terms of the GNU General Public License as published by
5-
// the Free Software Foundation, either version 3 of the License, or
6-
// (at your option) any later version.
7-
//
8-
// This program is distributed in the hope that it will be useful,
9-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
// GNU General Public License for more details.
12-
//
13-
// You should have received a copy of the GNU General Public License
14-
// along with this program. If not, see <https://www.gnu.org/licenses/>.
1+
// MIT License
2+
// Copyright (c) 2020 Qi Yin <[email protected]>
153

164
package exatomic
175

exatomic/float32_test.go

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
1-
// Copyright (C) 2018 Qi Yin <[email protected]>
2-
//
3-
// This program is free software: you can redistribute it and/or modify
4-
// it under the terms of the GNU General Public License as published by
5-
// the Free Software Foundation, either version 3 of the License, or
6-
// (at your option) any later version.
7-
//
8-
// This program is distributed in the hope that it will be useful,
9-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
// GNU General Public License for more details.
12-
//
13-
// You should have received a copy of the GNU General Public License
14-
// along with this program. If not, see <https://www.gnu.org/licenses/>.
1+
// MIT License
2+
// Copyright (c) 2020 Qi Yin <[email protected]>
153

164
package exatomic
175

exatomic/float64.go

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
1-
// Copyright (C) 2018 Qi Yin <[email protected]>
2-
//
3-
// This program is free software: you can redistribute it and/or modify
4-
// it under the terms of the GNU General Public License as published by
5-
// the Free Software Foundation, either version 3 of the License, or
6-
// (at your option) any later version.
7-
//
8-
// This program is distributed in the hope that it will be useful,
9-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
// GNU General Public License for more details.
12-
//
13-
// You should have received a copy of the GNU General Public License
14-
// along with this program. If not, see <https://www.gnu.org/licenses/>.
1+
// MIT License
2+
// Copyright (c) 2020 Qi Yin <[email protected]>
153

164
package exatomic
175

exatomic/float64_test.go

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
1-
// Copyright (C) 2018 Qi Yin <[email protected]>
2-
//
3-
// This program is free software: you can redistribute it and/or modify
4-
// it under the terms of the GNU General Public License as published by
5-
// the Free Software Foundation, either version 3 of the License, or
6-
// (at your option) any later version.
7-
//
8-
// This program is distributed in the hope that it will be useful,
9-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
// GNU General Public License for more details.
12-
//
13-
// You should have received a copy of the GNU General Public License
14-
// along with this program. If not, see <https://www.gnu.org/licenses/>.
1+
// MIT License
2+
// Copyright (c) 2020 Qi Yin <[email protected]>
153

164
package exatomic
175

exbytes/benchmark/bytes_test.go

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
1-
// Copyright (C) 2018 Qi Yin <[email protected]>
2-
//
3-
// This program is free software: you can redistribute it and/or modify
4-
// it under the terms of the GNU General Public License as published by
5-
// the Free Software Foundation, either version 3 of the License, or
6-
// (at your option) any later version.
7-
//
8-
// This program is distributed in the hope that it will be useful,
9-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
// GNU General Public License for more details.
12-
//
13-
// You should have received a copy of the GNU General Public License
14-
// along with this program. If not, see <https://www.gnu.org/licenses/>.
1+
// MIT License
2+
// Copyright (c) 2020 Qi Yin <[email protected]>
153

164
package benchmark
175

0 commit comments

Comments
 (0)