Skip to content

Commit

Permalink
License changed to Apache 2.0, updated copyright.
Browse files Browse the repository at this point in the history
  • Loading branch information
alcatraz-rm committed Jul 25, 2018
1 parent 99116b2 commit 8b231dc
Show file tree
Hide file tree
Showing 17 changed files with 373 additions and 49 deletions.
315 changes: 294 additions & 21 deletions LICENSE

Large diffs are not rendered by default.

30 changes: 30 additions & 0 deletions Notice
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
Copyright © 2018. All rights reserved.
Author: German Yakimov

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


---------------------------------------------------------------------------

Лицензировано согласно Лицензии Apache, Версия 2.0 ("Лицензия");
вы можете использовать этот файл только в соответствии с Лицензией.
Вы можете найти копию Лицензии по адресу

http://www.apache.org/licenses/LICENSE-2.0.

За исключением случаев, когда это регламентировано существующим
законодательством или если это не оговорено в письменном соглашении,
программное обеспечение распространяемое на условиях данной Лицензии,
предоставляется "КАК ЕСТЬ" и любые явные или неявные ГАРАНТИИ
ОТВЕРГАЮТСЯ. Информацию об основных правах и ограничениях, применяемых
к определенному языку согласно Лицензии, вы можете найти в данной Лицензии.
4 changes: 2 additions & 2 deletions Python/Demo.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright © 2017-2018. All rights reserved.
# Copyright © 2018. All rights reserved.
# Author: German Yakimov
# Licensed under the Apache License, Version 2.0
# License: https://github.com/GermanYakimov/Text_tone_analyzer/blob/master/LICENSE
# Contacts: german@yakimov.su

import platform
import sys
Expand Down
4 changes: 2 additions & 2 deletions Python/Services/Classifier.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright © 2017-2018. All rights reserved.
# Copyright © 2018. All rights reserved.
# Author: German Yakimov
# Licensed under the Apache License, Version 2.0
# License: https://github.com/GermanYakimov/Text_tone_analyzer/blob/master/LICENSE
# Contacts: german@yakimov.su

import os
from sklearn.externals import joblib
Expand Down
4 changes: 2 additions & 2 deletions Python/Services/DatabaseCursor.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright © 2017-2018. All rights reserved.
# Copyright © 2018. All rights reserved.
# Author: German Yakimov
# Licensed under the Apache License, Version 2.0
# License: https://github.com/GermanYakimov/Text_tone_analyzer/blob/master/LICENSE
# Contacts: german@yakimov.su

import sqlite3
import os
Expand Down
4 changes: 2 additions & 2 deletions Python/Services/DocumentPreparer.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright © 2017-2018. All rights reserved.
# Copyright © 2018. All rights reserved.
# Author: German Yakimov
# Licensed under the Apache License, Version 2.0
# License: https://github.com/GermanYakimov/Text_tone_analyzer/blob/master/LICENSE
# Contacts: german@yakimov.su

from Python.Services.Logger import Logger

Expand Down
4 changes: 2 additions & 2 deletions Python/Services/FileReader.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright © 2017-2018. All rights reserved.
# Copyright © 2018. All rights reserved.
# Author: German Yakimov
# Licensed under the Apache License, Version 2.0
# License: https://github.com/GermanYakimov/Text_tone_analyzer/blob/master/LICENSE
# Contacts: german@yakimov.su

import chardet
from PyQt5.QtWidgets import QFileDialog, QWidget
Expand Down
4 changes: 2 additions & 2 deletions Python/Services/Lemmatizer/Lemmatizer.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright © 2017-2018. All rights reserved.
# Copyright © 2018. All rights reserved.
# Author: German Yakimov
# Licensed under the Apache License, Version 2.0
# License: https://github.com/GermanYakimov/Text_tone_analyzer/blob/master/LICENSE
# Contacts: german@yakimov.su

from string import ascii_letters
import re
Expand Down
4 changes: 2 additions & 2 deletions Python/Services/Logger.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright © 2017-2018. All rights reserved.
# Copyright © 2018. All rights reserved.
# Author: German Yakimov
# Licensed under the Apache License, Version 2.0
# License: https://github.com/GermanYakimov/Text_tone_analyzer/blob/master/LICENSE
# Contacts: german@yakimov.su

