Skip to content

Commit c9b6756

Browse files
committed
- Changed prolog text "Animated Circuits" to "Logic Circuits"
1 parent 1268664 commit c9b6756

16 files changed

+32
-32
lines changed

basics.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33
#
4-
# Animated Circuits
4+
# Logic Circuits
55
#
66
# Copyleft 2015 Chris Meyers <[email protected]> 2015.12.13
77
#
@@ -34,7 +34,7 @@
3434
__maintainer__ = "Chris Meyers, Jeff Elkner, Kevin Cole"
3535
__email__ = "[email protected]"
3636
__status__ = "Development" # "Prototype", "Development" or "Production"
37-
__appname__ = "Animated Circuits"
37+
__appname__ = "Logic Circuits"
3838

3939
# basics.py
4040
# Show off the basic gates in a simple circuit

circuit.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33
#
4-
# Animated Circuits
4+
# Logic Circuits
55
#
66
# Copyleft 2015 Chris Meyers <[email protected]> 2015.12.13
77
#
@@ -34,7 +34,7 @@
3434
__maintainer__ = "Chris Meyers, Jeff Elkner, Kevin Cole"
3535
__email__ = "[email protected]"
3636
__status__ = "Development" # "Prototype", "Development" or "Production"
37-
__appname__ = "Animated Circuits"
37+
__appname__ = "Logic Circuits"
3838

3939
# circuit.py
4040

component.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33
#
4-
# Animated Circuits
4+
# Logic Circuits
55
#
66
# Copyleft 2015 Chris Meyers <[email protected]> 2015.12.13
77
#
@@ -34,7 +34,7 @@
3434
__maintainer__ = "Chris Meyers, Jeff Elkner, Kevin Cole"
3535
__email__ = "[email protected]"
3636
__status__ = "Development" # "Prototype", "Development" or "Production"
37-
__appname__ = "Animated Circuits"
37+
__appname__ = "Logic Circuits"
3838

3939
# component.py
4040
#

connector.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33
#
4-
# Animated Circuits
4+
# Logic Circuits
55
#
66
# Copyleft 2015 Chris Meyers <[email protected]> 2015.12.13
77
#
@@ -34,7 +34,7 @@
3434
__maintainer__ = "Chris Meyers, Jeff Elkner, Kevin Cole"
3535
__email__ = "[email protected]"
3636
__status__ = "Development" # "Prototype", "Development" or "Production"
37-
__appname__ = "Animated Circuits"
37+
__appname__ = "Logic Circuits"
3838

3939
# connector.py
4040

counter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33
#
4-
# Animated Circuits
4+
# Logic Circuits
55
#
66
# Copyleft 2015 Chris Meyers <[email protected]> 2015.12.13
77
#
@@ -34,7 +34,7 @@
3434
__maintainer__ = "Chris Meyers, Jeff Elkner, Kevin Cole"
3535
__email__ = "[email protected]"
3636
__status__ = "Development" # "Prototype", "Development" or "Production"
37-
__appname__ = "Animated Circuits"
37+
__appname__ = "Logic Circuits"
3838

3939

4040
# Divide by 2 circuit. run with 2-6 layers

div2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33
#
4-
# Animated Circuits
4+
# Logic Circuits
55
#
66
# Copyleft 2015 Chris Meyers <[email protected]> 2015.12.13
77
#
@@ -34,7 +34,7 @@
3434
__maintainer__ = "Chris Meyers, Jeff Elkner, Kevin Cole"
3535
__email__ = "[email protected]"
3636
__status__ = "Development" # "Prototype", "Development" or "Production"
37-
__appname__ = "Animated Circuits"
37+
__appname__ = "Logic Circuits"
3838

3939
# div2.py Divide by 2 circuit. run with 2-6 layers
4040

dlatch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33
#
4-
# Animated Circuits
4+
# Logic Circuits
55
#
66
# Copyleft 2015 Chris Meyers <[email protected]> 2015.12.13
77
#
@@ -34,7 +34,7 @@
3434
__maintainer__ = "Chris Meyers, Jeff Elkner, Kevin Cole"
3535
__email__ = "[email protected]"
3636
__status__ = "Development" # "Prototype", "Development" or "Production"
37-
__appname__ = "Animated Circuits"
37+
__appname__ = "Logic Circuits"
3838

3939
# dlatch.py
4040
#

elatch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33
#
4-
# Animated Circuits
4+
# Logic Circuits
55
#
66
# Copyleft 2015 Chris Meyers <[email protected]> 2015.12.13
77
#
@@ -34,7 +34,7 @@
3434
__maintainer__ = "Chris Meyers, Jeff Elkner, Kevin Cole"
3535
__email__ = "[email protected]"
3636
__status__ = "Development" # "Prototype", "Development" or "Production"
37-
__appname__ = "Animated Circuits"
37+
__appname__ = "Logic Circuits"
3838

