chiark / gitweb /
Remove arch tags throughout
authorrjk@greenend.org.uk <>
Tue, 23 Jan 2007 21:45:45 +0000 (21:45 +0000)
committerrjk@greenend.org.uk <>
Tue, 23 Jan 2007 21:45:45 +0000 (21:45 +0000)
Add some ignores to keep 'bzr status' happy

229 files changed:
.bzrignore [new file with mode: 0644]
BUGS
CHANGES
Makefile.am
README
README.client
README.raw
README.streams
README.upgrades
TODO
acinclude.m4
clients/Makefile.am
clients/authorize.c
clients/authorize.h
clients/disorder.c
clients/disorderfm.c
clients/filename-bytes.c
clients/test-eclient.c
configure.ac
debian/Makefile.am
debian/README.Debian
debian/autorules.m4
debian/changelog
debian/config
debian/control
debian/copyright
debian/disorder.config
debian/htaccess
debian/options.debian
debian/postinst
debian/postrm
debian/prerm
debian/rules.m4
disobedience/Makefile.am
disobedience/TODO
disobedience/choose.c
disobedience/client.c
disobedience/control.c
disobedience/disobedience.c
disobedience/disobedience.h
disobedience/disobedience.rc
disobedience/menu.c
disobedience/misc.c
disobedience/properties.c
disobedience/queue.c
doc/Makefile.am
doc/checklist.txt
doc/disobedience.1.in
doc/disorder-deadlock.8.in
doc/disorder-dump.8.in
doc/disorder-rescan.8.in
doc/disorder.1.in
doc/disorder.3
doc/disorder_config.5.in
doc/disorder_protocol.5.in
doc/disorderd.8.in
doc/disorderfm.1.in
doc/tkdisorder.1
driver/Makefile.am
driver/disorder.c
examples/Makefile.am
examples/config.sample.in
examples/disorder-log
examples/disorder.init.in
images/Makefile.am
lib/Makefile.am
lib/addr.c
lib/addr.h
lib/asprintf.c
lib/authhash.c
lib/authhash.h
lib/basen.c
lib/basen.h
lib/cache.c
lib/cache.h
lib/casefold.h
lib/charset.c
lib/charset.h
lib/client-common.c
lib/client-common.h
lib/client.c
lib/client.h
lib/configuration.c
lib/configuration.h
lib/defs.c
lib/defs.h
lib/disorder.h
lib/eclient.c
lib/eclient.h
lib/event.c
lib/event.h
lib/eventlog.c
lib/eventlog.h
lib/filepart.c
lib/filepart.h
lib/fprintf.c
lib/hash.c
lib/hash.h
lib/hex.c
lib/hex.h
lib/inputline.c
lib/inputline.h
lib/kvp.c
lib/kvp.h
lib/log-impl.h
lib/log.c
lib/log.h
lib/logfd.c
lib/logfd.h
lib/mem-impl.h
lib/mem.c
lib/mem.h
lib/mime.c
lib/mime.h
lib/mixer.c
lib/mixer.h
lib/plugin.c
lib/plugin.h
lib/printf.c
lib/printf.h
lib/queue.c
lib/queue.h
lib/regsub.c
lib/regsub.h
lib/selection.c
lib/selection.h
lib/signame.c
lib/signame.h
lib/sink.c
lib/sink.h
lib/snprintf.c
lib/speaker.c
lib/speaker.h
lib/split.c
lib/split.h
lib/syscalls.c
lib/syscalls.h
lib/table.c
lib/table.h
lib/test.c
lib/trackname.c
lib/trackname.h
lib/types.h
lib/unicodegc.h
lib/user.c
lib/user.h
lib/utf8.c
lib/utf8.h
lib/vacopy.h
lib/vector.c
lib/vector.h
lib/words.c
lib/words.h
lib/wstat.c
lib/wstat.h
plugins/Makefile.am
plugins/exec.c
plugins/execraw.c
plugins/fs.c
plugins/mad.c
plugins/madshim.h
plugins/notify.c
plugins/shell.c
plugins/tracklength.c
prepare
python/Makefile.am
python/disorder.py.in
python/tkdisorder
scripts/Makefile.am
scripts/check
scripts/completion.bash
scripts/copyright.exceptions
scripts/dist
scripts/htmlman
scripts/inst
scripts/makedeb
scripts/oggrename
scripts/sedfiles.make
scripts/text2c
server/Makefile.am
server/api-client.c
server/api-client.h
server/api-server.c
server/api.c
server/cgi.c
server/cgi.h
server/cgimain.c
server/daemonize.c
server/daemonize.h
server/dcgi.c
server/dcgi.h
server/deadlock.c
server/disorderd.c
server/dump.c
server/play.c
server/play.h
server/rescan.c
server/server.c
server/server.h
server/speaker.c
server/state.c
server/state.h
server/trackdb-int.h
server/trackdb.c
server/trackdb.h
server/trackname.c
sounds/Makefile.am
templates/Makefile.am
templates/about.html
templates/choose.html
templates/choosealpha.html
templates/credits.html
templates/disorder.css
templates/error.html
templates/help.html
templates/options
templates/options.columns
templates/options.labels
templates/playing.html
templates/prefs.html
templates/recent.html
templates/search.html
templates/sidebar.html
templates/sidebarend.html
templates/stdhead.html
templates/stylesheet.html
templates/topbar.html
templates/topbarend.html
templates/volume.html

diff --git a/.bzrignore b/.bzrignore
new file mode 100644 (file)
index 0000000..2576f3a
--- /dev/null
@@ -0,0 +1,15 @@
+Makefile.in
+./build
+./configure
+./config.h.in
+./COPYING
+./INSTALL
+./aclocal.m4
+./autom4te.cache
+config.aux/config.guess
+config.aux/config.sub
+config.aux/depcomp
+config.aux/install-sh
+config.aux/ltmain.sh
+config.aux/missing
+config.aux/py-compile
diff --git a/BUGS b/BUGS
index 78e4a863759b449760b6cfb61124a19c9ea99d9e..69ed096f4d0c6b4fa22f7f95a8fb209057ae61b4 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -39,4 +39,3 @@ Local Variables:
 mode:outline
 fill-column:79
 End:
 mode:outline
 fill-column:79
 End:
-arch-tag:32a95f730a93f0073f62873ebae245f8
diff --git a/CHANGES b/CHANGES
index 04abd310701655b8f6665b59ce5f9428ce64b937..14edbdd3103c4ee7c4fef51d98d7c5c91ed26e5f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -318,4 +318,3 @@ Local Variables:
 mode:outline
 fill-column:72
 End:
 mode:outline
 fill-column:72
 End:
-arch-tag:9dfc21f4428056e647e3656822342956
index 401a14c5339b5593069150cb2ed50ce3e2f7ecc8..64539a9f363f74d4eda860e31eb576465680551a 100644 (file)
@@ -24,4 +24,3 @@ SUBDIRS=@subdirs@
 
 echo-distdir:
        @echo $(distdir)
 
 echo-distdir:
        @echo $(distdir)
-# arch-tag:7e0566bae866a64c2f998d4253581ce0
diff --git a/README b/README
index 64d4940123d0e3b590b21cc586efad7a6fecc044..8a364eed2d23e525b89426103d365294f5b9ee40 100644 (file)
--- a/README
+++ b/README
@@ -331,4 +331,3 @@ Local Variables:
 mode:text
 fill-column:79
 End:
 mode:text
 fill-column:79
 End:
-arch-tag:e7058f9442f954f3dd51523a1e805c32
index 9a2ff7470adda1affaf64bebdf7ef3fcb9fcd3fa..daa93852a1a6c5cc8513d67ad39a87ed151e9c06 100644 (file)
@@ -44,4 +44,3 @@ Local Variables:
 mode:text
 fill-column:79
 End:
 mode:text
 fill-column:79
 End:
-# arch-tag:jEmzIKHdvK6GSjnax7Kp5Q
index cf2ca0ccc14585562c049ca9ed453b3501b0fb67..c9e33037512669ef105d2c03d8d6aad283658e49 100644 (file)
@@ -51,5 +51,3 @@ Local Variables:
 mode:outline
 fill-column:79
 End:
 mode:outline
 fill-column:79
 End:
-
-# arch-tag:FDgaJ8rznoa6TnmXxU1iPw
index 4e6e42510fb8f2e199ea0b8978ccdbf26c929e64..8c613476034cb9fb8ce1805cddef39579702ebec 100644 (file)
@@ -29,4 +29,3 @@ Local Variables:
 mode:text
 fill-column:79
 End:
 mode:text
 fill-column:79
 End:
-arch-tag:ae95108d51c55288c4f6da4102343cd5
index 6e279e76485bf3138c0ec449b24c2b6945fb7781..88d0d3b8a4f98c62e2a89721a84f90df3d974120 100644 (file)
@@ -108,5 +108,3 @@ Local Variables:
 mode:outline
 fill-column:79
 End:
 mode:outline
 fill-column:79
 End:
-
-# arch-tag:j+OBlcYYyUdGBVbVXVgXew
diff --git a/TODO b/TODO
index 704fa3ed97408ab36fe0a39d9f54a98c6165fa55..e15c225c32eac4f12b35bf8c41e3e3ea4b5ea7b7 100644 (file)
--- a/TODO
+++ b/TODO
@@ -23,4 +23,3 @@ Needs thought on how to design the interface.
 ** templates
 
 Build defaults into program to save file IO.
 ** templates
 
 Build defaults into program to save file IO.
-arch-tag:d8e9783460cc93d13e90d8b8e3f1d481
index 03fd6ca3fdd8ef6e4eb6aa956ae18892e108eeed..2c008a91f97bd0acfd0bbbf4a9b8d35abd95da42 100644 (file)
@@ -102,4 +102,3 @@ AC_DEFUN([RJK_REQUIRE_PCRE_UTF8],[
     AC_MSG_ERROR([please rebuild your pcre library with --enable-utf8])
   fi
 ])
     AC_MSG_ERROR([please rebuild your pcre library with --enable-utf8])
   fi
 ])
-# arch-tag:d09b2112a218009313949a279401a5b4
index 5cdb0cbac7ea4b0e71cc152b3b5ac16fc51c26d6..c2e51a921f1aaba1223bbabb997b609ec6b1c7e9 100644 (file)
@@ -67,4 +67,3 @@ check-completions:
        diff -u ,commands ,completions
 
 CLEANFILES=,commands ,completions
        diff -u ,commands ,completions
 
 CLEANFILES=,commands ,completions
