Skip to content

Commit a0030ca

Browse files
committed
Change license from MIT to GPLv3
1 parent 0d01b35 commit a0030ca

File tree

8 files changed

+789
-140
lines changed

8 files changed

+789
-140
lines changed

LICENSE

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

README.org

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,3 +249,7 @@ https://github.com/50ways2sayhard/tabnine-capf
249249
https://github.com/zerolfx/copilot.el
250250

251251
https://github.com/karthink/gptel
252+
253+
* License
254+
255+
Licensed under GPLv3.

tabnine-chat-curl.el

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,26 @@
22

33
;; Copyright (C) 2023 Aaron Ji
44

5-
;; Author: Aaron Ji;; <[email protected]>
5+
;; Author: Aaron Ji
66
;; Keywords: convenience
77

8-
;;
9-
;; Permission is hereby granted, free of charge, to any person obtaining a copy
10-
;; of this software and associated documentation files (the "Software"), to deal
11-
;; in the Software without restriction, including without limitation the rights
12-
;; to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13-
;; copies of the Software, and to permit persons to whom the Software is
14-
;; furnished to do so, subject to the following conditions:
15-
;;
16-
;; The above copyright notice and this permission notice shall be included in all
17-
;; copies or substantial portions of the Software.
18-
;;
19-
;; THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20-
;; IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21-
;; FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22-
;; AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23-
;; LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24-
;; OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25-
;; SOFTWARE.
8+
;; SPDX-License-Identifier: GPL-3.0-or-later
9+
10+
;; This program is free software; you can redistribute it and/or modify
11+
;; it under the terms of the GNU General Public License as published by
12+
;; the Free Software Foundation, either version 3 of the License, or
13+
;; (at your option) any later version.
14+
15+
;; This program is distributed in the hope that it will be useful,
16+
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
17+
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
;; GNU General Public License for more details.
19+
20+
;; You should have received a copy of the GNU General Public License
21+
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
22+
23+
;; This file is not part of GNU Emacs.
24+
2625
;;
2726
;;; Commentary:
2827
;;

tabnine-chat-transient.el

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,24 @@
22

33
;; Copyright (C) 2023 Aaron Ji
44

5-
;; Author: Aaron Ji;; <[email protected]>
5+
;; Author: Aaron Ji
66
;; Keywords: convenience
7-
;;
87

9-
;; Permission is hereby granted, free of charge, to any person obtaining a copy
10-
;; of this software and associated documentation files (the "Software"), to deal
11-
;; in the Software without restriction, including without limitation the rights
12-
;; to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13-
;; copies of the Software, and to permit persons to whom the Software is
14-
;; furnished to do so, subject to the following conditions:
15-
;;
16-
;; The above copyright notice and this permission notice shall be included in all
17-
;; copies or substantial portions of the Software.
18-
;;
19-
;; THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20-
;; IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21-
;; FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22-
;; AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23-
;; LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24-
;; OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25-
;; SOFTWARE.
8+
;; SPDX-License-Identifier: GPL-3.0-or-later
9+
10+
;; This program is free software; you can redistribute it and/or modify
11+
;; it under the terms of the GNU General Public License as published by
12+
;; the Free Software Foundation, either version 3 of the License, or
13+
;; (at your option) any later version.
14+
15+
;; This program is distributed in the hope that it will be useful,
16+
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
17+
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
;; GNU General Public License for more details.
19+
20+
;; You should have received a copy of the GNU General Public License
21+
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
22+
2623
;;
2724
;;; Commentary:
2825
;;

tabnine-chat.el

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,28 @@
22

33
;; Copyright (C) 2023 Aaron Ji
44

5-
;; Author: Aaron Ji;; <[email protected]>
5+
;; Copyright (C) 2023 Aaron Ji
6+
7+
;; Author: Aaron Ji
68
;; Keywords: convenience
7-
;;
89

9-
;; Permission is hereby granted, free of charge, to any person obtaining a copy
10-
;; of this software and associated documentation files (the "Software"), to deal
11-
;; in the Software without restriction, including without limitation the rights
12-
;; to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13-
;; copies of the Software, and to permit persons to whom the Software is
14-
;; furnished to do so, subject to the following conditions:
15-
;;
16-
;; The above copyright notice and this permission notice shall be included in all
17-
;; copies or substantial portions of the Software.
18-
;;
19-
;; THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20-
;; IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21-
;; FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22-
;; AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23-
;; LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24-
;; OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25-
;; SOFTWARE.
10+
;; SPDX-License-Identifier: GPL-3.0-or-later
11+
12+
;; This program is free software; you can redistribute it and/or modify
13+
;; it under the terms of the GNU General Public License as published by
14+
;; the Free Software Foundation, either version 3 of the License, or
15+
;; (at your option) any later version.
16+
17+
;; This program is distributed in the hope that it will be useful,
18+
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
19+
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20+
;; GNU General Public License for more details.
21+
22+
;; You should have received a copy of the GNU General Public License
23+
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
24+
25+
;; This file is not part of GNU Emacs.
26+
2627
;;
2728
;;; Commentary:
2829
;;

tabnine-core.el

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,26 @@
22

33
;; Copyright (C) 2023 Aaron Ji
44

