diff --git a/src/plugins/javascript/weechat-js-api.cpp b/src/plugins/javascript/weechat-js-api.cpp index b456275bd..11b4b6c8a 100644 --- a/src/plugins/javascript/weechat-js-api.cpp +++ b/src/plugins/javascript/weechat-js-api.cpp @@ -1,7 +1,7 @@ /* * weechat-js-api.cpp - javascript API functions * - * Copyright (C) 2013 Koka El Kiwi + * Copyright (C) 2013 Koka El Kiwi * Copyright (C) 2015 Sébastien Helleu * * This file is part of WeeChat, the extensible chat client. diff --git a/src/plugins/javascript/weechat-js-api.h b/src/plugins/javascript/weechat-js-api.h index 170554d68..74de77941 100644 --- a/src/plugins/javascript/weechat-js-api.h +++ b/src/plugins/javascript/weechat-js-api.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Koka El Kiwi + * Copyright (C) 2013 Koka El Kiwi * Copyright (C) 2015 Sébastien Helleu * * This file is part of WeeChat, the extensible chat client. diff --git a/src/plugins/javascript/weechat-js-v8.cpp b/src/plugins/javascript/weechat-js-v8.cpp index bb05488ba..3effbd02c 100644 --- a/src/plugins/javascript/weechat-js-v8.cpp +++ b/src/plugins/javascript/weechat-js-v8.cpp @@ -1,7 +1,7 @@ /* * weechat-js-v8.cpp - v8 javascript functions * - * Copyright (C) 2013 Koka El Kiwi + * Copyright (C) 2013 Koka El Kiwi * Copyright (C) 2015 Sébastien Helleu * * This file is part of WeeChat, the extensible chat client. diff --git a/src/plugins/javascript/weechat-js-v8.h b/src/plugins/javascript/weechat-js-v8.h index 45e4208f9..65aa930fe 100644 --- a/src/plugins/javascript/weechat-js-v8.h +++ b/src/plugins/javascript/weechat-js-v8.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Koka El Kiwi + * Copyright (C) 2013 Koka El Kiwi * Copyright (C) 2015 Sébastien Helleu * * This file is part of WeeChat, the extensible chat client. diff --git a/src/plugins/javascript/weechat-js.cpp b/src/plugins/javascript/weechat-js.cpp index 8295b7fe2..5636cda12 100644 --- a/src/plugins/javascript/weechat-js.cpp +++ b/src/plugins/javascript/weechat-js.cpp @@ -1,7 +1,7 @@ /* * weechat-js.cpp - javascript plugin for WeeChat * - * Copyright (C) 2013 Koka El Kiwi + * Copyright (C) 2013 Koka El Kiwi * Copyright (C) 2015 Sébastien Helleu * * This file is part of WeeChat, the extensible chat client. @@ -36,7 +36,7 @@ extern "C" WEECHAT_PLUGIN_NAME(JS_PLUGIN_NAME); WEECHAT_PLUGIN_DESCRIPTION("Support of javascript scripts"); -WEECHAT_PLUGIN_AUTHOR("Koka El Kiwi "); +WEECHAT_PLUGIN_AUTHOR("Koka El Kiwi "); WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION); WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE); WEECHAT_PLUGIN_PRIORITY(3000); diff --git a/src/plugins/javascript/weechat-js.h b/src/plugins/javascript/weechat-js.h index 65874921e..3dcaead68 100644 --- a/src/plugins/javascript/weechat-js.h +++ b/src/plugins/javascript/weechat-js.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Koka El Kiwi + * Copyright (C) 2013 Koka El Kiwi * Copyright (C) 2015 Sébastien Helleu * * This file is part of WeeChat, the extensible chat client.