/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | NASA-1.3 | 4 …S OR REDISTRIBUTIONS OF THE SUBJECT SOFTWARE. ANYONE WHO USES, REPRODUCES, DISTRIBUTES, MODIFIES O… 9 …Subject Software. C. "Display" means the showing of a copy of the Subject Software, either directl… 12 …Subject to the terms and conditions of this Agreement, each Contributor, with respect to its own c… 20 …Subject to the terms and conditions of this Agreement, each Contributor, with respect to its own c… 27 …B. also apply to the combination of a Contributor`s Modification and the Subject Software if, at t… 32 A. Distribution or Redistribution of the Subject Software must be made under this Agreement except … 34 …istributes or redistributes the Subject Software, a copy of this Agreement must be included with e… 35 …Subject Software in any form other than source code, Recipient must also make the source code free… 36 …ipient must ensure that the following copyright notice appears prominently in the Subject Software: 44 C. Each Contributor must characterize its alteration of the Subject Software as a Modification and … [all …]
|
H A D | OLFL-1.3 | 9 (1) "Subject Matter of the License" shall mean the works of software components 14 distribution of the Subject Matter of the License in accordance with the 32 any other form, that is based on (or derived from) the Subject Matter of the 37 the Subject Matter of the License and Derivative Works thereof. 40 version of the Subject Matter of the License and any changes or additions to 43 a Licensor to be incorporated into the Subject Matter of the License. For the 46 purpose of discussing or improving the Subject Matter of the License, including 54 incorporated into the Subject Matter of the License. 58 Subject to the terms and conditions of this License and compliance with the 60 as applicable to the respective Subject Matter of the License the [all …]
|
H A D | SGI-B-1.1 | 40 …2.1 SGI License Grant. Subject to the terms of this License and any third party intellectual prope… 42 …2.2 Recipient License Grant. Subject to the terms of this License and any third party intellectual… 58 … implied or statutory, to which, under any applicable law, it might be deemed to have been subject. 62 …Covered Code under the terms of any subsequent version published by SGI. Subject to the provisions… 64 … THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT SUBJECT TO THIS DISCLAIME… 70 …ment End Users acquire only the rights set forth in this License and are subject to the terms of t… 72 …subject matter. If any provision of this License is held to be unenforceable, such provision shall… 76 …e subject to an alternative license as permitted in the SGI Free Software License B, Version 1.1 (…
|
H A D | SGI-B-1.0 | 36 …2.1v License Grant. Subject to the provisions of this License and any third party intellectual pro… 56 … implied or statutory, to which, under any applicable law, it might be deemed to have been subject. 60 …Covered Code under the terms of any subsequent version published by SGI. Subject to the provisions… 62 … THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT SUBJECT TO THIS DISCLAIME… 68 …ment End Users acquire only the rights set forth in this License and are subject to the terms of t… 70 …subject matter. If any provision of this License is held to be unenforceable, such provision shall… 74 …e subject to an alternative license as permitted in the SGI Free Software License B, Version 1.0 (…
|
H A D | CPOL-1.02 | 7 The main points subject to the terms of the License are: 44 3. License Grant. Subject to the terms and conditions of this License, the Author hereby grants You… 48 …d in such a way shall still be considered the standard version and will be subject to this License. 56 …s of this Work shall not be considered part of this Work and will not be subject to the terms of t… 58 4. Patent License. Subject to the terms and conditions of this License, each Author hereby grants t… 60 5. Restrictions. The license granted in Section 3 above is expressly made subject to and limited by… 72 …r on pages containing illegal, immoral or improper material. The Work is subject to applicable exp… 86 …c. Subject to the above terms and conditions, this License is perpetual (for the duration of the a… 88 …s, be responsible for and shall not have any liability in respect of the subject matter of this Li…
|
H A D | APSL-1.1 | 12 subject to this Apple Public Source License and which contains a 14 Code" and stating that it is subject to the terms of this Apple Public 21 property rights or are otherwise the subject of a claim of 26 acquired, owned by or assigned to Apple and (ii) that cover subject 31 owned by or assigned to You and (ii) that cover subject matter in Your 78 2. Permitted Uses; Conditions & Restrictions. Subject to the terms 114 under the terms of this License and subject to the license grants set 212 the Original Code becomes the subject of a claim of infringement, 230 be construed to restrict You, at Your option and subject to applicable 258 automatically subject to this License. Apple may, at its sole [all …]
|
H A D | Zimbra-1.3 | 8 1.1 - Subject to the terms and conditions of this Agreement, VMware hereby grants to You, under any… 9 …oration or other entity, Your use of the Software or any Modification is subject to Your having th… 10 …ware, You are not subject to the jurisdiction provision under Section 7, which requires all disput… 29 …subject matter of this Agreement and supersedes all previous communications, representations, unde…
|
H A D | YPL-1.0 | 9 …1.1 - Subject to the terms and conditions of this Agreement, Yahoo! hereby grants to You, under an… 11 …oration or other entity, Your use of the Software or any Modification is subject to Your having th… 13 …hoo!, You are not subject to the jurisdiction provision under Section 7, which requires all disput… 47 …subject matter of this Agreement and supersedes all previous communications, representations, unde…
|
H A D | CDL-1.0 | 13 …that contains a notice placed by the Copyright Holder stating that it is subject to the terms of t… 17 …ny documentation, manual or other work that has been identified as being subject to the terms of t… 23 2. Basic License. Subject to all the terms and conditions of this License, You may use, copy, modif… 25 3. Derivative Works. All Derivative Works are subject to the terms of this License. You may copy an… 33 …ident to a recipient of your Derivative Work that the Derivative Work is subject to the terms of t… 35 …inclusion of the Document and/or Derivative Work and the fact that it is subject to the terms of t… 53 … [Copyright Holder's name]. This material has been released under and is subject to the terms of t…
|
H A D | Zimbra-1.4 | 9 …1.1 - Subject to the terms and conditions of this Agreement, Zimbra hereby grants to You, under an… 11 …oration or other entity, Your use of the Software or any Modification is subject to Your having th… 13 …mbra, You are not subject to the jurisdiction provision under Section 7, which requires all disput… 47 …subject matter of this Agreement and supersedes all previous communications, representations, unde…
|
/openbmc/openbmc/poky/contrib/git-hooks/ |
H A D | sendemail-validate.sample | 27 class Subject(enum.IntEnum): class 48 subject_seen = Subject.NOT_SEEN 51 if (subject_seen == Subject.NOT_SEEN) and line.startswith("Subject: "): 52 subject_seen = Subject.CONSUMING 54 if subject_seen == Subject.CONSUMING: 56 subject_seen = Subject.SEEN 58 if subject_seen == Subject.SEEN: 62 assert subject_seen == Subject.SEEN
|
/openbmc/bmcweb/http/ |
H A D | mutual_tls_meta.hpp | 16 // Parses a Meta internal TLS client certificate Subject CN in in mtlsMetaParseSslUser() 22 // Example client subject CN -> local user name: in mtlsMetaParseSslUser() 29 BMCWEB_LOG_WARNING("Invalid Meta TLS client cert Subject CN: '{}'", in mtlsMetaParseSslUser() 39 "Invalid/unsupported entityType='{}' in Meta TLS client cert Subject CN: '{}'", in mtlsMetaParseSslUser() 49 // No '/' character, Subject CN is just '<entityType>:<entity>' in mtlsMetaParseSslUser() 54 // Subject CN ends with /<hostname> in mtlsMetaParseSslUser() 62 "Invalid entity='{}' in Meta TLS client cert Subject CN: '{}'", in mtlsMetaParseSslUser() 70 BMCWEB_LOG_DEBUG("Invalid Meta TLS client cert Subject CN: '{}'", in mtlsMetaParseSslUser()
|
/openbmc/linux/security/smack/ |
H A D | smack_access.c | 56 * @subject_label: a pointer to the subject's Smack label 60 * This function looks up the subject/object pair in the 103 * smk_access - determine if a subject has a specific access to an object 104 * @subject: a pointer to the subject's Smack label entry 109 * This function looks up the subject/object pair in the 115 int smk_access(struct smack_known *subject, struct smack_known *object, in smk_access() argument 125 * A star subject can't access any object. in smk_access() 127 if (subject == &smack_known_star) { in smk_access() 132 * An internet object can be accessed by any subject. in smk_access() 134 * An internet subject can access any object. in smk_access() [all …]
|
/openbmc/u-boot/tools/patman/ |
H A D | commit.py | 7 # Separates a tag: at the beginning of the subject from the rest of it 18 subject: Subject line 27 self.subject = None 46 """Create a list of subject tags in the commit 48 Subject tags look like this: 58 str = self.subject
|
H A D | func_test.py | 52 def GetPatchName(self, subject): argument 53 fname = re.sub('[ :]', '-', subject) 60 clean_subject = self.GetPatchName(commit.subject) 110 git format-patch --subject-prefix RFC --cover-letter HEAD~2 117 - cover letter has the expected text and subject 118 - each patch has the correct subject 228 'Subject: [RFC PATCH v3 0/2] test: A test patch series', 235 subject = [line for line in lines if line.startswith('Subject')] 236 self.assertEqual('Subject: [RFC %d/%d]' % (i + 1, count), 237 subject[0][:18])
|
/openbmc/openbmc/poky/scripts/ |
H A D | create-pull-request | 24 Usage: $CMD [-h] [-o output_dir] [-m msg_body_file] [-s subject] [-r relative_to] [-i commit_id] [-… 34 -p prefix Use [prefix N/M] instead of [PATCH N/M] as the subject prefix 36 -s subject The subject to be inserted into the summary email 91 SUBJECT="$OPTARG" 192 git format-patch $extraopts -M40 --subject-prefix="$PREFIX" -n -o $ODIR --thread=shallow --cover-le… 249 # Set subject automatically if there is only one patch 251 if [ -z "$SUBJECT" -a $patch_cnt -eq 1 ]; then 252 SUBJECT="`git log --format=%s ${RELATIVE_TO}..${L_BRANCH}`" 255 # Replace the SUBJECT token with it. 256 if [ -n "$SUBJECT" ]; then [all …]
|
H A D | patchtest-get-branch | 6 # where target branch is defined inside brackets as subject prefix 30 subject = ' '.join(mailbox.mbox(filepath_mbox)[0]['subject'].splitlines()) 46 mprefix = re.findall(r'\[.*?\]', subject) 68 return (subject, found_branch) 79 subject, branch = get_branch(args.repo, args.mbox, args.default_branch) variable
|
/openbmc/openbmc/poky/meta/recipes-extended/xdg-utils/xdg-utils/ |
H A D | CVE-2022-4055.patch | 3 …c values are properly enclosed in single quotes this is not the case for subject or body. This bre… 5 xdg-email 'mailto:test@example.com?subject=Test,attachment=~/.thunderbird/profiles.ini,message=/hom… 9 thunderbird -compose to='test@example.com,',subject=Test,attachment=~/.thunderbird/profiles.ini,mes… 30 - local THUNDERBIRD MAILTO NEWMAILTO TO CC BCC SUBJECT BODY 44 - SUBJECT=$(echo "$MAILTO" | grep '^subject=' | tail -n 1) 58 - if [ -n "$SUBJECT" ] ; then 59 - NEWMAILTO="${NEWMAILTO},$SUBJECT"
|
H A D | 1f199813e0eb0246f63b54e9e154970e609575af.patch | 4 Subject: [PATCH] xdg-email: remove attachment handling from mailto 32 - local THUNDERBIRD MAILTO NEWMAILTO TO CC BCC SUBJECT BODY ATTACH 33 + local THUNDERBIRD MAILTO NEWMAILTO TO CC BCC SUBJECT BODY 39 SUBJECT=$(echo "$MAILTO" | grep '^subject=' | tail -n 1)
|
/openbmc/openbmc/poky/scripts/contrib/ |
H A D | oe-build-perf-report-email.py | 47 parser.add_argument('--subject', default="Yocto build perf test report", 48 help="Email subject") 63 def send_email(text_fn, subject, recipients, copy=[], blind_copy=[]): argument 78 msg['Subject'] = subject 108 send_email(args.text, args.subject, args.to, args.cc, args.bcc)
|
/openbmc/openbmc/poky/meta/lib/patchtest/tests/ |
H A D | base.py | 26 "Commit", ["author", "subject", "commit_message", "shortlog", "payload"] 29 Commit = collections.namedtuple('Commit', ['author', 'subject', 'commit_message', 'shortlog', 'payl… 43 return Commit(subject=msg['subject'].replace('\n', ' ').replace(' ', ' '), 45 shortlog=Base.shortlog(msg['subject']), 84 if msg['subject'] and msg.get_payload(): 109 value['commit'] = {'subject': commit.subject,
|
/openbmc/openbmc/poky/meta/lib/patchtest/ |
H A D | mbox.py | 48 self.subject = data['Subject'] 73 # include the branch name in the subject, so parse that 74 match = pattern.search(self.patches[0].subject) 89 # found, then assume there was no branch tag in the subject line
|
/openbmc/linux/Documentation/admin-guide/LSM/ |
H A D | Smack.rst | 134 This interface reports whether a subject with the specified 142 This interface reports whether a subject with the specified 159 where the first string is the subject label, the second the 162 "rwxat-". If a rule for a given subject and object exists it will be 223 where the first string is the subject label, the second the 238 where the first string is the subject label, the second the 293 For the ``PTRACE_READ`` a subject needs to have a read access on 298 only allowed when subject's and object's labels are equal. 305 revoke-subject 307 rules with that subject label. [all …]
|
/openbmc/linux/crypto/asymmetric_keys/ |
H A D | x509_parser.h | 18 char *subject; /* Name of certificate subject */ member 20 struct asymmetric_key_id *skid; /* Subject + subjectKeyId (optional) */ 31 const void *raw_subject; /* Raw subject name in ASN.1 */
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/ |
H A D | 0003-nss-fix-incorrect-shebang-of-perl.patch | 4 Subject: [PATCH] nss: fix incorrect shebang of perl 29 # This Source Code Form is subject to the terms of the Mozilla Public 39 # This Source Code Form is subject to the terms of the Mozilla Public 50 # This Source Code Form is subject to the terms of the Mozilla Public 60 # This Source Code Form is subject to the terms of the Mozilla Public 80 # This Source Code Form is subject to the terms of the Mozilla Public
|