-# arch-tag:3wdM7iS0B+n8makCG+YcAg
index e38aed48a15ef0479f09a5ae1c20eb8f164db7aa..966983cda330b19df1b8b72389b820e3a6d22421 100644 (file)
@@ -101,4 +101,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:BHATzWNN/1ccK/g2pbA63Q */
index 0098b09f4807730fbef13f206a5e2ab7f2fc824c..ad78deba704b607bc6a64158cc25e891d1d55180 100644 (file)
@@ -32,4 +32,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:2mW0Quc+PMX1C3BWywYFsQ */
index 46e2c2d11db914b3f5efe83f4b22a8f4ef7c2a8b..f7b413025f14411178227e42e0f68b2059b3055b 100644 (file)
@@ -551,4 +551,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:0ff200f4c42e9b04dd781fa89c6129f6 */
index 0fd4fa0f74b4aab026e14d4a2c8b07a775ee2175..c0e21015033753da54694d8de44af644e0a6aaf1 100644 (file)
@@ -411,4 +411,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:YWy+lwnCOS0d8Q5hjJ5gyQ */
index 67ce1fd62a5067a9f562f254144e5d7a1f8b4c8e..91c33c0194ae3e91640beb5119c73ec43722139e 100644 (file)
@@ -39,4 +39,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:UBGSjLfIc10t/LG6EKQprw */
index 67900ad624f7273756ffe0bac757e307cd5bbe75..3c2e92e1043e5fbcfd7a03a5fac666b02ad9dd56 100644 (file)
@@ -186,4 +186,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:JRDbPXSlG3t9Urek88LwCg */
index 4895914373b27c81417fa62d5d5f02d694a8b803..08139f6b792442930788dfb91496eada19cd0320 100644 (file)
@@ -380,4 +380,3 @@ AC_CONFIG_FILES([Makefile
                 python/Makefile
                 examples/Makefile])
 AC_OUTPUT
                 python/Makefile
                 examples/Makefile])
 AC_OUTPUT
-# arch-tag:cb633d20520a61a924cd528cef926ec1
index 896e39c180ae69bed484067c21236bdd37b76a70..81efb1656d93746725b71594e20f79d00f8f2ce4 100644 (file)
@@ -32,4 +32,3 @@ rules: ${autorules_m4} ${rules_m4}
 EXTRA_DIST=README.Debian autorules.m4 config control copyright \
           disorder.config htaccess postinst prerm rules.m4 templates    \
           rules conffiles postrm changelog options.debian
 EXTRA_DIST=README.Debian autorules.m4 config control copyright \
           disorder.config htaccess postinst prerm rules.m4 templates    \
           rules conffiles postrm changelog options.debian
-# arch-tag:1b7bd457d3d740887311435ded0c5eac
index 93b2c99f4d3745f9be58557a1fe814f1254526c2..1ad7c28ca85d29a020e50c8e86162c0ad9496fd1 100644 (file)
@@ -33,5 +33,4 @@ To get the web interface working:
 
    If it doesn't work, always look at the web server error log.
 
 
    If it doesn't work, always look at the web server error log.
 
- -- Richard Kettlewell <rjk@greenend.org.uk>, Sun May 22 14:14:11 2005
-arch-tag:e325cf2983484c130b1ca1df78331fa6
+ -- Richard Kettlewell <rjk@greenend.org.uk>, Tue Jan 23 21:35:13 2007
index d04393b3707dbdc5718e231bf9fc3841c72734d1..ed278a283674a72f519d817f0bff02c4df4dedbb 100644 (file)
@@ -116,4 +116,3 @@ m4_define([regenerate], [debian/rules: debian/autorules.m4 debian/rules.m4
 ])
 
 m4_divert(0)m4_dnl
 ])
 
 m4_divert(0)m4_dnl
-# arch-tag:c5871f9bd46d5d2e2ed7302cbcaccd4b
index 3cb4a8a6e9caa4bf20762f72899c134b1ed864f7..7fa8f71f0b9a72eb07326d71b7b798cb5f617bf7 100644 (file)
@@ -87,4 +87,3 @@ disorder (0.8.99+20040315) unstable; urgency=low
   * Debianized
 
  -- Richard Kettlewell <rjk@greenend.org.uk>  Mon, 15 Mar 2004 13:04:02 +0000
   * Debianized
 
  -- Richard Kettlewell <rjk@greenend.org.uk>  Mon, 15 Mar 2004 13:04:02 +0000
-# arch-tag:eb29952826b3a0485b83a4996062a601
index 3d95bc72b842a426a026e93911b724e0950c8c39..d0ee037b974c7010a65e90cde6e90d169c770b40 100755 (executable)
@@ -52,4 +52,3 @@ done
 echo "url http://$server_name/cgi-bin/disorder/disorder" >> /etc/disorder/conf.debconf.new
 
 mv /etc/disorder/conf.debconf.new /etc/disorder/conf.debconf
 echo "url http://$server_name/cgi-bin/disorder/disorder" >> /etc/disorder/conf.debconf.new
 
 mv /etc/disorder/conf.debconf.new /etc/disorder/conf.debconf
-# arch-tag:80ca629b164394d9806d6e8378205951
index 1ea9daddd0e7e6683f0a31a42d1b7973e5d008e3..c79e3602169e6c471dba0f30394c5b320a18a450 100644 (file)
@@ -12,4 +12,3 @@ Depends: httpd,pwgen,mpg321,vorbis-tools,sox,${shlibs:Depends}
 Conflicts: jukebox
 Description: Play random or selected digital audio files continuously
   Controlled from the command line or via a web-based interface.
 Conflicts: jukebox
 Description: Play random or selected digital audio files continuously
   Controlled from the command line or via a web-based interface.
-# arch-tag:747c10dcef548c0ba4ac60fc8864f4fa
index 6731eeb57ee243464f9bcbb8e9f3eb82329886db..345007609b1e99380b91d9e6383dd4a3b982d702 100644 (file)
@@ -22,4 +22,3 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-# arch-tag:5e1b9b57d7568564f88a0a7894c9ca99
index 2f44f50f1825a1d1fc81573e4eb8fa589e291502..5adea7c0a14dc0d4ee254a48217d01977a36108c 100644 (file)
@@ -47,4 +47,3 @@ stopword the a an and to too in on of we i am as im for is
 
 # include debconf configuration
 include /etc/disorder/conf.debconf
 
 # include debconf configuration
 include /etc/disorder/conf.debconf
-# arch-tag:0c5987c73419c0551559cc72c3efa252
index 1f0c3a30f211a099925d32a97c8e7413e99170d3..ecc70f88e83845e348def06c6f317beab09f9ee0 100644 (file)
@@ -2,4 +2,3 @@ Require valid-user
 AuthType basic
 AuthName jukebox
 AuthUserFile /etc/disorder/http.users
 AuthType basic
 AuthName jukebox
 AuthUserFile /etc/disorder/http.users
-# arch-tag:2c90f33e2ed8bd26f2a0091113abfe0b
index ea164b2da690fc8e03750e99135d7d3c3eeedeca..ef05cbc531107cca4f6d10e548f3e360c9b6addb 100644 (file)
@@ -24,4 +24,3 @@ label links.css               /disorder/disorder.css
 
 # user overrides - you supply this
 include options.user
 
 # user overrides - you supply this
 include options.user
-# arch-tag:N/cCdPUdzmiFgcl69+Gj4g
index 2ffe148ac5fff3eca3b11349121c7b70d9615c9f..ae5e11d4e710f7ee28ec1118e1e8c8cc3ef89905 100755 (executable)
@@ -95,4 +95,3 @@ reconfigure )
   /etc/init.d/disorder reload
   ;;
 esac
   /etc/init.d/disorder reload
   ;;
 esac
-# arch-tag:ec773fd84ef6c95eca2e7287d2db9878
index 1c09f1cc7d1a6f841891427ef52f0422de3a7a57..0fc5ae5bbb07023e4b6e14d7bdf339331484f067 100755 (executable)
@@ -24,4 +24,3 @@ remove )
   ldconfig -n /usr/lib
   ;;
 esac
   ldconfig -n /usr/lib
   ;;
 esac
-# arch-tag:829be82824d0c6a903228934b29939e8
index a15ed8054b9d4baec0e8772289904753e9b927f8..0e65ed61d83c9353ca4d0a1ab6bb4eebcc2ab1b0 100755 (executable)
@@ -20,4 +20,3 @@
 #
 set -e
 /etc/init.d/disorder stop
 #
 set -e
 /etc/init.d/disorder stop
-# arch-tag:99c16a42035fb0fb74a828543a666eb3
index df6a0513d19ca12b6620c664434c7f09285e3d06..8eacabadcc8fb661f018f177eaaa29745a840e9c 100644 (file)
@@ -70,4 +70,3 @@ binary
 clean
 
 regenerate
 clean
 
 regenerate
-# arch-tag:be5fb519cf2e3214d82bdae4c9af2b17
index cfbba085771664bd66689f9f49b8ee33bb747870..35b296213eeb13ddce05f3791848815b87c4c80c 100644 (file)
@@ -44,4 +44,3 @@ EXTRA_DIST=disobedience.rc
 # check everything has working --help
 check-help: all
        ./disobedience --version > /dev/null
 # check everything has working --help
 check-help: all
        ./disobedience --version > /dev/null
-# arch-tag:SILYIkQB3aPIe8z+Ng994A
index fa1dee6dbe400fc4c22a7eb0780403762a4b5072..2a0171dd9b5f1c68392dba2dea683df752049711 100644 (file)
@@ -2,5 +2,3 @@ properties
        make return be the same as OK
 search
        select tracks by tag
        make return be the same as OK
 search
        select tracks by tag
-
-# arch-tag:MyZQrifgPbO8ip4FqZo1eg
index 369c601da819ad753d766e033edfb075d911d5e4..d7df7ddb2830aa3800ed17bf11ce5017cb0ca0b6 100644 (file)
@@ -996,4 +996,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:A5KX3X9SR8Pl57VRLSnCng */
index d03e9de2776ed89ed906c3333f673a1ed411c4c0..c6c1123167dccdba966376c4cd37cece93a3c1f1 100644 (file)
@@ -173,4 +173,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:32Qju8BYS5FZvqbPHElgcg */
index 159ab5d657be5221c20236f3d78f011e9fafa112..776aff1232ea18c00244c96ab8cdc648574ccf3e 100644 (file)
@@ -313,4 +313,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:IEbGnYlX8cqOFjY1EXlXBA */
index dc8c27ed5f76cd85cb22f2776ee7521102cae645..8826f4c8a46dd65051a92db6b9269503af76435b 100644 (file)
@@ -376,4 +376,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:dJmEdDzrCQktkNJWAmdQAQ */
index a63cf44e56510dda9e6a4e360c03a8ad6ef27aa1..59cc6e9b22c8678d7acc0e21f59397e9ce6d59b9 100644 (file)
@@ -177,4 +177,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:5DbN8e67AvkhPmNqSQyZFQ */
index ed2710cc70d44e1eddff145cb63a4cc10454f58e..78cc06bf62639cb81373933ae12563e3f06a03c0 100644 (file)
@@ -75,4 +75,3 @@ widget "disobedience.*.row-playing" style : application "disobedience-playing"
 widget "disobedience.*.row-even" style : application "disobedience-even"
 widget "disobedience.*.row-odd" style : application "disobedience-odd"
 widget "disobedience.*.row-title" style : application "disobedience-title"
 widget "disobedience.*.row-even" style : application "disobedience-even"
 widget "disobedience.*.row-odd" style : application "disobedience-odd"
 widget "disobedience.*.row-title" style : application "disobedience-title"
