Install sccs headers and copyright notices.
[unix-history] / usr / src / usr.bin / tn3270 / api / ebc_disp.c
index bc9fc81..e03bf89 100644 (file)
@@ -2,6 +2,10 @@
  * Translate table to map EBCDIC into 3270 display codes.
  */
 
  * Translate table to map EBCDIC into 3270 display codes.
  */
 
+#ifndef lint
+static char sccsid[] = "@(#)ebc_disp.c 1.2 (Berkeley) %G%";
+#endif /* not lint */
+
 unsigned char ebc_disp[256] = {
 /*00*/ 0x00,   0x00,   0x00,   0x00,   0x00,   0x00,   0x00,   0x00,
 /*08*/ 0x00,   0x00,   0x00,   0x00,   0x00,   0x00,   0x00,   0x00,
 unsigned char ebc_disp[256] = {
 /*00*/ 0x00,   0x00,   0x00,   0x00,   0x00,   0x00,   0x00,   0x00,
 /*08*/ 0x00,   0x00,   0x00,   0x00,   0x00,   0x00,   0x00,   0x00,