← Back to team overview

openshot.code team mailing list archive

[Branch ~openshot.code/openshot/main] Rev 563: Updated the credits to include the contributions of Francesco Fantoni and Emil Berg.

 

------------------------------------------------------------
revno: 563
fixes bug(s): https://launchpad.net/bugs/847129
committer: Andy Finch <we.rocked.in79@xxxxxxxxx>
branch nick: openshot
timestamp: Mon 2011-09-12 21:12:52 +0100
message:
  Updated the credits to include the contributions of Francesco Fantoni and Emil Berg.
modified:
  AUTHORS
  openshot/classes/info.py


--
lp:openshot
https://code.launchpad.net/~openshot.code/openshot/main

Your team OpenShot Code is subscribed to branch lp:openshot.
To unsubscribe from this branch go to https://code.launchpad.net/~openshot.code/openshot/main/+edit-subscription
=== modified file 'AUTHORS'
--- AUTHORS	2011-02-22 04:58:51 +0000
+++ AUTHORS	2011-09-12 20:12:52 +0000
@@ -8,6 +8,8 @@
 Olivier Girard <eolinwen@xxxxxxxxx>
 Mael Lavault <moimael@xxxxxxx>
 itomailg <itomailg@xxxxxxxxx>
+Francesco Fantoni <francesco@xxxxxxxx>
+Emil Berg <emil_berg91@xxxxxxxxxxx>
 
 Documentation:
 

=== modified file 'openshot/classes/info.py'
--- openshot/classes/info.py	2011-08-08 21:59:42 +0000
+++ openshot/classes/info.py	2011-09-12 20:12:52 +0000
@@ -31,10 +31,12 @@
 MA   = {'name': u'Mael Lavault', 'email': 'moimael@xxxxxxx'}
 IM   = {'name': u'itomailg', 'email': 'itomailg@xxxxxxxxx'}
 JS   = {'name': u'jEsuSdA', 'email': 'info@xxxxxxxxxxx'}
+FF   = {'name': u'Francesco Fantoni', 'email': 'francesco@xxxxxxxx'}
+EB   = {'name': u'Emil Berg', 'email': 'emil_berg91@xxxxxxxxxxx'}
 
 #credits
 CREDITS = {
-    'code'          : [JT, AF, TJ, OG, MA, IM],
+    'code'          : [JT, AF, TJ, OG, MA, IM, FF, EB],
     'artwork'       : [JT, JS],
     'documentation' : [OG, JT, HMC],
     'translation'   : [HMC, OG],