-# arch-tag:kFBxSkTwM9fRlwC/NTqR4A
index 6eaea062733f6ea0f28647d0042f226c1eca6a6c..b4b6ca071acd3668086f1abf77598908409a9e63 100644 (file)
@@ -147,4 +147,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:3vGhvsh3YABCyUS65pvmVA */
index 26222a9a9baeb59d49feb8270306b2971d6387c3..4ce3a430e5033b7ee8ca3d9fc2d2f04b957db135 100644 (file)
@@ -93,5 +93,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
 indent-tabs-mode:nil
 End:
 */
-
-/* arch-tag:tV2wkVwV3p2A66vyViQJSw */
index ae945be12e23ef1b9906f3ee2331d644418a2d37..3d4bda5377737d7ef3d856232c9b7bf1b513a0c4 100644 (file)
@@ -435,4 +435,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:+COG6p7PaNPZjzknPrKdcw */
index 249450595f0239250ea176890f4280527fa1ae62..16cbc4c8a6186708bf5024924b12a3a3d63839b6 100644 (file)
@@ -1276,4 +1276,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:kxVCqYNfvMJkYlkf2Pn8pg */
index 743ace3642a380ae7f5621b35ab7f64f767265fc..d0c0862bac631fb965f718f3b741e9ecd2b9cf5f 100644 (file)
@@ -44,4 +44,3 @@ EXTRA_DIST=disorderd.8.in disorder.1.in disorder_config.5.in \
           disobedience.1.in disorderfm.1.in
 
 CLEANFILES=$(SEDFILES) $(HTMLMAN)
           disobedience.1.in disorderfm.1.in
 
 CLEANFILES=$(SEDFILES) $(HTMLMAN)
-# arch-tag:9e90ca91629f0571b87f5a5f11227b7f
index f62e7be355e5c18373d5be201cf4f9d715417edd..41bfc5ff43594137e17047153f23e4f99bd243f9 100644 (file)
@@ -77,4 +77,3 @@ Modify prefs for a whole album from 'choose'.
 Local Variables:
 mode:outline
 End:
 Local Variables:
 mode:outline
 End:
-# arch-tag:wuvzKmIxK6XShozQ9Bsuww
index 75fc8673bf4f4511d0ac5d896965684d633bcf79..d82f09ebe4c39b98358dd90b87cbba6e47eda72a 100644 (file)
@@ -220,4 +220,3 @@ This an even-numbered row in the queue or recently played track list.
 .\" mode:nroff
 .\" fill-column:79
 .\" End:
 .\" mode:nroff
 .\" fill-column:79
 .\" End:
-.\" arch-tag:PmkAKyNwF7gDXfzSQ9GnYg
index a876bb06a46157b72948c30455ea1eeb9cca8247..8957186a50e2a6ee1d94c1be8364a5b45e6bdb3e 100644 (file)
@@ -44,4 +44,3 @@ Display version number.
 .\" Local Variables:
 .\" mode:nroff
 .\" End:
 .\" Local Variables:
 .\" mode:nroff
 .\" End:
-.\" arch-tag:miB8m/aYAr2KdqJ/DLNqig
index 601f0ccfbef21861de5c3e216fa44463d0e198ae..c8767386c5ee05a5882f11aec6085aa84590764d 100644 (file)
@@ -113,4 +113,3 @@ Global configuration file.  See \fBdisorder_config\fR(5).
 .\" Local Variables:
 .\" mode:nroff
 .\" End:
 .\" Local Variables:
 .\" mode:nroff
 .\" End:
-.\" arch-tag:acbd58712d46b2a4559b49a099126acf
index e66894e948cdf17740df2042ac209ad1b61834c5..73a59306b8e3bfd06020fd0391c3f699bf13f62d 100644 (file)
@@ -45,4 +45,3 @@ Display version number.
 .\" Local Variables:
 .\" mode:nroff
 .\" End:
 .\" Local Variables:
 .\" mode:nroff
 .\" End:
-.\" arch-tag:w32jqhcFaBEGCakBFZI0GQ
index 369f2ca48a91015d8e4b43a8f15f857f60a08790..4e6e184f61cd700536d013bbcc8cbd74c61dda9e 100644 (file)
@@ -343,4 +343,3 @@ Communication socket for \fBdisorder\fR(1).
 .\" mode:nroff
 .\" fill-column:79
 .\" End:
 .\" mode:nroff
 .\" fill-column:79
 .\" End:
-.\" arch-tag:f4ecee92157cdac8ee0f71c3fc14044d
index 62508f54013e33440c3d464b6a39b846d88eb7c9..f84bd165cb9a4cabcf981af10f199141c97c1c33 100644 (file)
@@ -427,4 +427,3 @@ plugin.
 .\" Local Variables:
 .\" mode:nroff
 .\" End:
 .\" Local Variables:
 .\" mode:nroff
 .\" End:
-.\" arch-tag:ff45ed6fb0bc4fff61a4179138e26f01
index d9bd260fb38420aa60c6e93d8bf795aac3490fc4..e3e025843239932017433bae09f42be6614ff74e 100644 (file)
@@ -1019,4 +1019,3 @@ name and \fBext\fR which is the filename extension, including the initial dot
 .\" mode:nroff
 .\" fill-column:79
 .\" End:
 .\" mode:nroff
 .\" fill-column:79
 .\" End:
-.\" arch-tag:43b51c6f7ce647119d5409797c55908e
index 0344ac85b356551b454684e4ec6fd96fa1f5389c..f3af468c08044668c1b758f11d983906fb61f7f1 100644 (file)
@@ -441,4 +441,3 @@ above.
 .\" mode:nroff
 .\" fill-column:79
 .\" End:
 .\" mode:nroff
 .\" fill-column:79
 .\" End:
-.\" arch-tag:7b6e9931e426d2b810422b20aef38601
index 4e68055408fc230edf12e4284c66a71088ce727e..24cf033d36e84d00da6c8d8eec3eee607707ff60 100644 (file)
@@ -161,4 +161,3 @@ Current locale.  See \fBlocale\fR(7).
 .\" Local Variables:
 .\" mode:nroff
 .\" End:
 .\" Local Variables:
 .\" mode:nroff
 .\" End:
-.\" arch-tag:90dfddb7692b5c7f621c81bd7852ebde
index 81b48f37296ae9037e7eb359d03aa5529c865a87..b6f7e3b248c3fdfab39a2a5a4a586681cad433f2 100644 (file)
@@ -97,4 +97,3 @@ Display version number.
 .\" mode:nroff
 .\" fill-column:79
 .\" End:
 .\" mode:nroff
 .\" fill-column:79
 .\" End:
-.\" arch-tag:HqblI8GXJamh2oeBBgb1Ug
index d5fb36596fcbf068d6464dc19afe65d0549a22f6..6d535be8a89f09e789f598f1a2634bd076405ce0 100644 (file)
@@ -57,4 +57,3 @@ Display version number.
 .\" mode:nroff
 .\" fill-column:79
 .\" End:
 .\" mode:nroff
 .\" fill-column:79
 .\" End:
-.\" arch-tag:yguAsuJM8a5kzQ+UqEnSKg
index a43470d1b2ba829633f45bdc8325f0167c7034f5..c0f1ba1ecde8e85fb66a9200b2b86df2ef9c24fb 100644 (file)
@@ -26,4 +26,3 @@ AM_CPPFLAGS=-I${top_srcdir}/lib
 libdisorder_la_SOURCES=disorder.c
 libdisorder_la_LDFLAGS=-module
 
 libdisorder_la_SOURCES=disorder.c
 libdisorder_la_LDFLAGS=-module
 
-# arch-tag:tYZU3CmDyRkdyrcHgJMxcA
index 8385ae8a86ef390a8943ca64cdf3445003e09fd4..bdcb14788897749c63d63fc3794681bab49e2eb1 100644 (file)
@@ -167,4 +167,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:ru/Jqo0hseWMoSt/ba4Xlw */
index 74984f442ad97cadfcd42f7bd01b4756f0982039..529fde0622e6d933e67d347640487d227ae218c0 100644 (file)
@@ -28,4 +28,3 @@ include ${top_srcdir}/scripts/sedfiles.make
 EXTRA_DIST=disorder.init.in config.sample.in disorder-log
 
 CLEANFILES=$(SEDFILES)
 EXTRA_DIST=disorder.init.in config.sample.in disorder-log
 
 CLEANFILES=$(SEDFILES)
-# arch-tag:c335ba7bb6f5a6077a563a1b79951e31
index eb10fda202b64ed3ee3d6c5c4451c57365dbe069..946302ad72e00da983544d75b6a53154b2dbe3d0 100644 (file)
@@ -55,5 +55,3 @@ stopword the a an and to too in on of we i am as im for is
 #transform dir     "^.*/([^/]+)$"                           "$1"      *
 #transform dir     "^(the) ([^/]*)"                         "$2, $1"  sort    i
 #transform dir     "[[:punct:]]"                            ""        sort    g
 #transform dir     "^.*/([^/]+)$"                           "$1"      *
 #transform dir     "^(the) ([^/]*)"                         "$2, $1"  sort    i
 #transform dir     "[[:punct:]]"                            ""        sort    g
-
-# arch-tag:57c841bad362239972e38de20d15e6c0
index 5a966a8e14ec7ef2b98aef825b0b4088c758691b..de921e550878e57faba82ffb85ebda243b463583 100755 (executable)
@@ -66,5 +66,3 @@ class mymonitor(disorder.monitor):
 
 m = mymonitor()
 m.run()
 
 m = mymonitor()
 m.run()
-
-# arch-tag:198M6M5uzq+f8AP1q+P1NA
index 5348597093b06179452d1f4cc341c279d576710f..f09cbca98b146ee3b038da07c0d194a308cca3c3 100644 (file)
@@ -65,4 +65,3 @@ force-reload ) reload ;;
   echo "usage: $0 start|stop|restart|reload" 1>&2
   exit 1
 esac
   echo "usage: $0 start|stop|restart|reload" 1>&2
   exit 1
 esac
-# arch-tag:b75a857d0e9f723d2ae30687758ee1eb
index 1af87d2696e902811b02236e7298a3752170bc7d..8dc96076727584e457df30f8d2754dd0f65e319b 100644 (file)
@@ -27,4 +27,3 @@ staticdir=${pkgdatadir}/static
 EXTRA_DIST=$(static_DATA)
 
 CLEANFILES=$(SEDFILES)
 EXTRA_DIST=$(static_DATA)
 
 CLEANFILES=$(SEDFILES)
