1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 06:16:40 +02:00

doc: update example of copyright in source file (developer's guide)

This commit is contained in:
Sebastien Helleu
2013-12-22 18:37:29 +01:00
parent 929a7906c4
commit 5ccec2e85f
+2 -4
View File
@@ -322,6 +322,8 @@ Translations for WeeChat and plugins are done with gettext, files are in 'po/' d
[source,C]
----
/*
* weechat.c - core functions for WeeChat
*
* Copyright (C) 2013 Your Name <your@email.com>
*
* This file is part of WeeChat, the extensible chat client.
@@ -339,10 +341,6 @@ Translations for WeeChat and plugins are done with gettext, files are in 'po/' d
* You should have received a copy of the GNU General Public License
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* weechat.c: core functions for WeeChat
*/
----
[[coding_c_style]]