File: copyright_hints

package info (click to toggle)
assimp 3.0~dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 12,104 kB
  • sloc: cpp: 103,409; cs: 15,009; ansic: 5,273; python: 1,388; pascal: 337; objc: 121; xml: 100; sh: 86; makefile: 50
file content (892 lines) | stat: -rw-r--r-- 27,193 bytes parent folder | download
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
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FIXME
Upstream-Contact: FIXME
Source: FIXME
Disclaimer: Autogenerated by CDBS

Files: code/3DSConverter.cpp
 code/3DSHelper.h
 code/3DSLoader.cpp
 code/3DSLoader.h
 code/ACLoader.cpp
 code/ACLoader.h
 code/ASELoader.cpp
 code/ASELoader.h
 code/ASEParser.cpp
 code/ASEParser.h
 code/Assimp.cpp
 code/AssimpCExport.cpp
 code/AssimpPCH.h
 code/B3DImporter.cpp
 code/B3DImporter.h
 code/BVHLoader.cpp
 code/BVHLoader.h
 code/BaseImporter.cpp
 code/BaseImporter.h
 code/BaseProcess.cpp
 code/BaseProcess.h
 code/BlenderDNA.cpp
 code/BlenderDNA.h
 code/BlenderDNA.inl
 code/BlenderIntermediate.h
 code/BlenderLoader.cpp
 code/BlenderLoader.h
 code/BlenderModifier.cpp
 code/BlenderModifier.h
 code/BlenderScene.h
 code/BlobIOSystem.h
 code/ByteSwap.h
 code/CInterfaceIOWrapper.h
 code/COBLoader.cpp
 code/COBLoader.h
 code/COBScene.h
 code/CSMLoader.cpp
 code/CSMLoader.h
 code/CalcTangentsProcess.cpp
 code/CalcTangentsProcess.h
 code/ColladaExporter.cpp
 code/ColladaExporter.h
 code/ColladaHelper.h
 code/ColladaLoader.cpp
 code/ColladaLoader.h
 code/ColladaParser.cpp
 code/ColladaParser.h
 code/ComputeUVMappingProcess.cpp
 code/ComputeUVMappingProcess.h
 code/ConvertToLHProcess.cpp
 code/ConvertToLHProcess.h
 code/DXFHelper.h
 code/DXFLoader.cpp
 code/DXFLoader.h
 code/DeboneProcess.cpp
 code/DeboneProcess.h
 code/DefaultIOStream.cpp
 code/DefaultIOStream.h
 code/DefaultIOSystem.cpp
 code/DefaultIOSystem.h
 code/DefaultLogger.cpp
 code/DefaultProgressHandler.h
 code/Exceptional.h
 code/Exporter.cpp
 code/FileSystemFilter.h
 code/FindDegenerates.cpp
 code/FindDegenerates.h
 code/FindInstancesProcess.cpp
 code/FindInstancesProcess.h
 code/FindInvalidDataProcess.cpp
 code/FindInvalidDataProcess.h
 code/FixNormalsStep.cpp
 code/FixNormalsStep.h
 code/GenFaceNormalsProcess.cpp
 code/GenFaceNormalsProcess.h
 code/GenVertexNormalsProcess.cpp
 code/GenVertexNormalsProcess.h
 code/GenericProperty.h
 code/HMPFileData.h
 code/HMPLoader.cpp
 code/HMPLoader.h
 code/HalfLifeFileData.h
 code/IFCCurve.cpp
 code/IFCGeometry.cpp
 code/IFCLoader.cpp
 code/IFCLoader.h
 code/IFCMaterial.cpp
 code/IFCProfile.cpp
 code/IFCReaderGen.cpp
 code/IFCReaderGen.h
 code/IFCUtil.cpp
 code/IFCUtil.h
 code/IRRLoader.cpp
 code/IRRLoader.h
 code/IRRMeshLoader.cpp
 code/IRRMeshLoader.h
 code/IRRShared.cpp
 code/Importer.cpp
 code/Importer.h
 code/ImporterRegistry.cpp
 code/ImproveCacheLocality.cpp
 code/ImproveCacheLocality.h
 code/JoinVerticesProcess.cpp
 code/JoinVerticesProcess.h
 code/LWOAnimation.cpp
 code/LWOAnimation.h
 code/LWOBLoader.cpp
 code/LWOFileData.h
 code/LWOLoader.cpp
 code/LWOLoader.h
 code/LWOMaterial.cpp
 code/LWSLoader.cpp
 code/LWSLoader.h
 code/LimitBoneWeightsProcess.cpp
 code/LimitBoneWeightsProcess.h
 code/LineSplitter.h
 code/LogAux.h
 code/M3Importer.cpp
 code/M3Importer.h
 code/MD2FileData.h
 code/MD2Loader.cpp
 code/MD2Loader.h
 code/MD2NormalTable.h
 code/MD3FileData.h
 code/MD3Loader.cpp
 code/MD3Loader.h
 code/MD5Loader.cpp
 code/MD5Loader.h
 code/MD5Parser.cpp
 code/MD5Parser.h
 code/MDCFileData.h
 code/MDCLoader.cpp
 code/MDCLoader.h
 code/MDLDefaultColorMap.h
 code/MDLFileData.h
 code/MDLLoader.cpp
 code/MDLLoader.h
 code/MDLMaterialLoader.cpp
 code/MS3DLoader.cpp
 code/MS3DLoader.h
 code/MakeVerboseFormat.cpp
 code/MakeVerboseFormat.h
 code/MaterialSystem.cpp
 code/MaterialSystem.h
 code/MemoryIOWrapper.h
 code/NDOLoader.cpp
 code/NDOLoader.h
 code/NFFLoader.cpp
 code/NFFLoader.h
 code/OFFLoader.cpp
 code/OFFLoader.h
 code/ObjExporter.cpp
 code/ObjExporter.h
 code/ObjFileData.h
 code/ObjFileImporter.cpp
 code/ObjFileImporter.h
 code/ObjFileMtlImporter.cpp
 code/ObjFileMtlImporter.h
 code/ObjFileParser.cpp
 code/ObjFileParser.h
 code/ObjTools.h
 code/OgreImporter.cpp
 code/OgreMaterial.cpp
 code/OgreMesh.cpp
 code/OgreSkeleton.cpp
 code/OptimizeGraph.cpp
 code/OptimizeGraph.h
 code/OptimizeMeshes.cpp
 code/OptimizeMeshes.h
 code/ParsingUtils.h
 code/PlyExporter.cpp
 code/PlyExporter.h
 code/PlyLoader.cpp
 code/PlyLoader.h
 code/PlyParser.cpp
 code/PlyParser.h
 code/PolyTools.h
 code/PostStepRegistry.cpp
 code/PretransformVertices.cpp
 code/PretransformVertices.h
 code/ProcessHelper.cpp
 code/ProcessHelper.h
 code/Profiler.h
 code/Q3BSPFileData.h
 code/Q3BSPFileImporter.cpp
 code/Q3BSPFileImporter.h
 code/Q3BSPFileParser.cpp
 code/Q3BSPFileParser.h
 code/Q3BSPZipArchive.cpp
 code/Q3BSPZipArchive.h
 code/Q3DLoader.cpp
 code/Q3DLoader.h
 code/RawLoader.cpp
 code/RawLoader.h
 code/RemoveComments.cpp
 code/RemoveComments.h
 code/RemoveRedundantMaterials.cpp
 code/RemoveRedundantMaterials.h
 code/RemoveVCProcess.cpp
 code/RemoveVCProcess.h
 code/SGSpatialSort.cpp
 code/SGSpatialSort.h
 code/SMDLoader.cpp
 code/SMDLoader.h
 code/STEPFile.h
 code/STEPFileReader.cpp
 code/STEPFileReader.h
 code/STLExporter.cpp
 code/STLExporter.h
 code/STLLoader.cpp
 code/STLLoader.h
 code/SceneCombiner.cpp
 code/SceneCombiner.h
 code/ScenePreprocessor.cpp
 code/ScenePreprocessor.h
 code/ScenePrivate.h
 code/SkeletonMeshBuilder.cpp
 code/SkeletonMeshBuilder.h
 code/SmoothingGroups.h
 code/SmoothingGroups.inl
 code/SortByPTypeProcess.cpp
 code/SortByPTypeProcess.h
 code/SpatialSort.cpp
 code/SpatialSort.h
 code/SplitByBoneCountProcess.cpp
 code/SplitByBoneCountProcess.h
 code/SplitLargeMeshes.cpp
 code/SplitLargeMeshes.h
 code/StandardShapes.cpp
 code/StandardShapes.h
 code/StreamReader.h
 code/StringComparison.h
 code/Subdivision.cpp
 code/Subdivision.h
 code/TargetAnimation.cpp
 code/TargetAnimation.h
 code/TerragenLoader.cpp
 code/TerragenLoader.h
 code/TextureTransform.cpp
 code/TextureTransform.h
 code/TinyFormatter.h
 code/TriangulateProcess.cpp
 code/TriangulateProcess.h
 code/UnrealLoader.cpp
 code/UnrealLoader.h
 code/ValidateDataStructure.cpp
 code/ValidateDataStructure.h
 code/Vertex.h
 code/VertexTriangleAdjacency.cpp
 code/VertexTriangleAdjacency.h
 code/XFileHelper.h
 code/XFileImporter.cpp
 code/XFileImporter.h
 code/XFileParser.cpp
 code/XFileParser.h
 code/XGLLoader.cpp
 code/XGLLoader.h
 code/irrXMLWrapper.h
 code/qnan.h
 doc/Preamble.txt
 include/assimp/DefaultLogger.hpp
 include/assimp/Exporter.hpp
 include/assimp/IOStream.hpp
 include/assimp/IOSystem.hpp
 include/assimp/Importer.hpp
 include/assimp/LogStream.hpp
 include/assimp/Logger.hpp
 include/assimp/NullLogger.hpp
 include/assimp/ProgressHandler.hpp
 include/assimp/anim.h
 include/assimp/camera.h
 include/assimp/cexport.h
 include/assimp/cfileio.h
 include/assimp/cimport.h
 include/assimp/color4.h
 include/assimp/color4.inl
 include/assimp/config.h
 include/assimp/defs.h
 include/assimp/importerdesc.h
 include/assimp/light.h
 include/assimp/material.h
 include/assimp/material.inl
 include/assimp/matrix3x3.h
 include/assimp/matrix3x3.inl
 include/assimp/matrix4x4.h
 include/assimp/matrix4x4.inl
 include/assimp/mesh.h
 include/assimp/postprocess.h
 include/assimp/quaternion.h
 include/assimp/quaternion.inl
 include/assimp/scene.h
 include/assimp/texture.h
 include/assimp/types.h
 include/assimp/vector2.h
 include/assimp/vector2.inl
 include/assimp/vector3.h
 include/assimp/vector3.inl
 include/assimp/version.h
 tools/assimp_cmd/CompareDump.cpp
 tools/assimp_cmd/Export.cpp
 tools/assimp_cmd/ImageExtractor.cpp
 tools/assimp_cmd/Info.cpp
 tools/assimp_cmd/Main.cpp
 tools/assimp_cmd/Main.h
 tools/assimp_cmd/WriteDumb.cpp
 tools/assimp_view/AnimEvaluator.cpp
 tools/assimp_view/AnimEvaluator.h
 tools/assimp_view/AssetHelper.h
 tools/assimp_view/Background.cpp
 tools/assimp_view/Background.h
 tools/assimp_view/Camera.h
 tools/assimp_view/Display.cpp
 tools/assimp_view/Display.h
 tools/assimp_view/HelpDialog.cpp
 tools/assimp_view/Input.cpp
 tools/assimp_view/LogDisplay.cpp
 tools/assimp_view/LogDisplay.h
 tools/assimp_view/LogWindow.cpp
 tools/assimp_view/LogWindow.h
 tools/assimp_view/Material.cpp
 tools/assimp_view/MaterialManager.h
 tools/assimp_view/MeshRenderer.cpp
 tools/assimp_view/MeshRenderer.h
 tools/assimp_view/MessageProc.cpp
 tools/assimp_view/Normals.cpp
 tools/assimp_view/RenderOptions.h
 tools/assimp_view/SceneAnimator.cpp
 tools/assimp_view/SceneAnimator.h
 tools/assimp_view/Shaders.cpp
 tools/assimp_view/Shaders.h
 tools/assimp_view/assimp_view.cpp
 tools/assimp_view/assimp_view.h