-# arch-tag:izAg/jA9nncHHWR5+ZuD+Q
index 91809f777763478594369f62858ff5294fa1de99..145b3af17ac2cd7c86d275faffb30dfbc43a1388 100644 (file)
@@ -90,4 +90,3 @@ check: test
        ./test
 
 CLEANFILES=definitions.h
        ./test
 
 CLEANFILES=definitions.h
-# arch-tag:a8730cb4f8b4517b6e37b1f717956d7c
index 07224c6c875878ac5529132817ab7837721131b2..f994ac6c5d04f2113267a7a9bc1ace54d2050880 100644 (file)
@@ -98,4 +98,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:e143b5b1b677e108d957da2f6d09bccd */
index c20a4c86fd4e05aa0647512114e5bbafd01e72d6..9ce2720288545384b5fd3f7fbe3f86dc5165efcd 100644 (file)
@@ -36,4 +36,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:3502f44d5fa2fd1825e8169df59fa864 */
index 3abe0dbe7e034d0144ed8605936f44bac405b7ba..f590c0ad3c15391087a56b05a4fa9af928759dbd 100644 (file)
@@ -87,4 +87,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:39488c5fd6a6d176e613e7e747e55628 */
index 360d7ef9e7e6781886df728ec88f6ddc74049179..7850c119c30a449c7fd3b0ae973d4a9a9219bf0b 100644 (file)
@@ -63,4 +63,3 @@ comment-column:40
 fill-column:79
 End:
 */
 fill-column:79
 End:
 */
-/* arch-tag:fbc5c3876475fbeca3f7813dff16352d */
index 4ef57ae4ee0d518285af673cdbc4b928e74229b2..99992793b6edeb612aeb18bc3d31c7e64dc96eb9 100644 (file)
@@ -32,4 +32,3 @@ comment-column:40
 fill-column:79
 End:
 */
 fill-column:79
 End:
 */
-/* arch-tag:225ea2aea8c434a7a92fae4018e54c60 */
index 157919ab933cb8bff90dd40d162015bd4e476121..69ab273d21d4f591cb22dfabc678d3aeec690b89 100644 (file)
@@ -78,4 +78,3 @@ comment-column:40
 fill-column:79
 End:
 */
 fill-column:79
 End:
 */
