dtbuilder: fixup TOG copyrights issue in generated files.
authorJon Trulson <jon@radscan.com>
Fri, 3 Aug 2012 21:06:56 +0000 (15:06 -0600)
committerJon Trulson <jon@radscan.com>
Fri, 3 Aug 2012 21:06:56 +0000 (15:06 -0600)
The TOG copyrights were being removed after a rebuild, leaving behind
the scary "RESTRICTED" copyright text that was originally there.

The issue was that the TOG copyrights were not properly embedded
within a 'DTB_USER_CODE_START' code block.

dtcodegen does not preserve any code outside DT_USER_CODE START and
END blocks.

Additionally, these objects are built with -merge by dtcodgen, so the
existing 'RESTRICTED' header within the codeblocks was being retained.

36 files changed:
cde/programs/dtappbuilder/src/ab/about_box_stubs.c
cde/programs/dtappbuilder/src/ab/appfw_stubs.c
cde/programs/dtappbuilder/src/ab/attch_ed_stubs.c
cde/programs/dtappbuilder/src/ab/brws_stubs.c
cde/programs/dtappbuilder/src/ab/button_stubs.c
cde/programs/dtappbuilder/src/ab/cgen_env_stubs.c
cde/programs/dtappbuilder/src/ab/cgen_props_stubs.c
cde/programs/dtappbuilder/src/ab/cgen_win_stubs.c
cde/programs/dtappbuilder/src/ab/choice_stubs.c
cde/programs/dtappbuilder/src/ab/color_chooser_stubs.c
cde/programs/dtappbuilder/src/ab/combobox_stubs.c
cde/programs/dtappbuilder/src/ab/conn_stubs.c
cde/programs/dtappbuilder/src/ab/cpanel_stubs.c
cde/programs/dtappbuilder/src/ab/custdlg_stubs.c
cde/programs/dtappbuilder/src/ab/dnd_ed_stubs.c
cde/programs/dtappbuilder/src/ab/drawp_stubs.c
cde/programs/dtappbuilder/src/ab/dtbuilder.h
cde/programs/dtappbuilder/src/ab/fchooser_stubs.c
cde/programs/dtappbuilder/src/ab/group_stubs.c
cde/programs/dtappbuilder/src/ab/help_ed_stubs.c
cde/programs/dtappbuilder/src/ab/label_stubs.c
cde/programs/dtappbuilder/src/ab/list_stubs.c
cde/programs/dtappbuilder/src/ab/mainwin_stubs.c
cde/programs/dtappbuilder/src/ab/menu_stubs.c
cde/programs/dtappbuilder/src/ab/menubar_stubs.c
cde/programs/dtappbuilder/src/ab/message_ed_stubs.c
cde/programs/dtappbuilder/src/ab/palette_stubs.c
cde/programs/dtappbuilder/src/ab/panedwin_ed_stubs.c
cde/programs/dtappbuilder/src/ab/proj_stubs.c
cde/programs/dtappbuilder/src/ab/revolv_stubs.c
cde/programs/dtappbuilder/src/ab/scale_stubs.c
cde/programs/dtappbuilder/src/ab/sep_stubs.c
cde/programs/dtappbuilder/src/ab/spinbox_stubs.c
cde/programs/dtappbuilder/src/ab/termp_stubs.c
cde/programs/dtappbuilder/src/ab/textf_stubs.c
cde/programs/dtappbuilder/src/ab/textp_stubs.c

