This file is indexed.

/usr/share/pcb/pcblib-newlib/geda/EMI0805.fp is in pcb-common 20110918-7.

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
	# silk screen width (mils)
	# silk screen bounding box
Element(0x00 "3-Pin SMT EMI Filter based on standard SMT sizes" "" "EMI0805" -46 72 0 100 0x00)
(
	# Pads which have the perpendicular pad dimension greater
	# than or equal to the parallel pad dimension 
 	Pad(-39 -4 
            -39  4 24 "1" 0x100)
 	Pad(39 -4 
            39  4 24 "3" 0x100)
	# Pads which have the perpendicular pad dimension greater
	# than or equal to the parallel pad dimension 
 	Pad(0 -25 
            0 25 24 "2" 0x100)
	# silk screen
	# ends
	ElementLine(-66 -52 -66 52 10)
	ElementLine(66 52 66 -52 10)
	# sides
ElementLine(-66 -52 66 -52 10)
	ElementLine(66 52 -66 52 10)
	# Mark the common centroid of the part
	Mark(0 0)
)