This file is indexed.

/usr/share/doc/opensips-memcached-module/copyright is in opensips-memcached-module 2.2.2-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: opensips
Source: https://github.com/OpenSIPS/opensips

Files: *
Copyright: 2001-2007, FhG Fokus
License: GPL-2+

Files: aaa/*
Copyright: 2009, Voice System
  2009, Irina Stanescu
License: GPL-2+

Files: action.c
Copyright: 2010-2014, OpenSIPS Solutions
  2005, 2006, Voice Sistem S.R.L
  2001-2003, FhG Fokus
License: GPL-2+

Files: async.c
  async.h
  bin_interface.c
  bin_interface.h
  context.c
  context.h
  reactor.c
  reactor.h
  reactor_defs.h
  sr_module_deps.c
  sr_module_deps.h
Copyright: 2011-2015, OpenSIPS Solutions
License: GPL-2+

Files: atomic.h
Copyright: 2006, kernel.org
License: GPL-2+

Files: blacklists.c
  blacklists.h
  core_stats.c
  core_stats.h
  errinfo.c
  errinfo.h
  pt.c
  statistics.h
Copyright: 2004-2009, Voice Sistem SRL
License: GPL-2+

Files: cachedb/*
Copyright: 2011-2015, OpenSIPS Solutions
License: GPL-2+

Files: crc.c
Copyright: 2001-2003, FhG Fokus
  1986, Gary S. Brown.
License: GPL-2+

Files: data_lump.c
  receive.c
Copyright: 2008-2015, OpenSIPS Solutions
  2001-2004, FhG Fokus
License: GPL-2+

Files: db/*
Copyright: 2001-2004, FhG Fokus
  2007, 2008, 1&1 Internet AG
License: GPL-2+

Files: db/db_async.c
  db/db_async.h
  db/db_insertq.c
  db/db_insertq.h
Copyright: 2011-2015, OpenSIPS Solutions
License: GPL-2+

Files: db/db_id.c
  db/db_id.h
  db/db_pool.c
  db/db_pool.h
Copyright: 2001-2005, iptel.org
  2007, 2008, 1&1 Internet AG
License: GPL-2+

Files: db/db_ps.h
Copyright: 2004-2009, Voice Sistem SRL
License: GPL-2+

Files: db/db_query.c
  db/db_query.h
Copyright: 2007, 2008, 1&1 Internet AG
License: GPL-2+

Files: db/example/*
Copyright: 2001-2007, FhG Fokus
License: GPL-2+

Files: debian/*
Copyright: 2002 Andrei Pelinescu-Onciul <pelinescu-onciul@fokus.fraunhofer.de>
  2006 Julien Blache <jblache@debian.org>
  2009 Bjoern Boschman <bjoern@boschman.de>
  2009 Bogdan Iancu <bogan@voice-system.ro>
  2014-2016 Julián Moreno Patiño <julian@debian.org>
  2011 Daniel Echeverry <epsilon77@gmail.com>
  2011 Alejandro Rios P. <alerios@debian.org>
  2015-2016 Răzvan Crainea <razvan@opensips.org>
License: GPL-2+

Files: doc/dbschema/xsl/pi_framework_mod.xsl
  doc/dbschema/xsl/pi_framework_table.xsl
Copyright: 2010-2014, VoIP Embedded, Inc
License: GPL-2+

Files: dset.c
  dset.h
  qvalue.c
  qvalue.h
Copyright: 2001-2004, FhG FOKUS
License: GPL-2+

Files: evi/*
Copyright: 2011-2015, OpenSIPS Solutions
License: GPL-2+

Files: flags.c
  forward.c
  name_alias.c
  name_alias.h
Copyright: 2005-2010, Voice Sistem SRL
  2001-2005, FhG Fokus
License: GPL-2+

Files: futex_lock.h
Copyright: 2012, 2013, Ryan Bullock
License: GPL-2+

Files: io_wait.c
  poll_types.h
Copyright: 2005, iptelorg GmbH
License: GPL-2+

Files: io_wait.h
  io_wait_loop.h
Copyright: 2014, 2015, OpenSIPS Solutions
  2005, iptelorg GmbH
License: GPL-2+

Files: main.c
  resolve.c
  route.c
Copyright: 2005-2009, Voice Sistem S.R.L
  2001-2003, FhG Fokus
License: GPL-2+

Files: map.c
  map.h
Copyright: 2005-2009, Voice System SRL
License: GPL-2+

Files: md5utils.c
  md5utils.h
Copyright: 2001-2004, FhG Fokus
  2007, 2008, 1&1 Internet AG
License: GPL-2+

Files: mem/common.h
  mem/hp_malloc.c
  mem/hp_malloc.h
  mem/hp_malloc_stats.c
  mem/hp_malloc_stats.h
Copyright: 2011-2015, OpenSIPS Solutions
License: GPL-2+

Files: mem/vq_malloc.c
Copyright: 2001-2003, FhG Fokus
  1983, Regents of the University of California
License: GPL-2+

Files: menuconfig/*
Copyright: 2011-2015, OpenSIPS Solutions
License: GPL-2+

Files: mi/*
Copyright: 2004-2009, Voice Sistem SRL
License: GPL-2+

Files: mi/mi_core.c
Copyright: 2008-2014, OpenSIPS Solutions
  2006, Voice Sistem SRL
License: GPL-2+

Files: modules/aaa_radius/*
Copyright: 2009, Voice System
  2009, Irina Stanescu
License: GPL-2+

Files: modules/acc/acc.c
Copyright: 2006, Voice System SRL
  2001-2003, FhG Fokus
License: GPL-2+

Files: modules/acc/acc.h
  modules/acc/acc_logic.c
  modules/acc/acc_mod.c
  modules/acc/acc_mod.h
Copyright: 2005-2010, Voice Sistem SRL
  2001-2005, FhG Fokus
License: GPL-2+

Files: modules/acc/acc_extra.c
  modules/acc/acc_extra.h
  modules/acc/acc_logic.h
Copyright: 2004-2009, Voice Sistem SRL
License: GPL-2+

Files: modules/alias_db/*
Copyright: 2004-2009, Voice Sistem SRL
License: GPL-2+

Files: modules/alias_db/alias_db.h
Copyright: 2004, 2006, Voice Sistem
License: GPL-2+

Files: modules/auth/index.c
  modules/auth/index.h
Copyright: 2008, Voice System S.R.L
License: GPL-2+

Files: modules/auth_aaa/*
Copyright: 2009, Voice Systems
  2009, Irina Stanescu
  2001-2003, FhG Fokus
License: GPL-2+

Files: modules/auth_db/aaa_avps.h
Copyright: 2004-2009, Voice Sistem SRL
License: GPL-2+

Files: modules/avpops/*
Copyright: 2004-2009, Voice Sistem SRL
License: GPL-2+

Files: modules/b2b_entities/*
Copyright: 2009, 2011, Free Software Fundation
License: GPL-2+

Files: modules/b2b_logic/*
Copyright: 2009, 2011, Free Software Fundation
License: GPL-2+

Files: modules/b2b_sca/*
Copyright: 2010-2014, VoIP Embedded, Inc
License: GPL-2+

Files: modules/benchmark/*
Copyright: 2007, Voice Sistem SRL
  2007, Collax GmbH
License: GPL-2+

Files: modules/cachedb_cassandra/*
Copyright: 2011-2015, OpenSIPS Solutions
License: GPL-2+

Files: modules/cachedb_couchbase/*
Copyright: 2011-2015, OpenSIPS Solutions
License: GPL-2+

Files: modules/cachedb_local/*
Copyright: 2009, Anca Vamanu
License: GPL-2+

Files: modules/cachedb_memcached/cachedb_memcached.c
Copyright: 2009, Voice Sistem SRL
  2009, Andrei Dragus
License: GPL-2+

Files: modules/cachedb_mongodb/*
Copyright: 2011-2015, OpenSIPS Solutions
License: GPL-2+

Files: modules/cachedb_redis/*
Copyright: 2011-2015, OpenSIPS Solutions
License: GPL-2+

Files: modules/cachedb_sql/cachedb_sql.c
Copyright: 2013, Steve Frécinaux
  2013, OpenSIPS Solutions
License: GPL-2+

Files: modules/call_center/*
Copyright: 2011-2015, OpenSIPS Solutions
License: GPL-2+

Files: modules/call_control/call_control.c
Copyright: 2004-2009, Dan Pascu
License: GPL-2+

Files: modules/carrierroute/*
Copyright: 2007, 2008, 1&1 Internet AG
License: GPL-2+

Files: modules/cfgutils/*
Copyright: 2011-2015, OpenSIPS Solutions
License: GPL-2+

Files: modules/cfgutils/cfgutils.c
Copyright: 2007, BASIS AudioNet GmbH
  2007, 1&1 Internet AG
License: GPL-2+

Files: modules/cfgutils/shvar.c
  modules/cfgutils/shvar.h
Copyright: 2007, Elena-Ramona Modroiu
License: GPL-2+

Files: modules/clusterer/*
Copyright: 2011-2016, OpenSIPS Project
License: GPL-2+

Files: modules/compression/*
Copyright: 2011-2015, OpenSIPS Solutions
License: GPL-2+

Files: modules/cpl_c/cpl_loader.c
Copyright: 2006, Voice-Sistem SRL
  2001-2003, FhG Fokus
License: GPL-2+

Files: modules/db_berkeley/*
Copyright: 2007, Cisco Systems
License: GPL-2+

Files: modules/db_cachedb/*
Copyright: 2011-2015, OpenSIPS Solutions
License: GPL-2+

Files: modules/db_flatstore/flat_mi.c
Copyright: 2004-2009, Voice Sistem SRL
License: GPL-2+

Files: modules/db_flatstore/flat_mi.h
Copyright: 2006, Voice Sistem RL
License: GPL-2+

Files: modules/db_http/*
Copyright: 2009, Voice Sistem SRL
  2009, Andrei Dragus
License: GPL-2+

Files: modules/db_http/db_http.h
Copyright: 2012, Guillaume Bour (Orange-Vallee)
License: GPL-2+

Files: modules/db_mysql/*
Copyright: 2001-2004, FhG Fokus
  2007, 2008, 1&1 Internet AG
License: GPL-2+

Files: modules/db_mysql/dbase.c
Copyright: 2009, Voice Sistem SRL
  2001-2003, FhG Fokus
  2007, 2008, 1&1 Internet AG
License: GPL-2+

Files: modules/db_mysql/my_con.c
Copyright: 2001-2005, iptel.org
  2007, 2008, 1&1 Internet AG
License: GPL-2+

Files: modules/db_oracle/*
Copyright: 2007, 2008, TRUNK MOBILE
License: GPL-2+

Files: modules/db_perlvdb/*
Copyright: 2006, 2007, Collax GmbH
License: GPL-2+

Files: modules/db_postgres/*
Copyright: 2003, August.Net Services, LLC
  2008, 1&1 Internet AG
License: GPL-2+

Files: modules/db_postgres/db_postgres.c
Copyright: 2001-2004, FhG Fokus
  2007, 2008, 1&1 Internet AG
License: GPL-2+

Files: modules/db_postgres/dbase.c
  modules/db_postgres/res.c
Copyright: 2006, Norman Brandinger
  2003, August.Net Services, LLC
  2008, 1&1 Internet AG
License: GPL-2+

Files: modules/db_postgres/pg_con.c
Copyright: 2001-2005, iptel.org
  2007, 2008, 1&1 Internet AG
License: GPL-2+

Files: modules/db_postgres/pg_con.h
Copyright: 2003, August.Net Services, LLC
License: GPL-2+

Files: modules/db_postgres/res.h
  modules/db_postgres/val.h
Copyright: 2007, 2008, 1&1 Internet AG
License: GPL-2+

Files: modules/db_unixodbc/*
Copyright: 2005, 2006, Marco Lorrai
  2007, 2008, 1&1 Internet AG
License: GPL-2+

Files: modules/db_virtual/*
Copyright: 2009, Voice Sistem SRL
  2009, Razvan
License: GPL-2+

Files: modules/dialog/*
Copyright: 2005-2009, Voice System SRL
License: GPL-2+

Files: modules/dialog/dialog.c
Copyright: 2008-2014, OpenSIPS Solutions
  2006, Voice Sistem SRL
License: GPL-2+

Files: modules/dialog/dlg_cb.c
  modules/dialog/dlg_load.h
  modules/dialog/dlg_vals.c
  modules/dialog/dlg_vals.h
Copyright: 2004-2009, Voice Sistem SRL
License: GPL-2+

Files: modules/dialog/dlg_cb.h
Copyright: 2006, Voice Sistem SRLs
License: GPL-2+

Files: modules/dialog/dlg_db_handler.c
  modules/dialog/dlg_handlers.c
  modules/dialog/dlg_hash.h
  modules/dialog/dlg_profile.c
  modules/dialog/dlg_profile.h
Copyright: 2009-2014, OpenSIPS Solutions
  2006-2009, Voice System SRL
License: GPL-2+

Files: modules/dialog/dlg_replication.c
  modules/dialog/dlg_replication.h
Copyright: 2011-2015, OpenSIPS Solutions
License: GPL-2+

Files: modules/dialplan/*
Copyright: 2004-2009, Voice Sistem SRL
License: GPL-2+

Files: modules/dispatcher/*
Copyright: 2011-2015, OpenSIPS Solutions
License: GPL-2+

Files: modules/dispatcher/dispatch.c
Copyright: 2010-2015, OpenSIPS Solutions
  2005-2010, Voice-System.ro
  2004-2006, FhG Fokus
License: GPL-2+

Files: modules/dispatcher/dispatch.h
Copyright: 2001-2007, FhG Fokus
License: GPL-2+

Files: modules/dispatcher/dispatcher.c
Copyright: 2005-2010, Voice Sistem SRL
  2001-2005, FhG Fokus
License: GPL-2+

Files: modules/dispatcher/ds_fixups.c
  modules/dispatcher/ds_fixups.h
Copyright: 2014, OpenSIPS Foundation
  2006-2010, Voice Sistem SRL
  2004, 2005, FhG Fokus
License: GPL-2+

Files: modules/dns_cache/dns_cache.c
Copyright: 2011-2015, OpenSIPS Solutions
License: GPL-2+

Files: modules/domain/*
Copyright: 2001-2008, Juha Heinanen
License: GPL-2+

Files: modules/domain/mi.c
  modules/domain/mi.h
Copyright: 2004-2009, Voice Sistem SRL
License: GPL-2+

Files: modules/domainpolicy/*
Copyright: 2001-2008, Juha Heinanen
License: GPL-2+

Files: modules/domainpolicy/domainpolicy.c
  modules/domainpolicy/domainpolicy_mod.c
Copyright: 2006, Otmar Lendl & Klaus Darilion
License: GPL-2+

Files: modules/drouting/*
Copyright: 2004-2009, Voice Sistem SRL
License: GPL-2+

Files: modules/drouting/dr_api.h
  modules/drouting/dr_api_internal.c
  modules/drouting/dr_api_internal.h
Copyright: 2014, 2015, OpenSIPS Foundation
License: GPL-2+

Files: modules/drouting/dr_db_def.c
  modules/drouting/dr_db_def.h
Copyright: 2011-2015, OpenSIPS Solutions
License: GPL-2+

Files: modules/drouting/dr_partitions.h
Copyright: 2014, OpenSIPS Foundation
  2006-2010, Voice Sistem SRL
  2004, 2005, FhG Fokus
License: GPL-2+

Files: modules/emergency/*
Copyright: 2014, 2015, Robison Tesini & Evandro Villaron
License: GPL-2+

Files: modules/enum/*
Copyright: 2001-2008, Juha Heinanen
License: GPL-2+

Files: modules/event_datagram/*
Copyright: 2011-2015, OpenSIPS Solutions
License: GPL-2+

Files: modules/event_flatstore/*
Copyright: 2011-2016, OpenSIPS Project
License: GPL-2+

Files: modules/event_rabbitmq/*
Copyright: 2011-2015, OpenSIPS Solutions
License: GPL-2+

Files: modules/event_route/*
Copyright: 2010-2014, VoIP Embedded, Inc
License: GPL-2+

Files: modules/event_route/event_route.c
  modules/event_route/event_route.h
Copyright: 2011-2015, OpenSIPS Solutions
License: GPL-2+

Files: modules/event_virtual/*
Copyright: 2011-2016, OpenSIPS Project
License: GPL-2+

Files: modules/event_xmlrpc/*
Copyright: 2011-2015, OpenSIPS Solutions
License: GPL-2+

Files: modules/fraud_detection/*
Copyright: 2014, 2015, OpenSIPS Foundation
License: GPL-2+

Files: modules/gflags/gflags.c
Copyright: 2005, 2006, Voice Sistem S.R.L
  2004, FhG
License: GPL-2+

Files: modules/group/*
Copyright: 2009, Voice Systems
  2009, Irina Stanescu
  2001-2003, FhG Fokus
License: GPL-2+

Files: modules/group/re_group.c
  modules/group/re_group.h
Copyright: 2004-2009, Voice Sistem SRL
License: GPL-2+

Files: modules/h350/*
Copyright: 2007, University of North Carolina
License: GPL-2+

Files: modules/httpd/*
Copyright: 2011-2013, VoIP Embedded Inc
License: GPL-2+

Files: modules/identity/identity.c
Copyright: 2009, Voice Sistem SRL
  2007, Alexander Christ
License: GPL-2+ with OpenSSL exception

Files: modules/identity/identity.h
Copyright: 2007, Alexander Christ
License: GPL-2+ with OpenSSL exception

Files: modules/imc/*
Copyright: 2006-2009, Voice Sistem S.R.L
License: GPL-2+

Files: modules/jabber/sha.c
Copyright: 1999, Scott G. Miller
  1999, 2000, Dave Smith & Julian Missig
License: GPL-2+

Files: modules/jabber/tree234.c
  modules/jabber/tree234.h
Copyright: 1999-2001, Simon Tatham
License: Expat

Files: modules/jabber/xode.c
  modules/jabber/xode.h
  modules/jabber/xode_from.c
  modules/jabber/xode_str.c
  modules/jabber/xpool.c
  modules/jabber/xstream.c
Copyright: 1998, 1999, The Jabber Team http:jabber.org
License: GPL-2+

Files: modules/json/*
Copyright: 2009, Voice Sistem SRL
  2009, Andrei Dragus
License: GPL-2+

Files: modules/ldap/*
Copyright: 2007, University of North Carolina
License: GPL-2+

Files: modules/ldap/iniparser.c
  modules/ldap/iniparser.h
Copyright: 2007, University of North Carolina
  2000, Nicolas Devillard (ndevilla AT free DOT fr)
License: GPL-2+

Files: modules/load_balancer/*
Copyright: 2004-2009, Voice Sistem SRL
License: GPL-2+

Files: modules/load_balancer/lb_bl.c
  modules/load_balancer/lb_bl.h
Copyright: 2011-2015, OpenSIPS Solutions
License: GPL-2+

Files: modules/lua/*
Copyright: 2008,2009: Eric Gouyer
 2008-2011: Arnaud Chong
License: ISC

Files: modules/lua/crc32.c
  modules/lua/crc32.h
Copyright: 2003, Markus Friedl.
License: BSD-2-clause

Files: modules/mathops/*
Copyright: 2011-2015, OpenSIPS Solutions
License: GPL-2+

Files: modules/mediaproxy/mediaproxy.c
Copyright: 2004-2009, Dan Pascu
License: GPL-2+

Files: modules/mi_datagram/*
Copyright: 2004-2009, Voice Sistem SRL
License: GPL-2+

Files: modules/mi_fifo/*
Copyright: 2004-2009, Voice Sistem SRL
License: GPL-2+

Files: modules/mi_fifo/fifo_fnc.c
Copyright: 2005-2010, Voice Sistem SRL
  2001-2005, FhG Fokus
License: GPL-2+

Files: modules/mi_http/*
Copyright: 2011-2013, VoIP Embedded Inc
License: GPL-2+

Files: modules/mi_http/http_fnc.c
Copyright: 2010-2014, VoIP Embedded, Inc
License: GPL-2+

Files: modules/mi_json/*
Copyright: 2013 shimaore.net
License: GPL-2+

Files: modules/mi_xmlrpc_ng/*
Copyright: 2011-2013, VoIP Embedded Inc
License: GPL-2+

Files: modules/mi_xmlrpc_ng/http_fnc.c
Copyright: 2010-2014, VoIP Embedded, Inc
License: GPL-2+

Files: modules/mmgeoip/*
Copyright: 2008 SightSpeed, Inc
License: GPL-2+

Files: modules/nat_traversal/nat_traversal.c
Copyright: 2004-2009, Dan Pascu
License: GPL-2+

Files: modules/nathelper/nathelper.c
Copyright: 2003-2010, Sippy Software, Inc., http:www.sippysoft.com
License: GPL-2+

Files: modules/nathelper/sip_pinger.h
Copyright: 2005-2009, Voice System SRL
License: GPL-2+

Files: modules/osp/*
Copyright: 2001-2005, Fhg Fokus
License: GPL-2+

Files: modules/path/*
Copyright: 2006 Inode GmbH
License: GPL-2+

Files: modules/peering/*
Copyright: 2001-2008, Juha Heinanen
License: GPL-2+

Files: modules/peering/peering.c
Copyright: 2009, Voice System
  2009, Irina Stanescu
  2003, 2008, Juha Heinanen
License: GPL-2+

Files: modules/peering/verify.c
Copyright: 2009, Voice System
  2009, Irina-Maria Stanescu
  2008, Juha Heinanen
License: GPL-2+

Files: modules/perl/*
Copyright: 2006 Collax GmbH
License: GPL-2+

Files: modules/permissions/*
Copyright: 2003, Miklós Tirpák (mtirpak@sztaki.hu)
License: GPL-2+

Files: modules/permissions/address.c
Copyright: 2009, Voice System
  2009, Irina Stanescu
  2003, 2008, Juha Heinanen
License: GPL-2+

Files: modules/permissions/address.h
  modules/permissions/mi.c
  modules/permissions/mi.h
Copyright: 2001-2008, Juha Heinanen
License: GPL-2+

Files: modules/permissions/hash.c
  modules/permissions/hash.h
Copyright: 2009, Voice System
  2009, Irina Stanescu
License: GPL-2+

Files: modules/permissions/permissions.c
Copyright: 2003-2007, Juha Heinanen
  2003, iptel.org
  2003, Miklós Tirpák (mtirpak@sztaki.hu)
License: GPL-2+

Files: modules/permissions/permissions.h
Copyright: 2006, Juha Heinanen
  2003, Miklós Tirpák (mtirpak@sztaki.hu)
License: GPL-2+

Files: modules/pi_http/*
Copyright: 2011-2013, VoIP Embedded Inc
License: GPL-2+

Files: modules/pi_http/http_db_handler.c
  modules/pi_http/http_db_handler.h
Copyright: 2010-2014, VoIP Embedded, Inc
License: GPL-2+

Files: modules/pike/pike_mi.c
  modules/pike/pike_mi.h
Copyright: 2004-2009, Voice Sistem SRL
License: GPL-2+

Files: modules/presence/*
Copyright: 2006-2009, Voice Sistem S.R.L
License: GPL-2+

Files: modules/presence/presence.h
Copyright: 2004-2009, Voice Sistem SRL
License: GPL-2+

Files: modules/presence_callinfo/*
Copyright: 2013, OpenSIPS Solutions
  2010, Ovidiu Sas
License: GPL-2+

Files: modules/presence_callinfo/sca_dialog.c
  modules/presence_callinfo/sca_dialog.h
  modules/presence_callinfo/sca_hash.c
  modules/presence_callinfo/sca_hash.h
Copyright: 2011-2015, OpenSIPS Solutions
License: GPL-2+

Files: modules/presence_dialoginfo/*
Copyright: 2008, Klaus Darilion, IPCom
  2007, Juha Heinanen
License: GPL-2+

Files: modules/presence_dialoginfo/notify_body.c
  modules/presence_dialoginfo/notify_body.h
Copyright: 2008, Klaus Darilion, IPCom
  2006, Voice Sistem S.R.L
License: GPL-2+

Files: modules/presence_dialoginfo/pidf.c
  modules/presence_dialoginfo/pidf.h
Copyright: 2006-2009, Voice Sistem S.R.L
License: GPL-2+

Files: modules/presence_dialoginfo/presence_dialoginfo.h
Copyright: 2008, Klaus Darilion IPCom
  2007, Juha Heinanen
License: GPL-2+

Files: modules/presence_mwi/*
Copyright: 2001-2008, Juha Heinanen
License: GPL-2+

Files: modules/presence_xcapdiff/presence_xcapdiff.c
Copyright: 2008, 2012, AG Projects
License: GPL-2+

Files: modules/presence_xml/*
Copyright: 2006-2009, Voice Sistem S.R.L
License: GPL-2+

Files: modules/proto_bin/*
Copyright: 2015, OpenSIPS Foundation
  2001-2003, FhG Fokus
License: GPL-2+

Files: modules/proto_hep/*
Copyright: 2015, OpenSIPS Foundation
  2001-2003, FhG Fokus
License: GPL-2+

Files: modules/proto_sctp/*
Copyright: 2008-2015, OpenSIPS Solutions
  2001-2004, FhG Fokus
License: GPL-2+

Files: modules/proto_sctp/proto_sctp.c
Copyright: 2014, 2015, OpenSIPS Foundation
License: GPL-2+

Files: modules/proto_tls/*
Copyright: 2005 Voice Sistem SRL
  2005 Cesc Santasusana
  2006 enum.at
  2013 Secusmart GmbH
  2014, 2015, OpenSIPS Foundation
  2001-2003, FhG Fokus
  2004, 2005, Free Software Foundation, Inc
  2005, 2006, iptelorg GmbH
License: GPL-2+ with OpenSSL exception

Files: modules/proto_ws/*
Copyright: 2015, - OpenSIPS Foundation / 2001-2003, FhG Fokus
License: GPL-2+

Files: modules/proto_ws/proto_ws.h
Copyright: 2015, OpenSIPS Project
License: GPL-2+

Files: modules/proto_wss/*
Copyright: 2016, - OpenSIPS Foundation / 2001-2003, FhG Fokus
License: GPL-2+

Files: modules/pua/*
Copyright: 2006-2009, Voice Sistem S.R.L
License: GPL-2+

Files: modules/pua_bla/*
Copyright: 2006-2009, Voice Sistem S.R.L
License: GPL-2+

Files: modules/pua_dialoginfo/dialog_publish.c
Copyright: 2006-2009, Voice Sistem S.R.L
License: GPL-2+

Files: modules/pua_dialoginfo/pua_dialoginfo.c
Copyright: 2008, Klaus Darilion IPCom
  2007, 2008, Dan Pascu
  2006, Voice Sistem S.R.L
License: GPL-2+

Files: modules/pua_dialoginfo/pua_dialoginfo.h
Copyright: 2008, Klaus Darilion IPCom
  2006, Voice Sistem S.R.L
License: GPL-2+

Files: modules/pua_mi/*
Copyright: 2006-2009, Voice Sistem S.R.L
License: GPL-2+

Files: modules/pua_usrloc/*
Copyright: 2006-2009, Voice Sistem S.R.L
License: GPL-2+

Files: modules/pua_xmpp/*
Copyright: 2006-2009, Voice Sistem S.R.L
License: GPL-2+

Files: modules/python/*
Copyright: 2009 Sippy Software, Inc., http://www.sippysoft.com
License: GPL-2+

Files: modules/qos/*
Copyright: 2006-2008, SOMA Networks, Inc
License: GPL-2+

Files: modules/qos/qos_ctx_helpers.h
Copyright: 2006-2008, SOMA Networks, INC
License: GPL-2+

Files: modules/ratelimit/*
Copyright: 2011-2015, OpenSIPS Solutions
License: GPL-2+

Files: modules/ratelimit/ratelimit.c
Copyright: 2008, Ovidiu Sas <osas@voipembedded.com>
  2006, Hendrik Scholz <hscholz@raisdorf.net>
License: GPL-2+

Files: modules/regex/regex_mod.c
Copyright: 2008, Iñaki Baz Castillo
License: GPL-2+

Files: modules/registrar/path.c
  modules/registrar/path.h
Copyright: 2006, Andreas Granig <agranig@linguin.org>
License: GPL-2+

Files: modules/registrar/save.c
Copyright: 2005-2010, Voice Sistem SRL
  2001-2005, FhG Fokus
License: GPL-2+

Files: modules/rest_client/*
Copyright: 2011-2015, OpenSIPS Solutions
License: GPL-2+

Files: modules/rls/*
Copyright: 2006-2009, Voice Sistem S.R.L
License: GPL-2+

Files: modules/rr/api.c
  modules/rr/api.h
  modules/rr/rr_cb.c
  modules/rr/rr_cb.h
Copyright: 2004-2009, Voice Sistem SRL
License: GPL-2+

Files: modules/rr/loose.c
  modules/rr/rr_mod.c
Copyright: 2008-2015, OpenSIPS Solutions
  2001-2004, FhG Fokus
License: GPL-2+

Files: modules/rtpengine/*
Copyright: 2003-2010 Sippy Software, Inc.
  2005 Voice Sistem S.R.L
  2009-2014 TuTPro Inc.
  2010 VoIPEmbedded Inc.
  2013-2014 Sipwise GmbH
  2003 Porta Software Ltd
  2001-2007, FhG Fokus
License: GPL-2+

Files: modules/rtpproxy/*
Copyright: 2003-2010 Sippy Software, Inc., http://www.sippysoft.com
License: GPL-2+

Files: modules/rtpproxy/nhelpr_funcs.c
  modules/rtpproxy/nhelpr_funcs.h
Copyright: 2001-2007, FhG Fokus
License: GPL-2+

Files: modules/rtpproxy/timeout_process.c
Copyright: 2008, 2010, Voice System
License: GPL-2+

Files: modules/script_helper/script_helper.c
Copyright: 2011-2015, OpenSIPS Solutions
License: GPL-2+

Files: modules/seas/*
Copyright: 2006 VozTelecom Sistemas
License: GPL-2+

Files: modules/signaling/*
Copyright: 2006-2009, Voice Sistem S.R.L
License: GPL-2+

Files: modules/sipcapture/*
Copyright: 2011, Alexandr Dubovikov (QSC AG) (alexandr.dubovikov@gmail.com)
License: GPL-2+

Files: modules/sipmsgops/*
Copyright: 2009, Voice Sistem SRL
  2009, Andrei Dragus
License: GPL-2+

Files: modules/sipmsgops/sipmsgops.c
Copyright: 2001-2007, FhG Fokus
License: GPL-2+

Files: modules/siptrace/siptrace.c
Copyright: 2006-2009, Voice Sistem S.R.L
License: GPL-2+

Files: modules/sl/sl.h
Copyright: 2004, 2006, Voice Sistem
License: GPL-2+

Files: modules/sl/sl_api.h
Copyright: 2004-2009, Voice Sistem SRL
License: GPL-2+

Files: sl_cb.c sl_cb.h
Copyright: 2016, OpenSIPS Solutions
License: GPL-2+

Files: modules/sms/*
Copyright: 2000-2002 Stefan Frings
License: GPL-2+

Files: modules/sms/libsms_sms.h
  modules/sms/sms.c
  modules/sms/sms_funcs.c
  modules/sms/sms_funcs.h
  modules/sms/sms_report.c
  modules/sms/sms_report.h
Copyright: 2001-2007, FhG Fokus
License: GPL-2+

Files: modules/sngtc/*
Copyright: 2011-2015, OpenSIPS Solutions
License: GPL-2+

Files: modules/snmpstats/*
Copyright: 2006 SOMA Networks, Inc.
License: GPL-2+

Files: modules/speeddial/*
Copyright: 2004-2009, Voice Sistem SRL
License: GPL-2+

Files: modules/sql_cacher/*
Copyright: 2015, OpenSIPS Foundation
License: GPL-2+

Files: modules/db_sqlite/*
Copyright: 2015, OpenSIPS Foundation
License: GPL-2+

Files: modules/sst/*
Copyright: 2006-2008, SOMA Networks, Inc
License: GPL-2+

Files: modules/sst/sst.c
Copyright: 2006-2008, SOMA Networks, INC
License: GPL-2+

Files: modules/statistics/*
Copyright: 2006-2009, Voice Sistem S.R.L
License: GPL-2+

Files: modules/stun/*
Copyright: 2009, Voice Sistem SRL
  2009, Razvan
License: GPL-2+

Files: modules/tls_mgm/*
Copyright: 2005 Voice Sistem SRL
  2005 Cesc Santasusana
  2006 enum.at
  2013 Secusmart GmbH
  2014, 2015, OpenSIPS Foundation
  2001-2003, FhG Fokus
  2004, 2005, Free Software Foundation, Inc
  2005, 2006, iptelorg GmbH
License: GPL-2+ with OpenSSL exception

Files: modules/tm/async.c
  modules/tm/async.h
  modules/tm/t_ctx.c
  modules/tm/t_ctx.h
Copyright: 2011-2015, OpenSIPS Solutions
License: GPL-2+

Files: modules/tm/mi.c
  modules/tm/timer.c
Copyright: 2005-2010, Voice Sistem SRL
  2001-2005, FhG Fokus
License: GPL-2+

Files: modules/tm/mi.h
Copyright: 2004-2009, Voice Sistem SRL
License: GPL-2+

Files: modules/tm/sip_msg.c
  modules/tm/t_fwd.c
  modules/tm/t_msgbuilder.h
  modules/tm/t_reply.c
  modules/tm/uac.c
Copyright: 2008-2015, OpenSIPS Solutions
  2001-2004, FhG Fokus
License: GPL-2+

Files: modules/tm/t_stats.h
Copyright: 2004, 2006, Voice Sistem
License: GPL-2+

Files: modules/topology_hiding/*
Copyright: 2014, 2015, OpenSIPS Foundation
License: GPL-2+

Files: modules/uac/*
Copyright: 2004-2009, Voice Sistem SRL
License: GPL-2+

Files: modules/uac/auth.h
Copyright: 2011-2015, OpenSIPS Solutions
License: GPL-2+

Files: modules/uac_auth/*
Copyright: 2013, OpenSIPS Solutions
  2011, VoIP Embedded Inc
License: GPL-2+

Files: modules/uac_auth/uac_auth.h
Copyright: 2011-2013, VoIP Embedded Inc
License: GPL-2+

Files: modules/uac_redirect/*
Copyright: 2004-2009, Voice Sistem SRL
License: GPL-2+

Files: modules/uac_registrant/*
Copyright: 2011-2013, VoIP Embedded Inc
License: GPL-2+

Files: modules/uac_registrant/reg_db_handler.c
  modules/uac_registrant/reg_db_handler.h
Copyright: 2010-2014, VoIP Embedded, Inc
License: GPL-2+

Files: modules/uri/*
Copyright: 2009, Voice Systems
  2009, Irina Stanescu
  2001-2003, FhG Fokus
License: GPL-2+

Files: modules/uri/aaa_checks.h
Copyright: 2009, Voice Systems
  2009, Irina Stanescu
  2002, 2003, Juha Heinanen
License: GPL-2+

Files: modules/uri/checks.c
  modules/uri/checks.h
Copyright: 2001-2007, FhG Fokus
License: GPL-2+

Files: modules/uri/db_checks.c
Copyright: 2001-2004, FhG FOKUS
License: GPL-2+

Files: modules/uri/db_checks.h
Copyright: 2009, Voice System
  2009, Irina Stanescu
  2001-2004, FhG FOKUS
License: GPL-2+

Files: modules/userblacklist/*
Copyright: 2007, 2008, 1&1 Internet AG
License: GPL-2+

Files: modules/usrloc/ul_mi.c
  modules/usrloc/ul_mi.h
Copyright: 2004-2009, Voice Sistem SRL
License: GPL-2+

Files: modules/usrloc/ureplication.c
  modules/usrloc/ureplication.h
Copyright: 2011-2015, OpenSIPS Solutions
License: GPL-2+

Files: modules/xcap/*
Copyright: 2008, 2012, AG Projects
License: GPL-2+

Files: modules/xcap_client/*
Copyright: 2006-2009, Voice Sistem S.R.L
License: GPL-2+

Files: modules/xmpp/*
Copyright: 2006-2009, Voice Sistem S.R.L
License: GPL-2+

Files: modules/xmpp/sha.c
Copyright: 1999, Scott G. Miller
  1999, 2000, Dave Smith & Julian Missig
License: GPL-2+

Files: modules/xmpp/xode.c
  modules/xmpp/xode.h
  modules/xmpp/xode_from.c
  modules/xmpp/xode_str.c
  modules/xmpp/xpool.c
  modules/xmpp/xstream.c
Copyright: 1998, 1999, The Jabber Team http:jabber.org
License: GPL-2+

Files: modules/xmpp/xsnprintf.c
Copyright: 1995-1998, The Apache Group.
License: Apache

Files: msg_callbacks.c
  msg_callbacks.h
Copyright: 2003-2010, Sippy Software, Inc., http:www.sippysoft.com
License: GPL-2+

Files: msg_translator.c
Copyright: 2006, Andreas Granig <agranig@linguin.org>
  2001-2003, FhG Fokus
License: GPL-2+

Files: net/*
Copyright: 2015, OpenSIPS Project
License: GPL-2+

Files: net/net_tcp.c
Copyright: 2014, 2015, OpenSIPS Project
  2001-2003, FhG Fokus
License: GPL-2+

Files: net/net_tcp_proc.c
Copyright: 2008-2015, OpenSIPS Solutions
  2001-2004, FhG Fokus
License: GPL-2+

Files: net/net_udp.c
Copyright: 2014, 2015, OpenSIPS Foundation
  2001-2003, FhG Fokus
License: GPL-2+

Files: net/proto_tcp/*
Copyright: 2015, - OpenSIPS Foundation / 2001-2003, FhG Fokus
License: GPL-2+

Files: net/proto_tcp/proto_tcp_handler.h
Copyright: 2015, OpenSIPS Project
License: GPL-2+

Files: net/proto_udp/proto_udp.c
Copyright: 2015, - OpenSIPS Foundation / 2001-2003, FhG Fokus
License: GPL-2+

Files: net/proto_udp/proto_udp.h
Copyright: 2011-2015, OpenSIPS Solutions
License: GPL-2+

Files: net/proto_udp/proto_udp_handler.h
Copyright: 2015, OpenSIPS Project
License: GPL-2+

Files: net/tcp_conn.h
  net/tcp_conn_defs.h
  net/tcp_passfd.c
  net/tcp_passfd.h
Copyright: 2001-2007, FhG Fokus
License: GPL-2+

Files: obsolete_modules/*
Copyright: 2000, Moez Mahfoudh <mmoez@bigfoot.com>
License: BSD-3-clause

Files: obsolete_modules/auth_diameter/*
Copyright: 2001-2007, FhG Fokus
License: GPL-2+

Files: obsolete_modules/mi_xmlrpc/mi_xmlrpc.c
  obsolete_modules/mi_xmlrpc/mi_xmlrpc.h
  obsolete_modules/mi_xmlrpc/xr_parser.c
  obsolete_modules/mi_xmlrpc/xr_parser.h
  obsolete_modules/mi_xmlrpc/xr_server.c
  obsolete_modules/mi_xmlrpc/xr_server.h
  obsolete_modules/mi_xmlrpc/xr_writer.c
  obsolete_modules/mi_xmlrpc/xr_writer.h
Copyright: 2004-2009, Voice Sistem SRL
License: GPL-2+

Files: obsolete_modules/mi_xmlrpc/xr_parser_lib.h
Copyright: 2001, First Peer, Inc.
  2001, Eric Kidd.
License: BSD-3-clause

Files: parser/case_min_.h
  parser/case_sess.h
  parser/parse_sst.c
  parser/parse_sst.h
Copyright: 2006, SOMA Networks, Inc. <http:www.somanetworks.com/>
License: GPL-2+

Files: parser/case_p_as.h
  parser/case_p_pr.h
  parser/case_priv.h
  parser/case_refe.h
  parser/parse_allow.c
  parser/parse_allow.h
  parser/parse_methods.c
  parser/parse_methods.h
  parser/parse_pai.c
  parser/parse_pai.h
  parser/parse_ppi.c
  parser/parse_ppi.h
  parser/parse_privacy.c
  parser/parse_privacy.h
  parser/parse_refer_to.c
  parser/parse_refer_to.h
  parser/parse_rpid.c
  parser/parse_rpid.h
Copyright: 2001-2008, Juha Heinanen
License: GPL-2+

Files: parser/case_path.h
  parser/parse_supported.c
  parser/parse_supported.h
Copyright: 2006, Andreas Granig <agranig@linguin.org>
License: GPL-2+

Files: parser/case_retr.h
Copyright: 2005-2009, Voice System SRL
License: GPL-2+

Files: parser/parse_authenticate.c
  parser/parse_authenticate.h
  parser/parse_call_info.c
  parser/parse_call_info.h
Copyright: 2010, 2011, VoIP Embedded Inc. <http:www.voipembedded.com/>
License: GPL-2+

Files: parser/parse_min_expires.c
  parser/parse_min_expires.h
Copyright: 2011, VoIP Embedded, Inc. <http:www.voipembedded.com/>
License: GPL-2+

Files: parser/parse_multipart.c
  parser/parse_multipart.h
Copyright: 2004-2009, Voice Sistem SRL
License: GPL-2+

Files: parser/parse_replaces.c
  parser/parse_replaces.h
Copyright: 2010-2014, VoIP Embedded, Inc
License: GPL-2+

Files: parser/parse_sipifmatch.h
Copyright: 2001-2004, FhG FOKUS
License: GPL-2+

Files: parser/parse_to.c
  parser/parse_to.h
Copyright: 2001-2005, Fhg Fokus
License: GPL-2+

Files: parser/sdp/*
Copyright: 2006-2008, SOMA Networks, INC
License: GPL-2+

Files: prime_hash.c
  prime_hash.h
Copyright: 2007, 2008, 1&1 Internet AG
License: GPL-2+

Files: pvar.c
  timer.c
  timer.h
Copyright: 2010-2014, OpenSIPS Solutions
  2005-2009, Voice Sistem SRL
  2001-2003, FhG Fokus
License: GPL-2+

Files: regexp.c
  regexp.h
  serialize.c
  serialize.h
Copyright: 2001-2008, Juha Heinanen
License: GPL-2+

Files: script_var.c
  script_var.h
  strcommon.c
  strcommon.h
  transformations.c
  transformations.h
Copyright: 2006, 2007, voice-system.ro
License: GPL-2+

Files: sha1.c
  sha1.h
Copyright: 2006-2014, ARM Limited
License: GPL-2+

Files: sliblist.c
  sliblist.h
Copyright: 2013, VoIP Embedded, Inc
License: GPL-3+

Files: statistics.c
Copyright: 2008-2014, OpenSIPS Solutions
  2006, Voice Sistem SRL
License: GPL-2+

Files: test/*
Copyright: 2007, 2008, 1&1 Internet AG
License: GPL-2+

Files: test/27.sh
Copyright: 2008, 2010, Voice System
License: GPL-2+

Files: utils/*
Copyright: 2001-2004, FhG FOKUS
License: GPL-2+

Files: utils/db_berkeley/*
Copyright: 2007, Cisco Systems
License: GPL-2+

Files: utils/fifo_relay/*
Copyright: 2001-2008, Juha Heinanen
License: GPL-2+

Files: scripts/dbtextdb/*
Copyright: 2008 Google Inc
License: GPL-2+

Files: packaging/debian/*
Copyright: 2002 Andrei Pelinescu-Onciul <pelinescu-onciul@fokus.fraunhofer.de>
 2006 Julien Blache <jblache@debian.org>
 2009 Bjoern Boschman <bjoern@boschman.de>
 2009 Bogdan Iancu <bogan@voice-system.ro>
 2011 Julián Moreno Patiño <darkjunix@gmail.com>
 2011 Daniel Echeverry <epsilon77@gmail.com>
 2011 Alejandro Rios P. <alerios@debian.org>
License: GPL-2+

Files: packaging/gentoo/opensips-*.ebuild
Copyright: 1999-2005 Gentoo Foundation
License: GPL-2

License: Apache
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
   1. Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
 .
   2. Redistributions in binary form must reproduce the above copyright
      notice, this list of conditions and the following disclaimer in
      the documentation and/or other materials provided with the
      distribution.
 .
   3. All advertising materials mentioning features or use of this
      software must display the following acknowledgment:
      "This product includes software developed by the Apache Group
      for use in the Apache HTTP server project (http://www.apache.org/)."
 .
   4. The names "Apache Server" and "Apache Group" must not be used to
      endorse or promote products derived from this software without
      prior written permission.
 .
   5. Redistributions of any form whatsoever must retain the following
      acknowledgment:
      "This product includes software developed by the Apache Group
      for use in the Apache HTTP server project (http://www.apache.org/)."
 .
 THIS SOFTWARE IS PROVIDED BY THE APACHE GROUP ``AS IS'' AND ANY
 EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE APACHE GROUP OR
 ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
 OF THE POSSIBILITY OF SUCH DAMAGE.
 .
 This software consists of voluntary contributions made by many
 individuals on behalf of the Apache Group and was originally based
 on public domain software written at the National Center for
 Supercomputing Applications, University of Illinois, Urbana-Champaign.
 For more information on the Apache Group and the Apache HTTP server
 project, please see <http://www.apache.org/>.
 .
 This code is based on, and used with the permission of, the
 SIO stdio-replacement strx_* functions by Panos Tsirigotis
 <panos@alumni.cs.colorado.edu> for xinetd.

License: BSD-3-clause
 Copyright (c) The Regents of the University of California.
 All rights reserved.
 .
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. Neither the name of the University nor the names of its contributors
    may be used to endorse or promote products derived from this software
    without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.

License: BSD-2-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY AUTHORS AND CONTRIBUTORS ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.

License: Expat
 The MIT License
 .
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated
 documentation files (the "Software"), to deal in the Software
 without restriction, including without limitation the rights to
 use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to
 whom the Software is furnished to do so, subject to the
 following conditions:
 .
 The above copyright notice and this permission notice shall
 be included in all copies or substantial portions of the
 Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT
 WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
 INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR
 PURPOSE AND NONINFRINGEMENT. IN NO EVENT
 SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 CONNECTION WITH THE SOFTWARE OR THE USE OR
 OTHER DEALINGS IN THE SOFTWARE.

License: GPL-2+
 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 MERCHANTABILITY or FITNESS FOR A PARTICULAR
 PURPOSE.  See the GNU General Public License for more
 details.
 .
 You should have received a copy of the GNU General Public
 License along with this package; if not, write to the Free
 Software Foundation, Inc., 51 Franklin St, Fifth Floor,
 Boston, MA  02110-1301 USA
 .
 On Debian systems, the full text of the GNU General Public
 License version 2 can be found in the file
 `/usr/share/common-licenses/GPL-2'.

License: GPL-2+ with OpenSSL exception
 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.
 .
 In addition, as a special exception, the author of this
 program gives permission to link the code of its
 release with the OpenSSL project's "OpenSSL" library (or
 with modified versions of it that use the same license as
 the "OpenSSL" library), and distribute the linked
 executables. You must obey the GNU General Public
 License in all respects for all of the code used other
 than "OpenSSL".  If you modify this file, you may extend
 this exception to your version of the file, but you are
 not obligated to do so.  If you do not wish to do so,
 delete this exception statement from your version.
 .
 This program is distributed in the hope that it will be
 useful, but WITHOUT ANY WARRANTY; without even the implied
 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
 PURPOSE.  See the GNU General Public License for more
 details.
 .
 You should have received a copy of the GNU General Public
 License along with this package; if not, write to the Free
 Software Foundation, Inc., 51 Franklin St, Fifth Floor,
 Boston, MA  02110-1301 USA
 .
 On Debian systems, the full text of the GNU General Public
 License version 2 can be found in the file
 `/usr/share/common-licenses/GPL-2'.

License: GPL-3+
 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 distributed in the hope that it will be
 useful, but WITHOUT ANY WARRANTY; without even the implied
 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
 PURPOSE.  See the GNU General Public License for more
 details.
 .
 You should have received a copy of the GNU General Public
 License along with this package; if not, write to the Free
 Software Foundation, Inc., 51 Franklin St, Fifth Floor,
 Boston, MA  02110-1301 USA
 .
 On Debian systems, the full text of the GNU General Public
 License version 2 can be found in the file
 `/usr/share/common-licenses/GPL-3'.

License: ISC
 Permission to use, copy, modify, and distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
 copyright notice and this permission notice appear in all copies.
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

License: GPL-2
 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.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 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/>.
 .
 On Debian systems, the complete text of the GNU General
 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".