Revision: 50987
Author:   kim
Date:     2009-05-25 19:40:29 +0000 (Mon, 25 May 2009)

Log Message:
-----------
Extra license data

Modified Paths:
--------------
    trunk/testing/installer/LICENSE
    trunk/testing/installer/getch.py
    trunk/testing/installer/installer_util.py

Modified: trunk/testing/installer/LICENSE
===================================================================
--- trunk/testing/installer/LICENSE     2009-05-25 19:04:00 UTC (rev 50986)
+++ trunk/testing/installer/LICENSE     2009-05-25 19:40:29 UTC (rev 50987)
@@ -1,6 +1,7 @@
 This software, 
 Copyright (C) 2008-2009 by Wikiation. (Developed by Kim Bruning)
 Copyright (C) 2009 by Kim Bruning
+Other copyrights acknowleged
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal

Modified: trunk/testing/installer/getch.py
===================================================================
--- trunk/testing/installer/getch.py    2009-05-25 19:04:00 UTC (rev 50986)
+++ trunk/testing/installer/getch.py    2009-05-25 19:40:29 UTC (rev 50987)
@@ -1,4 +1,6 @@
 # getch, from http://code.activestate.com/recipes/134892/
+# (C) 2002 Danny Yoo
+# Released under the terms of the MIT license
 # Gets a single character from standard input.  Does not echo to the
 # screen.
 

Modified: trunk/testing/installer/installer_util.py
===================================================================
--- trunk/testing/installer/installer_util.py   2009-05-25 19:04:00 UTC (rev 
50986)
+++ trunk/testing/installer/installer_util.py   2009-05-25 19:40:29 UTC (rev 
50987)
@@ -3,6 +3,9 @@
 
 # Distributed under the terms of the MIT license.
 
+# portions Copyright (C) 2009 Johannes Weiss CC-BY-SA
+
+
 import sys, os
 import settings_handler as settings
 
@@ -163,6 +166,7 @@
 def getTerminalSize():
     """determine the size of the terminal we are running in (where 
available)"""
     """ obtained from 
http://stackoverflow.com/questions/566746/how-to-get-console-window-width-in-python""";
+    """ (Johannes Weiss. CC-WIKI? Seems to be CC-BY-SA)"""
     def ioctl_GWINSZ(fd):
         try:
             import fcntl, termios, struct, os



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to