Copyright: 2006-2008, assimp team
  2006-2010, assimp team
  2006-2011, assimp team
  2006-2012, assimp team
  HOLDERS AND CONTRIBUTORS
License: BSD (3 clause)
 FIXME

Files: AssimpBuildTreeSettings.cmake.in
 AssimpConfig.cmake.in
 AssimpConfigVersion.cmake.in
 CHANGES
 CMakeLists.txt
 CREDITS
 INSTALL
 ProjectHome.url
 README
 Readme.md
 Website.url
 assimp-config-version.cmake.in
 assimp-config.cmake.in
 assimp.pc.in
 cmake-modules/cmake_uninstall.cmake.in
 code/CMakeLists.txt
 code/FileLogStream.h
 code/IFF.h
 code/IRRShared.h
 code/OgreImporter.hpp
 code/OgreXmlHelper.hpp
 code/StdOStreamLogStream.h
 code/Win32DebugLogStream.h
 code/assbin_chunks.h
 code/makefile.mingw
 code/res/resource.h
 contrib/ConvertUTF/readme.txt
 contrib/cppunit_note.txt
 contrib/irrXML_note.txt
 contrib/poly2tri/AUTHORS
 contrib/poly2tri/README
 contrib/poly2tri_patch.txt
 contrib/zlib_note.txt
 debian/Makefile.samples
 debian/README.source
 debian/TODO
 debian/assimp-utils.doc-base
 debian/assimp-utils.install
 debian/assimp-utils.manpages
 debian/assimp.1
 debian/compat
 debian/control
 debian/control.in
 debian/gbp.conf
 debian/libassimp-dev.install
 debian/libassimp-doc.doc-base
 debian/libassimp-doc.install
 debian/libassimp3.install
 debian/libassimp3.symbols
 debian/libassimp3.ver
 debian/patches/doxygen.patch
 debian/patches/no_boost_workaround.patch
 debian/patches/pyassimp.patch
 debian/patches/series
 debian/python-pyassimp.docs
 debian/python-pyassimp.install
 debian/setup.py
 debian/source/format
 debian/source/local-options
 debian/watch
 doc/Doxyfile
 doc/Doxyfile_Cmd
 doc/datastructure.xml
 doc/dox.h
 doc/dox_cmd.h
 doc/style.css
 include/assimp/Compiler/poppack1.h
 include/assimp/Compiler/pushpack1.h
 include/assimp/ai_assert.h
 packaging/windows-innosetup/WEB
 packaging/windows-innosetup/howto-build-setup.txt
 packaging/windows-innosetup/readme_installer.txt
 packaging/windows-innosetup/readme_installer_vieweronly.txt
 packaging/windows-innosetup/script.iss
 packaging/windows-innosetup/script_vieweronly.iss
 packaging/windows-mkzip/bin_readme.txt
 packaging/windows-mkzip/mkfinal.bat
 packaging/windows-mkzip/mkrev.bat
 port/Assimp.NET/Assimp.NET.sln
 port/Assimp.NET/Assimp.NET/Assimp.NET.vcproj
 port/Assimp.NET/Assimp.NET/AssimpSwigPort_wrap.cxx
 port/Assimp.NET/Assimp.NET_CS/Assimp.NET_CS.csproj
 port/Assimp.NET/Assimp.NET_CS/Assimp.cs
 port/Assimp.NET/Assimp.NET_CS/AssimpPINVOKE.cs
 port/Assimp.NET/Assimp.NET_CS/FloatVector.cs
 port/Assimp.NET/Assimp.NET_CS/Importer.cs
 port/Assimp.NET/Assimp.NET_CS/ProgressHandler.cs
 port/Assimp.NET/Assimp.NET_CS/SWIGTYPE_p_std__string.cs
 port/Assimp.NET/Assimp.NET_CS/UintVector.cs
 port/Assimp.NET/Assimp.NET_CS/aiAnimBehaviour.cs
 port/Assimp.NET/Assimp.NET_CS/aiAnimMesh.cs
 port/Assimp.NET/Assimp.NET_CS/aiAnimMeshVector.cs
 port/Assimp.NET/Assimp.NET_CS/aiAnimation.cs
 port/Assimp.NET/Assimp.NET_CS/aiAnimationVector.cs
 port/Assimp.NET/Assimp.NET_CS/aiBlendMode.cs
 port/Assimp.NET/Assimp.NET_CS/aiBone.cs
 port/Assimp.NET/Assimp.NET_CS/aiBoneVector.cs
 port/Assimp.NET/Assimp.NET_CS/aiCamera.cs
 port/Assimp.NET/Assimp.NET_CS/aiCameraVector.cs
 port/Assimp.NET/Assimp.NET_CS/aiColor3D.cs
 port/Assimp.NET/Assimp.NET_CS/aiColor4D.cs
 port/Assimp.NET/Assimp.NET_CS/aiColor4DVector.cs
 port/Assimp.NET/Assimp.NET_CS/aiColor4DVectorVector.cs
 port/Assimp.NET/Assimp.NET_CS/aiComponent.cs
 port/Assimp.NET/Assimp.NET_CS/aiDefaultLogStream.cs
 port/Assimp.NET/Assimp.NET_CS/aiFace.cs
 port/Assimp.NET/Assimp.NET_CS/aiFaceVector.cs
 port/Assimp.NET/Assimp.NET_CS/aiFile.cs
 port/Assimp.NET/Assimp.NET_CS/aiFileIO.cs
 port/Assimp.NET/Assimp.NET_CS/aiLight.cs
 port/Assimp.NET/Assimp.NET_CS/aiLightSourceType.cs
 port/Assimp.NET/Assimp.NET_CS/aiLightVector.cs
 port/Assimp.NET/Assimp.NET_CS/aiMaterial.cs
 port/Assimp.NET/Assimp.NET_CS/aiMaterialProperty.cs
 port/Assimp.NET/Assimp.NET_CS/aiMaterialVector.cs
 port/Assimp.NET/Assimp.NET_CS/aiMatrix3x3.cs
 port/Assimp.NET/Assimp.NET_CS/aiMatrix4x4.cs
 port/Assimp.NET/Assimp.NET_CS/aiMemoryInfo.cs
 port/Assimp.NET/Assimp.NET_CS/aiMesh.cs
 port/Assimp.NET/Assimp.NET_CS/aiMeshAnim.cs
 port/Assimp.NET/Assimp.NET_CS/aiMeshAnimVector.cs
 port/Assimp.NET/Assimp.NET_CS/aiMeshKey.cs
 port/Assimp.NET/Assimp.NET_CS/aiMeshKeyVector.cs
 port/Assimp.NET/Assimp.NET_CS/aiMeshVector.cs
 port/Assimp.NET/Assimp.NET_CS/aiNode.cs
 port/Assimp.NET/Assimp.NET_CS/aiNodeAnim.cs
 port/Assimp.NET/Assimp.NET_CS/aiNodeAnimVector.cs
 port/Assimp.NET/Assimp.NET_CS/aiNodeVector.cs
 port/Assimp.NET/Assimp.NET_CS/aiOrigin.cs
 port/Assimp.NET/Assimp.NET_CS/aiPlane.cs
 port/Assimp.NET/Assimp.NET_CS/aiPostProcessSteps.cs
 port/Assimp.NET/Assimp.NET_CS/aiPrimitiveType.cs
 port/Assimp.NET/Assimp.NET_CS/aiPropertyTypeInfo.cs
 port/Assimp.NET/Assimp.NET_CS/aiQuatKey.cs
 port/Assimp.NET/Assimp.NET_CS/aiQuatKeyVector.cs
 port/Assimp.NET/Assimp.NET_CS/aiQuaternion.cs
 port/Assimp.NET/Assimp.NET_CS/aiRay.cs
 port/Assimp.NET/Assimp.NET_CS/aiReturn.cs
 port/Assimp.NET/Assimp.NET_CS/aiScene.cs
 port/Assimp.NET/Assimp.NET_CS/aiShadingMode.cs
 port/Assimp.NET/Assimp.NET_CS/aiString.cs
 port/Assimp.NET/Assimp.NET_CS/aiTexel.cs
 port/Assimp.NET/Assimp.NET_CS/aiTexture.cs
 port/Assimp.NET/Assimp.NET_CS/aiTextureFlags.cs
 port/Assimp.NET/Assimp.NET_CS/aiTextureMapMode.cs
 port/Assimp.NET/Assimp.NET_CS/aiTextureMapping.cs
 port/Assimp.NET/Assimp.NET_CS/aiTextureOp.cs
 port/Assimp.NET/Assimp.NET_CS/aiTextureType.cs
 port/Assimp.NET/Assimp.NET_CS/aiTextureVector.cs
 port/Assimp.NET/Assimp.NET_CS/aiUVTransform.cs
 port/Assimp.NET/Assimp.NET_CS/aiVector2D.cs
 port/Assimp.NET/Assimp.NET_CS/aiVector3D.cs
 port/Assimp.NET/Assimp.NET_CS/aiVector3DVector.cs
 port/Assimp.NET/Assimp.NET_CS/aiVector3DVectorVector.cs
 port/Assimp.NET/Assimp.NET_CS/aiVectorKey.cs
 port/Assimp.NET/Assimp.NET_CS/aiVectorKeyVector.cs
 port/Assimp.NET/Assimp.NET_CS/aiVertexWeight.cs
 port/Assimp.NET/Assimp.NET_CS/aiVertexWeightVector.cs
 port/Assimp.NET/Assimp.NET_CS/app.config
 port/Assimp.NET/Assimp.NET_DEMO/Assimp.NET_DEMO.csproj
 port/Assimp.NET/Assimp.NET_DEMO/Assimp.NET_DEMO.csproj.user
 port/Assimp.NET/Assimp.NET_DEMO/AssimpView.resx
 port/Assimp.NET/Assimp.NET_DEMO/Properties/Resources.Designer.cs
 port/Assimp.NET/Assimp.NET_DEMO/Properties/Resources.resx
 port/Assimp.NET/Assimp.NET_DEMO/Properties/Settings.Designer.cs
 port/Assimp.NET/Assimp.NET_DEMO/Properties/Settings.settings
 port/Assimp.NET/Assimp.NET_DEMO/app.config
 port/Assimp.NET/README.txt
 port/AssimpDelphi/Readme.txt
 port/AssimpDelphi/aiColor4D.pas
 port/AssimpDelphi/aiMaterial.pas
 port/AssimpDelphi/aiMatrix3x3.pas
 port/AssimpDelphi/aiMatrix4x4.pas
 port/AssimpDelphi/aiMesh.pas
 port/AssimpDelphi/aiQuaternion.pas
 port/AssimpDelphi/aiScene.pas
 port/AssimpDelphi/aiTexture.pas
 port/AssimpDelphi/aiTypes.pas
 port/AssimpDelphi/aiVector2D.pas
 port/AssimpDelphi/aiVector3D.pas
 port/AssimpDelphi/assimp.pas
 port/PyAssimp/README
 port/PyAssimp/pyassimp/__init__.py
 port/PyAssimp/pyassimp/errors.py
 port/PyAssimp/pyassimp/helper.py
 port/PyAssimp/pyassimp/pyassimp.py
 port/PyAssimp/pyassimp/structs.py
 port/PyAssimp/quicktest.py
 port/PyAssimp/sample.py
 port/PyAssimp3/README
 port/PyAssimp3/pyassimp/__init__.py
 port/PyAssimp3/pyassimp/errors.py
 port/PyAssimp3/pyassimp/helper.py
 port/PyAssimp3/pyassimp/pyassimp.py
 port/PyAssimp3/pyassimp/structs.py
 port/PyAssimp3/quicktest.py
 port/PyAssimp3/sample.py
 port/iOS/IPHONEOS_ARM6_TOOLCHAIN.cmake
 port/iOS/IPHONEOS_ARM7_TOOLCHAIN.cmake
 port/iOS/IPHONEOS_i386_TOOLCHAIN.cmake
 port/iOS/README.txt
 port/iOS/build_ios.sh
 port/swig/DONOTUSEYET
 port/swig/assimp.i
 port/swig/d/build.sh
 port/swig/d/generate.sh
 port/swig/interface/DefaultLogger.i
 port/swig/interface/IOStream.i
 port/swig/interface/IOSystem.i
 port/swig/interface/LogStream.i
 port/swig/interface/Logger.i
 port/swig/interface/NullLogger.i
 port/swig/interface/aiAnim.i
 port/swig/interface/aiAssert.i
 port/swig/interface/aiCamera.i
 port/swig/interface/aiColor4D.i
 port/swig/interface/aiConfig.i
 port/swig/interface/aiDefines.i
 port/swig/interface/aiFileIO.i
 port/swig/interface/aiLight.i
 port/swig/interface/aiMaterial.i
 port/swig/interface/aiMatrix3x3.i
 port/swig/interface/aiMatrix4x4.i
 port/swig/interface/aiMesh.i
 port/swig/interface/aiPostProcess.i
 port/swig/interface/aiQuaternion.i
 port/swig/interface/aiScene.i
 port/swig/interface/aiTexture.i
 port/swig/interface/aiTypes.i
 port/swig/interface/aiVector2D.i
 port/swig/interface/aiVector3D.i
 port/swig/interface/aiVersion.i
 port/swig/interface/assimp.i
 port/unmaintained/dAssimp/README
 revision.h
 samples/DevIL/AUTHORS
 samples/DevIL/CREDITS
 samples/DevIL/ChangeLog
 samples/DevIL/DevIL Website.url
 samples/DevIL/Libraries.txt
 samples/DevIL/README.win
 samples/DevIL/include/IL/config.h
 samples/DevIL/include/IL/config.h.win
 samples/DevIL/include/IL/il_wrap.h
 samples/DevIL/include/IL/ilut_config.h
 samples/README
 samples/SimpleAssimpViewX/English.lproj/Credits.rtf
 samples/SimpleAssimpViewX/English.lproj/InfoPlist.strings
 samples/SimpleAssimpViewX/English.lproj/MainMenu.xib
 samples/SimpleAssimpViewX/English.lproj/MyDocument.xib
 samples/SimpleAssimpViewX/MyDocument.xcdatamodel/elements
 samples/SimpleAssimpViewX/MyDocument.xcdatamodel/layout
 samples/SimpleAssimpViewX/README
 samples/SimpleAssimpViewX/SimpleAssimpViewX-Info.plist
 samples/SimpleAssimpViewX/SimpleAssimpViewX.xcodeproj/project.pbxproj
 samples/SimpleAssimpViewX/SimpleAssimpViewX.xcodeproj/vade.mode1v3
 samples/SimpleAssimpViewX/SimpleAssimpViewX.xcodeproj/vade.pbxuser
 samples/SimpleAssimpViewX/SimpleAssimpViewX_Prefix.pch
 samples/SimpleOpenGL/CMakeLists.txt
 samples/SimpleOpenGL/Sample_SimpleOpenGL.c
 samples/SimpleOpenGL/SimpleOpenGL.sln
 samples/SimpleOpenGL/SimpleOpenGL.vcproj
 samples/SimpleOpenGL/makefile
 samples/SimpleTexturedOpenGL/CMakeLists.txt
 samples/SimpleTexturedOpenGL/SimpleTexturedOpenGL.sln
 samples/SimpleTexturedOpenGL/SimpleTexturedOpenGL/SimpleTexturedOpenGL.vcproj
 samples/SimpleTexturedOpenGL/SimpleTexturedOpenGL/include/boost_includes.h
 samples/SimpleTexturedOpenGL/SimpleTexturedOpenGL/src/model_loading.cpp
 samples/bin/ShowDwarf.bat
 samples/bin/ShowWuson.bat
 scripts/IFCImporter/entitylist.txt
 scripts/IFCImporter/genentitylist.sh
 scripts/OgreImporter/assimp.tpl
 tools/assimp_cmd/CMakeLists.txt
 tools/assimp_cmd/assimp_cmd.rc
 tools/assimp_cmd/resource.h
 tools/assimp_view/CMakeLists.txt
 tools/assimp_view/HUD.png
 tools/assimp_view/HUDMask.png
 tools/assimp_view/NOTE@help.rtf.txt
 tools/assimp_view/banner.bmp
 tools/assimp_view/banner_pure.bmp
 tools/assimp_view/base_anim.bmp
 tools/assimp_view/base_display.bmp
 tools/assimp_view/base_inter.bmp
 tools/assimp_view/base_rendering.bmp
 tools/assimp_view/base_stats.bmp
 tools/assimp_view/fx.bmp
 tools/assimp_view/help.rtf
 tools/assimp_view/n.bmp
 tools/assimp_view/resource.h
 tools/assimp_view/root.bmp
 tools/assimp_view/stdafx.cpp
 tools/assimp_view/stdafx.h
 tools/assimp_view/test.xcf
 tools/assimp_view/text1.bin
 tools/assimp_view/tx.bmp
 tools/assimp_view/txi.bmp
 tools/shared/assimp_tools_icon.ico
 tools/shared/assimp_tools_icon.svg
 workspaces/vc9/UnitTest.vcproj
 workspaces/vc9/assimp.sln
 workspaces/vc9/assimp.vcproj
 workspaces/vc9/assimp_cmd.vcproj
 workspaces/vc9/assimp_view.vcproj
 workspaces/vc9/shared/DllShared.vsprops
 workspaces/vc9/shared/FastSTL.vsprops
 workspaces/vc9/shared/LibShared.vsprops
 workspaces/vc9/shared/NoBoostShared.vsprops
 workspaces/vc9/shared/SingleThreadedShared.vsprops
 workspaces/vc9/shared/UnitTest.vsprops
 workspaces/xcode3/assimp.xcodeproj/project.pbxproj
 workspaces/xcode3/info.txt
