Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sv2v
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
sv2v
Commits
a4928a87
Commit
a4928a87
authored
May 05, 2024
by
Zachary Snow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
swap order of regexes in notice.sh
parent
988f76b9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
NOTICE
+6
-6
notice.sh
+1
-1
No files found.
NOTICE
View file @
a4928a87
...
@@ -470,24 +470,24 @@ Dependency: exceptions-0.10.7
...
@@ -470,24 +470,24 @@ Dependency: exceptions-0.10.7
Copyright 2013-2015 Edward Kmett
Copyright 2013-2015 Edward Kmett
Copyright 2012 Google Inc.
Copyright 2012 Google Inc.
All rights reserved.
All rights reserved.
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
modification, are permitted provided that the following conditions
are met:
are met:
1. Redistributions of source code must retain the above copyright
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
documentation and/or other materials provided with the distribution.
3. Neither the name of the author nor the names of his contributors
3. Neither the name of the author nor the names of his contributors
may be used to endorse or promote products derived from this software
may be used to endorse or promote products derived from this software
without specific prior written permission.
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR
THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
...
...
notice.sh
View file @
a4928a87
...
@@ -14,6 +14,6 @@ for dependency in `echo "$dependencies"`; do
...
@@ -14,6 +14,6 @@ for dependency in `echo "$dependencies"`; do
echo
"Dependency:
$dependency
"
echo
"Dependency:
$dependency
"
echo
"================================================================================"
echo
"================================================================================"
echo
""
echo
""
curl
"
$license_url
"
2> /dev/null | sed
-e
"s/
^/ /"
-e
"s/ *
$/
/"
-e
"s/
\r
$/
/"
curl
"
$license_url
"
2> /dev/null | sed
-e
"s/
\r
$/
/"
-e
"s/^/ /"
-e
"s/ *
$/
/"
echo
""
echo
""
done
done
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment