[Dashg-commit] SF.net SVN: dashg:[44] trunk/dashg
Status: Pre-Alpha
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2010-01-02 04:22:35
|
Revision: 44
http://dashg.svn.sourceforge.net/dashg/?rev=44&view=rev
Author: dbrosius
Date: 2010-01-02 04:22:29 +0000 (Sat, 02 Jan 2010)
Log Message:
-----------
(c) 2010
Modified Paths:
--------------
trunk/dashg/build.xml
trunk/dashg/src/Drvr.java
trunk/dashg/src/com/mebigfatguy/dashg/DashGClassAdapter.java
trunk/dashg/src/com/mebigfatguy/dashg/DashGClassSourcePrintingVisitor.java
trunk/dashg/src/com/mebigfatguy/dashg/DashGCloser.java
trunk/dashg/src/com/mebigfatguy/dashg/DashGLineNumberer.java
trunk/dashg/src/com/mebigfatguy/dashg/DashGMethodAdapter.java
trunk/dashg/src/com/mebigfatguy/dashg/DashGMethodSourcePrintingVisitor.java
trunk/dashg/src/com/mebigfatguy/dashg/DashGTask.java
trunk/dashg/src/com/mebigfatguy/dashg/DashGUtils.java
Added Paths:
-----------
trunk/dashg/.settings/
Modified: trunk/dashg/build.xml
===================================================================
--- trunk/dashg/build.xml 2009-01-02 02:08:32 UTC (rev 43)
+++ trunk/dashg/build.xml 2010-01-02 04:22:29 UTC (rev 44)
@@ -1,7 +1,7 @@
<!--
/*
* dashg - A debug symbols (-g) injector
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/dashg/src/Drvr.java
===================================================================
--- trunk/dashg/src/Drvr.java 2009-01-02 02:08:32 UTC (rev 43)
+++ trunk/dashg/src/Drvr.java 2010-01-02 04:22:29 UTC (rev 44)
@@ -1,6 +1,6 @@
/*
* dashg - A debug symbols (-g) injector
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/dashg/src/com/mebigfatguy/dashg/DashGClassAdapter.java
===================================================================
--- trunk/dashg/src/com/mebigfatguy/dashg/DashGClassAdapter.java 2009-01-02 02:08:32 UTC (rev 43)
+++ trunk/dashg/src/com/mebigfatguy/dashg/DashGClassAdapter.java 2010-01-02 04:22:29 UTC (rev 44)
@@ -1,6 +1,6 @@
/*
* dashg - A debug symbols (-g) injector
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/dashg/src/com/mebigfatguy/dashg/DashGClassSourcePrintingVisitor.java
===================================================================
--- trunk/dashg/src/com/mebigfatguy/dashg/DashGClassSourcePrintingVisitor.java 2009-01-02 02:08:32 UTC (rev 43)
+++ trunk/dashg/src/com/mebigfatguy/dashg/DashGClassSourcePrintingVisitor.java 2010-01-02 04:22:29 UTC (rev 44)
@@ -1,6 +1,6 @@
/*
* dashg - A debug symbols (-g) injector
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/dashg/src/com/mebigfatguy/dashg/DashGCloser.java
===================================================================
--- trunk/dashg/src/com/mebigfatguy/dashg/DashGCloser.java 2009-01-02 02:08:32 UTC (rev 43)
+++ trunk/dashg/src/com/mebigfatguy/dashg/DashGCloser.java 2010-01-02 04:22:29 UTC (rev 44)
@@ -1,6 +1,6 @@
/*
* dashg - A debug symbols (-g) injector
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/dashg/src/com/mebigfatguy/dashg/DashGLineNumberer.java
===================================================================
--- trunk/dashg/src/com/mebigfatguy/dashg/DashGLineNumberer.java 2009-01-02 02:08:32 UTC (rev 43)
+++ trunk/dashg/src/com/mebigfatguy/dashg/DashGLineNumberer.java 2010-01-02 04:22:29 UTC (rev 44)
@@ -1,6 +1,6 @@
/*
* dashg - A debug symbols (-g) injector
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/dashg/src/com/mebigfatguy/dashg/DashGMethodAdapter.java
===================================================================
--- trunk/dashg/src/com/mebigfatguy/dashg/DashGMethodAdapter.java 2009-01-02 02:08:32 UTC (rev 43)
+++ trunk/dashg/src/com/mebigfatguy/dashg/DashGMethodAdapter.java 2010-01-02 04:22:29 UTC (rev 44)
@@ -1,6 +1,6 @@
/*
* dashg - A debug symbols (-g) injector
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/dashg/src/com/mebigfatguy/dashg/DashGMethodSourcePrintingVisitor.java
===================================================================
--- trunk/dashg/src/com/mebigfatguy/dashg/DashGMethodSourcePrintingVisitor.java 2009-01-02 02:08:32 UTC (rev 43)
+++ trunk/dashg/src/com/mebigfatguy/dashg/DashGMethodSourcePrintingVisitor.java 2010-01-02 04:22:29 UTC (rev 44)
@@ -1,6 +1,6 @@
/*
* dashg - A debug symbols (-g) injector
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/dashg/src/com/mebigfatguy/dashg/DashGTask.java
===================================================================
--- trunk/dashg/src/com/mebigfatguy/dashg/DashGTask.java 2009-01-02 02:08:32 UTC (rev 43)
+++ trunk/dashg/src/com/mebigfatguy/dashg/DashGTask.java 2010-01-02 04:22:29 UTC (rev 44)
@@ -1,6 +1,6 @@
/*
* dashg - A debug symbols (-g) injector
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/dashg/src/com/mebigfatguy/dashg/DashGUtils.java
===================================================================
--- trunk/dashg/src/com/mebigfatguy/dashg/DashGUtils.java 2009-01-02 02:08:32 UTC (rev 43)
+++ trunk/dashg/src/com/mebigfatguy/dashg/DashGUtils.java 2010-01-02 04:22:29 UTC (rev 44)
@@ -1,6 +1,6 @@
/*
* dashg - A debug symbols (-g) injector
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|