Copyright: *No copyright*
License: UNKNOWN
 FIXME

Files: code/BlenderScene.cpp
 code/BlenderSceneGen.h
 code/MD4FileData.h
 port/Assimp.NET/Assimp.NET/AssimpSwigPort.i
 port/Assimp.NET/Assimp.NET_DEMO/AssimpView.Designer.cs
 port/Assimp.NET/Assimp.NET_DEMO/AssimpView.cs
 port/Assimp.NET/Assimp.NET_DEMO/Camera.cs
 port/Assimp.NET/Assimp.NET_DEMO/Display.cs
 port/Assimp.NET/Assimp.NET_DEMO/ExtensionMethods.cs
 port/Assimp.NET/Assimp.NET_DEMO/Input.cs
 port/Assimp.NET/Assimp.NET_DEMO/Program.cs
 port/PyAssimp/gen/structsgen.py
 port/unmaintained/dAssimp/assimp/animation.d
 port/unmaintained/dAssimp/assimp/api.d
 port/unmaintained/dAssimp/assimp/assimp.d
 port/unmaintained/dAssimp/assimp/camera.d
 port/unmaintained/dAssimp/assimp/config.d
 port/unmaintained/dAssimp/assimp/fileIO.d
 port/unmaintained/dAssimp/assimp/light.d
 port/unmaintained/dAssimp/assimp/loader.d
 port/unmaintained/dAssimp/assimp/material.d
 port/unmaintained/dAssimp/assimp/math.d
 port/unmaintained/dAssimp/assimp/mesh.d
 port/unmaintained/dAssimp/assimp/postprocess.d
 port/unmaintained/dAssimp/assimp/scene.d
 port/unmaintained/dAssimp/assimp/texture.d
 port/unmaintained/dAssimp/assimp/types.d
 port/unmaintained/dAssimp/assimp/versionInfo.d
 scripts/BlenderImporter/BlenderScene.cpp.template
 scripts/BlenderImporter/BlenderSceneGen.h.template
 scripts/BlenderImporter/genblenddna.py
 scripts/IFCImporter/CppGenerator.py
 scripts/IFCImporter/ExpressReader.py
 scripts/IFCImporter/IFCReaderGen.cpp.template
 scripts/IFCImporter/IFCReaderGen.h.template
