From f406d58f75cd486eaab74be94faf70d516684e5a Mon Sep 17 00:00:00 2001
From: "Matteo Nastasi (mop)" <nastasi@alternativeoutput.it>
Date: Sun, 24 Dec 2006 10:56:57 +0000
Subject: [PATCH] aggiunta cvs var id.

---
 web/commons.js     | 2 ++
 web/dnd.css        | 2 ++
 web/dnd.js         | 2 ++
 web/dom-drag.js    | 2 ++
 web/index.php      | 2 ++
 web/index_rd.php   | 2 ++
 web/index_wr.php   | 2 ++
 web/info_main.php  | 2 ++
 web/table.js       | 2 ++
 web/table.php      | 2 ++
 web/unrecerror.php | 2 ++
 web/xhr.js         | 2 ++
 12 files changed, 24 insertions(+)

diff --git a/web/commons.js b/web/commons.js
index 2140281..0ad767e 100644
--- a/web/commons.js
+++ b/web/commons.js
@@ -16,6 +16,8 @@
  * not, write to the Free Software Foundation, Inc, 59 Temple Place -
  * Suite 330, Boston, MA 02111-1307, USA.
  *
+ * $Id$
+ *
  */
 
 var PLAYERS_N = 3;
diff --git a/web/dnd.css b/web/dnd.css
index 19979a4..72fceb2 100644
--- a/web/dnd.css
+++ b/web/dnd.css
@@ -16,6 +16,8 @@
  * not, write to the Free Software Foundation, Inc, 59 Temple Place -
  * Suite 330, Boston, MA 02111-1307, USA.
  *
+ * $Id$
+ *
  */
 
 body {
diff --git a/web/dnd.js b/web/dnd.js
index 070a1c5..354931f 100644
--- a/web/dnd.js
+++ b/web/dnd.js
@@ -16,6 +16,8 @@
  * not, write to the Free Software Foundation, Inc, 59 Temple Place -
  * Suite 330, Boston, MA 02111-1307, USA.
  *
+ * $Id$
+ *
  */
 
 var PLAYERS_N = 3;
diff --git a/web/dom-drag.js b/web/dom-drag.js
index 5618df4..5f99f97 100644
--- a/web/dom-drag.js
+++ b/web/dom-drag.js
@@ -16,6 +16,8 @@
  * not, write to the Free Software Foundation, Inc, 59 Temple Place -
  * Suite 330, Boston, MA 02111-1307, USA.
  *
+ * $Id$
+ *
  */
 
 /**************************************************
diff --git a/web/index.php b/web/index.php
index aab9def..2e06a67 100644
--- a/web/index.php
+++ b/web/index.php
@@ -17,6 +17,8 @@
  * not, write to the Free Software Foundation, Inc, 59 Temple Place -
  * Suite 330, Boston, MA 02111-1307, USA.
  *
+ * $Id$
+ *
  */
 
 require_once("brisk.phh");
diff --git a/web/index_rd.php b/web/index_rd.php
index bfa715c..9f3870c 100644
--- a/web/index_rd.php
+++ b/web/index_rd.php
@@ -17,6 +17,8 @@
  * not, write to the Free Software Foundation, Inc, 59 Temple Place -
  * Suite 330, Boston, MA 02111-1307, USA.
  *
+ * $Id$
+ *
  */
 
 require_once("brisk.phh");
diff --git a/web/index_wr.php b/web/index_wr.php
index 4ce65cb..83656ff 100644
--- a/web/index_wr.php
+++ b/web/index_wr.php
@@ -17,6 +17,8 @@
  * not, write to the Free Software Foundation, Inc, 59 Temple Place -
  * Suite 330, Boston, MA 02111-1307, USA.
  *
+ * $Id$
+ *
  */
 
 require_once("brisk.phh");
diff --git a/web/info_main.php b/web/info_main.php
index 4201c59..126c54f 100644
--- a/web/info_main.php
+++ b/web/info_main.php
@@ -17,6 +17,8 @@
  * not, write to the Free Software Foundation, Inc, 59 Temple Place -
  * Suite 330, Boston, MA 02111-1307, USA.
  *
+ * $Id$
+ *
  */
 
 define( FTOK_PATH, "/var/lib/brisk");
diff --git a/web/table.js b/web/table.js
index d9ed0f8..9a4e7f2 100644
--- a/web/table.js
+++ b/web/table.js
@@ -16,6 +16,8 @@
  * not, write to the Free Software Foundation, Inc, 59 Temple Place -
  * Suite 330, Boston, MA 02111-1307, USA.
  *
+ * $Id$
+ *
  */
 
 function background_set()
diff --git a/web/table.php b/web/table.php
index 8a43630..f6123ff 100644
--- a/web/table.php
+++ b/web/table.php
@@ -17,6 +17,8 @@
  * not, write to the Free Software Foundation, Inc, 59 Temple Place -
  * Suite 330, Boston, MA 02111-1307, USA.
  *
+ * $Id$
+ *
  */
 ?>
 <html>
diff --git a/web/unrecerror.php b/web/unrecerror.php
index 56e9abc..81d67aa 100644
--- a/web/unrecerror.php
+++ b/web/unrecerror.php
@@ -17,6 +17,8 @@
  * not, write to the Free Software Foundation, Inc, 59 Temple Place -
  * Suite 330, Boston, MA 02111-1307, USA.
  *
+ * $Id$
+ *
  */
 
 ?>
diff --git a/web/xhr.js b/web/xhr.js
index 30819dc..0265e24 100644
--- a/web/xhr.js
+++ b/web/xhr.js
@@ -16,6 +16,8 @@
  * not, write to the Free Software Foundation, Inc, 59 Temple Place -
  * Suite 330, Boston, MA 02111-1307, USA.
  *
+ * $Id$
+ *
  */
 
 var xhr_rd_cookiepath = "/brisk/";
-- 
2.17.1