File: b71.dot

package info (click to toggle)
python-pydotplus 2.0.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,832 kB
  • sloc: python: 1,755; makefile: 164
file content (125 lines) | stat: -rw-r--r-- 2,748 bytes parent folder | download | duplicates (22)
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
digraph NL {

   size="30,36";
   concentrate=true;

      Berne;
      FirstBerne;
      FTA;
      FTAA;
      MAI;
      NAFTA;
      Paris;
      PatentCooperation;
      Rome;
      UniversalCopyright;
      Uruguay;
      FirstWIPO;
      WIPOCopyright;
      WIPOPerformances;
      WTOTRIPs;

      FirstBerne -> UniversalCopyright -> Berne -> WIPOCopyright;
      FirstBerne -> FirstWIPO;
      Uruguay -> MAI -> FTAA;
      Uruguay -> WTOTRIPs -> FTAA;
      FTA -> NAFTA -> FTAA;
      FirstWIPO -> WIPOCopyright;
      FirstWIPO -> WIPOPerformances;
      FirstWIPO -> PatentCooperation;
      Paris -> PatentCooperation -> WTOTRIPs;
      Rome -> WIPOPerformances;

      Anne;
      CanadaCopyright1997;
      CanadaCopyright2001;
      CDA;
      CharterOfRights;
      CIPA;
      COPA;
      COPPA;
      CopyrightClause;
      CPACACRLI;
      CPDCI;
      CTEA;
      DMCA;
      EAR;
      FirstAmendment;
      FirstUSCopyright;
      ITAR;
      ITAR1996;
      JumpTV;
      RoCRuleMaking;
      SSSCA;
      StationersCharter;
      URAA;
      USCopyright1831;
      USCopyright1909;
      USCopyright1976;

      Berne -> USCopyright1976;
      CanadaCopyright1997 -> CanadaCopyright2001;
      CDA -> COPA -> CIPA;
      WIPOCopyright -> CPDCI;
      DMCA -> CPDCI;
      DMCA -> RoCRuleMaking;
      DMCA -> SSSCA;
      EAR -> ITAR -> ITAR1996;
      JumpTV -> CPACACRLI -> CanadaCopyright2001;
      Rome -> CanadaCopyright1997;
      StationersCharter -> Anne -> CopyrightClause;
      CopyrightClause -> FirstUSCopyright -> USCopyright1831
         -> USCopyright1909 -> USCopyright1976 -> CTEA;
      USCopyright1976 -> DMCA;
      Uruguay -> URAA;
      USCopyright1976 -> URAA;

      iCraveTV;
      ACLUReno;
      ACLUReno2;
      ALA;
      Ashcroft;
      Bernstein;
      Betamax;
      Campbell;
      DVDCCA;
      Feist;
      Felten;
      Folsom;
      Johansen;
      Junger;
      KarnSchneier;
      Microsystems;
      Playboy;
      RenoACLU;
      RenoACLU2;
      RTC;
      Sklyarov;
      Suntrust;
      Universal;

   Betamax -> Felten;
   CDA -> ACLUReno -> RenoACLU -> COPA -> ACLUReno2 -> RenoACLU2 -> CIPA;
   CIPA -> ALA;
   CIPA -> Microsystems;
   DMCA -> Felten;
   DMCA -> Johansen;
   DMCA -> Sklyarov;
   FirstAmendment -> Bernstein;
   FirstAmendment -> ACLUReno;
   Folsom -> Campbell -> Suntrust;
   Folsom -> Betamax;
   EAR -> KarnSchneier;
   iCraveTV -> JumpTV;
   ITAR1996 -> Bernstein -> Junger;
   ITAR1996 -> KarnSchneier;
   Johansen -> DVDCCA;
   Johansen -> Universal;
   Junger -> Microsystems -> RoCRuleMaking;
   Playboy -> RTC;
   RenoACLU2 -> Ashcroft;
   RTC -> CPDCI;
   USCopyright1831 -> Folsom;
   USCopyright1976 -> Feist;
   USCopyright1976 -> Playboy;
}