Copyright: 2006-2009, ASSIMP Development Team
  2006-2010, ASSIMP Development Team
  HOLDERS AND CONTRIBUTORS
License: BSD (3 clause)
 FIXME

Files: contrib/poly2tri/LICENSE
 contrib/poly2tri/poly2tri/common/shapes.cc
 contrib/poly2tri/poly2tri/common/shapes.h
 contrib/poly2tri/poly2tri/common/utils.h
 contrib/poly2tri/poly2tri/poly2tri.h
 contrib/poly2tri/poly2tri/sweep/advancing_front.cc
 contrib/poly2tri/poly2tri/sweep/advancing_front.h
 contrib/poly2tri/poly2tri/sweep/cdt.cc
 contrib/poly2tri/poly2tri/sweep/cdt.h
 contrib/poly2tri/poly2tri/sweep/sweep.cc
 contrib/poly2tri/poly2tri/sweep/sweep.h
 contrib/poly2tri/poly2tri/sweep/sweep_context.cc
 contrib/poly2tri/poly2tri/sweep/sweep_context.h
Copyright: 2009-2010, Poly2Tri Contributors
  HOLDERS AND CONTRIBUTORS
  OWNER OR
License: BSD (3 clause)
 FIXME

Files: code/fast_atof.h
 contrib/irrXML/CXMLReaderImpl.h
 contrib/irrXML/heapsort.h
 contrib/irrXML/irrArray.h
 contrib/irrXML/irrString.h
 contrib/irrXML/irrTypes.h
 contrib/irrXML/irrXML.cpp
