[Esbox-commits] r443 - trunk/org.indt.esbox.python.debug/python_debug_scripts

raul at garage.maemo.org raul at garage.maemo.org
Mon Feb 25 21:12:44 EET 2008


Author: raul
Date: 2008-02-25 21:12:26 +0200 (Mon, 25 Feb 2008)
New Revision: 443

Modified:
   trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd.py
   trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd_additional_thread_info.py
   trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd_comm.py
   trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd_constants.py
   trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd_file_utils.py
   trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd_frame.py
   trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd_io.py
   trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd_resolver.py
   trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd_tracing.py
   trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd_vars.py
   trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd_vm_type.py
Log:
legal changes (license)

Modified: trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd.py
===================================================================
--- trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd.py	2008-02-25 18:15:17 UTC (rev 442)
+++ trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd.py	2008-02-25 19:12:26 UTC (rev 443)
@@ -1,14 +1,12 @@
 #!/usr/bin/env python2.5
 
 ###############################################################################
-# Copyright (c) 2007 INdT.
+# Copyright (c) Fabio Zadrozny and Aleks Totic.
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
 # which accompanies this distribution, and is available at
 # http://www.eclipse.org/legal/epl-v10.html
 #
-# Contributors:
-#    Paulo Romulo (paulo at embedded.ufcg.edu.br) (UFCG) - initial API and implementation
 ###############################################################################
 
 from pydevd_constants import * #@UnusedWildImport

Modified: trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd_additional_thread_info.py
===================================================================
--- trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd_additional_thread_info.py	2008-02-25 18:15:17 UTC (rev 442)
+++ trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd_additional_thread_info.py	2008-02-25 19:12:26 UTC (rev 443)
@@ -1,12 +1,10 @@
 ###############################################################################
-# Copyright (c) 2007 INdT.
+# Copyright (c) Fabio Zadrozny and Aleks Totic.
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
 # which accompanies this distribution, and is available at
 # http://www.eclipse.org/legal/epl-v10.html
 #
-# Contributors:
-#    Paulo Romulo (paulo at embedded.ufcg.edu.br) (UFCG) - initial API and implementation
 ###############################################################################
 
 import sys

Modified: trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd_comm.py
===================================================================
--- trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd_comm.py	2008-02-25 18:15:17 UTC (rev 442)
+++ trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd_comm.py	2008-02-25 19:12:26 UTC (rev 443)
@@ -1,12 +1,10 @@
 ###############################################################################
-# Copyright (c) 2007 INdT.
+# Copyright (c) Fabio Zadrozny and Aleks Totic.
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
 # which accompanies this distribution, and is available at
 # http://www.eclipse.org/legal/epl-v10.html
 #
-# Contributors:
-#    Paulo Romulo (paulo at embedded.ufcg.edu.br) (UFCG) - initial API and implementation
 ###############################################################################
 
 ''' pydevd - a debugging daemon

Modified: trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd_constants.py
===================================================================
--- trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd_constants.py	2008-02-25 18:15:17 UTC (rev 442)
+++ trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd_constants.py	2008-02-25 19:12:26 UTC (rev 443)
@@ -1,12 +1,10 @@
 ###############################################################################
-# Copyright (c) 2007 INdT.
+# Copyright (c) Fabio Zadrozny and Aleks Totic.
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
 # which accompanies this distribution, and is available at
 # http://www.eclipse.org/legal/epl-v10.html
 #
-# Contributors:
-#    Paulo Romulo (paulo at embedded.ufcg.edu.br) (UFCG) - initial API and implementation
 ###############################################################################
 
 '''

Modified: trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd_file_utils.py
===================================================================
--- trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd_file_utils.py	2008-02-25 18:15:17 UTC (rev 442)
+++ trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd_file_utils.py	2008-02-25 19:12:26 UTC (rev 443)
@@ -1,12 +1,10 @@
 ###############################################################################
-# Copyright (c) 2007 INdT.
+# Copyright (c) Fabio Zadrozny and Aleks Totic.
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
 # which accompanies this distribution, and is available at
 # http://www.eclipse.org/legal/epl-v10.html
 #
-# Contributors:
-#    Paulo Romulo (paulo at embedded.ufcg.edu.br) (UFCG) - initial API and implementation
 ###############################################################################
 
 from pydevd_constants import * #@UnusedWildImport