5-
;; Author: Aaron Ji;; <[email protected]>
5+
;; Author: Aaron Ji
66
;; Keywords: convenience
7-
;;
87

9-
;;
10-
;; Permission is hereby granted, free of charge, to any person obtaining a copy
11-
;; of this software and associated documentation files (the "Software"), to deal
12-
;; in the Software without restriction, including without limitation the rights
13-
;; to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14-
;; copies of the Software, and to permit persons to whom the Software is
15-
;; furnished to do so, subject to the following conditions:
16-
;;
17-
;; The above copyright notice and this permission notice shall be included in all
18-
;; copies or substantial portions of the Software.
19-
;;
20-
;; THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21-
;; IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22-
;; FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23-
;; AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24-
;; LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25-
;; OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26-
;; SOFTWARE.
8+
;; SPDX-License-Identifier: GPL-3.0-or-later
9+
10+
;; This program is free software; you can redistribute it and/or modify
11+
;; it under the terms of the GNU General Public License as published by
12+
;; the Free Software Foundation, either version 3 of the License, or
13+
;; (at your option) any later version.
14+
15+
;; This program is distributed in the hope that it will be useful,
16+
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
17+
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
;; GNU General Public License for more details.
19+
20+
;; You should have received a copy of the GNU General Public License
21+
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
22+
23+
;; This file is not part of GNU Emacs.
24+
2725
;;
2826
;;; Commentary:
2927
;;

tabnine-util.el

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,26 @@
22

33
;; Copyright (C) 2023 Aaron Ji
44

5-
;; Author: Aaron Ji;; <[email protected]>
5+
;; Author: Aaron Ji
66
;; Keywords: convenience
7-
;;
87

9-
;;
10-
;; Permission is hereby granted, free of charge, to any person obtaining a copy
11-
;; of this software and associated documentation files (the "Software"), to deal
12-
;; in the Software without restriction, including without limitation the rights
13-
;; to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14-
;; copies of the Software, and to permit persons to whom the Software is
15-
;; furnished to do so, subject to the following conditions:
16-
;;
17-
;; The above copyright notice and this permission notice shall be included in all
18-
;; copies or substantial portions of the Software.
19-
;;
20-
;; THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21-
;; IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22-
;; FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23-
;; AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24-
;; LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25-
;; OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26-
;; SOFTWARE.
8+
;; SPDX-License-Identifier: GPL-3.0-or-later
9+
10+
;; This program is free software; you can redistribute it and/or modify
11+
;; it under the terms of the GNU General Public License as published by
12+
;; the Free Software Foundation, either version 3 of the License, or
13+
;; (at your option) any later version.
14+
15+
;; This program is distributed in the hope that it will be useful,
16+
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
17+
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
;; GNU General Public License for more details.
19+
20+
;; You should have received a copy of the GNU General Public License
21+
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
22+
23+
;; This file is not part of GNU Emacs.
24+
2725
;;
2826
;;; Commentary:
2927
;;

tabnine.el

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
;;; tabnine.el --- An unofficial TabNine package with TabNine Chat supported -*- lexical-binding: t -*-
22
;;
3-
;; Copyright (c) 2023 Aaron Ji, Tommy Xiang, John Gong
3+
;; Copyright (c) 2023 Aaron Ji
44
;;
55
;; Author: Aaron Ji <[email protected]>
66
;; Tommy Xiang <[email protected]>
77
;; John Gong <[email protected]>
88
;;
9-
;; Keywords: convenience
109
;; Version: 0.0.1
11-
;; URL: https://github.com/shuxiao9058/tabnine/
1210
;; Package-Requires: ((emacs "28.1") (dash "2.16.0") (s "1.12.0") (editorconfig "0.9.1") (vterm "0.0.2") (language-id "0.5.1") (transient "0.4.0"))
13-
;;
14-
;; Permission is hereby granted, free of charge, to any person obtaining a copy
15-
;; of this software and associated documentation files (the "Software"), to deal
16-
;; in the Software without restriction, including without limitation the rights
17-
;; to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18-
;; copies of the Software, and to permit persons to whom the Software is
19-
;; furnished to do so, subject to the following conditions:
20-
;;
21-
;; The above copyright notice and this permission notice shall be included in all
22-
;; copies or substantial portions of the Software.
23-
;;
24-
;; THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25-
;; IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26-
;; FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27-
;; AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28-
;; LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29-
;; OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30-
;; SOFTWARE.
11+
;; Keywords: convenience
12+
;; URL: https://github.com/shuxiao9058/tabnine/
13+
14+
;; SPDX-License-Identifier: GPL-3.0-or-later
15+
16+
;; This program is free software; you can redistribute it and/or modify
17+
;; it under the terms of the GNU General Public License as published by
18+
;; the Free Software Foundation, either version 3 of the License, or
19+
;; (at your option) any later version.
20+
21+
;; This program is distributed in the hope that it will be useful,
22+
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
23+
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24+
;; GNU General Public License for more details.
25+
26+
;; You should have received a copy of the GNU General Public License
27+
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
28+
29+
;; This file is NOT part of GNU Emacs.
30+
3131
;;
3232
;;; Commentary:
3333
;;
@@ -45,7 +45,6 @@
4545
;;
4646
;;
4747

48-
4948
;;; Code:
5049

5150
;;

0 commit comments

Comments
 (0)