Copyright: 2002-2005, Nikolaus Gebhardt
  2002-2007, Nikolaus Gebhardt
License: UNKNOWN
 FIXME

Files: samples/DevIL/include/IL/devil_internal_exports.h
 samples/DevIL/include/IL/il.h
 samples/DevIL/include/IL/ilu.h
 samples/DevIL/include/IL/ilu_region.h
 samples/DevIL/include/IL/ilut.h
Copyright: 2000-2002, Denton Woods
  2000-2009, Denton Woods
License: UNKNOWN
 FIXME

Files: samples/SimpleAssimpViewX/MyDocument.h
 samples/SimpleAssimpViewX/MyDocument.mm
 samples/SimpleAssimpViewX/main.m
Copyright: __MyCompanyName__ 2010, .
License: UNKNOWN
 FIXME

Files: contrib/clipper/License.txt
 tools/assimp_cmd/generic_inserter.hpp
Copyright: HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
  notices in the Software and this entire statement, including
License: BSL-1
 FIXME

Files: contrib/clipper/clipper.cpp
 contrib/clipper/clipper.hpp
Copyright: : Angus Johnson 2010-2011, *
License: UNKNOWN
 FIXME

Files: contrib/unzip/ioapi.c
 contrib/unzip/ioapi.h
Copyright: 1998-2005, Gilles Vollant
License: UNKNOWN
 FIXME