-/* arch-tag:iGDXjhkM2cdyv0RSlftgGQ */
index aedd5cfc2c75c1166ac0bed34c51dcb920931dd2..72a7f80136cce5b792b5c6beda69b385538e74d8 100644 (file)
@@ -39,4 +39,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:mJ+XdWbrDM6Ft/J6YXXb4A */
index df8fa68d84c79c43a194febc68d7b316cd170f3f..1379f666008067a38894fc321a650aee877c2d1f 100644 (file)
@@ -105,4 +105,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:uoFZfd12rkQj/ppG5g3BtQ */
index f1aeccd1357fe4407170a97ca231dda05992b39c..7a49fd9079df1bf96fda5b18f7d6bae386e868d4 100644 (file)
@@ -51,4 +51,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:8TQYM58jrfK4bi9YaWTutQ */
index 5b00c2beb6654dff98decaa41f88eb7affd22778..c3f43b285fa608fe1e8b3c8a83fd8c2804b1b254 100644 (file)
@@ -912,4 +912,3 @@ struct cm {
 static const struct cm *const cm[] = { cm0, cm1, cm2, cm3, cm4, cm5, cm6, cm7, cm8, cm9, cm10, cm11, cm12, cm13, cm14, cm15, cm16, cm17, cm18, cm19, cm20, cm21, cm22, cm23, cm24, cm25, cm26, cm27, cm28, cm29, cm30, cm31, cm32, cm33, cm34, cm35, cm36, cm37, cm38, cm39, cm40, cm41, cm42, cm43, cm44, cm45, cm46, cm47, cm48, cm49, cm50, cm51, cm52, cm53, cm54, cm55, cm56, cm57, cm58, cm59, cm60, cm61, cm62, cm63 };
 static const size_t cmn[] = { 15, 11, 18, 11, 18, 12, 18, 13, 19, 14, 22, 13, 20, 11, 19, 11, 19, 10, 18, 11, 19, 10, 21, 10, 19, 11, 18, 10, 16, 8, 15, 7, 18, 6, 19, 7, 20, 6, 21, 8, 20, 9, 21, 9, 20, 6, 19, 7, 14, 5, 16, 5, 15, 5, 14, 8, 16, 9, 13, 7, 12, 5, 10, 5 };
 #define CM_MASK 63
 static const struct cm *const cm[] = { cm0, cm1, cm2, cm3, cm4, cm5, cm6, cm7, cm8, cm9, cm10, cm11, cm12, cm13, cm14, cm15, cm16, cm17, cm18, cm19, cm20, cm21, cm22, cm23, cm24, cm25, cm26, cm27, cm28, cm29, cm30, cm31, cm32, cm33, cm34, cm35, cm36, cm37, cm38, cm39, cm40, cm41, cm42, cm43, cm44, cm45, cm46, cm47, cm48, cm49, cm50, cm51, cm52, cm53, cm54, cm55, cm56, cm57, cm58, cm59, cm60, cm61, cm62, cm63 };
 static const size_t cmn[] = { 15, 11, 18, 11, 18, 12, 18, 13, 19, 14, 22, 13, 20, 11, 19, 11, 19, 10, 18, 11, 19, 10, 21, 10, 19, 11, 18, 10, 16, 8, 15, 7, 18, 6, 19, 7, 20, 6, 21, 8, 20, 9, 21, 9, 20, 6, 19, 7, 14, 5, 16, 5, 15, 5, 14, 8, 16, 9, 13, 7, 12, 5, 10, 5 };
 #define CM_MASK 63
-/* arch-tag:2dc53cdcaba8a55c2982ad113f4ebae2 */
index e8f577a3684224ae59e5c33e3e3757ff4d050f27..f101ec25cf4ccb64dccfdb3f02cde917d816f9bb 100644 (file)
@@ -143,4 +143,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:30ec6c45260bef9d03ef04d194bf9e9e */
index 3dcd756c2439e38df8b9cf8bd43c73ea8897b994..369d2b9b7da0b298a6c380e8921c37779aaf51d5 100644 (file)
@@ -65,4 +65,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:ca7783e592109d7b7078175bd301faf7 */
index 1e8fbacb5bbe341580bc915b8e13aed28e6696ab..c2dfe026f0f92d0c50b969d76b138f8db8dc5465 100644 (file)
@@ -83,4 +83,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:NhE5Xyy+Tzv6rhKtZ1jNlg */
index 0387eb8f8e3008faafa0a7f4daf7cd651eb13337..0d883695fa3caa5408dfbb4a4a59e119de382554 100644 (file)
@@ -37,4 +37,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:S5yQBwyuy9z8e9CFf74pgA */
index ddf88bb48aa5d8e67f79cb086eaa8c6d6b566212..97dde93825ddef6c019e32f5b6bfb6498cba747a 100644 (file)
@@ -610,4 +610,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:3937adbfa9480384606631d8e0365885 */
index b3c18a57d3e8ab7b3a9d1395c3130485ef505930..433e81c9d6fe1c418650411b73fb8f54d5b8d937 100644 (file)
@@ -189,4 +189,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:9707959522fafb36d7bccfd1b154fd84 */
index 164f37421cf1c366f30c3b80230a0b986d484e28..698aac7f53479c8ca4c0004e93854e65ca67ff67 100644 (file)
@@ -931,4 +931,3 @@ comment-column:40
 fill-column:79
 End:
 */
 fill-column:79
 End:
 */
-/* arch-tag:ede19ed49dca6136ba864ed0a4988b34 */
index d64721970543e98a8321f98b4d38f6c45cf28c57..4af3cad8aa89e58c7135a419b5db02775838a050 100644 (file)
@@ -152,4 +152,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:bf8be7718c5e6348d0c922dfa66b85f9 */
index 2bc9296d3d7b12358f9b7c6287752674d311ef23..5e3795f997e0810522670e497312af2a81b1cd85 100644 (file)
@@ -37,4 +37,3 @@ comment-column:40
 fill-column:79
 End:
 */
 fill-column:79
 End:
 */
-/* arch-tag:m7TX2pyO7AO3F/rjc8kqYA */
index 52271b3023a61bebdf0e6cd444c0510e15ae39fa..4f180121d63b6111cabb4b7a24208625db6f230c 100644 (file)
@@ -36,4 +36,3 @@ comment-column:40
 fill-column:79
 End:
 */
 fill-column:79
 End:
 */
-/* arch-tag:6CvTBnYnuaIeb/cbLdo9wg */
index ded021f70252128c3ab319e926e6fe05710cd382..db41eec41f21940df647ac538aedac609edbe90b 100644 (file)
@@ -212,4 +212,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:e9581e408f14d9382e27fbc06755baa6 */
index 5e6cd6fa46b697e9568ae007fc2e96f3cac0b72c..971dc4c1e4623b9ca7488588fe109d0d98da3a72 100644 (file)
@@ -1231,4 +1231,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:61ONz2p/LWaDRnToGI2+fg */
index caeb81c45ee586fb71a6e743c049721fc64bdade..8e95122bd8e2960f5cd92d06e576b21bf21c8bb1 100644 (file)
@@ -268,4 +268,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:YrGF8JfZVK701dhnUAll8w */
index b49b2e1df9c9d77033deac81c1bbb499ba1db340..0cdcef287e7d759ef0880a640019ee4502a04848 100644 (file)
@@ -841,4 +841,3 @@ comment-column:40
 fill-column:79
 End:
 */
 fill-column:79
 End:
 */
-/* arch-tag:a81dd5068039481faac3eea28c995570 */
index 32bc1d447fcb2110c27103fb09eb6a7ee0edaf5d..9f391fed98ac3eade97a61360f8ddecc8acc5ec7 100644 (file)
@@ -245,4 +245,3 @@ comment-column:40
 fill-column:79
 End:
 */
 fill-column:79
 End:
 */
-/* arch-tag:8e6f230cabf206361c14897f1e03b536 */
index c374e4adc30340f9e8a028a6ae3a0f08033c6813..e652e2218c6a40ddfaa3581f92081f13e5a5802f 100644 (file)
@@ -90,4 +90,3 @@ comment-column:40
 fill-column:79
 End:
 */
 fill-column:79
 End:
 */
-/* arch-tag:Io9E4IlqSMg7Kum3sq080Q */
index 102956e18acabcec3dec534d16be2955ee82bf80..a60e69480b4045331c846beb5aa2cd565293dabc 100644 (file)
@@ -48,4 +48,3 @@ comment-column:40
 fill-column:79
 End:
 */
 fill-column:79
 End:
 */
-/* arch-tag:CdZJyFnrtJFEjyo4+7W3cA */
index 575cbc5eec2b226fc317d2010a6f62e4e87a10ba..c385ef256eb2c59c013bedd484f6207e967caa91 100644 (file)
@@ -68,4 +68,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:4WKGtvPyLNQ6h3I0n2cMIg */
index 3e616d48b996e5812f35d69df269af8c3a09de47..446e6847bb10458650682ee8aedf7a8a2c015b0b 100644 (file)
@@ -40,4 +40,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:3bMQUaQm+LrL1Lr12rjgfw */
index f86ede31fd2b9d9eaf3584c724c05153e167de6c..6f86493fe53751e5f3ae9ca74421819cd127d762 100644 (file)
@@ -49,4 +49,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:40b957f66080ab957a2f7ca2d963a12f */
index 2fc19c186adfc879c6e9406ae99ca672a5349568..d33461234f4791fe5e0c4e77e2588c208b53d6c7 100644 (file)
@@ -171,4 +171,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:8JLNu2iwue7D0MlS0/nR2g */
index d8698f09f9275b62a439b997644c6114eb878ef9..ac79645d527f006839c5312d01c952188e2bef2a 100644 (file)
@@ -66,4 +66,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:/YrjtmzK8ADmZ6iZKmX3og */
index d2a2a0021f96d8e39ec87bcabe6ff2627d31ebab..bd4774a279f9d2d420e3cf6b0142f2be9fd906fd 100644 (file)
--- a/lib/hex.c
+++ b/lib/hex.c
@@ -91,4 +91,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:3d2adfde608c6d54dc2cf2b42d78e462 */
index c6f9c96c992b04a86fb88de3ab6e900b0a42612d..47e8f96b5ee2480d004aec35ebb9e78f7033228f 100644 (file)
--- a/lib/hex.h
+++ b/lib/hex.h
@@ -41,4 +41,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:fe1aee378d7330eb7a39283bfb195905 */
index 891badec4034bfe40d735123398726d5ac30e364..416162cf324a3160827093ac651fd7399d3db95c 100644 (file)
@@ -58,4 +58,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:2df12a23b06659ceea8a6019550a65b4 */
index 74a8cbc560d47738db62316dfe5ce87fa9c2f4d6..57d397599438554bf46a4e5d75c4d5b7b7f00579 100644 (file)
@@ -34,4 +34,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:8baeb420a4c9595d8a5d1105d5e8a4f9 */
index d3a80f5a8ae113e9c618882e4b6c333ac403cfc5..6c18a8f7f9f50fd6b3f9c2d5174bf76e708a29e5 100644 (file)
--- a/lib/kvp.c
+++ b/lib/kvp.c
@@ -192,4 +192,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:7c983bde915ec06fbda8d8cdc465dd9d */
index 52d9e49272f0c8e9d001bcd9ccab263a637aa1c5..db6d17756bfb3e4dad4daf3de6b72083a167b577 100644 (file)
--- a/lib/kvp.h
+++ b/lib/kvp.h
@@ -63,4 +63,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:edb5787b529ef7b694efa4ce2c44ff3f */
index 27f0004a9615cddb489e062899be8480ad06b42a..51577df9d13750dd522b902bcfe62b730aa03efd 100644 (file)
@@ -50,4 +50,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:e499f9971df6553a14994bb186235869 */
index e6539cf1b2e946751a06ae315d5f822f984290b4..1705642ea1c7d63acc65590b73ffda0a72a03051 100644 (file)
--- a/lib/log.c
+++ b/lib/log.c
@@ -177,4 +177,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:78385d5240eab4439cb7eca7dad5154d */
index e251a0eb71a192b7bef03eb442807c89ccfefe89..f23dcd75298b5d7dfe3f6257d0f6858e73ad73e9 100644 (file)
--- a/lib/log.h
+++ b/lib/log.h
@@ -86,4 +86,3 @@ comment-column:40
 fill-column:79
 End:
 */
 fill-column:79
 End:
 */
-/* arch-tag:6350679c7069ec3b2709aa51004a804a */
index e644e6c067cb913bd42719f8a2750c4fe5f577f6..29fd2abf4c834ce9e8869de418c968a9553d65c0 100644 (file)
@@ -93,4 +93,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:zVrHlzk2xWMLo9nDM803pA */
index 4815fa47b4cffc7f83429d7bb87ec19c2164b0d2..2aec236fe3e89b1d2920c09734e3b7c5b13d14d3 100644 (file)
@@ -36,4 +36,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:NBzZxO2J269xJpf8eiBw+Q */
index a1ad0d106dc37c7a1dcb8aa5fa0971b8f6ce1d59..3db9c7f1fb8cb2ff3b77626314d87d24e2686b81 100644 (file)
@@ -34,4 +34,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:89630239839ffe383cc381e9d2e2fb19 */
index 07c3495e2d656ea7df77a5325e97ae3b3e8edd9a..b723a742b81d95d54c7aee2085916c0a4bd8579f 100644 (file)
--- a/lib/mem.c
+++ b/lib/mem.c
@@ -121,4 +121,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:fceaf81fe79b2f4f87c9541774a2b8f2 */
index ab1529f70bc11f4293a3b3236ca2198e469bd8cf..d8dc9d975051718b56679ff112391a9df4290437 100644 (file)
--- a/lib/mem.h
+++ b/lib/mem.h
@@ -63,4 +63,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:333db053cab9e5ef91a151040d3256fb */
index d80ae5dea56bf5b88c25504bf41f12e4b56f4bbe..b1882140915927f08d51b2203ccae5710e263b66 100644 (file)
@@ -371,4 +371,3 @@ comment-column:40
 fill-column:79
 End:
 */
 fill-column:79
 End:
 */
-/* arch-tag:vz7S54dWl7x/NNx5kvg5cg */
index 14cb8097b7cb438922052682ed61dda213958bdc..177d4a4009869e9bfd901ced4e91406cd947a282 100644 (file)
@@ -63,4 +63,3 @@ comment-column:40
 fill-column:79
 End:
 */
 fill-column:79
 End:
 */
-/* arch-tag:JMq56pGj+/kWY7mZDnHpWg */
index 5293ffd0f928260daf1659d5fa290c1d5434f4cc..b4704b915dcff885a302665f94ec2cb901ca1572 100644 (file)
@@ -111,4 +111,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:2c047b85dbe68f45f2ebfc8c051ba967 */
index 99fbef2b7957318261b9cb92bf8135fadd4dce9c..07aab5d21fb1dae517a604a95455d9b68945075d 100644 (file)
@@ -40,4 +40,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:d70a8b1bc1e79efcad02d20259246454 */
index bf4179718ae30485b2aed965102b481df46c7e93..946f4990e72ad89bab109e6e4951289800dfcbfb 100644 (file)
@@ -301,4 +301,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:069494ccad9bf04cf6ca9505d9528f0a */
index 59cc936bb9e4890616c31a14bcbade55e1978e6a..d7e0afbbb43d672fe85da5d30b05e10e2d922a09 100644 (file)
@@ -129,4 +129,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:4dbf7d07d493c66a58f6522f253287b6 */
index aafe7ce7daeeb11619925ff8b19c49a2eb7862b4..b0e640185ebecf6d8420cb8f51f8feae6c819aeb 100644 (file)
@@ -491,4 +491,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:e6ce806ce060f1d992eed14d9e5f0a6f */
index 209615d7d6238cad086f423436c5236b15be414c..ca93fc8c796a45770a6e00f7a690d8320fa011aa 100644 (file)
@@ -71,4 +71,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:a3e98b59150e46c340b0ce5f87274458 */
index c7d32a4213ca5cbb0a7c767dbbbff4116624f74f..1e5c1d4d38b48923720a799d8877e3ba5eab696d 100644 (file)
@@ -509,4 +509,3 @@ comment-column:40
 fill-column:79
 End:
 */
 fill-column:79
 End:
 */
-/* arch-tag:62474dd3e75e5483b61b6befe2c523cc */
index 5bf1587c10825a2f992f724aaa232d7882a9faf1..fa9aa8197ce3fa1842d5a68b8be84edcde485207 100644 (file)
@@ -134,4 +134,3 @@ comment-column:40
 fill-column:79
 End:
 */
 fill-column:79
 End:
 */
-/* arch-tag:23ec4c111fdd6573a0adc8c366b87e7b */
index bad6034560eb4669ab3438a35fca3052354aee0e..78dfe1439e3a1521bb331065d4ffe1d5286c1a4e 100644 (file)
@@ -163,4 +163,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:69b3b3dafcbaa25619a77a33c44ad699 */
index 683a85b5bf7bab95fc79ab0d28095ae7ae409cc6..ed439a1131fcf5c93c88fbd4ce1aeef79bce33d9 100644 (file)
@@ -43,4 +43,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:cc77c5fd9a947d224b59167ed9eaa360 */
index ad46cb3dbb6de2daa6ee702d36f9747ee7a415be..a7db75f41fc20d736d6e557b30c18ae32ec067dd 100644 (file)
@@ -84,4 +84,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:ZUNwKZppAUsZ2KQ9yLedIg */
index b358eb3d14ddd2c5f29d47ede63f1c90697d22e2..e625e8930050c5bb0972a00595073acf7c04b2b0 100644 (file)
@@ -53,4 +53,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:es7QFEo6xhzYHZ6+Ejos/A */
index 19e066248f8012f8751d6d6e3993384d5b18388e..3e30f80c7c3b79a81f897b14f25332d8f777a906 100644 (file)
@@ -151,4 +151,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:6D5fEI6CzWvDXNVeX/1qDg */
index a4d74d46d20028df410e41ff86e5acf7f0586b69..9b831a54c98f1d8eb552b54212d924acec7e1939 100644 (file)
@@ -34,4 +34,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:/w7s28ztfuoDjF8iE/rT3A */
index e54533a96f7b16f9d7143484876118709081b944..e09f037c91770efda46fc87498a84ad92bd54644 100644 (file)
@@ -102,4 +102,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:10f08a9ea316137ef7259088403a636e */
index f19a0c64e6a1655a55b1e34aed8b01777f29439a..291476e83bb47e4c07aeaaaaa3dce86607dbae72 100644 (file)
@@ -64,4 +64,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:2f4f2c2a4e65aef8f7c59b4785121083 */
index f16b047603394a25a9020ba2d9b075dfd1c0d84d..42a4447c9b9492ab2142097d6c1636643edd343e 100644 (file)
@@ -94,4 +94,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:4f73357e08ed449f25b5b2c5a6b9ada8 */
index 401bbe5b3855dd1c472fa092f45a14006d427b05..65bb87df6aa886bac73db74e7f5489114fa0385a 100644 (file)
@@ -106,4 +106,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:VMDANBsSj5JSGuDZIL/zUw */
index ef1e849654db431ec8bb57fd5e64bf2e073a076c..a2da3a5712ca99ca8137bc39691861fdd6e5ee1c 100644 (file)
@@ -58,4 +58,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:QpuCTaKRDXEwz+Df/Jt+Wg */
index dbf7a48f2a89ab8327a739e16ebdae2c649ecba8..110e0968b5976dd8d27873390968f5d78ae7ff54 100644 (file)
@@ -166,4 +166,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:768e4e1bc91d9f45d6beecc9b433992f */
index 2344f8771161f4cc465c7558a8910677fb326693..cd226454675a12df541d496fd03f00ae0e61c875 100644 (file)
@@ -28,4 +28,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:b1e012fb5925c578672b122a3fc685cb */
index ddfcb463beb73c178a6b7439d688e1380c4af5d1..a84e2eb763f3dee1d1094388d268a826f60db9cd 100644 (file)
@@ -148,4 +148,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:0be4384b4081d464d1a2fad746469d3d */
index 2ebffd9a71e650fe078e814ea117ea413173f553..2b6918101b27e28e9b7f42cf9de861832348f04f 100644 (file)
@@ -71,4 +71,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:87545481469f8a85f73c5216c6788c0e */
index 1f30980023d16b2cf90a06addee1aa8441bb8943..503638b34fbad12741f70792e27f8a37de38bae9 100644 (file)
@@ -47,4 +47,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:0cc7ee1d25ae5e35f8dbd2460c9f4afa */
index 476399d60e2083693d3c91ea473a9f9683ec7c74..f269ddd81f449b9e0a2b019ac4c037959f16f489 100644 (file)
@@ -43,4 +43,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:15b07f98a592f80e4e22dd3f213f2580 */
index 6eee1c9c4a9c819ccdfe12dd5b6e6f898e7dd363..23d63668d22ba6bfb80b2c321e631380c4d8efda 100644 (file)
@@ -415,4 +415,3 @@ comment-column:40
 End:
 */
 
 End:
 */
 
-/* arch-tag:pJuXi+p6I8qcGldDkx/yXA */
index c439fa4d639e083ae9c98539a6fd8f251451ac2d..7a891b7e658df5ba21f8e437b361f05e2e7a2bfb 100644 (file)
@@ -141,4 +141,3 @@ comment-column:40
 fill-column:79
 End:
 */
 fill-column:79
 End:
 */
-/* arch-tag:xMbRRluU86PaVSSnyIR77A */
index cb227e0a92f90ba38b333eb78718dba12aa62f10..b40c626ddfbca9837bc61a513643f08cb56d8de0 100644 (file)
@@ -63,4 +63,3 @@ comment-column:40
 fill-column:79
 End:
 */
 fill-column:79
 End:
 */
-/* arch-tag:JwJ4jz+OgN1Th4UTvpqQ5Q */
index e683268ce65c813041918f5c4e7544018dcb2a8a..7673a5122c7393523631e2854ade67938d94148c 100644 (file)
@@ -112,4 +112,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:d42f46f53ccab924aabc3116b716a531 */
index 1f67f5d247fe27e0095bb5e681fd353f15e0f4a4..78a4f0d4882b5a3ce0e43c22331b8927b06b5366 100644 (file)
@@ -1611,4 +1611,3 @@ static const struct unicode_gc {
   { 917760, 983039, unicode_gc_Mn },
   { 983040, 1114109, unicode_gc_Co },
 };
   { 917760, 983039, unicode_gc_Mn },
   { 983040, 1114109, unicode_gc_Co },
 };
