diff --git a/api/message/slack-api-message-bot-message.c b/api/message/slack-api-message-bot-message.c index f0b08e5..d3ae177 100644 --- a/api/message/slack-api-message-bot-message.c +++ b/api/message/slack-api-message-bot-message.c @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #include #include diff --git a/api/message/slack-api-message-bot-message.h b/api/message/slack-api-message-bot-message.h index a567f22..93d55fc 100644 --- a/api/message/slack-api-message-bot-message.h +++ b/api/message/slack-api-message-bot-message.h @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #ifndef _SLACK_API_MESSAGE_BOT_MESSAGE_H_ #define _SLACK_API_MESSAGE_BOT_MESSAGE_H_ diff --git a/api/message/slack-api-message-slackbot-response.c b/api/message/slack-api-message-slackbot-response.c index a9d364e..4f013af 100644 --- a/api/message/slack-api-message-slackbot-response.c +++ b/api/message/slack-api-message-slackbot-response.c @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #include #include diff --git a/api/message/slack-api-message-slackbot-response.h b/api/message/slack-api-message-slackbot-response.h index 9f1a203..edab623 100644 --- a/api/message/slack-api-message-slackbot-response.h +++ b/api/message/slack-api-message-slackbot-response.h @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #ifndef _SLACK_API_MESSAGE_SLACKBOT_RESPONSE_H_ #define _SLACK_API_MESSAGE_SLACKBOT_RESPONSE_H_ diff --git a/api/message/slack-api-message-unimplemented.c b/api/message/slack-api-message-unimplemented.c index ffb2cad..d9b3490 100644 --- a/api/message/slack-api-message-unimplemented.c +++ b/api/message/slack-api-message-unimplemented.c @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #include #include diff --git a/api/message/slack-api-message-unimplemented.h b/api/message/slack-api-message-unimplemented.h index b83b4d8..0e46d70 100644 --- a/api/message/slack-api-message-unimplemented.h +++ b/api/message/slack-api-message-unimplemented.h @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #ifndef _SLACK_API_MESSAGE_UNIMPLEMENTED_H_ #define _SLACK_API_MESSAGE_UNIMPLEMENTED_H_ diff --git a/api/slack-api-error.c b/api/slack-api-error.c index 6fe75bc..0ed9b4b 100644 --- a/api/slack-api-error.c +++ b/api/slack-api-error.c @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #include #include "../weechat-plugin.h" diff --git a/api/slack-api-error.h b/api/slack-api-error.h index 19afd9d..d6f52ed 100644 --- a/api/slack-api-error.h +++ b/api/slack-api-error.h @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #ifndef _SLACK_API_ERROR_H_ #define _SLACK_API_ERROR_H_ diff --git a/api/slack-api-hello.c b/api/slack-api-hello.c index 406cbd3..87fa406 100644 --- a/api/slack-api-hello.c +++ b/api/slack-api-hello.c @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #include #include "../weechat-plugin.h" diff --git a/api/slack-api-hello.h b/api/slack-api-hello.h index 08432f3..f3786d8 100644 --- a/api/slack-api-hello.h +++ b/api/slack-api-hello.h @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #ifndef _SLACK_API_HELLO_H_ #define _SLACK_API_HELLO_H_ diff --git a/api/slack-api-message.c b/api/slack-api-message.c index 2749b87..534f7b0 100644 --- a/api/slack-api-message.c +++ b/api/slack-api-message.c @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #include #include diff --git a/api/slack-api-message.h b/api/slack-api-message.h index eed80e3..b72ffa4 100644 --- a/api/slack-api-message.h +++ b/api/slack-api-message.h @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #ifndef _SLACK_API_MESSAGE_H_ #define _SLACK_API_MESSAGE_H_ diff --git a/api/slack-api-user-typing.c b/api/slack-api-user-typing.c index 75eaf65..1909dbd 100644 --- a/api/slack-api-user-typing.c +++ b/api/slack-api-user-typing.c @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #include #include "../weechat-plugin.h" diff --git a/api/slack-api-user-typing.h b/api/slack-api-user-typing.h index 3aea802..c036333 100644 --- a/api/slack-api-user-typing.h +++ b/api/slack-api-user-typing.h @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #ifndef _SLACK_API_USER_TYPING_H_ #define _SLACK_API_USER_TYPING_H_ diff --git a/request/slack-request-bots-info.c b/request/slack-request-bots-info.c index bd04431..278d467 100644 --- a/request/slack-request-bots-info.c +++ b/request/slack-request-bots-info.c @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #include #include #include diff --git a/request/slack-request-bots-info.h b/request/slack-request-bots-info.h index ca23334..f743f13 100644 --- a/request/slack-request-bots-info.h +++ b/request/slack-request-bots-info.h @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #ifndef _SLACK_REQUEST_BOTS_INFO_H_ #define _SLACK_REQUEST_BOTS_INFO_H_ diff --git a/request/slack-request-channels-list.c b/request/slack-request-channels-list.c index edb6b81..6e2d30e 100644 --- a/request/slack-request-channels-list.c +++ b/request/slack-request-channels-list.c @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #include #include #include diff --git a/request/slack-request-channels-list.h b/request/slack-request-channels-list.h index e41545a..d965538 100644 --- a/request/slack-request-channels-list.h +++ b/request/slack-request-channels-list.h @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #ifndef _SLACK_REQUEST_CHANNELS_LIST_H_ #define _SLACK_REQUEST_CHANNELS_LIST_H_ diff --git a/request/slack-request-chat-postmessage.c b/request/slack-request-chat-postmessage.c index 635ebea..1bf644c 100644 --- a/request/slack-request-chat-postmessage.c +++ b/request/slack-request-chat-postmessage.c @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #include #include #include diff --git a/request/slack-request-chat-postmessage.h b/request/slack-request-chat-postmessage.h index 48d31fc..55be2a3 100644 --- a/request/slack-request-chat-postmessage.h +++ b/request/slack-request-chat-postmessage.h @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #ifndef _SLACK_REQUEST_CHAT_POSTMESSAGE_H_ #define _SLACK_REQUEST_CHAT_POSTMESSAGE_H_ diff --git a/request/slack-request-conversations-members.c b/request/slack-request-conversations-members.c index 53192b1..1b9bd5f 100644 --- a/request/slack-request-conversations-members.c +++ b/request/slack-request-conversations-members.c @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #include #include #include diff --git a/request/slack-request-conversations-members.h b/request/slack-request-conversations-members.h index bdf750f..d5a1458 100644 --- a/request/slack-request-conversations-members.h +++ b/request/slack-request-conversations-members.h @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #ifndef _SLACK_REQUEST_CONVERSATIONS_MEMBERS_H_ #define _SLACK_REQUEST_CONVERSATIONS_MEMBERS_H_ diff --git a/request/slack-request-users-list.c b/request/slack-request-users-list.c index d986fc6..62d5463 100644 --- a/request/slack-request-users-list.c +++ b/request/slack-request-users-list.c @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #include #include #include diff --git a/request/slack-request-users-list.h b/request/slack-request-users-list.h index 4623c4b..e5e3825 100644 --- a/request/slack-request-users-list.h +++ b/request/slack-request-users-list.h @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #ifndef _SLACK_REQUEST_USERS_LIST_H_ #define _SLACK_REQUEST_USERS_LIST_H_ diff --git a/slack-api.c b/slack-api.c index e5d9af3..fc86b4a 100644 --- a/slack-api.c +++ b/slack-api.c @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #include #include #include diff --git a/slack-api.h b/slack-api.h index 249f975..723b3b9 100644 --- a/slack-api.h +++ b/slack-api.h @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #ifndef _SLACK_API_H_ #define _SLACK_API_H_ diff --git a/slack-buffer.c b/slack-buffer.c index 36a3d2a..c922cfc 100644 --- a/slack-buffer.c +++ b/slack-buffer.c @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #include #include "weechat-plugin.h" diff --git a/slack-buffer.h b/slack-buffer.h index 4ed21fa..3f4bc66 100644 --- a/slack-buffer.h +++ b/slack-buffer.h @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #ifndef _SLACK_BUFFER_H_ #define _SLACK_BUFFER_H_ diff --git a/slack-channel.c b/slack-channel.c index f78b646..d301f20 100644 --- a/slack-channel.c +++ b/slack-channel.c @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #include #include #include diff --git a/slack-channel.h b/slack-channel.h index 06c2afb..23275eb 100644 --- a/slack-channel.h +++ b/slack-channel.h @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #ifndef _SLACK_CHANNEL_H_ #define _SLACK_CHANNEL_H_ diff --git a/slack-command.c b/slack-command.c index 0d7f4b8..312ddca 100644 --- a/slack-command.c +++ b/slack-command.c @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #include #include diff --git a/slack-command.h b/slack-command.h index 66c3434..9d27194 100644 --- a/slack-command.h +++ b/slack-command.h @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #ifndef _SLACK_COMMAND_H_ #define _SLACK_COMMAND_H_ diff --git a/slack-config.c b/slack-config.c index f6a8f2c..06a0b94 100644 --- a/slack-config.c +++ b/slack-config.c @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #include #include diff --git a/slack-config.h b/slack-config.h index 13e33cb..c769419 100644 --- a/slack-config.h +++ b/slack-config.h @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #ifndef _SLACK_CONFIG_H_ #define _SLACK_CONFIG_H_ diff --git a/slack-input.c b/slack-input.c index 1b06398..8643e8c 100644 --- a/slack-input.c +++ b/slack-input.c @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #include #include diff --git a/slack-input.h b/slack-input.h index e3ac745..fbc1d59 100644 --- a/slack-input.h +++ b/slack-input.h @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #ifndef _SLACK_INPUT_H_ #define _SLACK_INPUT_H_ diff --git a/slack-message.c b/slack-message.c index d2f587d..b7b1e3a 100644 --- a/slack-message.c +++ b/slack-message.c @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #include #include #include diff --git a/slack-message.h b/slack-message.h index baca30f..d223ba2 100644 --- a/slack-message.h +++ b/slack-message.h @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #ifndef _SLACK_MESSAGE_H_ #define _SLACK_MESSAGE_H_ diff --git a/slack-oauth.c b/slack-oauth.c index 5bd2845..be9f52d 100644 --- a/slack-oauth.c +++ b/slack-oauth.c @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #include #include #include diff --git a/slack-oauth.h b/slack-oauth.h index 5d078ea..d7a6538 100644 --- a/slack-oauth.h +++ b/slack-oauth.h @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #ifndef _SLACK_OAUTH_H_ #define _SLACK_OAUTH_H_ diff --git a/slack-request.c b/slack-request.c index 55343aa..50c185e 100644 --- a/slack-request.c +++ b/slack-request.c @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #include #include #include diff --git a/slack-request.h b/slack-request.h index 88c5ee2..675d947 100644 --- a/slack-request.h +++ b/slack-request.h @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #ifndef _SLACK_REQUEST_H_ #define _SLACK_REQUEST_H_ diff --git a/slack-teaminfo.c b/slack-teaminfo.c index 192ca0b..51ec2f7 100644 --- a/slack-teaminfo.c +++ b/slack-teaminfo.c @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #include #include #include diff --git a/slack-teaminfo.h b/slack-teaminfo.h index cf37fe9..67bd5d2 100644 --- a/slack-teaminfo.h +++ b/slack-teaminfo.h @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #ifndef _SLACK_TEAMINFO_H_ #define _SLACK_TEAMINFO_H_ diff --git a/slack-user.c b/slack-user.c index 6314866..5794b7b 100644 --- a/slack-user.c +++ b/slack-user.c @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #include #include #include diff --git a/slack-user.h b/slack-user.h index a8a25f6..763c832 100644 --- a/slack-user.h +++ b/slack-user.h @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #ifndef _SLACK_USER_H_ #define _SLACK_USER_H_ diff --git a/slack-workspace.c b/slack-workspace.c index c806a82..b820d1d 100644 --- a/slack-workspace.c +++ b/slack-workspace.c @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #include #include #include diff --git a/slack-workspace.h b/slack-workspace.h index 997ff23..d858b08 100644 --- a/slack-workspace.h +++ b/slack-workspace.h @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #ifndef _SLACK_WORKSPACE_H_ #define _SLACK_WORKSPACE_H_ diff --git a/slack.c b/slack.c index 32c5614..fb83898 100644 --- a/slack.c +++ b/slack.c @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #include #include #include diff --git a/slack.h b/slack.h index 21c6b7f..23f98ec 100644 --- a/slack.h +++ b/slack.h @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + #ifndef _SLACK_H_ #define _SLACK_H_ diff --git a/weechat-plugin.h b/weechat-plugin.h index 02dc525..5abb6d0 100644 --- a/weechat-plugin.h +++ b/weechat-plugin.h @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, version 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + /* * weechat-plugin.h - header to compile WeeChat plugins *