Files: contrib/ConvertUTF/ConvertUTF.c
 contrib/ConvertUTF/ConvertUTF.h
Copyright: 2001-2004, Unicode, Inc
License: UNKNOWN
 FIXME

Files: samples/SimpleAssimpViewX/ModelLoaderHelperClasses.h
 samples/SimpleAssimpViewX/ModelLoaderHelperClasses.mm
Copyright: 2010, __MyCompanyName__.
License: UNKNOWN
 FIXME

Files: packaging/windows-innosetup/LICENSE.rtf
Copyright: 2006-2010, ASSIMP Development Team\par
  HOLDERS 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 OWNER 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 ONANY 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.\par
  of their respective creators. For a specific 3d model, see <model>.source.txt for more legal information. If you're such a holder and you believe we credited you inproperly or you don't want your files to appear in our repository, contact us.\par
License: BSD (3 clause)
 FIXME

Files: code/Hash.h
Copyright: 2004-2008, Paul Hsieh. It is used here in the belief that
  2006-2012, assimp team
  HOLDERS AND CONTRIBUTORS
License: BSD (3 clause)
 FIXME

Files: LICENSE
Copyright: 2006-2012, assimp team
  HOLDERS AND CONTRIBUTORS
  holder and believe that we credited you inproperly or
  of