-/* arch-tag:aba6847fbd64858c183a471a517838a9 */
index 7cbca987f0ee8fb6c223e8a5fb431261d7bd64bb..2616de3494f97b2ca6f0a3b50e7a69d02b4eb44a 100644 (file)
@@ -62,4 +62,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:GTEl+AUapne19BB73yRZdw */
index b895c5aec8968ca227055c4a9cded1494bf1f973..be28a5146cf4c2d45f77ad5edd05d987745beaa8 100644 (file)
@@ -33,4 +33,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:pl++oRgq6iybMI28uVPCsA */
index d4dc472077de51ed7faa045ef0f6d51602d72cd9..da78f00ae9fe046f80c27ca2c165e036ba346d81 100644 (file)
@@ -38,4 +38,3 @@ comment-column:40
 fill-column:79
 End:
 */
 fill-column:79
 End:
 */
-/* arch-tag:WGilqGFnXhhAeU5ZnbG8oQ */
index a051019cd38a1b0c9e9ebefbf1159eeaae102f50..d6b9d59d86f56b6b002b15556645c305b24d1ad5 100644 (file)
@@ -63,4 +63,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:456aedaec99ad19d321ac15b7765da4d */
index 844ec311443e7cef1e6ed3689890df435b652134..1fcd57eacc2f9253cd68f2d6544daaee0c4d9b77 100644 (file)
@@ -37,4 +37,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:a57c12f1df1735ec855a1450117e7ccf */
index f4161049cec92da8a94d812fa35d264c4eaf8cb6..4144197e23df3cad93f28b15e7b5b3dccbc51999 100644 (file)
@@ -46,4 +46,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:4f207f71a87ed2f80b527e1fecddeaf4 */
index 8fbcc96105664cb8c1b61ceb8d5a6d855945fddc..f40fe386a3a997df99d06b3dc1445e43bfb7a99c 100644 (file)
@@ -66,4 +66,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:a57474a59d7ebd67cda96bf05bd89049 */
index 2e4001dad28fba8a1a53f068c71bba58b06cecf1..eaad8ab1ee33455352a241c20ee81232de202f8c 100644 (file)
@@ -174,4 +174,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:0ea1f1700f14cd031b7f1fbbcca765fa */
index 52a68398ab0f41418799ce7ad1bb5ce8843e3e06..9fb74484162ef6ec7a10c1e3b02f742fdc364aa9 100644 (file)
@@ -37,4 +37,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:e575b078ed351ae974d55ed5dfadfaa2 */
index bd387ffc78810dea9ca230ba84e2821a39782ae9..6d4cd29b1470f6a8f4dab9dc5e474baa9eb64197 100644 (file)
@@ -55,4 +55,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:266c61bd39bdfb327908ad3dd95412ae */
index bf80e423218fa548cc3a51444573cc8e9e362cb2..5a145ecb9f9e270ea7ce2d6b920fcc499b479769 100644 (file)
@@ -33,4 +33,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:7bf1b99d0880deb7c52839aef20fa88d */
index 3c8781778884afffa2073911006b6e4b00291bd3..6afc43351965ef04ddd4569e970fa00a21fb9be7 100644 (file)
@@ -40,4 +40,3 @@ execraw_la_LDFLAGS=-module
 
 shell_la_SOURCES=shell.c
 shell_la_LDFLAGS=-module
 
 shell_la_SOURCES=shell.c
 shell_la_LDFLAGS=-module
-# arch-tag:45b01b1ebc885c96d6faad2d824a7eae
index 283ebd31184b66a3d3832eb25609d3cbfcb76555..fb01df7b841eed99b60bb45bf6c55d1a3bd5ddeb 100644 (file)
@@ -55,4 +55,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:39dab35f9dd51a2713a16234ee7b5030 */
index 3c3595abcf0c6337ed85807373361700535f2602..c967fdafb11d8eb7307c3bd9591c23f1e55a911f 100644 (file)
@@ -9,4 +9,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:gNkzdgw34U7sQf/CWqcWrQ */
index 3212a044b2d2e94433092490f884a7b5088643f1..fe27d054885140702c16eb5e2d1e4ce084171378 100644 (file)
@@ -82,4 +82,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:070e62d92ebc26329f0a3961d615476f */
index 32cbded314bb5d566221d8e4192bea04cdf9f33f..1e40325e733cb2cf87bd9610c4611fa436a072ad 100644 (file)
@@ -229,4 +229,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:2b2d6ec382b3b37f3ba8a0bb1d345fbd */
index 20ec3dc69ba68ab92ad90209567552f70244b02d..e1e8f48e40a7cde100d14477e1c09bd364f0ee53 100644 (file)
@@ -38,4 +38,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:7b06901432784a575a0a9fe7df7010ab */
index eede49f14f5057b05c0e412ae60c5d7c0c906a41..0323c78411ce751d30c8a2f65f86aea117a1ae22 100644 (file)
@@ -90,4 +90,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:09c6471644c1b075a86e1d79093b5542 */
index 0fd3333626777e0d5037c426beed063f857e94ea..3ff071fe8368e08d2a9cc098a859056ccc592f58 100644 (file)
@@ -66,4 +66,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:5e4b82a463c04d36c6cb9142db00ed07 */
index 8d21ad8b535d0c5d1ff4d568d0a0709a21fa5606..100b218daf201e67dfb70fbe56d733d7dbaa56d8 100644 (file)
@@ -262,4 +262,3 @@ comment-column:40
 fill-column:79
 End:
 */
 fill-column:79
 End:
 */
-/* arch-tag:fb794bf679375f55bf26fbb7a96a39de */
diff --git a/prepare b/prepare
index 43871233190dcf86b329d81dbe2ae5d3141e26f7..a419ab02c1e5731015ec96c738ea62856789aeca 100755 (executable)
--- a/prepare
+++ b/prepare
@@ -43,4 +43,3 @@ automake -a || true           # for INSTALL
 automake --foreign -a
 cd "$here"
 $srcdir/configure "$@" --sysconfdir=/etc --localstatedir=/var
 automake --foreign -a
 cd "$here"
 $srcdir/configure "$@" --sysconfdir=/etc --localstatedir=/var
-# arch-tag:100027fc986857bb24d779ecdcf41345
index 5f858f8b5ba3ff61abd380679f406b1a1b2c4adf..119c4b5c883bbeca660f93c9caca4c1adeb6e46a 100644 (file)
@@ -30,4 +30,3 @@ EXTRA_DIST=disorder.py.in tkdisorder
 BUILT_SOURCES=disorder.py
 
 CLEANFILES=$(SEDFILES) $(HTMLMAN) *.pyc
 BUILT_SOURCES=disorder.py
 
 CLEANFILES=$(SEDFILES) $(HTMLMAN) *.pyc
-# arch-tag:6b3bfd0829ab35f1a30e7d8bf9111b95
index dfaddbff71cbd2ebe442678c12da7407f319e977..eb5850700fbd45a4889889836db4de64e4fbe9e8 100644 (file)
@@ -1042,4 +1042,3 @@ class monitor:
 # comment-column:40
 # fill-column:72
 # End:
 # comment-column:40
 # fill-column:72
 # End:
-# arch-tag:eea975737c837febf73a000630b5ecc4
index 243b15efaaceb7d981ae8640867f17a566675229..6fc7b41a14107535053b14f5241202654830a4d3 100755 (executable)
@@ -472,4 +472,3 @@ root.mainloop()
 # comment-column:40
 # fill-column:79
 # End:
 # comment-column:40
 # fill-column:79
 # End:
