From 95a095645ddcc6332a81169d4259200673db69e8 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Sat, 19 Oct 2019 05:59:16 +0500 Subject: [PATCH] Added GPLv3 license and CoC --- CoC.md | 7 +++++++ README.md | 7 +++---- wav-info.hs | 7 +++---- 3 files changed, 13 insertions(+), 8 deletions(-) create mode 100644 CoC.md diff --git a/CoC.md b/CoC.md new file mode 100644 index 0000000..55df6a7 --- /dev/null +++ b/CoC.md @@ -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). + diff --git a/README.md b/README.md index d345622..a7ab497 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,9 @@ ##Лицензия Copyright (C) 2011-2019, Maxim Lihachev, - 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 diff --git a/wav-info.hs b/wav-info.hs index 19fd724..24cabd5 100644 --- a/wav-info.hs +++ b/wav-info.hs @@ -2,10 +2,9 @@ -- Copyright (C) 2011-2019, Maxim Lihachev, --- 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