License: BSD (3 clause)
 FIXME

Files: code/MDCNormalTable.h
Copyright: 2002, Randy Reddig & seaw0lf
  HOLDERS AND CONTRIBUTORS "AS IS" AND
  OWNER OR CONTRIBUTORS BE LIABLE FOR
  holders nor the names of its contributors may
License: BSD (3 clause)
 FIXME

Files: code/pstdint.h
Copyright: 2005-2007, Paul Hsieh
License: BSD (3 clause)
 FIXME

Files: debian/rules
Copyright: 2011, IOhannes m zmölnig <zmoelnig@iem.at>
License: GPL-3+
 FIXME

Files: samples/DevIL/COPYING
Copyright: 1991, 1999 Free Software Foundation, Inc
  <year> <name of author>
  HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
  HOLDERS AND/OR
  disclaimer" for the library, if
  holder or
  holder who places the Library under this License may add
  interest in the
  law: that is to say, a work containing the Library or a
  notices, you must include the
  the
License: LGPL-ever
 FIXME

Files: samples/DevIL/README
Copyright: 2001-2008
License: UNKNOWN
 FIXME

Files: code/res/assimp.rc
Copyright: 2006-2010"
License: UNKNOWN
 FIXME

Files: cmake-modules/DebSourcePPA.cmake
Copyright: ${DEBIAN_SOURCE_DIR}/debian/)
  2010, Daniel Pfeifer <daniel@pfeifer-mail.de>
