Browse Source

Added GPLv3 license and CoC

master
Maxim Likhachev 6 years ago
parent
commit
276c46145d
  1. 7
      CoC.md
  2. 41
      README.md
  3. 7
      js/feminitives.js

7
CoC.md

@ -0,0 +1,7 @@ @@ -0,0 +1,7 @@
# Go Fuck Yourself
Offended? Go away. We don't need people who are offended because of a stranger on the internet.
Not offended? You're welcome to contribute.
© Copyright 2015 [WTFCoC Consortium Committee](https://github.com/mniip/wtfcoc).

41
README.md

@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
**feminizator** - феминизатор слов
## Лицензия
# Лицензия
Copyright (C) 2016-2017, Maxim Lihachev, <envrm@yandex.ru>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation, version 3.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -16,22 +16,25 @@ @@ -16,22 +16,25 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
## Описание
ФЕМИНИТИВЫ – это слова женского рода, альтернативные или парные
аналогичным понятиям мужского рода, относящимся ко всем людям независимо от их
пола.
# Описание
ФЕМИНИТИВЫ – это слова женского рода, альтернативные или парные аналогичным
понятиям мужского рода, относящимся ко всем людям независимо от их пола.
При помощи этой небольшой программы,реализующей феминистическую логику, вы сами
можете создать феминитивы к любому слову.
# Феминизатор в действии
Опробовать феминизатор в деле можно на странице https://feminitives.ru
При помощи этой небольшой программы,реализующей феминистическую
логику, вы сами можете создать феминитивы к любому слову.
# Помощь
## Феминизатор в действии
Опробовать феминизатор в деле можно на странице https://feminitives.ru
Буду рад любому вкладу в развитие столь важного для третьей волны феминизма
проекта, будь то тестирование, сообщения об ошибках, новые правила создания
феминитивов и просто мысли.
## Помощь
Буду рад любому вкладу в развитие столь важного для третьей волны феминизма
проекта, будь то тестирование, сообщения об ошибках, новые правила создания
феминитивов и просто мысли.
# Версия
## Версия
1.6
1.6

7
js/feminitives.js

@ -1,9 +1,8 @@ @@ -1,9 +1,8 @@
// Copyright (C) 2016-2017, Maxim Lihachev, <envrm@yandex.ru>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
// This program is free software: you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by the Free
// Software Foundation, version 3.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of

Loading…
Cancel
Save