Skip to content

Commit cc4b036

Browse files
author
Timur Gilmullin
committed
remove old license from PyBrainLearning.py
1 parent 45e9e43 commit cc4b036

1 file changed

Lines changed: 1 addition & 34 deletions

File tree

PyBrainLearning.py

Lines changed: 1 addition & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -3,43 +3,10 @@
33

44
# FuzzyClassificator - this program uses neural networks to solve classification problems,
55
# and uses fuzzy sets and fuzzy logic to interpreting results.
6-
# Copyright (C) 2014, Timur Gilmullin
6+
# Copyright (C) 2017, Timur Gilmullin
77
# e-mail: tim55667757@gmail.com
88

99

10-
# License: GNU GPL v3
11-
12-
# This file is part of FuzzyClassificator program.
13-
14-
# FuzzyClassificator is free software: you can redistribute it and/or modify
15-
# it under the terms of the GNU General Public License as published by
16-
# the Free Software Foundation, either version 3 of the License, or
17-
# (at your option) any later version.
18-
19-
# FuzzyClassificator program is distributed in the hope that it will be useful,
20-
# but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
21-
# or FITNESS FOR A PARTICULAR PURPOSE.
22-
# See the GNU General Public License for more details.
23-
24-
# You should have received a copy of the GNU General Public License along with Foobar.
25-
# If not, see <http://www.gnu.org/licenses/>.
26-
27-
# Этот файл - часть программы FuzzyClassificator.
28-
29-
# FuzzyClassificator - свободная программа: вы можете перераспространять ее и/или
30-
# изменять ее на условиях Стандартной общественной лицензии GNU в том виде,
31-
# в каком она была опубликована Фондом свободного программного обеспечения;
32-
# либо версии 3 лицензии, либо (по вашему выбору) любой более поздней версии.
33-
34-
# Программа FuzzyClassificator распространяется в надежде, что она будет полезной,
35-
# но БЕЗО ВСЯКИХ ГАРАНТИЙ; даже без неявной гарантии ТОВАРНОГО ВИДА
36-
# или ПРИГОДНОСТИ ДЛЯ ОПРЕДЕЛЕННЫХ ЦЕЛЕЙ.
37-
# Подробнее см. в Стандартной общественной лицензии GNU.
38-
39-
# Вы должны были получить копию Стандартной общественной лицензии GNU
40-
# вместе с этой программой. Если это не так, см. <http://www.gnu.org/licenses/>.)
41-
42-
4310
# Library for work with fuzzy neural networks.
4411

4512

0 commit comments

Comments
 (0)