Tedd Ho-Jeong An
|
931d804022
|
unit: Add SPDX License Identifier
This patch adds SPDX License Identifier and removes the license text.
-------------------------------------
License COUNT
-------------------------------------
GPL-2.0-or-later : 25
LGPL-2.1-or-later : 1
GPL-2.0-only : 2
BSD-2-Clause : 1
License: GPL-2.0-or-later
unit/test-hog.c
unit/test-eir.c
unit/test-gobex-header.c
unit/test-crc.c
unit/test-avrcp.c
unit/test-ringbuf.c
unit/test-gobex-apparam.c
unit/test-gobex.c
unit/test-hfp.c
unit/test-textfile.c
unit/test-avdtp.c
unit/test-sdp.c
unit/test-gatt.c
unit/test-avctp.c
unit/test-gattrib.c
unit/test-queue.c
unit/test-gobex-packet.c
unit/test-uuid.c
unit/test-crypto.c
unit/test-uhid.c
unit/test-gdbus-client.c
unit/test-midi.c
unit/test-lib.c
unit/test-mgmt.c
unit/test-gobex-transfer.c
License: LGPL-2.1-or-later
unit/test-mesh-crypto.c
License: GPL-2.0-only
unit/util.h
unit/util.c
License: BSD-2-Clause
unit/test-ecc.c
|
2020-09-21 16:19:36 -07:00 |
|
Marcel Holtmann
|
261948090e
|
build: Move declaration of _GNU_SOURCE back into individual source files
|
2018-12-06 21:28:18 +01:00 |
|
Marcel Holtmann
|
05ec2da6cb
|
unit: Fix includes for gobex.h header
|
2015-03-01 00:27:06 -08:00 |
|
Johan Hedberg
|
c2e5d1ff16
|
unit: Fix gobex GPL version reference
These files (like everything else in the tree) should be GPL 2 or later
instead of GPL 2 only.
|
2013-02-15 16:19:54 +02:00 |
|
Cristian Rodríguez
|
b6268e1350
|
unit: Fix missing config.h includes
|
2012-12-23 18:58:11 -08:00 |
|
Marcel Holtmann
|
66d928aa6e
|
unit: Always return with g_test_run() return value
|
2012-12-09 10:35:21 +01:00 |
|
Johan Hedberg
|
0528bfc1a0
|
gobex: Add support for returning -EAGAIN from producer callback
|
2012-12-04 22:22:02 +01:00 |
|
Johan Hedberg
|
58cd14d209
|
gobex: Remove _ID_ from header type definitions
|
2012-12-04 22:22:01 +01:00 |
|
Johan Hedberg
|
cdcde59687
|
gobex: Add va-args based packet creation support
|
2012-12-04 22:22:01 +01:00 |
|
Johan Hedberg
|
b50f20a501
|
gobex: Use GObexDataProducer type instead of (custom) GObexPacketDataFunc
|
2012-12-04 22:21:59 +01:00 |
|
Johan Hedberg
|
0a4824ddb1
|
gobex: Make on-demand body headers a GObexPacket feature
|
2012-12-04 22:21:59 +01:00 |
|
Johan Hedberg
|
714abdfc72
|
gobex: Make on-demand header callbacks able to fail cleanly
|
2012-12-04 22:21:59 +01:00 |
|
Johan Hedberg
|
a470646232
|
gobex: Add convenience response sending function
|
2012-12-04 22:21:58 +01:00 |
|
Johan Hedberg
|
ad811dd51e
|
gobex: Add support for on-demand headers
|
2012-12-04 22:21:58 +01:00 |
|
Johan Hedberg
|
e139f2c5b9
|
gobex: Add connect packet decoding test
|
2012-12-04 22:21:57 +01:00 |
|
Johan Hedberg
|
d76690df91
|
gobex: Add invalid packet data decoding test
|
2012-12-04 22:21:57 +01:00 |
|
Johan Hedberg
|
f2b4c7bc5d
|
gobex: Add basic packet encoding test
|
2012-12-04 22:21:57 +01:00 |
|
Johan Hedberg
|
aa1b87b6d8
|
gobex: Add initial GError support
|
2012-12-04 22:21:57 +01:00 |
|
Johan Hedberg
|
d455694af2
|
gobex: Split unit tests into separate modules
|
2012-12-04 22:21:57 +01:00 |
|