Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
81340cfc
Commit
81340cfc
authored
Oct 05, 2017
by
Ghislain MARY
Browse files
Fix license headers.
parent
18ed78a4
Changes
181
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
155 additions
and
126 deletions
+155
-126
include/linphone/api/c-address.h
include/linphone/api/c-address.h
+11
-10
include/linphone/api/c-api.h
include/linphone/api/c-api.h
+16
-6
include/linphone/api/c-call-cbs.h
include/linphone/api/c-call-cbs.h
+7
-6
include/linphone/api/c-call-stats.h
include/linphone/api/c-call-stats.h
+7
-6
include/linphone/api/c-call.h
include/linphone/api/c-call.h
+7
-6
include/linphone/api/c-callbacks.h
include/linphone/api/c-callbacks.h
+7
-6
include/linphone/api/c-chat-message-cbs.h
include/linphone/api/c-chat-message-cbs.h
+7
-6
include/linphone/api/c-chat-message.h
include/linphone/api/c-chat-message.h
+7
-6
include/linphone/api/c-chat-room-cbs.h
include/linphone/api/c-chat-room-cbs.h
+7
-6
include/linphone/api/c-chat-room.h
include/linphone/api/c-chat-room.h
+7
-6
include/linphone/api/c-event-log.h
include/linphone/api/c-event-log.h
+8
-7
include/linphone/api/c-participant.h
include/linphone/api/c-participant.h
+7
-6
include/linphone/api/c-types.h
include/linphone/api/c-types.h
+7
-6
include/linphone/enums/chat-message-enums.h
include/linphone/enums/chat-message-enums.h
+8
-7
include/linphone/enums/chat-room-enums.h
include/linphone/enums/chat-room-enums.h
+7
-6
include/linphone/enums/event-log-enums.h
include/linphone/enums/event-log-enums.h
+7
-6
include/linphone/utils/enum-generator.h
include/linphone/utils/enum-generator.h
+7
-6
include/linphone/utils/general.h
include/linphone/utils/general.h
+7
-6
include/linphone/utils/magic-macros.h
include/linphone/utils/magic-macros.h
+7
-6
include/linphone/utils/private-access.h
include/linphone/utils/private-access.h
+7
-6
No files found.
include/linphone/api/c-address.h
View file @
81340cfc
/*
* c-
event-log
.h
* Copyright (C) 2017
Belledonne Communications SARL
* c-
address
.h
* Copyright (C) 201
0-201
7 Belledonne Communications SARL
*
* This program is free software
:
you can redistribute it and/or
modify
* it under the terms of the GNU General Public License
as published by
* the Free Software Foundation
,
either version
3 of the License, or
* (at your option) any later version.
* This program is free software
;
you can redistribute it and/or
*
modify
it under the terms of the GNU General Public License
*
as published by
the Free Software Foundation
;
either version
2
*
of the License, or
(at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -13,11 +13,12 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef _C_
EVENT_LOG
_H_
#define _C_
EVENT_LOG
_H_
#ifndef _C_
ADDRESS
_H_
#define _C_
ADDRESS
_H_
#include "linphone/api/c-types.h"
...
...
@@ -239,4 +240,4 @@ LINPHONE_DEPRECATED LINPHONE_PUBLIC bool_t linphone_address_is_secure (const Lin
}
#endif // ifdef __cplusplus
#endif // ifndef _C_
EVENT_LOG
_H_
#endif // ifndef _C_
ADDRESS
_H_
include/linphone/api/c-api.h
View file @
81340cfc
/*
* c-api.h
* Copyright (C) 2017
Belledonne Communications SARL
* Copyright (C) 201
0-201
7 Belledonne Communications SARL
*
* This program is free software
:
you can redistribute it and/or
modify
* it under the terms of the GNU General Public License
as published by
* the Free Software Foundation
,
either version
3 of the License, or
* (at your option) any later version.
* This program is free software
;
you can redistribute it and/or
*
modify
it under the terms of the GNU General Public License
*
as published by
the Free Software Foundation
;
either version
2
*
of the License, or
(at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -13,16 +13,26 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef _C_API_H_
#define _C_API_H_
#include "linphone/utils/general.h"
#include "linphone/api/c-address.h"
#include "linphone/api/c-call.h"
#include "linphone/api/c-call-cbs.h"
#include "linphone/api/c-call-stats.h"
#include "linphone/api/c-callbacks.h"
#include "linphone/api/c-chat-message.h"
#include "linphone/api/c-chat-message-cbs.h"
#include "linphone/api/c-chat-room.h"
#include "linphone/api/c-chat-room-cbs.h"
#include "linphone/api/c-event-log.h"
#include "linphone/api/c-participant.h"
#include "linphone/api/c-types.h"
#endif // ifndef _C_API_H_
include/linphone/api/c-call-cbs.h
View file @
81340cfc
/*
* c-call-cbs.h
* Copyright (C) 2017
Belledonne Communications SARL
* Copyright (C) 201
0-201
7 Belledonne Communications SARL
*
* This program is free software
:
you can redistribute it and/or
modify
* it under the terms of the GNU General Public License
as published by
* the Free Software Foundation
,
either version
3 of the License, or
* (at your option) any later version.
* This program is free software
;
you can redistribute it and/or
*
modify
it under the terms of the GNU General Public License
*
as published by
the Free Software Foundation
;
either version
2
*
of the License, or
(at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -13,7 +13,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef _C_CALL_CBS_H_
...
...
include/linphone/api/c-call-stats.h
View file @
81340cfc
/*
* c-call-stats.h
* Copyright (C) 2017
Belledonne Communications SARL
* Copyright (C) 201
0-201
7 Belledonne Communications SARL
*
* This program is free software
:
you can redistribute it and/or
modify
* it under the terms of the GNU General Public License
as published by
* the Free Software Foundation
,
either version
3 of the License, or
* (at your option) any later version.
* This program is free software
;
you can redistribute it and/or
*
modify
it under the terms of the GNU General Public License
*
as published by
the Free Software Foundation
;
either version
2
*
of the License, or
(at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -13,7 +13,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef _C_CALL_STATS_H_
...
...
include/linphone/api/c-call.h
View file @
81340cfc
/*
* c-call.h
* Copyright (C) 2017
Belledonne Communications SARL
* Copyright (C) 201
0-201
7 Belledonne Communications SARL
*
* This program is free software
:
you can redistribute it and/or
modify
* it under the terms of the GNU General Public License
as published by
* the Free Software Foundation
,
either version
3 of the License, or
* (at your option) any later version.
* This program is free software
;
you can redistribute it and/or
*
modify
it under the terms of the GNU General Public License
*
as published by
the Free Software Foundation
;
either version
2
*
of the License, or
(at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -13,7 +13,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef _C_CALL_H_
...
...
include/linphone/api/c-callbacks.h
View file @
81340cfc
/*
* c-callbacks.h
* Copyright (C) 2017
Belledonne Communications SARL
* Copyright (C) 201
0-201
7 Belledonne Communications SARL
*
* This program is free software
:
you can redistribute it and/or
modify
* it under the terms of the GNU General Public License
as published by
* the Free Software Foundation
,
either version
3 of the License, or
* (at your option) any later version.
* This program is free software
;
you can redistribute it and/or
*
modify
it under the terms of the GNU General Public License
*
as published by
the Free Software Foundation
;
either version
2
*
of the License, or
(at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -13,7 +13,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef _C_CALLBACKS_H_
...
...
include/linphone/api/c-chat-message-cbs.h
View file @
81340cfc
/*
* c-chat-message-cbs.h
* Copyright (C) 2017
Belledonne Communications SARL
* Copyright (C) 201
0-201
7 Belledonne Communications SARL
*
* This program is free software
:
you can redistribute it and/or
modify
* it under the terms of the GNU General Public License
as published by
* the Free Software Foundation
,
either version
3 of the License, or
* (at your option) any later version.
* This program is free software
;
you can redistribute it and/or
*
modify
it under the terms of the GNU General Public License
*
as published by
the Free Software Foundation
;
either version
2
*
of the License, or
(at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -13,7 +13,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef _C_CHAT_MESSAGE_CBS_H_
...
...
include/linphone/api/c-chat-message.h
View file @
81340cfc
/*
* c-chat-message.h
* Copyright (C) 2017
Belledonne Communications SARL
* Copyright (C) 201
0-201
7 Belledonne Communications SARL
*
* This program is free software
:
you can redistribute it and/or
modify
* it under the terms of the GNU General Public License
as published by
* the Free Software Foundation
,
either version
3 of the License, or
* (at your option) any later version.
* This program is free software
;
you can redistribute it and/or
*
modify
it under the terms of the GNU General Public License
*
as published by
the Free Software Foundation
;
either version
2
*
of the License, or
(at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -13,7 +13,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef _C_CHAT_MESSAGE_H_
...
...
include/linphone/api/c-chat-room-cbs.h
View file @
81340cfc
/*
* c-chat-room-cbs.h
* Copyright (C) 2017
Belledonne Communications SARL
* Copyright (C) 201
0-201
7 Belledonne Communications SARL
*
* This program is free software
:
you can redistribute it and/or
modify
* it under the terms of the GNU General Public License
as published by
* the Free Software Foundation
,
either version
3 of the License, or
* (at your option) any later version.
* This program is free software
;
you can redistribute it and/or
*
modify
it under the terms of the GNU General Public License
*
as published by
the Free Software Foundation
;
either version
2
*
of the License, or
(at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -13,7 +13,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef _C_CHAT_ROOM_CBS_H_
...
...
include/linphone/api/c-chat-room.h
View file @
81340cfc
/*
* c-chat-room.h
* Copyright (C) 2017
Belledonne Communications SARL
* Copyright (C) 201
0-201
7 Belledonne Communications SARL
*
* This program is free software
:
you can redistribute it and/or
modify
* it under the terms of the GNU General Public License
as published by
* the Free Software Foundation
,
either version
3 of the License, or
* (at your option) any later version.
* This program is free software
;
you can redistribute it and/or
*
modify
it under the terms of the GNU General Public License
*
as published by
the Free Software Foundation
;
either version
2
*
of the License, or
(at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -13,7 +13,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef _C_CHAT_ROOM_H_
...
...
include/linphone/api/c-event-log.h
View file @
81340cfc
/*
* c-event-log.h
* Copyright (C) 2017
Belledonne Communications SARL
* Copyright (C) 201
0-201
7 Belledonne Communications SARL
*
* This program is free software
:
you can redistribute it and/or
modify
* it under the terms of the GNU General Public License
as published by
* the Free Software Foundation
,
either version
3 of the License, or
* (at your option) any later version.
* This program is free software
;
you can redistribute it and/or
*
modify
it under the terms of the GNU General Public License
*
as published by
the Free Software Foundation
;
either version
2
*
of the License, or
(at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -13,7 +13,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef _C_EVENT_LOG_H_
...
...
@@ -27,7 +28,7 @@
extern
"C"
{
#endif // ifdef __cplusplus
LINPHONE_PUBLIC
LinphoneEventLog
*
linphone_event_log_new
();
LINPHONE_PUBLIC
LinphoneEventLog
*
linphone_event_log_new
(
void
);
LINPHONE_PUBLIC
LinphoneEventLog
*
linphone_event_log_clone
(
const
LinphoneEventLog
*
event_log
);
LINPHONE_PUBLIC
LinphoneEventLog
*
linphone_event_log_ref
(
LinphoneEventLog
*
event_log
);
LINPHONE_PUBLIC
LinphoneEventLogType
linphone_event_log_get_type
(
const
LinphoneEventLog
*
event_log
);
...
...
include/linphone/api/c-participant.h
View file @
81340cfc
/*
* c-participant.h
* Copyright (C) 2017
Belledonne Communications SARL
* Copyright (C) 201
0-201
7 Belledonne Communications SARL
*
* This program is free software
:
you can redistribute it and/or
modify
* it under the terms of the GNU General Public License
as published by
* the Free Software Foundation
,
either version
3 of the License, or
* (at your option) any later version.
* This program is free software
;
you can redistribute it and/or
*
modify
it under the terms of the GNU General Public License
*
as published by
the Free Software Foundation
;
either version
2
*
of the License, or
(at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -13,7 +13,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef _C_PARTICIPANT_H_
...
...
include/linphone/api/c-types.h
View file @
81340cfc
/*
* c-types.h
* Copyright (C) 2017
Belledonne Communications SARL
* Copyright (C) 201
0-201
7 Belledonne Communications SARL
*
* This program is free software
:
you can redistribute it and/or
modify
* it under the terms of the GNU General Public License
as published by
* the Free Software Foundation
,
either version
3 of the License, or
* (at your option) any later version.
* This program is free software
;
you can redistribute it and/or
*
modify
it under the terms of the GNU General Public License
*
as published by
the Free Software Foundation
;
either version
2
*
of the License, or
(at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -13,7 +13,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef _C_TYPES_H_
...
...
include/linphone/enums/chat-message-enums.h
View file @
81340cfc
/*
* chat-
room
-enums.h
* Copyright (C) 2017
Belledonne Communications SARL
* chat-
message
-enums.h
* Copyright (C) 201
0-201
7 Belledonne Communications SARL
*
* This program is free software
:
you can redistribute it and/or
modify
* it under the terms of the GNU General Public License
as published by
* the Free Software Foundation
,
either version
3 of the License, or
* (at your option) any later version.
* This program is free software
;
you can redistribute it and/or
*
modify
it under the terms of the GNU General Public License
*
as published by
the Free Software Foundation
;
either version
2
*
of the License, or
(at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -13,7 +13,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef _CHAT_MESSAGE_ENUMS_H_
...
...
include/linphone/enums/chat-room-enums.h
View file @
81340cfc
/*
* chat-room-enums.h
* Copyright (C) 2017
Belledonne Communications SARL
* Copyright (C) 201
0-201
7 Belledonne Communications SARL
*
* This program is free software
:
you can redistribute it and/or
modify
* it under the terms of the GNU General Public License
as published by
* the Free Software Foundation
,
either version
3 of the License, or
* (at your option) any later version.
* This program is free software
;
you can redistribute it and/or
*
modify
it under the terms of the GNU General Public License
*
as published by
the Free Software Foundation
;
either version
2
*
of the License, or
(at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -13,7 +13,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef _CHAT_ROOM_ENUMS_H_
...
...
include/linphone/enums/event-log-enums.h
View file @
81340cfc
/*
* event-log-enums.h
* Copyright (C) 2017
Belledonne Communications SARL
* Copyright (C) 201
0-201
7 Belledonne Communications SARL
*
* This program is free software
:
you can redistribute it and/or
modify
* it under the terms of the GNU General Public License
as published by
* the Free Software Foundation
,
either version
3 of the License, or
* (at your option) any later version.
* This program is free software
;
you can redistribute it and/or
*
modify
it under the terms of the GNU General Public License
*
as published by
the Free Software Foundation
;
either version
2
*
of the License, or
(at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -13,7 +13,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef _EVENT_LOG_ENUMS_H_
...
...
include/linphone/utils/enum-generator.h
View file @
81340cfc
/*
* enum-generator.h
* Copyright (C) 2017
Belledonne Communications SARL
* Copyright (C) 201
0-201
7 Belledonne Communications SARL
*
* This program is free software
:
you can redistribute it and/or
modify
* it under the terms of the GNU General Public License
as published by
* the Free Software Foundation
,
either version
3 of the License, or
* (at your option) any later version.
* This program is free software
;
you can redistribute it and/or
*
modify
it under the terms of the GNU General Public License
*
as published by
the Free Software Foundation
;
either version
2
*
of the License, or
(at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -13,7 +13,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef _ENUM_GENERATOR_H_
...
...
include/linphone/utils/general.h
View file @
81340cfc
/*
* general.h
* Copyright (C) 2017
Belledonne Communications SARL
* Copyright (C) 201
0-201
7 Belledonne Communications SARL
*
* This program is free software
:
you can redistribute it and/or
modify
* it under the terms of the GNU General Public License
as published by
* the Free Software Foundation
,
either version
3 of the License, or
* (at your option) any later version.
* This program is free software
;
you can redistribute it and/or
*
modify
it under the terms of the GNU General Public License
*
as published by
the Free Software Foundation
;
either version
2
*
of the License, or
(at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -13,7 +13,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef _GENERAL_H_
...
...
include/linphone/utils/magic-macros.h
View file @
81340cfc
/*
* magic-macros.h
* Copyright (C) 2017
Belledonne Communications SARL
* Copyright (C) 201
0-201
7 Belledonne Communications SARL
*
* This program is free software
:
you can redistribute it and/or
modify
* it under the terms of the GNU General Public License
as published by
* the Free Software Foundation
,
either version
3 of the License, or
* (at your option) any later version.
* This program is free software
;
you can redistribute it and/or
*
modify
it under the terms of the GNU General Public License
*
as published by
the Free Software Foundation
;
either version
2
*
of the License, or
(at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -13,7 +13,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef _MAGIC_MACROS_H_
...
...
include/linphone/utils/private-access.h
View file @
81340cfc
/*
* private-access.h
* Copyright (C) 2017
Belledonne Communications SARL
* Copyright (C) 201
0-201
7 Belledonne Communications SARL
*
* This program is free software
:
you can redistribute it and/or
modify
* it under the terms of the GNU General Public License
as published by
* the Free Software Foundation
,
either version
3 of the License, or
* (at your option) any later version.
* This program is free software
;
you can redistribute it and/or
*
modify
it under the terms of the GNU General Public License
*
as published by
the Free Software Foundation
;
either version
2
*
of the License, or
(at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -13,7 +13,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
// =============================================================================
...
...
Prev
1
2
3
4
5
…
10
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment