|
From: <mla...@us...> - 2006-11-04 14:03:24
|
Revision: 93
http://svn.sourceforge.net/g15daemon/?rev=93&view=rev
Author: mlampard
Date: 2006-11-04 06:03:03 -0800 (Sat, 04 Nov 2006)
Log Message:
-----------
set svn properties for date and author
Modified Paths:
--------------
trunk/g15daemon/ChangeLog
trunk/g15daemon/configure.in
trunk/g15daemon/g15daemon/g15_net.c
trunk/g15daemon/g15daemon/g15_uinput.c
trunk/g15daemon/g15daemon/g15daemon.h
trunk/g15daemon/g15daemon/gfx_primitives.c
trunk/g15daemon/g15daemon/lcdclient_test.c
trunk/g15daemon/g15daemon/linked_lists.c
trunk/g15daemon/g15daemon/main.c
trunk/g15daemon/g15daemon/utility_funcs.c
trunk/g15daemon/libg15daemon_client/g15daemon_client.h
trunk/g15daemon/libg15daemon_client/g15daemon_net.c
Property Changed:
----------------
trunk/g15daemon/ChangeLog
trunk/g15daemon/README.usage
trunk/g15daemon/configure.in
trunk/g15daemon/g15daemon/g15_net.c
trunk/g15daemon/g15daemon/g15_uinput.c
trunk/g15daemon/g15daemon/g15logo.h
trunk/g15daemon/g15daemon/gfx_primitives.c
trunk/g15daemon/g15daemon/lcdclient_test.c
trunk/g15daemon/g15daemon/linked_lists.c
trunk/g15daemon/g15daemon/logo.h
trunk/g15daemon/g15daemon/main.c
trunk/g15daemon/g15daemon/utility_funcs.c
trunk/g15daemon/libg15daemon_client/g15daemon_client.h
trunk/g15daemon/libg15daemon_client/g15daemon_net.c
Modified: trunk/g15daemon/ChangeLog
===================================================================
--- trunk/g15daemon/ChangeLog 2006-11-04 13:52:06 UTC (rev 92)
+++ trunk/g15daemon/ChangeLog 2006-11-04 14:03:03 UTC (rev 93)
@@ -17,6 +17,8 @@
(c) 2006 Mike Lampard, Philip Lawatsch, and others
+ $Revision$ - $Date$ $Author$
+
This daemon listens on localhost port 15550 for client connections,
and arbitrates LCD display. Allows for multiple simultaneous clients.
Client screens can be cycled through by pressing the 'L1' key.
Property changes on: trunk/g15daemon/ChangeLog
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Property changes on: trunk/g15daemon/README.usage
___________________________________________________________________
Name: mime-type
- text/plain
Name: eol-style
- native
Modified: trunk/g15daemon/configure.in
===================================================================
--- trunk/g15daemon/configure.in 2006-11-04 13:52:06 UTC (rev 92)
+++ trunk/g15daemon/configure.in 2006-11-04 14:03:03 UTC (rev 93)
@@ -1,6 +1,8 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
+# $Revision$ - $Date$ $Author$
+
AC_PREREQ(2.59)
AC_INIT(g15daemon, [1.2svn], [mla...@us...])
AC_PREFIX_DEFAULT(/usr)
Property changes on: trunk/g15daemon/configure.in
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/g15daemon/g15daemon/g15_net.c
===================================================================
--- trunk/g15daemon/g15daemon/g15_net.c 2006-11-04 13:52:06 UTC (rev 92)
+++ trunk/g15daemon/g15daemon/g15_net.c 2006-11-04 14:03:03 UTC (rev 93)
@@ -17,6 +17,8 @@
(c) 2006 Mike Lampard, Philip Lawatsch, and others
+ $Revision$ - $Date$ $Author$
+
This daemon listens on localhost port 15550 for client connections,
and arbitrates LCD display. Allows for multiple simultaneous clients.
Client screens can be cycled through by pressing the 'L1' key.
Property changes on: trunk/g15daemon/g15daemon/g15_net.c
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/g15daemon/g15daemon/g15_uinput.c
===================================================================
--- trunk/g15daemon/g15daemon/g15_uinput.c 2006-11-04 13:52:06 UTC (rev 92)
+++ trunk/g15daemon/g15daemon/g15_uinput.c 2006-11-04 14:03:03 UTC (rev 93)
@@ -16,6 +16,8 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
(c) 2006 Mike Lampard, Philip Lawatsch, and others
+
+ $Revision$ - $Date$ $Author$
This daemon listens on localhost port 15550 for client connections,
and arbitrates LCD display. Allows for multiple simultaneous clients.
Property changes on: trunk/g15daemon/g15daemon/g15_uinput.c
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/g15daemon/g15daemon/g15daemon.h
===================================================================
--- trunk/g15daemon/g15daemon/g15daemon.h 2006-11-04 13:52:06 UTC (rev 92)
+++ trunk/g15daemon/g15daemon/g15daemon.h 2006-11-04 14:03:03 UTC (rev 93)
@@ -17,7 +17,7 @@
(c) 2006 Mike Lampard, Philip Lawatsch, and others
- Revision $Revision$ - Last Modified $Date$ by $Author$
+ $Revision$ - $Date$ $Author$
This daemon listens on localhost port 15550 for client connections,
and arbitrates LCD display. Allows for multiple simultaneous clients.
Property changes on: trunk/g15daemon/g15daemon/g15logo.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/g15daemon/g15daemon/gfx_primitives.c
===================================================================
--- trunk/g15daemon/g15daemon/gfx_primitives.c 2006-11-04 13:52:06 UTC (rev 92)
+++ trunk/g15daemon/g15daemon/gfx_primitives.c 2006-11-04 14:03:03 UTC (rev 93)
@@ -16,7 +16,9 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
(c) 2006 Mike Lampard, Philip Lawatsch, and others
-
+
+ $Revision$ - $Date$ $Author$
+
This daemon listens on localhost port 15550 for client connections,
and arbitrates LCD display. Allows for multiple simultaneous clients.
Client screens can be cycled through by pressing the 'L1' key.
Property changes on: trunk/g15daemon/g15daemon/gfx_primitives.c
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Modified: trunk/g15daemon/g15daemon/lcdclient_test.c
===================================================================
--- trunk/g15daemon/g15daemon/lcdclient_test.c 2006-11-04 13:52:06 UTC (rev 92)
+++ trunk/g15daemon/g15daemon/lcdclient_test.c 2006-11-04 14:03:03 UTC (rev 93)
@@ -16,7 +16,9 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
(c) 2006 Mike Lampard, Philip Lawatsch, and others
-
+
+ $Revision$ - $Date$ $Author$
+
This daemon listens on localhost port 15550 for client connections,
and arbitrates LCD display. Allows for multiple simultaneous clients.
Client screens can be cycled through by pressing the 'L1' key.
Property changes on: trunk/g15daemon/g15daemon/lcdclient_test.c
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/g15daemon/g15daemon/linked_lists.c
===================================================================
--- trunk/g15daemon/g15daemon/linked_lists.c 2006-11-04 13:52:06 UTC (rev 92)
+++ trunk/g15daemon/g15daemon/linked_lists.c 2006-11-04 14:03:03 UTC (rev 93)
@@ -16,7 +16,9 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
(c) 2006 Mike Lampard, Philip Lawatsch, and others
-
+
+ $Revision$ - $Date$ $Author$
+
This daemon listens on localhost port 15550 for client connections,
and arbitrates LCD display. Allows for multiple simultaneous clients.
Client screens can be cycled through by pressing the 'L1' key.
Property changes on: trunk/g15daemon/g15daemon/linked_lists.c
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Property changes on: trunk/g15daemon/g15daemon/logo.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/g15daemon/g15daemon/main.c
===================================================================
--- trunk/g15daemon/g15daemon/main.c 2006-11-04 13:52:06 UTC (rev 92)
+++ trunk/g15daemon/g15daemon/main.c 2006-11-04 14:03:03 UTC (rev 93)
@@ -17,6 +17,8 @@
(c) 2006 Mike Lampard, Philip Lawatsch, and others
+ $Revision$ - $Date$ $Author$
+
This daemon listens on localhost port 15550 for client connections,
and arbitrates LCD display. Allows for multiple simultaneous clients.
Client screens can be cycled through by pressing the 'L1' key.
Property changes on: trunk/g15daemon/g15daemon/main.c
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/g15daemon/g15daemon/utility_funcs.c
===================================================================
--- trunk/g15daemon/g15daemon/utility_funcs.c 2006-11-04 13:52:06 UTC (rev 92)
+++ trunk/g15daemon/g15daemon/utility_funcs.c 2006-11-04 14:03:03 UTC (rev 93)
@@ -16,7 +16,9 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
(c) 2006 Mike Lampard, Philip Lawatsch, and others
-
+
+ $Revision$ - $Date$ $Author$
+
This daemon listens on localhost port 15550 for client connections,
and arbitrates LCD display. Allows for multiple simultaneous clients.
Client screens can be cycled through by pressing the 'L1' key.
Property changes on: trunk/g15daemon/g15daemon/utility_funcs.c
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/g15daemon/libg15daemon_client/g15daemon_client.h
===================================================================
--- trunk/g15daemon/libg15daemon_client/g15daemon_client.h 2006-11-04 13:52:06 UTC (rev 92)
+++ trunk/g15daemon/libg15daemon_client/g15daemon_client.h 2006-11-04 14:03:03 UTC (rev 93)
@@ -17,6 +17,8 @@
(c) 2006 Mike Lampard, Philip Lawatsch, and others
+ $Revision$ - $Date$ $Author$
+
This daemon listens on localhost port 15550 for client connections,
and arbitrates LCD display. Allows for multiple simultaneous clients.
Client screens can be cycled through by pressing the 'L1' key.
Property changes on: trunk/g15daemon/libg15daemon_client/g15daemon_client.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/g15daemon/libg15daemon_client/g15daemon_net.c
===================================================================
--- trunk/g15daemon/libg15daemon_client/g15daemon_net.c 2006-11-04 13:52:06 UTC (rev 92)
+++ trunk/g15daemon/libg15daemon_client/g15daemon_net.c 2006-11-04 14:03:03 UTC (rev 93)
@@ -17,6 +17,8 @@
(c) 2006 Mike Lampard, Philip Lawatsch, and others
+ $Revision$ - $Date$ $Author$
+
This daemon listens on localhost port 15550 for client connections,
and arbitrates LCD display. Allows for multiple simultaneous clients.
Client screens can be cycled through by pressing the 'L1' key.
Property changes on: trunk/g15daemon/libg15daemon_client/g15daemon_net.c
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|