core: fix a few typos, add listing block around copyright in README

This commit is contained in:
Kamran Mackey 2015-12-02 20:03:11 -07:00 committed by Sébastien Helleu
parent 6f0151e128
commit 3a2edae292

View File

@ -62,9 +62,9 @@ https://weechat.org/files/doc/devel/weechat_user.en.html#dependencies[user's gui
WeeChat can be built with http://cmake.org/[CMake] (recommended) or autotools. WeeChat can be built with http://cmake.org/[CMake] (recommended) or autotools.
[NOTE] [NOTE]
Only CMake is officially supported to build WeeChat. You should use autotools Only CMake is officially supported to build WeeChat. You should only use
only if you are not able to use CMake. + autotools if you are not able to use CMake. +
Build with autotools requires more dependencies and is slower than with CMake. Building with autotools requires more dependencies and is slower than with CMake.
---- ----
$ mkdir build $ mkdir build
@ -78,7 +78,7 @@ For more information or installation with autotools, please look at
https://weechat.org/files/doc/devel/weechat_user.en.html#compile_with_autotools[user's guide]. https://weechat.org/files/doc/devel/weechat_user.en.html#compile_with_autotools[user's guide].
== Copyright == Copyright
----
Copyright (C) 2003-2015 Sébastien Helleu <flashcode@flashtux.org> Copyright (C) 2003-2015 Sébastien Helleu <flashcode@flashtux.org>
This file is part of WeeChat, the extensible chat client. This file is part of WeeChat, the extensible chat client.
@ -95,3 +95,4 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with WeeChat. If not, see <http://www.gnu.org/licenses/>. along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
----