HomeSort by: relevance | last modified time | path
    Searched defs:copyright (Results 1 - 25 of 56) sorted by relevancy

1 2 3

  /src/external/bsd/openldap/dist/build/
version.h 5 * Copyright 1998-2024 The OpenLDAP Foundation.
17 static const char copyright[] = variable
18 "Copyright 1998-2024 The OpenLDAP Foundation. All rights reserved.\n"
  /src/external/gpl3/gdb/dist/gdb/
gdbcopyright.py 0 # Copyright constant for Python code to use.
3 # Copyright (C) 2022-2024 Free Software Foundation, Inc.
21 def copyright(tool: str, description: str): function
22 # Search the tool source itself for the correct copyright years.
25 if line.startswith("# Copyright (C) "):
gdbarch.py 5 # Copyright (C) 1998-2024 Free Software Foundation, Inc.
36 copyright = gdbcopyright.copyright( variable
52 print(copyright, file=f)
123 print(copyright, file=f)
  /src/external/gpl3/gdb.old/dist/gdb/
gdbcopyright.py 0 # Copyright constant for Python code to use.
3 # Copyright (C) 2022-2024 Free Software Foundation, Inc.
21 def copyright(tool: str, description: str): function
22 # Search the tool source itself for the correct copyright years.
25 if line.startswith("# Copyright (C) "):
gdbarch.py 5 # Copyright (C) 1998-2024 Free Software Foundation, Inc.
36 copyright = gdbcopyright.copyright( variable
52 print(copyright, file=f)
123 print(copyright, file=f)
  /src/external/gpl3/gdb/dist/gdb/regformats/
regdat.sh 4 # Copyright (C) 2001-2024 Free Software Foundation, Inc.
79 copyright () function
85 Copyright (C) 2001-2013 Free Software Foundation, Inc.
109 copyright $1
  /src/external/gpl3/gdb.old/dist/gdb/regformats/
regdat.sh 4 # Copyright (C) 2001-2024 Free Software Foundation, Inc.
79 copyright () function
85 Copyright (C) 2001-2013 Free Software Foundation, Inc.
109 copyright $1
  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/
copyright.pm 2 # Copyright 2021-2022 The OpenSSL Project Authors. All Rights Reserved.
12 package OpenSSL::copyright;
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
copyright.pm 2 # Copyright 2021-2022 The OpenSSL Project Authors. All Rights Reserved.
12 package OpenSSL::copyright;
  /src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/
copyright.pm 2 # Copyright 2022 The OpenSSL Project Authors. All Rights Reserved.
12 package OpenSSL::copyright;
  /src/external/bsd/cron/dist/
globals.h 8 * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
9 * Copyright (c) 1997,2000 by Internet Software Consortium, Inc.
13 * copyright notice and this permission notice appear in all copies.
33 XTRN const char *copyright[] variable
37 "@(#) Copyright 1988,1989,1990,1993,1994 by Paul Vixie",
38 "@(#) Copyright 1997,2000 by Internet Software Consortium, Inc.",
39 "@(#) Copyright 2004 by Internet Systems Consortium, Inc.",
  /src/lib/libc/quad/TESTS/
divrem.c 4 * Copyright (c) 1992, 1993
14 * 1. Redistributions of source code must retain the above copyright
16 * 2. Redistributions in binary form must reproduce the above copyright
37 static char copyright[] = variable
38 "@(#) Copyright (c) 1992, 1993\n\
mul.c 4 * Copyright (c) 1992, 1993
14 * 1. Redistributions of source code must retain the above copyright
16 * 2. Redistributions in binary form must reproduce the above copyright
37 static char copyright[] = variable
38 "@(#) Copyright (c) 1992, 1993\n\
  /src/crypto/external/apache2/openssl/dist/crypto/bn/asm/
ia64-mont.pl 2 # Copyright 2010-2020 The OpenSSL Project Authors. All Rights Reserved.
863 .type copyright#,\@object
864 copyright:
855 copyright: label
  /src/crypto/external/bsd/openssl/dist/crypto/bn/asm/
ia64-mont.pl 2 # Copyright 2010-2020 The OpenSSL Project Authors. All Rights Reserved.
863 .type copyright#,\@object
864 copyright:
855 copyright: label
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/asm/
ia64-mont.pl 2 # Copyright 2010-2020 The OpenSSL Project Authors. All Rights Reserved.
862 .type copyright#,\@object
863 copyright:
854 copyright: label
  /src/games/adventure/
setup.c 4 * Copyright (c) 1991, 1993
13 * 1. Redistributions of source code must retain the above copyright
15 * 2. Redistributions in binary form must reproduce the above copyright
36 static char copyright[] = "@(#) Copyright (c) 1991, 1993\n\ variable
  /src/games/boggle/mkdict/
mkdict.c 4 * Copyright (c) 1993
13 * 1. Redistributions of source code must retain the above copyright
15 * 2. Redistributions in binary form must reproduce the above copyright
36 static const char copyright[] = variable
37 "@(#) Copyright (c) 1993\n\
  /src/usr.bin/vgrind/RETEST/
retest.c 4 * Copyright (c) 1980, 1993
10 * 1. Redistributions of source code must retain the above copyright
12 * 2. Redistributions in binary form must reproduce the above copyright
33 static char copyright[] = variable
34 "@(#) Copyright (c) 1980, 1993\n\
  /src/external/mpl/bind/dist/doc/man/
conf.py 2 # Copyright (C) Internet Systems Consortium, Inc. ("ISC")
10 # See the COPYRIGHT file distributed with this work for additional
11 # information regarding copyright ownership.
39 copyright = "%d, Internet Systems Consortium" % year variable
  /src/games/boggle/mkindex/
mkindex.c 4 * Copyright (c) 1993
13 * 1. Redistributions of source code must retain the above copyright
15 * 2. Redistributions in binary form must reproduce the above copyright
36 static char copyright[] = "@(#) Copyright (c) 1993\n\ variable
  /src/sys/arch/x68k/stand/newdisk/
newdisk.c 4 * Copyright (c) 1999 Minoura Makoto
10 * 1. Redistributions of source code must retain the above copyright
12 * 2. Redistributions in binary form must reproduce the above copyright
52 const char copyright[] = "NetBSD/x68k SCSI Primary Boot. "; variable
140 1, 0, copyright);
  /src/external/apache2/llvm/dist/clang/docs/analyzer/
conf.py 45 copyright = u'2013-%d, Analyzer Team' % date.today().year variable
156 # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
  /src/external/bsd/unbound/dist/libunbound/python/doc/
conf.py 41 copyright = '2009, Zdenek Vasicek, Marek Vavrusa' variable
  /src/external/bsd/unbound/dist/pythonmod/doc/
conf.py 39 copyright = '2009, Zdenek Vasicek, Marek Vavrusa' variable

Completed in 49 milliseconds

1 2 3