Modified: trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd_frame.py
===================================================================
--- trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd_frame.py	2008-02-25 18:15:17 UTC (rev 442)
+++ trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd_frame.py	2008-02-25 19:12:26 UTC (rev 443)
@@ -1,12 +1,10 @@
 ###############################################################################
-# Copyright (c) 2007 INdT.
+# Copyright (c) Fabio Zadrozny and Aleks Totic.
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
 # which accompanies this distribution, and is available at
 # http://www.eclipse.org/legal/epl-v10.html
 #
-# Contributors:
-#    Paulo Romulo (paulo at embedded.ufcg.edu.br) (UFCG) - initial API and implementation
 ###############################################################################
  
 from pydevd_comm import * #@UnusedWildImport

Modified: trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd_io.py
===================================================================
--- trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd_io.py	2008-02-25 18:15:17 UTC (rev 442)
+++ trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd_io.py	2008-02-25 19:12:26 UTC (rev 443)
@@ -1,12 +1,10 @@
 ###############################################################################
-# Copyright (c) 2007 INdT.
+# Copyright (c) Fabio Zadrozny and Aleks Totic.
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
 # which accompanies this distribution, and is available at
 # http://www.eclipse.org/legal/epl-v10.html
 #
-# Contributors:
-#    Paulo Romulo (paulo at embedded.ufcg.edu.br) (UFCG) - initial API and implementation
 ###############################################################################
 
 class IORedirector:

Modified: trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd_resolver.py
===================================================================
--- trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd_resolver.py	2008-02-25 18:15:17 UTC (rev 442)
+++ trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd_resolver.py	2008-02-25 19:12:26 UTC (rev 443)
@@ -1,12 +1,10 @@
 ###############################################################################
-# Copyright (c) 2007 INdT.
+# Copyright (c) Fabio Zadrozny and Aleks Totic.
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
 # which accompanies this distribution, and is available at
 # http://www.eclipse.org/legal/epl-v10.html
 #
-# Contributors:
-#    Paulo Romulo (paulo at embedded.ufcg.edu.br) (UFCG) - initial API and implementation
 ###############################################################################
 
 import StringIO

Modified: trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd_tracing.py
===================================================================
--- trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd_tracing.py	2008-02-25 18:15:17 UTC (rev 442)
+++ trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd_tracing.py	2008-02-25 19:12:26 UTC (rev 443)
@@ -1,12 +1,10 @@
 ###############################################################################
-# Copyright (c) 2007 INdT.
+# Copyright (c) Fabio Zadrozny and Aleks Totic.
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
 # which accompanies this distribution, and is available at
 # http://www.eclipse.org/legal/epl-v10.html
 #
-# Contributors:
-#    Paulo Romulo (paulo at embedded.ufcg.edu.br) (UFCG) - initial API and implementation
 ###############################################################################
 
 from pydevd_constants import * #@UnusedWildImport

Modified: trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd_vars.py
===================================================================
--- trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd_vars.py	2008-02-25 18:15:17 UTC (rev 442)
+++ trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd_vars.py	2008-02-25 19:12:26 UTC (rev 443)
@@ -1,12 +1,10 @@
 ###############################################################################
-# Copyright (c) 2007 INdT.
+# Copyright (c) Fabio Zadrozny and Aleks Totic.
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
 # which accompanies this distribution, and is available at
 # http://www.eclipse.org/legal/epl-v10.html
 #
-# Contributors:
-#    Paulo Romulo (paulo at embedded.ufcg.edu.br) (UFCG) - initial API and implementation
 ###############################################################################
 
 #@PydevCodeAnalysisIgnore that's because some things rely on jython, some on python... so, let's keep it like that

Modified: trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd_vm_type.py
===================================================================
--- trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd_vm_type.py	2008-02-25 18:15:17 UTC (rev 442)
+++ trunk/org.indt.esbox.python.debug/python_debug_scripts/pydevd_vm_type.py	2008-02-25 19:12:26 UTC (rev 443)
@@ -1,12 +1,10 @@
 ###############################################################################
-# Copyright (c) 2007 INdT.
+# Copyright (c) Fabio Zadrozny and Aleks Totic.
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
 # which accompanies this distribution, and is available at
 # http://www.eclipse.org/legal/epl-v10.html
 #
-# Contributors:
-#    Paulo Romulo (paulo at embedded.ufcg.edu.br) (UFCG) - initial API and implementation
 ###############################################################################
 
 #=======================================================================================================================



More information about the Esbox-commits mailing list