From cf410afbdb9c29def503b689f548dca339ceac24 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Fri, 3 Aug 2012 15:06:56 -0600 Subject: [PATCH] dtbuilder: fixup TOG copyrights issue in generated files. 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. --- .../dtappbuilder/src/ab/about_box_stubs.c | 21 +------------------ .../dtappbuilder/src/ab/appfw_stubs.c | 21 +------------------ .../dtappbuilder/src/ab/attch_ed_stubs.c | 21 +------------------ cde/programs/dtappbuilder/src/ab/brws_stubs.c | 21 +------------------ .../dtappbuilder/src/ab/button_stubs.c | 21 +------------------ .../dtappbuilder/src/ab/cgen_env_stubs.c | 21 +------------------ .../dtappbuilder/src/ab/cgen_props_stubs.c | 21 +------------------ .../dtappbuilder/src/ab/cgen_win_stubs.c | 21 +------------------ .../dtappbuilder/src/ab/choice_stubs.c | 21 +------------------ .../dtappbuilder/src/ab/color_chooser_stubs.c | 21 +------------------ .../dtappbuilder/src/ab/combobox_stubs.c | 21 +------------------ cde/programs/dtappbuilder/src/ab/conn_stubs.c | 21 +------------------ .../dtappbuilder/src/ab/cpanel_stubs.c | 21 +------------------ .../dtappbuilder/src/ab/custdlg_stubs.c | 21 +------------------ .../dtappbuilder/src/ab/dnd_ed_stubs.c | 21 +------------------ .../dtappbuilder/src/ab/drawp_stubs.c | 21 +------------------ cde/programs/dtappbuilder/src/ab/dtbuilder.h | 21 +------------------ .../dtappbuilder/src/ab/fchooser_stubs.c | 21 +------------------ .../dtappbuilder/src/ab/group_stubs.c | 21 +------------------ .../dtappbuilder/src/ab/help_ed_stubs.c | 21 +------------------ .../dtappbuilder/src/ab/label_stubs.c | 21 +------------------ cde/programs/dtappbuilder/src/ab/list_stubs.c | 21 +------------------ .../dtappbuilder/src/ab/mainwin_stubs.c | 21 +------------------ cde/programs/dtappbuilder/src/ab/menu_stubs.c | 21 +------------------ .../dtappbuilder/src/ab/menubar_stubs.c | 21 +------------------ .../dtappbuilder/src/ab/message_ed_stubs.c | 21 +------------------ .../dtappbuilder/src/ab/palette_stubs.c | 21 +------------------ .../dtappbuilder/src/ab/panedwin_ed_stubs.c | 21 +------------------ cde/programs/dtappbuilder/src/ab/proj_stubs.c | 21 +------------------ .../dtappbuilder/src/ab/revolv_stubs.c | 21 +------------------ .../dtappbuilder/src/ab/scale_stubs.c | 21 +------------------ cde/programs/dtappbuilder/src/ab/sep_stubs.c | 21 +------------------ .../dtappbuilder/src/ab/spinbox_stubs.c | 21 +------------------ .../dtappbuilder/src/ab/termp_stubs.c | 21 +------------------ .../dtappbuilder/src/ab/textf_stubs.c | 21 +------------------ .../dtappbuilder/src/ab/textp_stubs.c | 21 +------------------ 36 files changed, 36 insertions(+), 720 deletions(-) diff --git a/cde/programs/dtappbuilder/src/ab/about_box_stubs.c b/cde/programs/dtappbuilder/src/ab/about_box_stubs.c index 81b631c3..0ada81de 100644 --- a/cde/programs/dtappbuilder/src/ab/about_box_stubs.c +++ b/cde/programs/dtappbuilder/src/ab/about_box_stubs.c @@ -1,3 +1,4 @@ +/*** DTB_USER_CODE_START vvv Add file header below vvv ***/ /* * CDE - Common Desktop Environment * @@ -20,26 +21,6 @@ * 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 ^^^ ***/ /* diff --git a/cde/programs/dtappbuilder/src/ab/appfw_stubs.c b/cde/programs/dtappbuilder/src/ab/appfw_stubs.c index 7b249ace..706b9324 100644 --- a/cde/programs/dtappbuilder/src/ab/appfw_stubs.c +++ b/cde/programs/dtappbuilder/src/ab/appfw_stubs.c @@ -1,3 +1,4 @@ +/*** DTB_USER_CODE_START vvv Add file header below vvv ***/ /* * CDE - Common Desktop Environment * @@ -20,26 +21,6 @@ * 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 ^^^ ***/ /* diff --git a/cde/programs/dtappbuilder/src/ab/attch_ed_stubs.c b/cde/programs/dtappbuilder/src/ab/attch_ed_stubs.c index 8ce06d62..41d18ef5 100644 --- a/cde/programs/dtappbuilder/src/ab/attch_ed_stubs.c +++ b/cde/programs/dtappbuilder/src/ab/attch_ed_stubs.c @@ -1,3 +1,4 @@ +/*** DTB_USER_CODE_START vvv Add file header below vvv ***/ /* * CDE - Common Desktop Environment * @@ -20,26 +21,6 @@ * 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 ^^^ ***/ /* diff --git a/cde/programs/dtappbuilder/src/ab/brws_stubs.c b/cde/programs/dtappbuilder/src/ab/brws_stubs.c index 9213d35f..a653e3db 100644 --- a/cde/programs/dtappbuilder/src/ab/brws_stubs.c +++ b/cde/programs/dtappbuilder/src/ab/brws_stubs.c @@ -1,3 +1,4 @@ +/*** DTB_USER_CODE_START vvv Add file header below vvv ***/ /* * CDE - Common Desktop Environment * @@ -20,26 +21,6 @@ * 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 ^^^ ***/ /* diff --git a/cde/programs/dtappbuilder/src/ab/button_stubs.c b/cde/programs/dtappbuilder/src/ab/button_stubs.c index 0f94c27f..89442cce 100644 --- a/cde/programs/dtappbuilder/src/ab/button_stubs.c +++ b/cde/programs/dtappbuilder/src/ab/button_stubs.c @@ -1,3 +1,4 @@ +/*** DTB_USER_CODE_START vvv Add file header below vvv ***/ /* * CDE - Common Desktop Environment * @@ -20,26 +21,6 @@ * 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 ^^^ ***/ /* diff --git a/cde/programs/dtappbuilder/src/ab/cgen_env_stubs.c b/cde/programs/dtappbuilder/src/ab/cgen_env_stubs.c index ea2d838a..198a554b 100644 --- a/cde/programs/dtappbuilder/src/ab/cgen_env_stubs.c +++ b/cde/programs/dtappbuilder/src/ab/cgen_env_stubs.c @@ -1,3 +1,4 @@ +/*** DTB_USER_CODE_START vvv Add file header below vvv ***/ /* * CDE - Common Desktop Environment * @@ -20,26 +21,6 @@ * 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 ^^^ ***/ /* diff --git a/cde/programs/dtappbuilder/src/ab/cgen_props_stubs.c b/cde/programs/dtappbuilder/src/ab/cgen_props_stubs.c index ae2fc7f9..4ed6bece 100644 --- a/cde/programs/dtappbuilder/src/ab/cgen_props_stubs.c +++ b/cde/programs/dtappbuilder/src/ab/cgen_props_stubs.c @@ -1,3 +1,4 @@ +/*** DTB_USER_CODE_START vvv Add file header below vvv ***/ /* * CDE - Common Desktop Environment * @@ -20,26 +21,6 @@ * 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 ^^^ ***/ /* diff --git a/cde/programs/dtappbuilder/src/ab/cgen_win_stubs.c b/cde/programs/dtappbuilder/src/ab/cgen_win_stubs.c index 84bd65e4..46f535b2 100644 --- a/cde/programs/dtappbuilder/src/ab/cgen_win_stubs.c +++ b/cde/programs/dtappbuilder/src/ab/cgen_win_stubs.c @@ -1,3 +1,4 @@ +/*** DTB_USER_CODE_START vvv Add file header below vvv ***/ /* * CDE - Common Desktop Environment * @@ -20,26 +21,6 @@ * 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 ^^^ ***/ /* diff --git a/cde/programs/dtappbuilder/src/ab/choice_stubs.c b/cde/programs/dtappbuilder/src/ab/choice_stubs.c index c18da920..3d495be5 100644 --- a/cde/programs/dtappbuilder/src/ab/choice_stubs.c +++ b/cde/programs/dtappbuilder/src/ab/choice_stubs.c @@ -1,3 +1,4 @@ +/*** DTB_USER_CODE_START vvv Add file header below vvv ***/ /* * CDE - Common Desktop Environment * @@ -20,26 +21,6 @@ * 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 ^^^ ***/ /* diff --git a/cde/programs/dtappbuilder/src/ab/color_chooser_stubs.c b/cde/programs/dtappbuilder/src/ab/color_chooser_stubs.c index 60d2e46d..666eb124 100644 --- a/cde/programs/dtappbuilder/src/ab/color_chooser_stubs.c +++ b/cde/programs/dtappbuilder/src/ab/color_chooser_stubs.c @@ -1,3 +1,4 @@ +/*** DTB_USER_CODE_START vvv Add file header below vvv ***/ /* * CDE - Common Desktop Environment * @@ -20,26 +21,6 @@ * 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 ^^^ ***/ /* diff --git a/cde/programs/dtappbuilder/src/ab/combobox_stubs.c b/cde/programs/dtappbuilder/src/ab/combobox_stubs.c index c65a5c92..6dca2b17 100644 --- a/cde/programs/dtappbuilder/src/ab/combobox_stubs.c +++ b/cde/programs/dtappbuilder/src/ab/combobox_stubs.c @@ -1,3 +1,4 @@ +/*** DTB_USER_CODE_START vvv Add file header below vvv ***/ /* * CDE - Common Desktop Environment * @@ -20,26 +21,6 @@ * 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 ^^^ ***/ /* diff --git a/cde/programs/dtappbuilder/src/ab/conn_stubs.c b/cde/programs/dtappbuilder/src/ab/conn_stubs.c index ef891aa3..26a49187 100644 --- a/cde/programs/dtappbuilder/src/ab/conn_stubs.c +++ b/cde/programs/dtappbuilder/src/ab/conn_stubs.c @@ -1,3 +1,4 @@ +/*** DTB_USER_CODE_START vvv Add file header below vvv ***/ /* * CDE - Common Desktop Environment * @@ -20,26 +21,6 @@ * 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 ^^^ ***/ /* diff --git a/cde/programs/dtappbuilder/src/ab/cpanel_stubs.c b/cde/programs/dtappbuilder/src/ab/cpanel_stubs.c index 8702bd51..beebd408 100644 --- a/cde/programs/dtappbuilder/src/ab/cpanel_stubs.c +++ b/cde/programs/dtappbuilder/src/ab/cpanel_stubs.c @@ -1,3 +1,4 @@ +/*** DTB_USER_CODE_START vvv Add file header below vvv ***/ /* * CDE - Common Desktop Environment * @@ -20,26 +21,6 @@ * 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 ^^^ ***/ /* diff --git a/cde/programs/dtappbuilder/src/ab/custdlg_stubs.c b/cde/programs/dtappbuilder/src/ab/custdlg_stubs.c index b2960f87..7918ee5e 100644 --- a/cde/programs/dtappbuilder/src/ab/custdlg_stubs.c +++ b/cde/programs/dtappbuilder/src/ab/custdlg_stubs.c @@ -1,3 +1,4 @@ +/*** DTB_USER_CODE_START vvv Add file header below vvv ***/ /* * CDE - Common Desktop Environment * @@ -20,26 +21,6 @@ * 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 ^^^ ***/ /* diff --git a/cde/programs/dtappbuilder/src/ab/dnd_ed_stubs.c b/cde/programs/dtappbuilder/src/ab/dnd_ed_stubs.c index 74cf4c0b..dacb3ebe 100644 --- a/cde/programs/dtappbuilder/src/ab/dnd_ed_stubs.c +++ b/cde/programs/dtappbuilder/src/ab/dnd_ed_stubs.c @@ -1,3 +1,4 @@ +/*** DTB_USER_CODE_START vvv Add file header below vvv ***/ /* * CDE - Common Desktop Environment * @@ -20,26 +21,6 @@ * 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 ^^^ ***/ /* diff --git a/cde/programs/dtappbuilder/src/ab/drawp_stubs.c b/cde/programs/dtappbuilder/src/ab/drawp_stubs.c index 745daf2b..b2ad4b17 100644 --- a/cde/programs/dtappbuilder/src/ab/drawp_stubs.c +++ b/cde/programs/dtappbuilder/src/ab/drawp_stubs.c @@ -1,3 +1,4 @@ +/*** DTB_USER_CODE_START vvv Add file header below vvv ***/ /* * CDE - Common Desktop Environment * @@ -20,26 +21,6 @@ * 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 ^^^ ***/ /* diff --git a/cde/programs/dtappbuilder/src/ab/dtbuilder.h b/cde/programs/dtappbuilder/src/ab/dtbuilder.h index 4c471459..f09e6b67 100644 --- a/cde/programs/dtappbuilder/src/ab/dtbuilder.h +++ b/cde/programs/dtappbuilder/src/ab/dtbuilder.h @@ -1,3 +1,4 @@ +/*** DTB_USER_CODE_START vvv Add file header below vvv ***/ /* * CDE - Common Desktop Environment * @@ -20,26 +21,6 @@ * 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 ^^^ ***/ /* diff --git a/cde/programs/dtappbuilder/src/ab/fchooser_stubs.c b/cde/programs/dtappbuilder/src/ab/fchooser_stubs.c index 365e99cb..afaf6b3e 100644 --- a/cde/programs/dtappbuilder/src/ab/fchooser_stubs.c +++ b/cde/programs/dtappbuilder/src/ab/fchooser_stubs.c @@ -1,3 +1,4 @@ +/*** DTB_USER_CODE_START vvv Add file header below vvv ***/ /* * CDE - Common Desktop Environment * @@ -20,26 +21,6 @@ * 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 ^^^ ***/ /* diff --git a/cde/programs/dtappbuilder/src/ab/group_stubs.c b/cde/programs/dtappbuilder/src/ab/group_stubs.c index e1b6e049..6933cbc0 100644 --- a/cde/programs/dtappbuilder/src/ab/group_stubs.c +++ b/cde/programs/dtappbuilder/src/ab/group_stubs.c @@ -1,3 +1,4 @@ +/*** DTB_USER_CODE_START vvv Add file header below vvv ***/ /* * CDE - Common Desktop Environment * @@ -20,26 +21,6 @@ * 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 ^^^ ***/ /* diff --git a/cde/programs/dtappbuilder/src/ab/help_ed_stubs.c b/cde/programs/dtappbuilder/src/ab/help_ed_stubs.c index bba563fd..361c88d8 100644 --- a/cde/programs/dtappbuilder/src/ab/help_ed_stubs.c +++ b/cde/programs/dtappbuilder/src/ab/help_ed_stubs.c @@ -1,3 +1,4 @@ +/*** DTB_USER_CODE_START vvv Add file header below vvv ***/ /* * CDE - Common Desktop Environment * @@ -20,26 +21,6 @@ * 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 ^^^ ***/ /* diff --git a/cde/programs/dtappbuilder/src/ab/label_stubs.c b/cde/programs/dtappbuilder/src/ab/label_stubs.c index dc377bbe..0bab4a5f 100644 --- a/cde/programs/dtappbuilder/src/ab/label_stubs.c +++ b/cde/programs/dtappbuilder/src/ab/label_stubs.c @@ -1,3 +1,4 @@ +/*** DTB_USER_CODE_START vvv Add file header below vvv ***/ /* * CDE - Common Desktop Environment * @@ -20,26 +21,6 @@ * 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 ^^^ ***/ /* diff --git a/cde/programs/dtappbuilder/src/ab/list_stubs.c b/cde/programs/dtappbuilder/src/ab/list_stubs.c index f014c1ec..b8223b62 100644 --- a/cde/programs/dtappbuilder/src/ab/list_stubs.c +++ b/cde/programs/dtappbuilder/src/ab/list_stubs.c @@ -1,3 +1,4 @@ +/*** DTB_USER_CODE_START vvv Add file header below vvv ***/ /* * CDE - Common Desktop Environment * @@ -20,26 +21,6 @@ * 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 ^^^ ***/ /* diff --git a/cde/programs/dtappbuilder/src/ab/mainwin_stubs.c b/cde/programs/dtappbuilder/src/ab/mainwin_stubs.c index d4dd6b84..3173fa80 100644 --- a/cde/programs/dtappbuilder/src/ab/mainwin_stubs.c +++ b/cde/programs/dtappbuilder/src/ab/mainwin_stubs.c @@ -1,3 +1,4 @@ +/*** DTB_USER_CODE_START vvv Add file header below vvv ***/ /* * CDE - Common Desktop Environment * @@ -20,26 +21,6 @@ * 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 ^^^ ***/ /* diff --git a/cde/programs/dtappbuilder/src/ab/menu_stubs.c b/cde/programs/dtappbuilder/src/ab/menu_stubs.c index 846e9bf8..de36927b 100644 --- a/cde/programs/dtappbuilder/src/ab/menu_stubs.c +++ b/cde/programs/dtappbuilder/src/ab/menu_stubs.c @@ -1,3 +1,4 @@ +/*** DTB_USER_CODE_START vvv Add file header below vvv ***/ /* * CDE - Common Desktop Environment * @@ -20,26 +21,6 @@ * 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 ^^^ ***/ /* diff --git a/cde/programs/dtappbuilder/src/ab/menubar_stubs.c b/cde/programs/dtappbuilder/src/ab/menubar_stubs.c index f02a7930..af70b9fb 100644 --- a/cde/programs/dtappbuilder/src/ab/menubar_stubs.c +++ b/cde/programs/dtappbuilder/src/ab/menubar_stubs.c @@ -1,3 +1,4 @@ +/*** DTB_USER_CODE_START vvv Add file header below vvv ***/ /* * CDE - Common Desktop Environment * @@ -20,26 +21,6 @@ * 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 ^^^ ***/ /* diff --git a/cde/programs/dtappbuilder/src/ab/message_ed_stubs.c b/cde/programs/dtappbuilder/src/ab/message_ed_stubs.c index c93505e6..a2c8faef 100644 --- a/cde/programs/dtappbuilder/src/ab/message_ed_stubs.c +++ b/cde/programs/dtappbuilder/src/ab/message_ed_stubs.c @@ -1,3 +1,4 @@ +/*** DTB_USER_CODE_START vvv Add file header below vvv ***/ /* * CDE - Common Desktop Environment * @@ -20,26 +21,6 @@ * 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 ^^^ ***/ /* diff --git a/cde/programs/dtappbuilder/src/ab/palette_stubs.c b/cde/programs/dtappbuilder/src/ab/palette_stubs.c index 40c5d1bc..8f8dd864 100644 --- a/cde/programs/dtappbuilder/src/ab/palette_stubs.c +++ b/cde/programs/dtappbuilder/src/ab/palette_stubs.c @@ -1,3 +1,4 @@ +/*** DTB_USER_CODE_START vvv Add file header below vvv ***/ /* * CDE - Common Desktop Environment * @@ -20,26 +21,6 @@ * 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 ^^^ ***/ /* diff --git a/cde/programs/dtappbuilder/src/ab/panedwin_ed_stubs.c b/cde/programs/dtappbuilder/src/ab/panedwin_ed_stubs.c index bc62e75f..e756b41d 100644 --- a/cde/programs/dtappbuilder/src/ab/panedwin_ed_stubs.c +++ b/cde/programs/dtappbuilder/src/ab/panedwin_ed_stubs.c @@ -1,3 +1,4 @@ +/*** DTB_USER_CODE_START vvv Add file header below vvv ***/ /* * CDE - Common Desktop Environment * @@ -20,26 +21,6 @@ * 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 ^^^ ***/ /* diff --git a/cde/programs/dtappbuilder/src/ab/proj_stubs.c b/cde/programs/dtappbuilder/src/ab/proj_stubs.c index 3fc51d88..70257fe8 100644 --- a/cde/programs/dtappbuilder/src/ab/proj_stubs.c +++ b/cde/programs/dtappbuilder/src/ab/proj_stubs.c @@ -1,3 +1,4 @@ +/*** DTB_USER_CODE_START vvv Add file header below vvv ***/ /* * CDE - Common Desktop Environment * @@ -20,26 +21,6 @@ * 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 ^^^ ***/ /* diff --git a/cde/programs/dtappbuilder/src/ab/revolv_stubs.c b/cde/programs/dtappbuilder/src/ab/revolv_stubs.c index 6c26af17..84a4f64e 100644 --- a/cde/programs/dtappbuilder/src/ab/revolv_stubs.c +++ b/cde/programs/dtappbuilder/src/ab/revolv_stubs.c @@ -1,3 +1,4 @@ +/*** DTB_USER_CODE_START vvv Add file header below vvv ***/ /* * CDE - Common Desktop Environment * @@ -20,26 +21,6 @@ * 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 ^^^ ***/ /* diff --git a/cde/programs/dtappbuilder/src/ab/scale_stubs.c b/cde/programs/dtappbuilder/src/ab/scale_stubs.c index 92194d12..a9cf0e4a 100644 --- a/cde/programs/dtappbuilder/src/ab/scale_stubs.c +++ b/cde/programs/dtappbuilder/src/ab/scale_stubs.c @@ -1,3 +1,4 @@ +/*** DTB_USER_CODE_START vvv Add file header below vvv ***/ /* * CDE - Common Desktop Environment * @@ -20,26 +21,6 @@ * 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 ^^^ ***/ /* diff --git a/cde/programs/dtappbuilder/src/ab/sep_stubs.c b/cde/programs/dtappbuilder/src/ab/sep_stubs.c index 0fbc876a..f8368e85 100644 --- a/cde/programs/dtappbuilder/src/ab/sep_stubs.c +++ b/cde/programs/dtappbuilder/src/ab/sep_stubs.c @@ -1,3 +1,4 @@ +/*** DTB_USER_CODE_START vvv Add file header below vvv ***/ /* * CDE - Common Desktop Environment * @@ -20,26 +21,6 @@ * 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 ^^^ ***/ /* diff --git a/cde/programs/dtappbuilder/src/ab/spinbox_stubs.c b/cde/programs/dtappbuilder/src/ab/spinbox_stubs.c index adc79e7e..034a432c 100644 --- a/cde/programs/dtappbuilder/src/ab/spinbox_stubs.c +++ b/cde/programs/dtappbuilder/src/ab/spinbox_stubs.c @@ -1,3 +1,4 @@ +/*** DTB_USER_CODE_START vvv Add file header below vvv ***/ /* * CDE - Common Desktop Environment * @@ -20,26 +21,6 @@ * 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 ^^^ ***/ /* diff --git a/cde/programs/dtappbuilder/src/ab/termp_stubs.c b/cde/programs/dtappbuilder/src/ab/termp_stubs.c index 7131d5ef..b5426487 100644 --- a/cde/programs/dtappbuilder/src/ab/termp_stubs.c +++ b/cde/programs/dtappbuilder/src/ab/termp_stubs.c @@ -1,3 +1,4 @@ +/*** DTB_USER_CODE_START vvv Add file header below vvv ***/ /* * CDE - Common Desktop Environment * @@ -20,26 +21,6 @@ * 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 ^^^ ***/ /* diff --git a/cde/programs/dtappbuilder/src/ab/textf_stubs.c b/cde/programs/dtappbuilder/src/ab/textf_stubs.c index 06218a22..871118d8 100644 --- a/cde/programs/dtappbuilder/src/ab/textf_stubs.c +++ b/cde/programs/dtappbuilder/src/ab/textf_stubs.c @@ -1,3 +1,4 @@ +/*** DTB_USER_CODE_START vvv Add file header below vvv ***/ /* * CDE - Common Desktop Environment * @@ -20,26 +21,6 @@ * 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 ^^^ ***/ /* diff --git a/cde/programs/dtappbuilder/src/ab/textp_stubs.c b/cde/programs/dtappbuilder/src/ab/textp_stubs.c index 70ca1a87..5e60a1c1 100644 --- a/cde/programs/dtappbuilder/src/ab/textp_stubs.c +++ b/cde/programs/dtappbuilder/src/ab/textp_stubs.c @@ -1,3 +1,4 @@ +/*** DTB_USER_CODE_START vvv Add file header below vvv ***/ /* * CDE - Common Desktop Environment * @@ -20,26 +21,6 @@ * 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 ^^^ ***/ /* -- 2.25.1