index 81b631c39aff242e83452c977f7f76bc71235240..0ada81de806d6e9e0e5301fa9feb7ddaff348dc6 100644 (file)
@@ -1,3 +1,4 @@
+/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
 /*
  * CDE - Common Desktop Environment
  *
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
-/*
- *      $XConsortium: about_box_stubs.c /main/4 1996/04/18 13:18:26 drk $
- *
- * @(#)about_box_stubs.c       1.13 01 Aug 1995 cde_app_builder/src/ab
- *
- *      RESTRICTED CONFIDENTIAL INFORMATION:
- *
- *      The information in this document is subject to special
- *      restrictions in a confidential disclosure agreement between
- *      HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
- *      document outside HP, IBM, Sun, USL, SCO, or Univel without
- *      Sun's specific written approval.  This document and all copies
- *      and derivative works thereof must be returned or destroyed at
- *      Sun's request.
- *
- *      Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
- *
- */
-
 /*** DTB_USER_CODE_END   ^^^ Add file header above ^^^ ***/
 
 /*
index 7b249acec2cce7e4dab8d4dc31956644ed856024..706b9324dedaebd63a01298ddf7cb48663a4183d 100644 (file)
@@ -1,3 +1,4 @@
+/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
 /*
  * CDE - Common Desktop Environment
  *
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
-/*
- *      $XConsortium: appfw_stubs.c /main/5 1996/08/07 19:45:56 mustafa $
- *
- * @(#)appfw_stubs.c   1.35 01 May 1995 cde_app_builder/src/ab
- *
- *      RESTRICTED CONFIDENTIAL INFORMATION:
- *
- *      The information in this document is subject to special
- *      restrictions in a confidential disclosure agreement between
- *      HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
- *      document outside HP, IBM, Sun, USL, SCO, or Univel without
- *      Sun's specific written approval.  This document and all copies
- *      and derivative works thereof must be returned or destroyed at
- *      Sun's request.
- *
- *      Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
- *
- */
-
 /*** DTB_USER_CODE_END   ^^^ Add file header above ^^^ ***/
 
 /*
index 8ce06d62d7f7e54a9d4f9e822e5a278c13dfbfe6..41d18ef5247c3e21b68e13dbf6055b7a71b4f552 100644 (file)
@@ -1,3 +1,4 @@
+/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
 /*
  * CDE - Common Desktop Environment
  *
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
-/*
- *      $XConsortium: attch_ed_stubs.c /main/7 1996/10/24 18:00:09 mustafa $
- *
- * @(#)attch_ed_stubs.c        1.32 27 Apr 1995 cde_app_builder/src/ab
- *
- *      RESTRICTED CONFIDENTIAL INFORMATION:
- *
- *      The information in this document is subject to special
- *      restrictions in a confidential disclosure agreement between
- *      HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
- *      document outside HP, IBM, Sun, USL, SCO, or Univel without
- *      Sun's specific written approval.  This document and all copies
- *      and derivative works thereof must be returned or destroyed at
- *      Sun's request.
- *
- *      Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
- *
- */
-
 /*** DTB_USER_CODE_END   ^^^ Add file header above ^^^ ***/
 
 /*
index 9213d35feb16ac75aec8a9015f9151053e897764..a653e3dbd219a8743f76d5030b16bf4aaa441bc5 100644 (file)
@@ -1,3 +1,4 @@
+/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
 /*
  * CDE - Common Desktop Environment
  *
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
-/*
- *      $XConsortium: brws_stubs.c /main/4 1996/04/18 13:18:05 drk $
- *
- * @(#)brws_stubs.c    1.19 13 Apr 1995 cde_app_builder/src/ab
- *
- *      RESTRICTED CONFIDENTIAL INFORMATION:
- *
- *      The information in this document is subject to special
- *      restrictions in a confidential disclosure agreement between
- *      HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
- *      document outside HP, IBM, Sun, USL, SCO, or Univel without
- *      Sun's specific written approval.  This document and all copies
- *      and derivative works thereof must be returned or destroyed at
- *      Sun's request.
- *
- *      Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
- *
- */
-
 /*** DTB_USER_CODE_END   ^^^ Add file header above ^^^ ***/
 
 /*
index 0f94c27fbd0316fbb1db0927dbf05370be8030c4..89442cce6e52b4c9c90fd3940a5a0081ae424fbd 100644 (file)
@@ -1,3 +1,4 @@
+/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
 /*
  * CDE - Common Desktop Environment
  *
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
-/*
- *      $XConsortium: button_stubs.c /main/4 1996/04/18 13:18:01 drk $
- *
- * @(#)button_stubs.c  1.5 27 Sep 1994 cde_app_builder/src/ab
- *
- *      RESTRICTED CONFIDENTIAL INFORMATION:
- *
- *      The information in this document is subject to special
- *      restrictions in a confidential disclosure agreement between
- *      HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
- *      document outside HP, IBM, Sun, USL, SCO, or Univel without
- *      Sun's specific written approval.  This document and all copies
- *      and derivative works thereof must be returned or destroyed at
- *      Sun's request.
- *
- *      Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
- *
- */
-
 /*** DTB_USER_CODE_END   ^^^ Add file header above ^^^ ***/
 
 /*
index ea2d838aeb7c1007a3d5035273ee67f9114200b0..198a554bb1e7d4c811f27bd87b8c7ec4584aec6b 100644 (file)
@@ -1,3 +1,4 @@
+/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
 /*
  * CDE - Common Desktop Environment
  *
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
-/*
- *      $XConsortium: cgen_env_stubs.c /main/4 1996/04/18 13:17:55 drk $
- *
- * @(#)cgen_env_stubs.c        1.15 16 Feb 1995 cde_app_builder/src/ab
- *
- *      RESTRICTED CONFIDENTIAL INFORMATION:
- *
- *      The information in this document is subject to special
- *      restrictions in a confidential disclosure agreement between
- *      HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
- *      document outside HP, IBM, Sun, USL, SCO, or Univel without
- *      Sun's specific written approval.  This document and all copies
- *      and derivative works thereof must be returned or destroyed at
- *      Sun's request.
- *
- *      Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
- *
- */
-
 /*** DTB_USER_CODE_END   ^^^ Add file header above ^^^ ***/
 
 /*
index ae2fc7f9e476713313e38998a687a7daa4663563..4ed6bece0692b4fd49d268c4947955501753ee09 100644 (file)
@@ -1,3 +1,4 @@
+/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
 /*
  * CDE - Common Desktop Environment
  *
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
-/*
- *      $XConsortium: cgen_props_stubs.c /main/4 1996/04/18 13:17:49 drk $
- *
- * @(#)cgen_props_stubs.c      1.24 21 Mar 1995 cde_app_builder/src/ab
- *
- *      RESTRICTED CONFIDENTIAL INFORMATION:
- *
- *      The information in this document is subject to special
- *      restrictions in a confidential disclosure agreement between
- *      HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
- *      document outside HP, IBM, Sun, USL, SCO, or Univel without
- *      Sun's specific written approval.  This document and all copies
- *      and derivative works thereof must be returned or destroyed at
- *      Sun's request.
- *
- *      Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
- *
- */
-
 /*** DTB_USER_CODE_END   ^^^ Add file header above ^^^ ***/
 
 /*
index 84bd65e497ddb4a522c1dc0dd24a28e5c8e7a142..46f535b2157663b7ff8835799fb5b0e4e4e66c7f 100644 (file)
@@ -1,3 +1,4 @@
+/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
 /*
  * CDE - Common Desktop Environment
  *
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
-/*
- *      $XConsortium: cgen_win_stubs.c /main/4 1996/04/18 13:17:43 drk $
- *
- * @(#)cgen_win_stubs.c        1.26 13 Apr 1995 cde_app_builder/src/ab
- *
- *      RESTRICTED CONFIDENTIAL INFORMATION:
- *
- *      The information in this document is subject to special
- *      restrictions in a confidential disclosure agreement between
- *      HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
- *      document outside HP, IBM, Sun, USL, SCO, or Univel without
- *      Sun's specific written approval.  This document and all copies
- *      and derivative works thereof must be returned or destroyed at
- *      Sun's request.
- *
- *      Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
- *
- */
-
 /*** DTB_USER_CODE_END   ^^^ Add file header above ^^^ ***/
 
 /*
index c18da9204153bf8862562146560898775f352527..3d495be54772372357a22c70b53d6ddd21c0f163 100644 (file)
@@ -1,3 +1,4 @@
+/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
 /*
  * CDE - Common Desktop Environment
  *
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
-/*
- *      $XConsortium: choice_stubs.c /main/4 1996/04/18 13:17:38 drk $
- *
- * @(#)choice_stubs.c  1.5 27 Sep 1994 cde_app_builder/src/ab
- *
- *      RESTRICTED CONFIDENTIAL INFORMATION:
- *
- *      The information in this document is subject to special
- *      restrictions in a confidential disclosure agreement between
- *      HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
- *      document outside HP, IBM, Sun, USL, SCO, or Univel without
- *      Sun's specific written approval.  This document and all copies
- *      and derivative works thereof must be returned or destroyed at
- *      Sun's request.
- *
- *      Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
- *
- */
-
 /*** DTB_USER_CODE_END   ^^^ Add file header above ^^^ ***/
 
 /*
index 60d2e46db6d8325fad1cdaed82cb425d18527017..666eb124b5c342c50fcaac14aa5e6c189b2fd966 100644 (file)
@@ -1,3 +1,4 @@
+/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
 /*
  * CDE - Common Desktop Environment
  *
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
-/*
- *      $XConsortium: color_chooser_stubs.c /main/4 1996/04/18 13:17:31 drk $
- *
- * @(#)color_chooser_stubs.c   1.15 29 Sep 1994 cde_app_builder/src/ab
- *
- *      RESTRICTED CONFIDENTIAL INFORMATION:
- *
- *      The information in this document is subject to special
- *      restrictions in a confidential disclosure agreement between
- *      HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
- *      document outside HP, IBM, Sun, USL, SCO, or Univel without
- *      Sun's specific written approval.  This document and all copies
- *      and derivative works thereof must be returned or destroyed at
- *      Sun's request.
- *
- *      Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
- *
- */
-
 /*** DTB_USER_CODE_END   ^^^ Add file header above ^^^ ***/
 
 /*
index c65a5c92474dcd41b7e22614c74152127867fb18..6dca2b17e88cb4774b6f3451b96a73cd84b40f06 100644 (file)
@@ -1,3 +1,4 @@
+/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
 /*
  * CDE - Common Desktop Environment
  *
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
-/*
- *      $XConsortium: combobox_stubs.c /main/4 1996/04/18 13:17:27 drk $
- *
- * @(#)combobox_stubs.c        1.4 27 Sep 1994 cde_app_builder/src/ab
- *
- *      RESTRICTED CONFIDENTIAL INFORMATION:
- *
- *      The information in this document is subject to special
- *      restrictions in a confidential disclosure agreement between
- *      HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
- *      document outside HP, IBM, Sun, USL, SCO, or Univel without
- *      Sun's specific written approval.  This document and all copies
- *      and derivative works thereof must be returned or destroyed at
- *      Sun's request.
- *
- *      Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
- *
- */
-
 /*** DTB_USER_CODE_END   ^^^ Add file header above ^^^ ***/
 
 /*
index ef891aa3334863004494d907164a213660c0020c..26a4918768b993d921a18daad111ac6394aa5e22 100644 (file)
@@ -1,3 +1,4 @@
+/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
 /*
  * CDE - Common Desktop Environment
  *
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
-/*
- *      $XConsortium: conn_stubs.c /main/4 1996/04/18 13:17:18 drk $
- *
- * @(#)conn_stubs.c    1.61 08 Jun 1995 cde_app_builder/src/ab
- *
- *      RESTRICTED CONFIDENTIAL INFORMATION:
- *
- *      The information in this document is subject to special
- *      restrictions in a confidential disclosure agreement between
- *      HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
- *      document outside HP, IBM, Sun, USL, SCO, or Univel without
- *      Sun's specific written approval.  This document and all copies
- *      and derivative works thereof must be returned or destroyed at
- *      Sun's request.
- *
- *      Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
- *
- */
-
 /*** DTB_USER_CODE_END   ^^^ Add file header above ^^^ ***/
 
 /*
index 8702bd5148cc84eb54a8ef4ad8420e5cf5be835c..beebd4087e7a22616fe5c541ee668ddf5f484a45 100644 (file)
@@ -1,3 +1,4 @@
+/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
 /*
  * CDE - Common Desktop Environment
  *
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
-/*
- *      $XConsortium: cpanel_stubs.c /main/4 1996/04/18 13:17:13 drk $
- *
- * @(#)cpanel_stubs.c  1.5 27 Sep 1994 cde_app_builder/src/ab
- *
- *      RESTRICTED CONFIDENTIAL INFORMATION:
- *
- *      The information in this document is subject to special
- *      restrictions in a confidential disclosure agreement between
- *      HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
- *      document outside HP, IBM, Sun, USL, SCO, or Univel without
- *      Sun's specific written approval.  This document and all copies
- *      and derivative works thereof must be returned or destroyed at
- *      Sun's request.
- *
- *      Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
- *
- */
-
 /*** DTB_USER_CODE_END   ^^^ Add file header above ^^^ ***/
 
 /*
index b2960f879e732f419f921de444d70dca9e78f9dc..7918ee5e67109d247fa34b83d2898bf412e95b26 100644 (file)
@@ -1,3 +1,4 @@
+/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
 /*
  * CDE - Common Desktop Environment
  *
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
-/*
- *      $XConsortium: custdlg_stubs.c /main/4 1996/04/18 13:17:09 drk $
- *
- * @(#)custdlg_stubs.c 1.6 21 Oct 1994 cde_app_builder/src/ab
- *
- *      RESTRICTED CONFIDENTIAL INFORMATION:
- *
- *      The information in this document is subject to special
- *      restrictions in a confidential disclosure agreement between
- *      HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
- *      document outside HP, IBM, Sun, USL, SCO, or Univel without
- *      Sun's specific written approval.  This document and all copies
- *      and derivative works thereof must be returned or destroyed at
- *      Sun's request.
- *
- *      Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
- *
- */
-
 /*** DTB_USER_CODE_END   ^^^ Add file header above ^^^ ***/
 
 /*
index 74cf4c0bd7f77097cf6677b3d167131f4d800039..dacb3ebe305663c50843dc424af9504db03098d2 100644 (file)
@@ -1,3 +1,4 @@
+/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
 /*
  * CDE - Common Desktop Environment
  *
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
-/*
- *      $XConsortium: dnd_ed_stubs.c /main/6 1996/08/08 17:49:54 mustafa $
- *
- * @(#)dnd_ed_stubs.c  1.26 15 Aug 1995 cde_app_builder/src/ab
- *
- *      RESTRICTED CONFIDENTIAL INFORMATION:
- *
- *      The information in this document is subject to special
- *      restrictions in a confidential disclosure agreement between
- *      HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
- *      document outside HP, IBM, Sun, USL, SCO, or Univel without
- *      Sun's specific written approval.  This document and all copies
- *      and derivative works thereof must be returned or destroyed at
- *      Sun's request.
- *
- *      Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
- *
- */
-
 /*** DTB_USER_CODE_END   ^^^ Add file header above ^^^ ***/
 
 /*
index 745daf2b02b5a241b834645e79b73a41d9ffcbef..b2ad4b179b38af96483bedb120be32b060a5ade7 100644 (file)
@@ -1,3 +1,4 @@
+/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
 /*
  * CDE - Common Desktop Environment
  *
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
-/*
- *      $XConsortium: drawp_stubs.c /main/4 1996/04/18 13:17:00 drk $
- *
- * @(#)drawp_stubs.c   1.5 27 Sep 1994 cde_app_builder/src/ab
- *
- *      RESTRICTED CONFIDENTIAL INFORMATION:
- *
- *      The information in this document is subject to special
- *      restrictions in a confidential disclosure agreement between
- *      HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
- *      document outside HP, IBM, Sun, USL, SCO, or Univel without
- *      Sun's specific written approval.  This document and all copies
- *      and derivative works thereof must be returned or destroyed at
- *      Sun's request.
- *
- *      Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
- *
- */
-
 /*** DTB_USER_CODE_END   ^^^ Add file header above ^^^ ***/
 
 /*
index 4c471459e1753027ecd5f3b08fce83224b0a2d5e..f09e6b67ed76552d48939534d8b6af6ecfc40108 100644 (file)
@@ -1,3 +1,4 @@
+/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
 /*
  * CDE - Common Desktop Environment
  *
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
-/*
- *      $XConsortium: dtbuilder.h /main/3 1995/11/06 17:29:03 rswiston $
- *
- * @(#)dtbuilder.h     1.29 22 Nov 1994 cde_app_builder/src/ab
- *
- *      RESTRICTED CONFIDENTIAL INFORMATION:
- *
- *      The information in this document is subject to special
- *      restrictions in a confidential disclosure agreement between
- *      HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
- *      document outside HP, IBM, Sun, USL, SCO, or Univel without
- *      Sun's specific written approval.  This document and all copies
- *      and derivative works thereof must be returned or destroyed at
- *      Sun's request.
- *
- *      Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
- *
- */
-
 /*** DTB_USER_CODE_END   ^^^ Add file header above ^^^ ***/
 
 /*
index 365e99cb76fe2ba73da8084288499a72795b5ac2..afaf6b3e53e03882bbe7b9fe86a3df8b653ac1e0 100644 (file)
@@ -1,3 +1,4 @@
+/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
 /*
  * CDE - Common Desktop Environment
  *
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
-/*
- *      $XConsortium: fchooser_stubs.c /main/3 1995/11/06 17:29:47 rswiston $
- *
- * @(#)fchooser_stubs.c        1.3 27 Sep 1994 cde_app_builder/src/ab
- *
- *      RESTRICTED CONFIDENTIAL INFORMATION:
- *
- *      The information in this document is subject to special
- *      restrictions in a confidential disclosure agreement between
- *      HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
- *      document outside HP, IBM, Sun, USL, SCO, or Univel without
- *      Sun's specific written approval.  This document and all copies
- *      and derivative works thereof must be returned or destroyed at
- *      Sun's request.
- *
- *      Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
- *
- */
-
 /*** DTB_USER_CODE_END   ^^^ Add file header above ^^^ ***/
 
 /*
index e1b6e04988b0f4802d4918b0ba3611639f6c4ee0..6933cbc086a0d22812adb90ee390079003f454ea 100644 (file)
@@ -1,3 +1,4 @@
+/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
 /*
  * CDE - Common Desktop Environment
  *
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
-/*
- *      $XConsortium: group_stubs.c /main/3 1995/11/06 17:30:21 rswiston $
- *
- * @(#)group_stubs.c   1.6 27 Sep 1994 cde_app_builder/src/ab
- *
- *      RESTRICTED CONFIDENTIAL INFORMATION:
- *
- *      The information in this document is subject to special
- *      restrictions in a confidential disclosure agreement between
- *      HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
- *      document outside HP, IBM, Sun, USL, SCO, or Univel without
- *      Sun's specific written approval.  This document and all copies
- *      and derivative works thereof must be returned or destroyed at
- *      Sun's request.
- *
- *      Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
- *
- */
-
 /*** DTB_USER_CODE_END   ^^^ Add file header above ^^^ ***/
 
 /*
index bba563fd2ea7bae5b3450dd85c0a3a0c1bcb8c21..361c88d8d8a7c7eb9ae0bc53b4278629af2e5897 100644 (file)
@@ -1,3 +1,4 @@
+/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
 /*
  * CDE - Common Desktop Environment
  *
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
-/*
- *      $XConsortium: help_ed_stubs.c /main/4 1996/10/02 10:39:43 drk $
- *
- * @(#)help_ed_stubs.c 1.40 27 Apr 1995 cde_app_builder/src/ab
- *
- *      RESTRICTED CONFIDENTIAL INFORMATION:
- *
- *      The information in this document is subject to special
- *      restrictions in a confidential disclosure agreement between
- *      HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
- *      document outside HP, IBM, Sun, USL, SCO, or Univel without
- *      Sun's specific written approval.  This document and all copies
- *      and derivative works thereof must be returned or destroyed at
- *      Sun's request.
- *
- *      Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
- *
- */
-
 /*** DTB_USER_CODE_END   ^^^ Add file header above ^^^ ***/
 
 /*
index dc377bbe5b16ee3bf3329af0c6c88d2e21bb22e6..0bab4a5fab4a3f8eced0dfd21b38d4cef06ffb29 100644 (file)
@@ -1,3 +1,4 @@
+/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
 /*
  * CDE - Common Desktop Environment
  *
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
-/*
- *      $XConsortium: label_stubs.c /main/3 1995/11/06 17:31:46 rswiston $
- *
- * @(#)label_stubs.c   1.5 27 Sep 1994 cde_app_builder/src/ab
- *
- *      RESTRICTED CONFIDENTIAL INFORMATION:
- *
- *      The information in this document is subject to special
- *      restrictions in a confidential disclosure agreement between
- *      HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
- *      document outside HP, IBM, Sun, USL, SCO, or Univel without
- *      Sun's specific written approval.  This document and all copies
- *      and derivative works thereof must be returned or destroyed at
- *      Sun's request.
- *
- *      Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
- *
- */
-
 /*** DTB_USER_CODE_END   ^^^ Add file header above ^^^ ***/
 
 /*
index f014c1ece9be8665b994a2d0c3a5f81da66f9d0b..b8223b62615a9ec3a198f46d28d2b3d5492a5896 100644 (file)
@@ -1,3 +1,4 @@
+/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
 /*
  * CDE - Common Desktop Environment
  *
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
-/*
- *      $XConsortium: list_stubs.c /main/3 1995/11/06 17:32:30 rswiston $
- *
- * @(#)list_stubs.c    1.5 27 Sep 1994 cde_app_builder/src/ab
- *
- *      RESTRICTED CONFIDENTIAL INFORMATION:
- *
- *      The information in this document is subject to special
- *      restrictions in a confidential disclosure agreement between
- *      HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
- *      document outside HP, IBM, Sun, USL, SCO, or Univel without
- *      Sun's specific written approval.  This document and all copies
- *      and derivative works thereof must be returned or destroyed at
- *      Sun's request.
- *
- *      Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
- *
- */
-
 /*** DTB_USER_CODE_END   ^^^ Add file header above ^^^ ***/
 
 /*
index d4dd6b84ff57c2751ccd8cb5f81e70800fc14952..3173fa80805a9dfb9b68870e20cf6c0262cd535b 100644 (file)
@@ -1,3 +1,4 @@
+/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
 /*
  * CDE - Common Desktop Environment
  *
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
-/*
- *      $XConsortium: mainwin_stubs.c /main/3 1995/11/06 17:32:49 rswiston $
- *
- * @(#)mainwin_stubs.c 1.5 27 Sep 1994 cde_app_builder/src/ab
- *
- *      RESTRICTED CONFIDENTIAL INFORMATION:
- *
- *      The information in this document is subject to special
- *      restrictions in a confidential disclosure agreement between
- *      HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
- *      document outside HP, IBM, Sun, USL, SCO, or Univel without
- *      Sun's specific written approval.  This document and all copies
- *      and derivative works thereof must be returned or destroyed at
- *      Sun's request.
- *
- *      Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
- *
- */
-
 /*** DTB_USER_CODE_END   ^^^ Add file header above ^^^ ***/
 
 /*
index 846e9bf87f7b6c65ab4ce8b11879ae0cfa1a68a2..de36927b4eec4c24159abd61ff6a42ffaf053261 100644 (file)
@@ -1,3 +1,4 @@
+/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
 /*
  * CDE - Common Desktop Environment
  *
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
-/*
- *      $XConsortium: menu_stubs.c /main/3 1995/11/06 17:33:16 rswiston $
- *
- * @(#)menu_stubs.c    1.5 27 Sep 1994 cde_app_builder/src/ab
- *
- *      RESTRICTED CONFIDENTIAL INFORMATION:
- *
- *      The information in this document is subject to special
- *      restrictions in a confidential disclosure agreement between
- *      HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
- *      document outside HP, IBM, Sun, USL, SCO, or Univel without
- *      Sun's specific written approval.  This document and all copies
- *      and derivative works thereof must be returned or destroyed at
- *      Sun's request.
- *
- *      Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
- *
- */
-
 /*** DTB_USER_CODE_END   ^^^ Add file header above ^^^ ***/
 
 /*
index f02a79302f320809d92575e26b63950b99cfb369..af70b9fbb0f6d05be0a52c0c7f3f0a2cdd958f6f 100644 (file)
@@ -1,3 +1,4 @@
+/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
 /*
  * CDE - Common Desktop Environment
  *
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
-/*
- *      $XConsortium: menubar_stubs.c /main/3 1995/11/06 17:33:55 rswiston $
- *
- * @(#)menubar_stubs.c 1.5 27 Sep 1994 cde_app_builder/src/ab
- *
- *      RESTRICTED CONFIDENTIAL INFORMATION:
- *
- *      The information in this document is subject to special
- *      restrictions in a confidential disclosure agreement between
- *      HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
- *      document outside HP, IBM, Sun, USL, SCO, or Univel without
- *      Sun's specific written approval.  This document and all copies
- *      and derivative works thereof must be returned or destroyed at
- *      Sun's request.
- *
- *      Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
- *
- */
-
 /*** DTB_USER_CODE_END   ^^^ Add file header above ^^^ ***/
 
 /*
index c93505e6cac27efc32d4ac6eecd6abdbd4598a86..a2c8faef2588f80bf780204f5c12c46d1205962e 100644 (file)
@@ -1,3 +1,4 @@
+/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
 /*
  * CDE - Common Desktop Environment
  *
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
-/*
- *      $XConsortium: message_ed_stubs.c /main/4 1996/08/07 19:47:55 mustafa $
- *
- * @(#)message_ed_stubs.c      1.41 02 May 1995 cde_app_builder/src/ab
- *
- *      RESTRICTED CONFIDENTIAL INFORMATION:
- *
- *      The information in this document is subject to special
- *      restrictions in a confidential disclosure agreement between
- *      HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
- *      document outside HP, IBM, Sun, USL, SCO, or Univel without
- *      Sun's specific written approval.  This document and all copies
- *      and derivative works thereof must be returned or destroyed at
- *      Sun's request.
- *
- *      Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
- *
- */
-
 /*** DTB_USER_CODE_END   ^^^ Add file header above ^^^ ***/
 
 /*
index 40c5d1bc8a1202e2e8308d4fb956f6d33528d3fc..8f8dd864babf126ea3476ee677e8e15135f44f02 100644 (file)
@@ -1,3 +1,4 @@
+/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
 /*
  * CDE - Common Desktop Environment
  *
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
-/*
- *      $XConsortium: palette_stubs.c /main/3 1995/11/06 17:44:10 rswiston $
- *
- * @(#)palette_stubs.c 1.78 09 Mar 1995 cde_app_builder/src/ab
- *
- *      RESTRICTED CONFIDENTIAL INFORMATION:
- *
- *      The information in this document is subject to special
- *      restrictions in a confidential disclosure agreement between
- *      HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
- *      document outside HP, IBM, Sun, USL, SCO, or Univel without
- *      Sun's specific written approval.  This document and all copies
- *      and derivative works thereof must be returned or destroyed at
- *      Sun's request.
- *
- *      Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
- *
- */
-
 /*** DTB_USER_CODE_END   ^^^ Add file header above ^^^ ***/
 
 /*
index bc62e75f3c5f4267e8a36a4352c195682d4ef56a..e756b41dc670bf746163b3edf3c043e6c50c187f 100644 (file)
@@ -1,3 +1,4 @@
+/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
 /*
  * CDE - Common Desktop Environment
  *
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
-/*
- *      $XConsortium: panedwin_ed_stubs.c /main/3 1995/11/06 17:44:56 rswiston $
- *
- * @(#)panedwin_ed_stubs.c     1.15 18 Jan 1995 cde_app_builder/src/ab
- *
- *      RESTRICTED CONFIDENTIAL INFORMATION:
- *
- *      The information in this document is subject to special
- *      restrictions in a confidential disclosure agreement between
- *      HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
- *      document outside HP, IBM, Sun, USL, SCO, or Univel without
- *      Sun's specific written approval.  This document and all copies
- *      and derivative works thereof must be returned or destroyed at
- *      Sun's request.
- *
- *      Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
- *
- */
-
 /*** DTB_USER_CODE_END   ^^^ Add file header above ^^^ ***/
 
 /*
index 3fc51d889b5290f637d6051a037955779a4a08f8..70257fe80a48b5f486a9b99a5a4e87d330be9976 100644 (file)
@@ -1,3 +1,4 @@
+/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
 /*
  * CDE - Common Desktop Environment
  *
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
-/*
- *      $XConsortium: proj_stubs.c /main/3 1995/11/06 17:46:46 rswiston $
- *
- * @(#)proj_stubs.c    1.29 09 Jan 1995 cde_app_builder/src/ab
- *
- *      RESTRICTED CONFIDENTIAL INFORMATION:
- *
- *      The information in this document is subject to special
- *      restrictions in a confidential disclosure agreement between
- *      HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
- *      document outside HP, IBM, Sun, USL, SCO, or Univel without
- *      Sun's specific written approval.  This document and all copies
- *      and derivative works thereof must be returned or destroyed at
- *      Sun's request.
- *
- *      Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
- *
- */
-
 /*** DTB_USER_CODE_END   ^^^ Add file header above ^^^ ***/
 
 /*
index 6c26af17ee1a056de64eaf1a05013c027031d40e..84a4f64ee4bac018000b0591f422d350d4cfa5ba 100644 (file)
@@ -1,3 +1,4 @@
+/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
 /*
  * CDE - Common Desktop Environment
  *
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
-/*
- *      $XConsortium: revolv_stubs.c /main/3 1995/11/06 17:49:47 rswiston $
- *
- * @(#)revolv_stubs.c  1.7 27 Sep 1994 cde_app_builder/src/ab
- *
- *      RESTRICTED CONFIDENTIAL INFORMATION:
- *
- *      The information in this document is subject to special
- *      restrictions in a confidential disclosure agreement between
- *      HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
- *      document outside HP, IBM, Sun, USL, SCO, or Univel without
- *      Sun's specific written approval.  This document and all copies
- *      and derivative works thereof must be returned or destroyed at
- *      Sun's request.
- *
- *      Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
- *
- */
-
 /*** DTB_USER_CODE_END   ^^^ Add file header above ^^^ ***/
 
 /*
index 92194d1227b0aca403c2dfd6e6dc282915b64099..a9cf0e4a6306475cbded0207fac27e401e6c5209 100644 (file)
@@ -1,3 +1,4 @@
+/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
 /*
  * CDE - Common Desktop Environment
  *
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
-/*
- *      $XConsortium: scale_stubs.c /main/3 1995/11/06 17:50:26 rswiston $
- *
- * @(#)scale_stubs.c   1.5 27 Sep 1994 cde_app_builder/src/ab
- *
- *      RESTRICTED CONFIDENTIAL INFORMATION:
- *
- *      The information in this document is subject to special
- *      restrictions in a confidential disclosure agreement between
- *      HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
- *      document outside HP, IBM, Sun, USL, SCO, or Univel without
- *      Sun's specific written approval.  This document and all copies
- *      and derivative works thereof must be returned or destroyed at
- *      Sun's request.
- *
- *      Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
- *
- */
-
 /*** DTB_USER_CODE_END   ^^^ Add file header above ^^^ ***/
 
 /*
index 0fbc876af4dd8b418e0eca7aaef31eaaaac95b55..f8368e85e92f4260f9f1a97cd02de3e67351a677 100644 (file)
@@ -1,3 +1,4 @@
+/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
 /*
  * CDE - Common Desktop Environment
  *
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
-/*
- *      $XConsortium: sep_stubs.c /main/3 1995/11/06 17:51:02 rswiston $
- *
- * @(#)sep_stubs.c     1.5 27 Sep 1994 cde_app_builder/src/ab
- *
- *      RESTRICTED CONFIDENTIAL INFORMATION:
- *
- *      The information in this document is subject to special
- *      restrictions in a confidential disclosure agreement between
- *      HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
- *      document outside HP, IBM, Sun, USL, SCO, or Univel without
- *      Sun's specific written approval.  This document and all copies
- *      and derivative works thereof must be returned or destroyed at
- *      Sun's request.
- *
- *      Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
- *
- */
-
 /*** DTB_USER_CODE_END   ^^^ Add file header above ^^^ ***/
 
 /*
index adc79e7e8dc678a2e233e50e778740337fa976fe..034a432c87532ebc3ed63308e3f881608f32627d 100644 (file)
@@ -1,3 +1,4 @@
+/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
 /*
  * CDE - Common Desktop Environment
  *
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
-/*
- *      $XConsortium: spinbox_stubs.c /main/3 1995/11/06 17:51:50 rswiston $
- *
- * @(#)spinbox_stubs.c 1.4 27 Sep 1994 cde_app_builder/src/ab
- *
- *      RESTRICTED CONFIDENTIAL INFORMATION:
- *
- *      The information in this document is subject to special
- *      restrictions in a confidential disclosure agreement between
- *      HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
- *      document outside HP, IBM, Sun, USL, SCO, or Univel without
- *      Sun's specific written approval.  This document and all copies
- *      and derivative works thereof must be returned or destroyed at
- *      Sun's request.
- *
- *      Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
- *
- */
-
 /*** DTB_USER_CODE_END   ^^^ Add file header above ^^^ ***/
 
 /*
index 7131d5ef5314b44f86ad5808f57e04359ff80448..b5426487b451ef927b9ef0a820d5b7b5c6d3af60 100644 (file)
@@ -1,3 +1,4 @@
+/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
 /*
  * CDE - Common Desktop Environment
  *
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
-/*
- *      $XConsortium: termp_stubs.c /main/3 1995/11/06 17:52:58 rswiston $
- *
- * @(#)termp_stubs.c   1.5 27 Sep 1994 cde_app_builder/src/ab
- *
- *      RESTRICTED CONFIDENTIAL INFORMATION:
- *
- *      The information in this document is subject to special
- *      restrictions in a confidential disclosure agreement between
- *      HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
- *      document outside HP, IBM, Sun, USL, SCO, or Univel without
- *      Sun's specific written approval.  This document and all copies
- *      and derivative works thereof must be returned or destroyed at
- *      Sun's request.
- *
- *      Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
- *
- */
-
 /*** DTB_USER_CODE_END   ^^^ Add file header above ^^^ ***/
 
 /*
index 06218a2270e537c465406dd5f6d9989b9f4ffe8e..871118d8a58b1e3bb86aa6657ed34cf6fd29c034 100644 (file)
@@ -1,3 +1,4 @@
+/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
 /*
  * CDE - Common Desktop Environment
  *
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
-/*
- *      $XConsortium: textf_stubs.c /main/3 1995/11/06 17:53:35 rswiston $
- *
- * @(#)textf_stubs.c   1.6 27 Sep 1994 cde_app_builder/src/ab
- *
- *      RESTRICTED CONFIDENTIAL INFORMATION:
- *
- *      The information in this document is subject to special
- *      restrictions in a confidential disclosure agreement between
- *      HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
- *      document outside HP, IBM, Sun, USL, SCO, or Univel without
- *      Sun's specific written approval.  This document and all copies
- *      and derivative works thereof must be returned or destroyed at
- *      Sun's request.
- *
- *      Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
- *
- */
-
 /*** DTB_USER_CODE_END   ^^^ Add file header above ^^^ ***/
 
 /*
index 70ca1a87753cdb28ff29d176e8132f36541a4699..5e60a1c1f6a8f02986cc0142741a1d77a1b1359f 100644 (file)
@@ -1,3 +1,4 @@
+/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
 /*
  * CDE - Common Desktop Environment
  *
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-/*** DTB_USER_CODE_START vvv Add file header below vvv ***/
-/*
- *      $XConsortium: textp_stubs.c /main/3 1995/11/06 17:54:17 rswiston $
- *
- * @(#)textp_stubs.c   1.5 27 Sep 1994 cde_app_builder/src/ab
- *
- *      RESTRICTED CONFIDENTIAL INFORMATION:
- *
- *      The information in this document is subject to special
- *      restrictions in a confidential disclosure agreement between
- *      HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
- *      document outside HP, IBM, Sun, USL, SCO, or Univel without
- *      Sun's specific written approval.  This document and all copies
- *      and derivative works thereof must be returned or destroyed at
- *      Sun's request.
- *
- *      Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
- *
- */
-
 /*** DTB_USER_CODE_END   ^^^ Add file header above ^^^ ***/
 
 /*