From 015bc86ce9fd10113a727c99d350679dfab26cc5 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Fri, 25 May 1990 08:52:27 +0000 Subject: add RCS and copyright info git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@942 dc483132-0cff-0310-8789-dd5450dbe970 --- src/Imakefile | 9 +++++++++ src/admin/Imakefile | 9 +++++++++ src/admin/aname/Imakefile | 9 +++++++++ src/admin/create/Imakefile | 9 +++++++++ src/admin/destroy/Imakefile | 9 +++++++++ src/admin/edit/Imakefile | 9 +++++++++ src/admin/stash/Imakefile | 9 +++++++++ src/appl/sample/Imakefile | 9 +++++++++ src/clients/Imakefile | 9 +++++++++ src/clients/kdestroy/Imakefile | 9 +++++++++ src/clients/kinit/Imakefile | 9 +++++++++ src/clients/klist/Imakefile | 9 +++++++++ src/kdc/Imakefile | 9 +++++++++ src/lib/crypto/crc32/Imakefile | 9 +++++++++ src/lib/crypto/des/Imakefile | 9 +++++++++ src/lib/kdb/Imakefile | 9 +++++++++ src/lib/krb5/Imakefile | 9 +++++++++ src/lib/krb5/asn.1/Imakefile | 9 +++++++++ src/lib/krb5/ccache/Imakefile | 9 +++++++++ src/lib/krb5/ccache/file/Imakefile | 9 +++++++++ src/lib/krb5/error_tables/Imakefile | 9 +++++++++ src/lib/krb5/free/Imakefile | 9 +++++++++ src/lib/krb5/keytab/Imakefile | 9 +++++++++ src/lib/krb5/keytab/file/Imakefile | 9 +++++++++ src/lib/krb5/krb/Imakefile | 9 +++++++++ src/lib/krb5/os/Imakefile | 9 +++++++++ src/lib/krb5/rcache/Imakefile | 9 +++++++++ src/tests/Imakefile | 9 +++++++++ 28 files changed, 252 insertions(+) diff --git a/src/Imakefile b/src/Imakefile index 04bc63d6c6..b4e06b61bb 100644 --- a/src/Imakefile +++ b/src/Imakefile @@ -1,3 +1,12 @@ +# $Source$ +# $Author$ +# $Id$ +# +# Copyright 1990 by the Massachusetts Institute of Technology. +# +# For copying and distribution information, please see the file +# . +# #define IHaveSubdirs #define PassCDebugFlags diff --git a/src/admin/Imakefile b/src/admin/Imakefile index 0bf7a2c389..783a111712 100644 --- a/src/admin/Imakefile +++ b/src/admin/Imakefile @@ -1,3 +1,12 @@ +# $Source$ +# $Author$ +# $Id$ +# +# Copyright 1990 by the Massachusetts Institute of Technology. +# +# For copying and distribution information, please see the file +# . +# #define IHaveSubdirs #define PassCDebugFlags diff --git a/src/admin/aname/Imakefile b/src/admin/aname/Imakefile index 60fef948bd..e7373366de 100644 --- a/src/admin/aname/Imakefile +++ b/src/admin/aname/Imakefile @@ -1,3 +1,12 @@ +# $Source$ +# $Author$ +# $Id$ +# +# Copyright 1990 by the Massachusetts Institute of Technology. +# +# For copying and distribution information, please see the file +# . +# DEPLIBS = $(OSLIB) LOCAL_LIBRARIES = $(OSLIB) $(COMERRLIB) $(DBMLIB) diff --git a/src/admin/create/Imakefile b/src/admin/create/Imakefile index 824fba29a4..eba18c6352 100644 --- a/src/admin/create/Imakefile +++ b/src/admin/create/Imakefile @@ -1,3 +1,12 @@ +# $Source$ +# $Author$ +# $Id$ +# +# Copyright 1990 by the Massachusetts Institute of Technology. +# +# For copying and distribution information, please see the file +# . +# DEPLIBS = $(DEPKDBLIB) $(DEPKLIB) LOCAL_LIBRARIES = $(KDBLIB) $(KLIB) diff --git a/src/admin/destroy/Imakefile b/src/admin/destroy/Imakefile index d750eb3b58..83108ba181 100644 --- a/src/admin/destroy/Imakefile +++ b/src/admin/destroy/Imakefile @@ -1,3 +1,12 @@ +# $Source$ +# $Author$ +# $Id$ +# +# Copyright 1990 by the Massachusetts Institute of Technology. +# +# For copying and distribution information, please see the file +# . +# DEPLIBS = $(DEPKDBLIB) $(DEPKLIB) LOCAL_LIBRARIES = $(KDBLIB) $(KLIB) diff --git a/src/admin/edit/Imakefile b/src/admin/edit/Imakefile index 6faa028ed5..f022d673ab 100644 --- a/src/admin/edit/Imakefile +++ b/src/admin/edit/Imakefile @@ -1,3 +1,12 @@ +# $Source$ +# $Author$ +# $Id$ +# +# Copyright 1990 by the Massachusetts Institute of Technology. +# +# For copying and distribution information, please see the file +# . +# DEPLIBS = $(DEPKDBLIB) $(DEPKLIB) LOCAL_LIBRARIES = $(KDBLIB) $(KLIB) $(SSLIB) OBJS= kdb5_edit.o kdb5_ed_ct.o diff --git a/src/admin/stash/Imakefile b/src/admin/stash/Imakefile index 90f1aab12a..6062cb268a 100644 --- a/src/admin/stash/Imakefile +++ b/src/admin/stash/Imakefile @@ -1,3 +1,12 @@ +# $Source$ +# $Author$ +# $Id$ +# +# Copyright 1990 by the Massachusetts Institute of Technology. +# +# For copying and distribution information, please see the file +# . +# DEPLIBS = $(DEPKDBLIB) $(DEPKLIB) LOCAL_LIBRARIES = $(KDBLIB) $(KLIB) diff --git a/src/appl/sample/Imakefile b/src/appl/sample/Imakefile index a4ae485594..519b5cee4f 100644 --- a/src/appl/sample/Imakefile +++ b/src/appl/sample/Imakefile @@ -1,3 +1,12 @@ +# $Source$ +# $Author$ +# $Id$ +# +# Copyright 1990 by the Massachusetts Institute of Technology. +# +# For copying and distribution information, please see the file +# . +# DEPLIBS = $(DEPKLIB) LOCAL_LIBRARIES = $(KLIB) diff --git a/src/clients/Imakefile b/src/clients/Imakefile index 3947676f6e..cacd0c0ff8 100644 --- a/src/clients/Imakefile +++ b/src/clients/Imakefile @@ -1,3 +1,12 @@ +# $Source$ +# $Author$ +# $Id$ +# +# Copyright 1990 by the Massachusetts Institute of Technology. +# +# For copying and distribution information, please see the file +# . +# #define IHaveSubdirs #define PassCDebugFlags diff --git a/src/clients/kdestroy/Imakefile b/src/clients/kdestroy/Imakefile index de4e6f6924..a050ebb9cd 100644 --- a/src/clients/kdestroy/Imakefile +++ b/src/clients/kdestroy/Imakefile @@ -1,3 +1,12 @@ +# $Source$ +# $Author$ +# $Id$ +# +# Copyright 1990 by the Massachusetts Institute of Technology. +# +# For copying and distribution information, please see the file +# . +# DEPLIBS = $(DEPKLIB) LOCAL_LIBRARIES = $(KLIB) diff --git a/src/clients/kinit/Imakefile b/src/clients/kinit/Imakefile index d3f9e6fa23..9eb0fbc086 100644 --- a/src/clients/kinit/Imakefile +++ b/src/clients/kinit/Imakefile @@ -1,3 +1,12 @@ +# $Source$ +# $Author$ +# $Id$ +# +# Copyright 1990 by the Massachusetts Institute of Technology. +# +# For copying and distribution information, please see the file +# . +# DEPLIBS = $(DEPKLIB) LOCAL_LIBRARIES = $(KLIB) diff --git a/src/clients/klist/Imakefile b/src/clients/klist/Imakefile index 5f0b651032..5eb77c7bdd 100644 --- a/src/clients/klist/Imakefile +++ b/src/clients/klist/Imakefile @@ -1,3 +1,12 @@ +# $Source$ +# $Author$ +# $Id$ +# +# Copyright 1990 by the Massachusetts Institute of Technology. +# +# For copying and distribution information, please see the file +# . +# DEPLIBS = $(DEPKLIB) LOCAL_LIBRARIES = $(KLIB) diff --git a/src/kdc/Imakefile b/src/kdc/Imakefile index abf7598913..22c4643b9b 100644 --- a/src/kdc/Imakefile +++ b/src/kdc/Imakefile @@ -1,3 +1,12 @@ +# $Source$ +# $Author$ +# $Id$ +# +# Copyright 1990 by the Massachusetts Institute of Technology. +# +# For copying and distribution information, please see the file +# . +# SRCS= \ kdc5_err.c \ dispatch.c \ diff --git a/src/lib/crypto/crc32/Imakefile b/src/lib/crypto/crc32/Imakefile index ff17c02f59..b1301e8a2d 100644 --- a/src/lib/crypto/crc32/Imakefile +++ b/src/lib/crypto/crc32/Imakefile @@ -1,3 +1,12 @@ +# $Source$ +# $Author$ +# $Id$ +# +# Copyright 1990 by the Massachusetts Institute of Technology. +# +# For copying and distribution information, please see the file +# . +# NormalLibraryObjectRule() OBJS= crc.o diff --git a/src/lib/crypto/des/Imakefile b/src/lib/crypto/des/Imakefile index ad75191f4a..26a566d301 100644 --- a/src/lib/crypto/des/Imakefile +++ b/src/lib/crypto/des/Imakefile @@ -1,3 +1,12 @@ +# $Source$ +# $Author$ +# $Id$ +# +# Copyright 1990 by the Massachusetts Institute of Technology. +# +# For copying and distribution information, please see the file +# . +# NormalLibraryObjectRule() OBJS= cksum.o \ diff --git a/src/lib/kdb/Imakefile b/src/lib/kdb/Imakefile index 1ad18283b1..44886cd411 100644 --- a/src/lib/kdb/Imakefile +++ b/src/lib/kdb/Imakefile @@ -1,3 +1,12 @@ +# $Source$ +# $Author$ +# $Id$ +# +# Copyright 1990 by the Massachusetts Institute of Technology. +# +# For copying and distribution information, please see the file +# . +# SRCS= \ encrypt_key.c \ decrypt_key.c \ diff --git a/src/lib/krb5/Imakefile b/src/lib/krb5/Imakefile index 783e171e19..920e8f0a10 100644 --- a/src/lib/krb5/Imakefile +++ b/src/lib/krb5/Imakefile @@ -1,3 +1,12 @@ +# $Source$ +# $Author$ +# $Id$ +# +# Copyright 1990 by the Massachusetts Institute of Technology. +# +# For copying and distribution information, please see the file +# . +# #define IHaveSubdirs #define PassCDebugFlags NormalLibraryObjectRule() diff --git a/src/lib/krb5/asn.1/Imakefile b/src/lib/krb5/asn.1/Imakefile index 2f9caaf4d1..4d81b3065d 100644 --- a/src/lib/krb5/asn.1/Imakefile +++ b/src/lib/krb5/asn.1/Imakefile @@ -1,3 +1,12 @@ +# $Source$ +# $Author$ +# $Id$ +# +# Copyright 1990 by the Massachusetts Institute of Technology. +# +# For copying and distribution information, please see the file +# . +# PepyPosyRules() NormalLibraryObjectRule() diff --git a/src/lib/krb5/ccache/Imakefile b/src/lib/krb5/ccache/Imakefile index 0f782d5f2c..15d654c40b 100644 --- a/src/lib/krb5/ccache/Imakefile +++ b/src/lib/krb5/ccache/Imakefile @@ -1,3 +1,12 @@ +# $Source$ +# $Author$ +# $Id$ +# +# Copyright 1990 by the Massachusetts Institute of Technology. +# +# For copying and distribution information, please see the file +# . +# #define IHaveSubdirs #define PassCDebugFlags diff --git a/src/lib/krb5/ccache/file/Imakefile b/src/lib/krb5/ccache/file/Imakefile index 46b2f75ff0..a9f8ea4fc5 100644 --- a/src/lib/krb5/ccache/file/Imakefile +++ b/src/lib/krb5/ccache/file/Imakefile @@ -1,3 +1,12 @@ +# $Source$ +# $Author$ +# $Id$ +# +# Copyright 1990 by the Massachusetts Institute of Technology. +# +# For copying and distribution information, please see the file +# . +# NormalLibraryObjectRule() OBJS = fcc_close.o fcc_destry.o fcc_eseq.o \ diff --git a/src/lib/krb5/error_tables/Imakefile b/src/lib/krb5/error_tables/Imakefile index 353e6c51d7..255a21e93a 100644 --- a/src/lib/krb5/error_tables/Imakefile +++ b/src/lib/krb5/error_tables/Imakefile @@ -1,3 +1,12 @@ +# $Source$ +# $Author$ +# $Id$ +# +# Copyright 1990 by the Massachusetts Institute of Technology. +# +# For copying and distribution information, please see the file +# . +# ETSRCS=isode_err.c kdb5_err.c krb5_err.c ETOBJS=isode_err.o kdb5_err.o krb5_err.o diff --git a/src/lib/krb5/free/Imakefile b/src/lib/krb5/free/Imakefile index 0c629f8df2..a1aa266a1a 100644 --- a/src/lib/krb5/free/Imakefile +++ b/src/lib/krb5/free/Imakefile @@ -1,3 +1,12 @@ +# $Source$ +# $Author$ +# $Id$ +# +# Copyright 1990 by the Massachusetts Institute of Technology. +# +# For copying and distribution information, please see the file +# . +# NormalLibraryObjectRule() OBJS= \ diff --git a/src/lib/krb5/keytab/Imakefile b/src/lib/krb5/keytab/Imakefile index 6176918c38..030e2cfdae 100644 --- a/src/lib/krb5/keytab/Imakefile +++ b/src/lib/krb5/keytab/Imakefile @@ -1,3 +1,12 @@ +# $Source$ +# $Author$ +# $Id$ +# +# Copyright 1990 by the Massachusetts Institute of Technology. +# +# For copying and distribution information, please see the file +# . +# #define IHaveSubdirs #define PassCDebugFlags diff --git a/src/lib/krb5/keytab/file/Imakefile b/src/lib/krb5/keytab/file/Imakefile index ac15fee570..b135216d5b 100644 --- a/src/lib/krb5/keytab/file/Imakefile +++ b/src/lib/krb5/keytab/file/Imakefile @@ -1,3 +1,12 @@ +# $Source$ +# $Author$ +# $Id$ +# +# Copyright 1990 by the Massachusetts Institute of Technology. +# +# For copying and distribution information, please see the file +# . +# NormalLibraryObjectRule() OBJS = \ diff --git a/src/lib/krb5/krb/Imakefile b/src/lib/krb5/krb/Imakefile index 8cc0c55252..0e113e7804 100644 --- a/src/lib/krb5/krb/Imakefile +++ b/src/lib/krb5/krb/Imakefile @@ -1,3 +1,12 @@ +# $Source$ +# $Author$ +# $Id$ +# +# Copyright 1990 by the Massachusetts Institute of Technology. +# +# For copying and distribution information, please see the file +# . +# NormalLibraryObjectRule() OBJS= addr_comp.o \ diff --git a/src/lib/krb5/os/Imakefile b/src/lib/krb5/os/Imakefile index 47f78f0b25..1f056074f6 100644 --- a/src/lib/krb5/os/Imakefile +++ b/src/lib/krb5/os/Imakefile @@ -1,3 +1,12 @@ +# $Source$ +# $Author$ +# $Id$ +# +# Copyright 1990 by the Massachusetts Institute of Technology. +# +# For copying and distribution information, please see the file +# . +# NormalLibraryObjectRule() OBJS= \ diff --git a/src/lib/krb5/rcache/Imakefile b/src/lib/krb5/rcache/Imakefile index 06d5233378..80ecf3f094 100644 --- a/src/lib/krb5/rcache/Imakefile +++ b/src/lib/krb5/rcache/Imakefile @@ -1,3 +1,12 @@ +# $Source$ +# $Author$ +# $Id$ +# +# Copyright 1990 by the Massachusetts Institute of Technology. +# +# For copying and distribution information, please see the file +# . +# NormalLibraryObjectRule() INCLUDES=-I. diff --git a/src/tests/Imakefile b/src/tests/Imakefile index 28d45efd67..c811d32d35 100644 --- a/src/tests/Imakefile +++ b/src/tests/Imakefile @@ -1,3 +1,12 @@ +# $Source$ +# $Author$ +# $Id$ +# +# Copyright 1990 by the Massachusetts Institute of Technology. +# +# For copying and distribution information, please see the file +# . +# DEPLIBS = $(DEPKLIB) LOCAL_LIBRARIES = $(KLIB) -- cgit