Home
last modified time | relevance | path

Searched full:subject (Results 1 – 25 of 2912) sorted by relevance

12345678910>>...117

/openbmc/openbmc/poky/meta/files/common-licenses/
H A DNASA-1.34 …S OR REDISTRIBUTIONS OF THE SUBJECT SOFTWARE. ANYONE WHO USES, REPRODUCES, DISTRIBUTES, MODIFIES O…
9Subject Software. C. "Display" means the showing of a copy of the Subject Software, either directl…
12Subject to the terms and conditions of this Agreement, each Contributor, with respect to its own c…
20Subject 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…
35Subject 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 DOLFL-1.39 (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 DSGI-B-1.140 …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…
72subject 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 DSGI-B-1.036 …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…
70subject 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 DCPOL-1.027 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 DZimbra-1.38 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…
29subject matter of this Agreement and supersedes all previous communications, representations, unde…
H A DYPL-1.09 …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…
47subject matter of this Agreement and supersedes all previous communications, representations, unde…
H A DCDL-1.013 …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 DZimbra-1.49 …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…
47subject matter of this Agreement and supersedes all previous communications, representations, unde…
/openbmc/openbmc/poky/contrib/git-hooks/
H A Dsendemail-validate.sample27 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/u-boot/tools/patman/
H A Dcommit.py7 # 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 Dfunc_test.py52 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 Dpatchtest-get-branch6 # 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
H A Dcreate-pull-request24 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 Db4-wrapper-poky.py44 # Subject field is used to identify the last patch as this script is called for
49 re_subject = re.compile(r'^Subject:.*\[.*PATCH.*\s(\d+)/\1')
52 subject = None variable
62 subject = re_subject.match(line) variable
63 if subject:
65 if subject.group(1) == 1:
68 if re.match(r'^Subject: .*\[.*PATCH[^/]*\]', line):
184 if subject and ref and series_check.exists():
H A Dcombo-layer-hook-default.sh17 sed -i -e "0,/^Subject:/s#^Subject: \[PATCH\] \($reponame: \)*\(.*\)#Subject: \[PATCH\] $reponame: …
/openbmc/openbmc/poky/scripts/contrib/
H A Doe-build-perf-report-email.py47 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/recipes-extended/xdg-utils/xdg-utils/
H A D1f199813e0eb0246f63b54e9e154970e609575af.patch4 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)
H A DCVE-2022-4055.patch3 …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"
/openbmc/openbmc/poky/meta/lib/patchtest/
H A Dmbox.py48 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/openbmc/poky/meta/lib/patchtest/tests/
H A Dbase.py26 "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/meta-openembedded/meta-oe/recipes-support/nss/nss/
H A D0003-nss-fix-incorrect-shebang-of-perl.patch4 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
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/polkit/files/
H A D50-org.freedesktop.NetworkManager.rules4 polkit.addRule(function(action, subject) {
5 if (action.id.indexOf("org.freedesktop.NetworkManager.") == 0 && subject.isInGroup("network")) {
H A D50-org.freedesktop.timedate1.rules4 polkit.addRule(function(action, subject) {
5 if (action.id.indexOf("org.freedesktop.timedate1.") == 0 && subject.isInGroup("datetime")) {
/openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-tool/files/
H A D0001-parsec-cli-tests.sh-adapt-to-new-serialNumber-output.patch4 Subject: [PATCH] parsec-cli-tests.sh: adapt to new serialNumber output
26 - if ! cat ${MY_TMP}/${KEY}.txt | grep "Subject:" | grep "serialNumber = ${TEST_SERIAL}"; th…
27 + if ! cat ${MY_TMP}/${KEY}.txt | grep "Subject:" | grep -e "serialNumber = ${TEST_SERIAL}" …

12345678910>>...117