Search

Searched defs:copyright (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/krb5/ss/
H A Ddata.c12 * For copyright info, see copyright.h.
17 #include "copyright.h"
19 static const char copyright[] = variable
H A Dmk_cmds.c14 * For copyright information, see copyright.h.
17 #include "copyright.h"
25 static const char copyright[] = variable
/illumos-gate/usr/src/tools/scripts/
H A Dcopyrightchk.py18 # information: Portions Copyright [yyyy] [name of copyright owner]
28 # Check for valid SMI copyright notices in source files.
39 from onbld.Checks.Copyright import copyright namespace
50 ret |= copyright(fin, output=sys.stdout)
H A Dgit-pbchk.py250 def copyright(root, parent, flist, output): function
255 ret |= Copyright.copyright(fh, output=output)
339 cmds = [copyright,
351 copyright,
/illumos-gate/usr/src/tools/onbld/Checks/
H A DCopyright.py18 # information: Portions Copyright [yyyy] [name of copyright owner]
29 # Make sure there is a copyright claim for the current year.
42 def copyright(fh, filename=None, output=sys.stderr): function
56 err(output, "no copyright message found", filename)
59 err(output, "no copyright claim for current year found",
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmAboutBox.java18 * information: Portions Copyright [yyyy] [name of copyright owner]
46 String copyright = new String(pmUtility.getResource("info_copyright1") field in class:pmAboutBox
53 copyright + "\n");
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dmain.c15 * 1. Redistributions of source code must retain the above copyright
17 * 2. Redistributions in binary form must reproduce the above copyright
42 char copyright[] = variable
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_apprec.c11 static const char copyright[] = variable
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dmail.local.c17 static char copyright[] = variable
/illumos-gate/usr/src/lib/libast/common/port/
H A Dastlicense.c332 copyright(Notice_t* notice, register Buffer_t* b) function
684 copyright(&notice, &tmp);
794 COMMENT(&notice, &buf, "the license and copyright and are violating", 0);
835 COMMENT(&notice, &buf, " copyright notice, this list of conditions and the", -1);
839 COMMENT(&notice, &buf, " copyright notice, this list of conditions and the", -1);
847 copy(&tmp, "the copyright holder", -1);
906 COMMENT(&notice, &buf, "The above copyright notice and this permission notice shall", 0);
1034 COMMENT(&notice, &buf, "The copyright notice above does not evidence any", 0);
1155 copy(&buf, "[-copyright?", -1);
1156 copyright(
[all...]
/illumos-gate/usr/src/cmd/vi/misc/
H A Dctags.c41 char copyright[] = "@(#) Copyright (c) 1980 Regents of the University of " variable
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dmain.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
97 static void copyright(void), usage(void);
198 #define LSIZE 256 /* maximum line size supported in copyright file */
695 * Same as pkgadd: suppress copyright notice being
1320 copyright();
1529 copyright();
2664 copyright();
2798 copyright(void) function
2804 /* Compose full path for copyright file */
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c14 * provided that: (1) source distributions retain this entire copyright
29 char copyright[] = variable

Completed in 463 milliseconds