-# arch-tag:d2c64241856ce5b19824e848f26c674b
index 84ad9021b24ce04bd04d06bd539a21508d493ce5..c7644af218b3955d3eb1240fe63a8d8fa3591cf6 100644 (file)
@@ -21,4 +21,3 @@
 dist_pkgdata_DATA=completion.bash
 
 EXTRA_DIST=htmlman sedfiles.make text2c oggrename
 dist_pkgdata_DATA=completion.bash
 
 EXTRA_DIST=htmlman sedfiles.make text2c oggrename
-# arch-tag:49137b3a04a5bc92cd8c17d4372db87b
index b105277776efd3550ddbc7f772e606203016fa3a..1009044651f7629eb77e85f208a9772eacdd5cc1 100755 (executable)
@@ -75,4 +75,3 @@ for my $dir (readdir D) {
 
 print map("$_\n", sort keys %missing);
 
 
 print map("$_\n", sort keys %missing);
 
-# arch-tag:PRdTcEnpHD8PVsb6Bp+QTQ
index cf237c33812b80a69b7e684e8bf246e1f664cfa8..80bd591ac566bf35353c9b930626806003360816 100644 (file)
@@ -60,4 +60,3 @@ complete -o default \
 # Local Variables:
 # mode:sh
 # End:
 # Local Variables:
 # mode:sh
 # End:
-# arch-tag:2XNe1BR5K6TxF+njsXAByw
index 4d64d507070044035612afa381a09674540530e0..d8c111ffc0cf753271f92e5443c062e6662f5bd0 100644 (file)
@@ -22,4 +22,3 @@ templates/options.labels
 {arch}/=tagging-method
 disobedience/TODO
 scripts/copyright.exceptions
 {arch}/=tagging-method
 disobedience/TODO
 scripts/copyright.exceptions
-# arch-tag:ez2jSX+4DAfwt7/ucp/JYQ
index 558384955b69fce724f9315ca07ae6c47f550f7e..3d58b74d38c6ddda77d91604448efe64df6a618a 100755 (executable)
@@ -35,4 +35,3 @@ for f in *.[1-9].html; do
   rm -f $HOME/work/web/disorder/$f
   sed < $f > $HOME/work/web/disorder/$f 's/^@.*//'
 done
   rm -f $HOME/work/web/disorder/$f
   sed < $f > $HOME/work/web/disorder/$f 's/^@.*//'
 done
-# arch-tag:jpK3z3qFK+Sv/8QVvpMUIg
index 54b14029efbe3fefd8fb4d92bfaa3feaf7c70b39..c579151dcd9679dba61e6e4cabd5e34288d1f13e 100755 (executable)
@@ -49,4 +49,3 @@ cat <<EOF
  </body>
 </html>
 EOF
  </body>
 </html>
 EOF
-# arch-tag:c0096f33b8a8f7d88236043ed970ae83
index e0a51f0b39080702c56675ab36ea246747bb1197..31dc4c98e3ef3f988eacb76c855d29c53a4ff7be 100755 (executable)
@@ -26,4 +26,3 @@ make check
 really make "$@" install
 really ./libtool --mode=install install -m 755 server/disorder.cgi /home/jukebox/public_html/index.cgi
 really ldconfig
 really make "$@" install
 really ./libtool --mode=install install -m 755 server/disorder.cgi /home/jukebox/public_html/index.cgi
 really ldconfig
-# arch-tag:cbb189b7f23939cc806cf6dc0c2cb0d5
index 0531460d7a4f61f14406a02ed44b8857b25e70cb..6c18cb9625c34ee2df25ccc7fd9240e3e8dc2af6 100755 (executable)
@@ -34,4 +34,3 @@ ssh $buildhost "
   CC='ccache cc' debian/rules build
   fakeroot debian/rules binary
 "
   CC='ccache cc' debian/rules build
   fakeroot debian/rules binary
 "
-# arch-tag:3ebf6ef38076b7cb313b86843e741d97
index 458a32ba94edf3b24262e3cbbe8c9f867b719476..8a0cec5f56a9cf19d5e394e3cd22a8cb56c96a48 100644 (file)
@@ -55,4 +55,3 @@ while(scalar %rename) {
     }
     die "stuck in a loop!\n" if !$worked;
 }
     }
     die "stuck in a loop!\n" if !$worked;
 }
-# arch-tag:AU/Rh0oscz3GBqwzJYRy1w
index 534c5dec2e4c735e72f2f09b32523d48ffbc57fd..0ddc93e584da5ecd0c0b59c602d257bfcb428337 100644 (file)
@@ -33,4 +33,3 @@ $(SEDFILES) : % : %.in Makefile
 # Local Variables:
 # mode:makefile
 # End:
 # Local Variables:
 # mode:makefile
 # End:
-# arch-tag:97f84bf68cbbc5a0d72871aa0e704447
index 23079f3417e1c3d2f72486c37a1a0d4d3125c187..46b2276efc32a06eb6506c75108f1b30cfc6d962 100755 (executable)
@@ -12,4 +12,3 @@ push(@out, ";\n");
 ((print @out)
  and (close STDOUT))
     or die "$0: stdout: $!\n";
 ((print @out)
  and (close STDOUT))
     or die "$0: stdout: $!\n";
-# arch-tag:2eRG7Dpm6lpL7BR3hPvriQ
index d0e8087db7f513aeae0665bb40fad8e3eda79b96..9284ac85e910fef96be32efd008726c3811c8b6f 100644 (file)
@@ -81,4 +81,3 @@ check-help: all
        ./disorder-speaker --help > /dev/null
 
 cgi.o: ../lib/definitions.h
        ./disorder-speaker --help > /dev/null
 
 cgi.o: ../lib/definitions.h
-# arch-tag:f36fc0fa65dd5143a80874c1c83f595f
index a69ec7e2c77a8d4d341d9c89f3d8e2f2a3f5258d..086de15f2b13b9e057dd5250860bccfa58a84cd7 100644 (file)
@@ -70,4 +70,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:3c00ffad971b689e5af1d9a9ff45a120 */
index 174405d8680e40fddd2c0894a9e0d4c488f6e56c..b2a8d36a6105bb9982db81f3e7bcc84555c8d034 100644 (file)
@@ -30,4 +30,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:fe8ca21b625a51949cea0f5e2d319215 */
index 18056f28a1ae8f69eae614b1c6d751a86df25187..04c0f25c8c254541c2bf373ff78719380be420f0 100644 (file)
@@ -57,4 +57,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:b39fbeb5a45190fa30e7f3ac20cd6c34 */
index 8d631cafc26c89758721a0e6bb77cfce8674007b..1b1df0e3ca5d9a6360177b41447514ec812d615b 100644 (file)
@@ -75,4 +75,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:a033645978e202c94260fc21959e59a7 */
index 02bad31053be925ed287fd85a7b7ca0fd2c5400c..ce04563575f7a09d5a30071e986bae06f32d7d5a 100644 (file)
@@ -616,4 +616,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:a7a5220f29b8bb8d64c0f836f7f41f1f */
index e87105214db1cd5ef3e7d14d307d2f125ad12449..6c387d798b121466dff7d6ac6fe00f43c03acc0d 100644 (file)
@@ -105,4 +105,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:46351d0acf757f7867a139f369342949 */
index 9be0d1be727d2c3048778f3ca4f389f882717712..bc189d7235fc174412faacf13b040cf78b6fe952 100644 (file)
@@ -77,4 +77,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:1c8016a19d7f117427c184c8aadf1bba */
index bddc167a416ac555d5edc0e5dc758d79973485ba..5c3bbba49ad5a944abca4e03b5dcf11d2933dd69 100644 (file)
@@ -86,4 +86,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:dc74d9007ddce97d782d3dacf9aa2ed6 */
index 97e9eddfc785a869978973436df7305905146bf2..155b9b462c761888a04230a1ab9496a00cc0dc4c 100644 (file)
@@ -36,4 +36,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:6fae05bd34750bba75b336637f6a0c56 */
index 1f2d0447accba26eaf89eaa885628eeef712e226..2892a43189f8e0ea200321f59c84ac9d729a213b 100644 (file)
@@ -1479,4 +1479,3 @@ comment-column:40
 fill-column:79
 End:
 */
 fill-column:79
 End:
 */
-/* arch-tag:a3ec8cc0814587e3c39540b2b5ca9e18 */
index 2846001037477f64aa40dd88c1bb9031c9da4138..6f832f186e6f277b16cb11fe90accca4e15517f1 100644 (file)
@@ -63,4 +63,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:a555827f0549ee9a35303c2d0f9dabc5 */
index aa29b419e89d115458dbebf3f386cf7159dac175..5fd745d9a223e174db5e3279e7587408d76e9ff5 100644 (file)
@@ -121,4 +121,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:8VzpRqqo2qifzXWK1GxF5A */
index 06788f8bfe24351addc5aef305409d0ed1f8e651..50f8b8ffed056f6a77b29027edd201def16bfad6 100644 (file)
@@ -272,4 +272,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:eaf909880c8fd3d1fef94ca8f12efe78 */
index 39af755b8534b009209be73c9e0700d0aa667aa9..f007f5471c95433d9965867f40c818a02dfbae63 100644 (file)
@@ -455,4 +455,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:a446d6d9fcfbece4e3042e29c148a1cc */
index e70e1161013a0aa8d3b109cc76f4ea23cb24f7a6..3b18891a4b566ae57465e428399750f110121f79 100644 (file)
@@ -722,4 +722,3 @@ comment-column:40
 fill-column:79
 End:
 */
 fill-column:79
 End:
 */
-/* arch-tag:17f4e83cce4cbaa60a122475379e63f1 */
index 396ff56915e3829a36b43ad458dc37f332df9293..a7e57c6a9c7fb5fab40f81446a8fffb776f0adba 100644 (file)
@@ -88,4 +88,3 @@ comment-column:40
 fill-column:79
 End:
 */
 fill-column:79
 End:
 */
-/* arch-tag:2bcb00c5b004ce3e91785adb8893e8de */
index 0c1e6de107d4f7bda6ea7c776ad1a01fc2c420ec..a35ee98c47d37229d870440161ced4aeac53e7dc 100644 (file)
@@ -328,4 +328,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:yBYnk5wX3mDtVI1MI3LlWg */
index 89ff5abc8163f133059ee39486542b86193fca4f..6e151157a9ebf5eb3f7ae798d3234bace3709124 100644 (file)
@@ -1102,4 +1102,3 @@ comment-column:40
 fill-column:79
 End:
 */
 fill-column:79
 End:
 */
-/* arch-tag:eb9b30c87008880f3f53535101356ab5 */
index 012497c9275b851736367df7a28df39355455cf7..f0441204046dfbc518fe87a034ddf7697d1b02c7 100644 (file)
@@ -45,4 +45,3 @@ comment-column:40
 fill-column:79
 End:
 */
 fill-column:79
 End:
 */
