This file is indexed.

/usr/share/fritzing/parts/obsolete/battery-AA.fzp is in fritzing-parts 0.9.3b-1.

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
<?xml version="1.0" encoding="UTF-8"?><module fritzingVersion="0.3.9b.10.15.3559" moduleId="1000AFDF10011">
    <version replacedby="1000AFDF10011leg">4</version>
    <author>Brendan Howell/Dirk van Osterbosch/Lionel Michel</author>
    <title>obsolete Battery</title>
    <label>VCC</label>
    <date>2009-10-23</date>
    <tags>
        <tag>Battery</tag>
        <tag>power supply</tag>
        <tag>fritzing core</tag>
    </tags>
    <properties>
        <property name="family">obsolete Battery</property>
        <property name="voltage" showInLabel="yes">3V</property>
    </properties>
    <description>Your standard 2x AA battery pack (3 Volts)</description>
    <views>
        <iconView>
            <layers image="icon/batterypack_2xAA.svg">
                <layer layerId="icon"/>
            </layers>
        </iconView>
        <breadboardView>
            <layers image="breadboard/batterypack_2xAA.svg">
                <layer layerId="breadboard"/>
            </layers>
        </breadboardView>
        <schematicView>
            <layers image="schematic/dc_powersupply.svg">
                <layer layerId="schematic"/>
            </layers>
        </schematicView>
        <pcbView>
            <layers image="pcb/jumper_2_100mil_pcb.svg">
                <layer layerId="copper0"/>
		<layer layerId="silkscreen"/>
            <layer layerId="copper1"/></layers>
        </pcbView>
    </views>
    <connectors>
        <connector id="connector0" name="-" type="male">
			<erc etype="ground">
                <current flow="sink" valueMax="0.1"/>
            </erc>
            <description>negative side</description>
            <views>
                <breadboardView>
                    <p layer="breadboard" svgId="connector0pin" terminalId="connector0terminal"/>
                </breadboardView>
                <schematicView>
                    <p layer="schematic" svgId="connector0pin" terminalId="connector0terminal"/>
                </schematicView>
                <pcbView>
                    <p layer="copper0" svgId="connector0pin"/>
                <p layer="copper1" svgId="connector0pin"/></pcbView>
            </views>
        </connector>
        <connector id="connector1" name="+" type="male">
            <erc etype="VCC">
				<voltage value="3.0"/>
				<current flow="source" valueMax="0.1"/>
			</erc>
            <description>positive side</description>
            <views>
                <breadboardView>
                    <p layer="breadboard" svgId="connector1pin" terminalId="connector1terminal"/>
                </breadboardView>
                <schematicView>
                    <p layer="schematic" svgId="connector1pin" terminalId="connector1terminal"/>
                </schematicView>
                <pcbView>
                    <p layer="copper0" svgId="connector1pin"/>
                <p layer="copper1" svgId="connector1pin"/></pcbView>
            </views>
        </connector>
    </connectors>
</module>