import os
import sys
Expand Down
4 changes: 2 additions & 2 deletions Python/Services/NgramAnalyzer.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright © 2017-2018. All rights reserved.
# Copyright © 2018. All rights reserved.
# Author: German Yakimov
# Licensed under the Apache License, Version 2.0
# License: https://github.com/GermanYakimov/Text_tone_analyzer/blob/master/LICENSE
# Contacts: german@yakimov.su

import os
import warnings
Expand Down
5 changes: 5 additions & 0 deletions Python/Services/Singleton/Singleton.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Copyright © 2018. All rights reserved.
# Author: German Yakimov
# Licensed under the Apache License, Version 2.0
# License: https://github.com/GermanYakimov/Text_tone_analyzer/blob/master/LICENSE


class Singleton(type):
_instances = {}
Expand Down
4 changes: 2 additions & 2 deletions Python/Services/SpeechRecognizer.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright © 2017-2018. All rights reserved.
# Copyright © 2018. All rights reserved.
# Author: German Yakimov
# Licensed under the Apache License, Version 2.0
# License: https://github.com/GermanYakimov/Text_tone_analyzer/blob/master/LICENSE
# Contacts: german@yakimov.su

import speech_recognition as sr
from Python.Services.Logger import Logger
Expand Down
4 changes: 2 additions & 2 deletions Python/Services/SpellChecker.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright © 2017-2018. All rights reserved.
# Copyright © 2018. All rights reserved.
# Author: German Yakimov
# Licensed under the Apache License, Version 2.0
# License: https://github.com/GermanYakimov/Text_tone_analyzer/blob/master/LICENSE
# Contacts: german@yakimov.su

import requests
from Python.Services.Logger import Logger
Expand Down
4 changes: 2 additions & 2 deletions Python/Services/TextWeightCounter.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright © 2017-2018. All rights reserved.
# Copyright © 2018. All rights reserved.
# Author: German Yakimov
# Licensed under the Apache License, Version 2.0
# License: https://github.com/GermanYakimov/Text_tone_analyzer/blob/master/LICENSE
# Contacts: german@yakimov.su

import os
import csv
Expand Down
4 changes: 2 additions & 2 deletions Python/Tests/SystemTester.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright © 2017-2018. All rights reserved.
# Copyright © 2018. All rights reserved.
# Author: German Yakimov
# Licensed under the Apache License, Version 2.0
# License: https://github.com/GermanYakimov/Text_tone_analyzer/blob/master/LICENSE
# Contacts: german@yakimov.su

import csv
import json
Expand Down
4 changes: 2 additions & 2 deletions Python/TextTonalAnalyzer.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright © 2017-2018. All rights reserved.
# Copyright © 2018. All rights reserved.
# Author: German Yakimov
# Licensed under the Apache License, Version 2.0
# License: https://github.com/GermanYakimov/Text_tone_analyzer/blob/master/LICENSE
# Contacts: german@yakimov.su

import os
import csv
Expand Down
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,23 @@ Sentiment analysis (анализ тональности) — это област
<li>https://nlpub.ru/Ресурсы - материалы для NLP (дата обращения: 23.07.18)</li>
</ul>

#### Copyright © 2017-2018. All rights reserved.
#### Authors: German Yakimov
### Лицензия

Лицензировано согласно Лицензии Apache, Версия 2.0 ("Лицензия");
вы можете использовать этот файл только в соответствии с Лицензией.
Вы можете найти копию Лицензии по адресу

http://www.apache.org/licenses/LICENSE-2.0.

За исключением случаев, когда это регламентировано существующим
законодательством или если это не оговорено в письменном соглашении,
программное обеспечение распространяемое на условиях данной Лицензии,
предоставляется "КАК ЕСТЬ" и любые явные или неявные ГАРАНТИИ
ОТВЕРГАЮТСЯ. Информацию об основных правах и ограничениях, применяемых
к определенному языку согласно Лицензии, вы можете найти в данной Лицензии.


#### Copyright © 2018. All rights reserved.
#### Author: German Yakimov
#### License: https://github.com/GermanYakimov/Text_tone_analyzer/blob/master/LICENSE
#### Contacts: german@yakimov.su

0 comments on commit 8b231dc

Please sign in to comment.