3939
# elatch.py
4040
#

gameloop.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33
#
4-
# Animated Circuits
4+
# Logic Circuits
55
#
66
# Copyleft 2015 Chris Meyers <[email protected]> 2015.12.13
77
#
@@ -34,7 +34,7 @@
3434
__maintainer__ = "Chris Meyers, Jeff Elkner, Kevin Cole"
3535
__email__ = "[email protected]"
3636
__status__ = "Development" # "Prototype", "Development" or "Production"
37-
__appname__ = "Animated Circuits"
37+
__appname__ = "Logic Circuits"
3838

3939
import pygame as pg
4040
from settings import BGCOLOR, TICKS_PER_SECOND

gates.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33
#
4-
# Animated Circuits
4+
# Logic Circuits
55
#
66
# Copyleft 2015 Chris Meyers <[email protected]> 2015.12.13
77
#
@@ -34,7 +34,7 @@
3434
__maintainer__ = "Chris Meyers, Jeff Elkner, Kevin Cole"
3535
__email__ = "[email protected]"
3636
__status__ = "Development" # "Prototype", "Development" or "Production"
37-
__appname__ = "Animated Circuits"
37+
__appname__ = "Logic Circuits"
3838

3939
# gates.py
4040

latch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33
#
4-
# Animated Circuits
4+
# Logic Circuits
55
#
66
# Copyleft 2015 Chris Meyers <[email protected]> 2015.12.13
77
#
@@ -34,7 +34,7 @@
3434
__maintainer__ = "Chris Meyers, Jeff Elkner, Kevin Cole"
3535
__email__ = "[email protected]"
3636
__status__ = "Development" # "Prototype", "Development" or "Production"
37-
__appname__ = "Animated Circuits"
37+
__appname__ = "Logic Circuits"
3838

3939
# latch.py
4040

or1.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33
#
4-
# Animated Circuits
4+
# Logic Circuits
55
#
66
# Copyleft 2015 Chris Meyers <[email protected]> 2015.12.13
77
#
@@ -34,7 +34,7 @@
3434
__maintainer__ = "Chris Meyers, Jeff Elkner, Kevin Cole"
3535
__email__ = "[email protected]"
3636
__status__ = "Development" # "Prototype", "Development" or "Production"
37-
__appname__ = "Animated Circuits"
37+
__appname__ = "Logic Circuits"
3838

3939
# or1.py
4040
#

or2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33
#
4-
# Animated Circuits
4+
# Logic Circuits
55
#
66
# Copyleft 2015 Chris Meyers <[email protected]> 2015.12.13
77
#
@@ -34,7 +34,7 @@
3434
__maintainer__ = "Chris Meyers, Jeff Elkner, Kevin Cole"
3535
__email__ = "[email protected]"
3636
__status__ = "Development" # "Prototype", "Development" or "Production"
37-
__appname__ = "Animated Circuits"
37+
__appname__ = "Logic Circuits"
3838

3939
# or2.py
4040
#

settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33
#
4-
# Animated Circuits
4+
# Logic Circuits
55
#
66
# Copyleft 2015 Chris Meyers <[email protected]> 2015.12.13
77
#
@@ -34,7 +34,7 @@
3434
__maintainer__ = "Chris Meyers, Jeff Elkner, Kevin Cole"
3535
__email__ = "[email protected]"
3636
__status__ = "Development" # "Prototype", "Development" or "Production"
37-
__appname__ = "Animated Circuits"
37+
__appname__ = "Logic Circuits"
3838

3939
# settings.py
4040

text.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33
#
4-
# Animated Circuits
4+
# Logic Circuits
55
#
66
# Copyleft 2015 Chris Meyers <[email protected]> 2015.12.13
77
#
@@ -34,7 +34,7 @@
3434
__maintainer__ = "Chris Meyers, Jeff Elkner, Kevin Cole"
3535
__email__ = "[email protected]"
3636
__status__ = "Development" # "Prototype", "Development" or "Production"
37-
__appname__ = "Animated Circuits"
37+
__appname__ = "Logic Circuits"
3838

3939
# text.py
4040

xor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33
#
4-
# Animated Circuits
4+
# Logic Circuits
55
#
66
# Copyleft 2015 Chris Meyers <[email protected]> 2015.12.13
77
#
@@ -34,7 +34,7 @@
3434
__maintainer__ = "Chris Meyers, Jeff Elkner, Kevin Cole"
3535
__email__ = "[email protected]"
3636
__status__ = "Development" # "Prototype", "Development" or "Production"
37-
__appname__ = "Animated Circuits"
37+
__appname__ = "Logic Circuits"
3838

3939
import pygame as pg
4040
from gates import Puls, Inv, Nand2, Swt

0 commit comments

Comments
 (0)