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:
@@ -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]]
|
||||
|
||||
Reference in New Issue
Block a user