-/* arch-tag:db22be3b0e3ce0914513e917df553937 */
index ef3193194b2a0ced4eb91709d940f26d19d0282f..6296169b1058d9733792b487f0cbf47876efc8d1 100644 (file)
@@ -631,4 +631,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:HQ4ayCGCjeBF97RuRnvcyg */
index 60fea267bb348ab6ce8a520fa1a831d460b13d92..455cf41f09403e73cf92da3d778538843b7e4a0f 100644 (file)
@@ -168,4 +168,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:94e23a75c2ebdf8a11e17ed7b0fd8cb6 */
index ecfdc8e9802b888340a15cda153a26a372247c11..893ddae657a51be99078dbe0c2b5318d51895bce 100644 (file)
@@ -35,4 +35,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:a119be84b4ca00f632dad62837a8f965 */
index 7e14fb7d70cb4b0bdc5e76761583c9c7fd12387d..a4b278e23633bfe60d52908bfb450bada67dbb6f 100644 (file)
@@ -121,4 +121,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:BJ2D2N4ftvK2bQRnaLuFIg */
index 223dc808c85f2a67457c4b7d5bc52297020d0bb3..641913acc5aaf84e7f41bcfc122ef4d6688397d3 100644 (file)
@@ -1830,4 +1830,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:/CBQ6uebrasgkefvjc+fHQ */
index 54e72146996634af74f4f9e2cb0278c35b4a4ffe..d142f8a7cc86e33507d13ee71e2057736dc274ff 100644 (file)
@@ -127,4 +127,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:Y8z+2jDRros3Nz67LFBlzA */
index a24e3bf98779cc52d759451f073a0266340be4b6..743ac069037bc1b83d45a58c9d1cf9b1307bd89e 100644 (file)
@@ -93,4 +93,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
 comment-column:40
 End:
 */
-/* arch-tag:DiPOUeRLYf0fgoUqzejUDA */
index cc07db82b41f5f2e6d849492b58509d771151f88..f3e9d3b49423b1d0c11655b027e264589d3900c7 100644 (file)
@@ -21,4 +21,3 @@
 pkgdata_DATA=slap.ogg scratch.ogg
 
 EXTRA_DIST=${pkgdata_DATA}
 pkgdata_DATA=slap.ogg scratch.ogg
 
 EXTRA_DIST=${pkgdata_DATA}
-# arch-tag:cd42d893e1fce039edeb219309bb4796
index 2614895c4afbb024d9b925d0e5094fc62b5a9005..b799dbbf00ba438d7661b3cc479531a31ccd56d8 100644 (file)
@@ -28,4 +28,3 @@ static_DATA=disorder.css
 staticdir=${pkgdatadir}/static
 
 EXTRA_DIST=${pkgdata_DATA} $(static_DATA)
 staticdir=${pkgdatadir}/static
 
 EXTRA_DIST=${pkgdata_DATA} $(static_DATA)
-# arch-tag:c04ecae39c46f7a88463e746b857d913
index 568823847751bdc029bad2bb6ae59c7c7d0b3745..2436038831761c60ce538c098b336d3fa3380dc6 100644 (file)
@@ -72,4 +72,3 @@ sgml-indent-step:1
 sgml-indent-data:t
 End:
 -->
 sgml-indent-data:t
 End:
 -->
-<!-- arch-tag:bc42c6969d7ea0909aa52460cfd633ae -->
index 0475be68643be5a5daf343d0886b2b6348d106f6..8ee2ef3f6bccfe0a5e349825611fc2cb5f108d1b 100644 (file)
@@ -89,4 +89,3 @@ sgml-indent-step:1
 sgml-indent-data:t
 End:
 -->
 sgml-indent-data:t
 End:
 -->
-<!-- arch-tag:f62f829c03df666f4587b87b08c5e3bf -->
index be61fd983ad88fb6054b814a1360e1e9312c7610..53ce71d5da74d0639e9d2a3c70111ab66ce8e88a 100644 (file)
@@ -69,4 +69,3 @@ sgml-indent-step:1
 sgml-indent-data:t
 End:
 -->
 sgml-indent-data:t
 End:
 -->
-<!-- arch-tag:be6e8dfa8452199ee4f5aa988881ec03 -->
index ee0fe08760425dfceacd9ec26c033f02294f5094..b70a57d32545c8a63b5a2def9570cd1d0cf8387a 100644 (file)
@@ -22,4 +22,3 @@ along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 USA
 -->
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 USA
 -->
-<!-- arch-tag:625eff5d601a737c8dfb1bf2ff4320d4 -->
index 8a42b455299a67177edb9e696e8118ca9eee8236..d38311cc227747be1688f0816a5e2828f34a04e5 100644 (file)
@@ -470,4 +470,3 @@ along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 USA
 */
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 USA
 */
-/* arch-tag:tlWcgChjjqNVaC/UmG9Zaw */
index a2ed445a39103dce66c93f2e7f3611177b25076e..4e0ef25b585417b1492fba2c1bf59061471b4dc7 100644 (file)
@@ -43,4 +43,3 @@ sgml-indent-step:1
 sgml-indent-data:t
 End:
 -->
 sgml-indent-data:t
 End:
 -->
-<!-- arch-tag:5UQWniMns+CWWMBBF0qoUg -->
index 34d6e2679bc68fe42704cfffbdb7f93537b0c9b9..00dc9782ec115f967aaaf975a089f9ceed4d6987 100644 (file)
@@ -352,4 +352,3 @@ sgml-indent-step:1
 sgml-indent-data:t
 End:
 -->
 sgml-indent-data:t
 End:
 -->
-<!-- arch-tag:eb6205dbb8596ff6fb3290e4625a2ada -->
index c0547704980f9c8e1d92a0cb6e485d88b9efaf7d..0acf7d52e24e1dd914364d87bbb21daa25ea066e 100644 (file)
@@ -9,4 +9,3 @@ include options.transform
 
 # user overrides - you supply this
 include options.user
 
 # user overrides - you supply this
 include options.user
-# arch-tag:c3c0270b2c7e398b97c0d6a43961a4c3
index 52e744cd8fffb7deabba67e988223fd21dfd2331..53badbda65a517cc065d49bc3996ac05356bc363 100644 (file)
@@ -1,4 +1,3 @@
 columns playing when who artist album title length button
 columns recent when who artist album title length
 columns search artist album title
 columns playing when who artist album title length button
 columns recent when who artist album title length
 columns search artist album title
-# arch-tag:e8a3ec1ad5b5e9d8eaf6b3391d55abaf
index f0d47c9a54f7c2cfac0f4da456f617b1b7423a81..bd87554ba0baa111875fedbdfd08b6a8580c075b 100644 (file)
@@ -198,4 +198,3 @@ label       images.nodownall        static/nodowndown.png
 # Stylesheet.  As above, a (possibly relative) URL.
 label  links.css               static/disorder.css
 
 # Stylesheet.  As above, a (possibly relative) URL.
 label  links.css               static/disorder.css
 
-# arch-tag:1c90ecc78e3d1a4ceaca2f0c0e6ee558
index c67ab310857675fd2c8af1b657cec79d59430355..8aff7fbec1cb66d68d048af80972508af8e475df 100644 (file)
@@ -237,4 +237,3 @@ sgml-indent-step:1
 sgml-indent-data:t
 End:
 -->
 sgml-indent-data:t
 End:
 -->
-<!-- arch-tag:0a255d8605a49fdb5ca6213aefbb21f2 -->
index ac7c8ce88efef1dfacd8db64678b66888852ba80..d37f11d3fec19689ebe06433212956e821de9cce 100644 (file)
@@ -83,4 +83,3 @@ sgml-indent-step:1
 sgml-indent-data:t
 End:
 -->
 sgml-indent-data:t
 End:
 -->
-<!-- arch-tag:bc3f0280181afcc8d930e2118e1a2e53 -->
index 320dd0dfe357b24aef8daafe7fc1b6270f9c3e8c..09dff8cafcaf158e0b245ba6b0e2f69ac8a1684e 100644 (file)
@@ -69,4 +69,3 @@ sgml-indent-step:1
 sgml-indent-data:t
 End:
 -->
 sgml-indent-data:t
 End:
 -->
-<!-- arch-tag:48fdc42a2503829d74876a84289a0eaa -->
index 6d153cf096aa5578d4f6800a6670f3aa2e29a11d..f4a7ece8266ceb0637513cda8263ce61cd276d60 100644 (file)
@@ -75,4 +75,3 @@ sgml-indent-step:1
 sgml-indent-data:t
 End:
 -->
 sgml-indent-data:t
 End:
 -->
-<!-- arch-tag:a4f39935b0c2a424c601c796ebf1a023 -->
index d0d3a69e736b64a7faf8856c8da9e09b6bed0e07..acdaba8f4cc98e6fc647da54e65b15bd75ec79ee 100644 (file)
@@ -45,4 +45,3 @@ along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 USA
 -->
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 USA
 -->
-<!-- arch-tag:4d13881dcc3c1c93ff42a9ed5ca0f737 -->
index 551fd41fc73438de8e0e49a07a063a6c1b3bf7c0..07055ca869e539a460389166007f7e692b5d6ae8 100644 (file)
@@ -20,4 +20,3 @@ along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 USA
 -->
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 USA
 -->
-<!-- arch-tag:NDGZgbsXX8WFUdqrRBzhcQ -->
index 7b0fbb4bcf9569b9dcccfecf0b2caf321c35b25e..e1a81748990a0c1ad4a0f67c09ad535b65fb7375 100644 (file)
@@ -20,4 +20,3 @@ along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 USA
 -->
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 USA
 -->
-<!-- arch-tag:82672a6cf795696767ec187456e17c86 -->
index 66322162bb1c0f464b7a04a7556bb698cc39f3aa..e96f86f92644a51d45bbdd61080200e8d03d70b6 100644 (file)
@@ -21,4 +21,3 @@ along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 USA
 -->
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 USA
 -->
-<!-- arch-tag:d243bbe6e40ef52213cf0f72d92a7c6a -->
index bb760f5638c571d09e48fe9bfa97b05a3fe54e8b..654e4f9f141c583ee72af8d531a85094c66b0850 100644 (file)
@@ -50,4 +50,3 @@ along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 USA
 -->
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 USA
 -->
-<!-- arch-tag:zo3pu0olF7vPOu0nAx703g -->
index fd888ef3bbb9a3c7f9ebe9628576a1724b86034b..5eca359d954ba665e0cd9f46e5204763c4bed9f3 100644 (file)
@@ -19,4 +19,3 @@ along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 USA
 -->
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 USA
 -->
-<!-- arch-tag:8+NViAUIcjCGcp5rEhCQ6A -->
index abb3d63235ba3403cdf00ee2aef93cb0a0287926..434632d538a8c4d10aa7a73b76ee666588fd3a45 100644 (file)
@@ -60,4 +60,3 @@ sgml-indent-step:1
 sgml-indent-data:t
 End:
 -->
 sgml-indent-data:t
 End:
 -->
-<!-- arch-tag:2aa86adb876245eb10d501168f30db07 -->