ossp-pkg/xds/xds-config.in 1.4 -> 1.5
--- xds-config.in 2002/01/02 17:13:44 1.4
+++ xds-config.in 2002/03/17 10:25:53 1.5
@@ -1,11 +1,11 @@
#!/bin/sh
##
-## XDS - OSSP Extensible Data Serialization Library
+## OSSP xds - Extensible Data Serialization
## Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
## Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
##
-## This file is part of OSSP XDS, an extensible data serialization
-## library which can be found at http://www.ossp.org/pkg/xds/.
+## This file is part of OSSP xds, an extensible data serialization
+## library which can be found at http://www.ossp.org/pkg/lib/xds/.
##
## Permission to use, copy, modify, and distribute this software for
## any purpose with or without fee is hereby granted, provided that
@@ -81,7 +81,7 @@
exit 0
;;
--version|-v)
- echo "OSSP XDS $xds_version"
+ echo "OSSP xds $xds_version"
exit 0
;;
--all)
|
|