From bf0b602b9ab1b079bab88401b2208edada3505fb Mon Sep 17 00:00:00 2001 From: chase Date: Wed, 22 Aug 2018 20:10:07 -0500 Subject: [PATCH] il: Remove deprecated files --- cde/lib/DtHelp/il/ilall.c | 25 ------------------------- cde/lib/DtHelp/il/ilcompg3g4.h | 27 --------------------------- cde/lib/DtHelp/il/ilcompressg3.c | 26 -------------------------- cde/lib/DtHelp/il/ilcompressg4.c | 27 --------------------------- cde/lib/DtHelp/il/iljpeg.c | 27 --------------------------- cde/lib/DtHelp/il/iljpegcodec.c | 27 --------------------------- cde/lib/DtHelp/il/iljpegcsize.h | 27 --------------------------- cde/lib/DtHelp/il/iljpegdct.h | 27 --------------------------- cde/lib/DtHelp/il/iljpegfwft0.c | 27 --------------------------- cde/lib/DtHelp/il/iljpegglobals.h | 27 --------------------------- cde/lib/DtHelp/il/iljpeghuffman.c | 27 --------------------------- cde/lib/DtHelp/il/iljpegio.c | 27 --------------------------- cde/lib/DtHelp/il/iljpegisodct.c | 27 --------------------------- cde/lib/DtHelp/il/iljpegmarker.c | 27 --------------------------- cde/lib/DtHelp/il/iljpegmarker.h | 27 --------------------------- cde/lib/DtHelp/il/iljpegparam.h | 27 --------------------------- cde/lib/DtHelp/il/iljpegprototypes.h | 27 --------------------------- cde/lib/DtHelp/il/iljpegstream.c | 27 --------------------------- cde/lib/DtHelp/il/iljpegstream.h | 27 --------------------------- cde/lib/DtHelp/il/iljpegsystem.h | 27 --------------------------- cde/lib/DtHelp/il/iljpegtables.h | 27 --------------------------- cde/lib/DtHelp/il/iljpegtransform.c | 27 --------------------------- 22 files changed, 591 deletions(-) delete mode 100644 cde/lib/DtHelp/il/ilall.c delete mode 100644 cde/lib/DtHelp/il/ilcompg3g4.h delete mode 100644 cde/lib/DtHelp/il/ilcompressg3.c delete mode 100644 cde/lib/DtHelp/il/ilcompressg4.c delete mode 100644 cde/lib/DtHelp/il/iljpeg.c delete mode 100644 cde/lib/DtHelp/il/iljpegcodec.c delete mode 100644 cde/lib/DtHelp/il/iljpegcsize.h delete mode 100644 cde/lib/DtHelp/il/iljpegdct.h delete mode 100644 cde/lib/DtHelp/il/iljpegfwft0.c delete mode 100644 cde/lib/DtHelp/il/iljpegglobals.h delete mode 100644 cde/lib/DtHelp/il/iljpeghuffman.c delete mode 100644 cde/lib/DtHelp/il/iljpegio.c delete mode 100644 cde/lib/DtHelp/il/iljpegisodct.c delete mode 100644 cde/lib/DtHelp/il/iljpegmarker.c delete mode 100644 cde/lib/DtHelp/il/iljpegmarker.h delete mode 100644 cde/lib/DtHelp/il/iljpegparam.h delete mode 100644 cde/lib/DtHelp/il/iljpegprototypes.h delete mode 100644 cde/lib/DtHelp/il/iljpegstream.c delete mode 100644 cde/lib/DtHelp/il/iljpegstream.h delete mode 100644 cde/lib/DtHelp/il/iljpegsystem.h delete mode 100644 cde/lib/DtHelp/il/iljpegtables.h delete mode 100644 cde/lib/DtHelp/il/iljpegtransform.c diff --git a/cde/lib/DtHelp/il/ilall.c b/cde/lib/DtHelp/il/ilall.c deleted file mode 100644 index c9b89e94..00000000 --- a/cde/lib/DtHelp/il/ilall.c +++ /dev/null @@ -1,25 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: ilall.c /main/3 1995/10/23 15:41:33 rswiston $ */ - - THIS FILE NO LONGER USED - ld -o IS NOW DONE INSTEAD, IN /ilc/Makefile . diff --git a/cde/lib/DtHelp/il/ilcompg3g4.h b/cde/lib/DtHelp/il/ilcompg3g4.h deleted file mode 100644 index 8d254d9e..00000000 --- a/cde/lib/DtHelp/il/ilcompg3g4.h +++ /dev/null @@ -1,27 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: ilcompg3g4.h /main/3 1995/10/23 15:42:24 rswiston $ */ - - NO LONGER USED - REPLACED BY ilcompg3g4.c - - diff --git a/cde/lib/DtHelp/il/ilcompressg3.c b/cde/lib/DtHelp/il/ilcompressg3.c deleted file mode 100644 index dd664a92..00000000 --- a/cde/lib/DtHelp/il/ilcompressg3.c +++ /dev/null @@ -1,26 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: ilcompressg3.c /main/3 1995/10/23 15:43:14 rswiston $ */ - - NO LONGER USED - REPLACED BY ilcompg3g4.c - diff --git a/cde/lib/DtHelp/il/ilcompressg4.c b/cde/lib/DtHelp/il/ilcompressg4.c deleted file mode 100644 index e7ecbcf3..00000000 --- a/cde/lib/DtHelp/il/ilcompressg4.c +++ /dev/null @@ -1,27 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: ilcompressg4.c /main/3 1995/10/23 15:43:21 rswiston $ */ - - NO LONGER USED - REPLACED BY ilcompg3g4.c - - diff --git a/cde/lib/DtHelp/il/iljpeg.c b/cde/lib/DtHelp/il/iljpeg.c deleted file mode 100644 index 9d0b27e7..00000000 --- a/cde/lib/DtHelp/il/iljpeg.c +++ /dev/null @@ -1,27 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: iljpeg.c /main/3 1995/10/23 15:49:57 rswiston $ */ - - NO LONGER USED. All elements named "iljpeg?*" are no longer used. - Replaced by new JPEG code "iljpg?*". - diff --git a/cde/lib/DtHelp/il/iljpegcodec.c b/cde/lib/DtHelp/il/iljpegcodec.c deleted file mode 100644 index 76ce92bf..00000000 --- a/cde/lib/DtHelp/il/iljpegcodec.c +++ /dev/null @@ -1,27 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: iljpegcodec.c /main/3 1995/10/23 15:50:11 rswiston $ */ - - NO LONGER USED. All elements named "iljpeg?*" are no longer used. - Replaced by new JPEG code "iljpg?*". - diff --git a/cde/lib/DtHelp/il/iljpegcsize.h b/cde/lib/DtHelp/il/iljpegcsize.h deleted file mode 100644 index 2d0c7f82..00000000 --- a/cde/lib/DtHelp/il/iljpegcsize.h +++ /dev/null @@ -1,27 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: iljpegcsize.h /main/3 1995/10/23 15:50:25 rswiston $ */ - - NO LONGER USED. All elements named "iljpeg?*" are no longer used. - Replaced by new JPEG code "iljpg?*". - diff --git a/cde/lib/DtHelp/il/iljpegdct.h b/cde/lib/DtHelp/il/iljpegdct.h deleted file mode 100644 index 68482032..00000000 --- a/cde/lib/DtHelp/il/iljpegdct.h +++ /dev/null @@ -1,27 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: iljpegdct.h /main/3 1995/10/23 15:50:38 rswiston $ */ - - NO LONGER USED. All elements named "iljpeg?*" are no longer used. - Replaced by new JPEG code "iljpg?*". - diff --git a/cde/lib/DtHelp/il/iljpegfwft0.c b/cde/lib/DtHelp/il/iljpegfwft0.c deleted file mode 100644 index 318fb879..00000000 --- a/cde/lib/DtHelp/il/iljpegfwft0.c +++ /dev/null @@ -1,27 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: iljpegfwft0.c /main/3 1995/10/23 15:50:54 rswiston $ */ - - NO LONGER USED. All elements named "iljpeg?*" are no longer used. - Replaced by new JPEG code "iljpg?*". - diff --git a/cde/lib/DtHelp/il/iljpegglobals.h b/cde/lib/DtHelp/il/iljpegglobals.h deleted file mode 100644 index c202d7df..00000000 --- a/cde/lib/DtHelp/il/iljpegglobals.h +++ /dev/null @@ -1,27 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: iljpegglobals.h /main/3 1995/10/23 15:51:08 rswiston $ */ - - NO LONGER USED. All elements named "iljpeg?*" are no longer used. - Replaced by new JPEG code "iljpg?*". - diff --git a/cde/lib/DtHelp/il/iljpeghuffman.c b/cde/lib/DtHelp/il/iljpeghuffman.c deleted file mode 100644 index d1441c3e..00000000 --- a/cde/lib/DtHelp/il/iljpeghuffman.c +++ /dev/null @@ -1,27 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: iljpeghuffman.c /main/3 1995/10/23 15:51:22 rswiston $ */ - - NO LONGER USED. All elements named "iljpeg?*" are no longer used. - Replaced by new JPEG code "iljpg?*". - diff --git a/cde/lib/DtHelp/il/iljpegio.c b/cde/lib/DtHelp/il/iljpegio.c deleted file mode 100644 index c91dfc2d..00000000 --- a/cde/lib/DtHelp/il/iljpegio.c +++ /dev/null @@ -1,27 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: iljpegio.c /main/3 1995/10/23 15:51:36 rswiston $ */ - - NO LONGER USED. All elements named "iljpeg?*" are no longer used. - Replaced by new JPEG code "iljpg?*". - diff --git a/cde/lib/DtHelp/il/iljpegisodct.c b/cde/lib/DtHelp/il/iljpegisodct.c deleted file mode 100644 index 97f98913..00000000 --- a/cde/lib/DtHelp/il/iljpegisodct.c +++ /dev/null @@ -1,27 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: iljpegisodct.c /main/3 1995/10/23 15:51:47 rswiston $ */ - - NO LONGER USED. All elements named "iljpeg?*" are no longer used. - Replaced by new JPEG code "iljpg?*". - diff --git a/cde/lib/DtHelp/il/iljpegmarker.c b/cde/lib/DtHelp/il/iljpegmarker.c deleted file mode 100644 index 3aa8241b..00000000 --- a/cde/lib/DtHelp/il/iljpegmarker.c +++ /dev/null @@ -1,27 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: iljpegmarker.c /main/3 1995/10/23 15:51:59 rswiston $ */ - - NO LONGER USED. All elements named "iljpeg?*" are no longer used. - Replaced by new JPEG code "iljpg?*". - diff --git a/cde/lib/DtHelp/il/iljpegmarker.h b/cde/lib/DtHelp/il/iljpegmarker.h deleted file mode 100644 index 7300a932..00000000 --- a/cde/lib/DtHelp/il/iljpegmarker.h +++ /dev/null @@ -1,27 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: iljpegmarker.h /main/3 1995/10/23 15:52:12 rswiston $ */ - - NO LONGER USED. All elements named "iljpeg?*" are no longer used. - Replaced by new JPEG code "iljpg?*". - diff --git a/cde/lib/DtHelp/il/iljpegparam.h b/cde/lib/DtHelp/il/iljpegparam.h deleted file mode 100644 index d03e9442..00000000 --- a/cde/lib/DtHelp/il/iljpegparam.h +++ /dev/null @@ -1,27 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: iljpegparam.h /main/3 1995/10/23 15:52:25 rswiston $ */ - - NO LONGER USED. All elements named "iljpeg?*" are no longer used. - Replaced by new JPEG code "iljpg?*". - diff --git a/cde/lib/DtHelp/il/iljpegprototypes.h b/cde/lib/DtHelp/il/iljpegprototypes.h deleted file mode 100644 index 3cd51fc4..00000000 --- a/cde/lib/DtHelp/il/iljpegprototypes.h +++ /dev/null @@ -1,27 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: iljpegprototypes.h /main/3 1995/10/23 15:52:40 rswiston $ */ - - NO LONGER USED. All elements named "iljpeg?*" are no longer used. - Replaced by new JPEG code "iljpg?*". - diff --git a/cde/lib/DtHelp/il/iljpegstream.c b/cde/lib/DtHelp/il/iljpegstream.c deleted file mode 100644 index ab07e5c5..00000000 --- a/cde/lib/DtHelp/il/iljpegstream.c +++ /dev/null @@ -1,27 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: iljpegstream.c /main/3 1995/10/23 15:52:53 rswiston $ */ - - NO LONGER USED. All elements named "iljpeg?*" are no longer used. - Replaced by new JPEG code "iljpg?*". - diff --git a/cde/lib/DtHelp/il/iljpegstream.h b/cde/lib/DtHelp/il/iljpegstream.h deleted file mode 100644 index 41b8cf2e..00000000 --- a/cde/lib/DtHelp/il/iljpegstream.h +++ /dev/null @@ -1,27 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: iljpegstream.h /main/3 1995/10/23 15:53:06 rswiston $ */ - - NO LONGER USED. All elements named "iljpeg?*" are no longer used. - Replaced by new JPEG code "iljpg?*". - diff --git a/cde/lib/DtHelp/il/iljpegsystem.h b/cde/lib/DtHelp/il/iljpegsystem.h deleted file mode 100644 index 9ac8397e..00000000 --- a/cde/lib/DtHelp/il/iljpegsystem.h +++ /dev/null @@ -1,27 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: iljpegsystem.h /main/3 1995/10/23 15:53:18 rswiston $ */ - - NO LONGER USED. All elements named "iljpeg?*" are no longer used. - Replaced by new JPEG code "iljpg?*". - diff --git a/cde/lib/DtHelp/il/iljpegtables.h b/cde/lib/DtHelp/il/iljpegtables.h deleted file mode 100644 index 94291597..00000000 --- a/cde/lib/DtHelp/il/iljpegtables.h +++ /dev/null @@ -1,27 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: iljpegtables.h /main/3 1995/10/23 15:53:35 rswiston $ */ - - NO LONGER USED. All elements named "iljpeg?*" are no longer used. - Replaced by new JPEG code "iljpg?*". - diff --git a/cde/lib/DtHelp/il/iljpegtransform.c b/cde/lib/DtHelp/il/iljpegtransform.c deleted file mode 100644 index fff417e4..00000000 --- a/cde/lib/DtHelp/il/iljpegtransform.c +++ /dev/null @@ -1,27 +0,0 @@ -/* - * CDE - Common Desktop Environment - * - * Copyright (c) 1993-2012, The Open Group. All rights reserved. - * - * These libraries and programs are free software; you can - * redistribute them and/or modify them under the terms of the GNU - * Lesser General Public License as published by the Free Software - * Foundation; either version 2 of the License, or (at your option) - * any later version. - * - * These libraries and programs are distributed in the hope that - * they will be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with these libraries and programs; if not, write - * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth - * Floor, Boston, MA 02110-1301 USA - */ -/* $XConsortium: iljpegtransform.c /main/3 1995/10/23 15:53:48 rswiston $ */ - - NO LONGER USED. All elements named "iljpeg?*" are no longer used. - Replaced by new JPEG code "iljpg?*". - -- 2.25.1