License: UNKNOWN
 FIXME

Files: tools/assimp_view/assimp_view.rc
Copyright: 2008-2009. Assimp Development Team. See the CREDITS file for a list of all contributors.",IDC_STATIC,30,65,204,23
License: UNKNOWN
 FIXME

Files: contrib/unzip/unzip.c
Copyright: 1990-2000, Info-ZIP.
  1998-2004, Gilles Vollant - http://www.winimage.com/zLibDll";
  1998-2005, Gilles Vollant
License: UNKNOWN
 FIXME

Files: contrib/unzip/crypt.h
Copyright: 1998-2005, Gilles Vollant
  ^ (b)) & 0xff))) ^ ( >> 8))
License: UNKNOWN
 FIXME

Files: port/Assimp.NET/Assimp.NET_DEMO/Properties/AssemblyInfo.cs
Copyright: Microsoft 2010")
License: UNKNOWN
 FIXME

Files: code/AssimpPCH.cpp
Copyright: 2008-2010, assimp team\n"
License: UNKNOWN
 FIXME

Files: contrib/unzip/unzip.h
Copyright: 1998-2005, Gilles Vollant
License: zlib/libpng
 FIXME

Files: contrib/irrXML/irrXML.h
Copyright: 2002-2005, Nikolaus Gebhardt
License: zlib/libpng
 FIXME