Skip to content

Commit 8416c3a

Browse files
committed
Removed mentions of C-Thread-Pool from license
1 parent 60b1360 commit 8416c3a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+1579
-1420
lines changed

CMakeLists.txt

+1-15
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,6 @@
3030
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
3131
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3232
#
33-
# -----
34-
# NOTE:
35-
# -----
36-
#
37-
# GUFI uses the C-Thread-Pool library. The original version, written by
38-
# Johan Hanssen Seferidis, is found at
39-
# https://github.com/Pithikos/C-Thread-Pool/blob/master/LICENSE, and is
40-
# released under the MIT License. LANS, LLC added functionality to the
41-
# original work. The original work, plus LANS, LLC added functionality is
42-
# found at https://github.com/jti-lanl/C-Thread-Pool, also under the MIT
43-
# License. The MIT License can be found at
44-
# https://opensource.org/licenses/MIT.
45-
#
4633
#
4734
# From Los Alamos National Security, LLC:
4835
# LA-CC-15-039
@@ -258,8 +245,7 @@ set(COMMON_INCLUDES
258245
${CMAKE_SOURCE_DIR}/include
259246
${XATTR_INCLUDEDIR}
260247
${DEP_INSTALL_PREFIX}/sqlite3/include
261-
${DEP_INSTALL_PREFIX}/sqlite3-pcre
262-
${DEP_INSTALL_PREFIX}/C-Thread-Pool/include)
248+
${DEP_INSTALL_PREFIX}/sqlite3-pcre)
263249
include_directories(${COMMON_INCLUDES})
264250

265251
# set of libraries needed by the final binaries

INSTALL

-14
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,6 @@ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
3030
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
3131
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3232

33-
-----
34-
NOTE:
35-
-----
36-
37-
GUFI uses the C-Thread-Pool library. The original version, written by
38-
Johan Hanssen Seferidis, is found at
39-
https://github.com/Pithikos/C-Thread-Pool/blob/master/LICENSE, and is
40-
released under the MIT License. LANS, LLC added functionality to the
41-
original work. The original work, plus LANS, LLC added functionality is
42-
found at https://github.com/jti-lanl/C-Thread-Pool, also under the MIT
43-
License. The MIT License can be found at
44-
https://opensource.org/licenses/MIT.
45-
4633

4734
From Los Alamos National Security, LLC:
4835
LA-CC-15-039
@@ -112,7 +99,6 @@ pcre (version 1)
11299

113100
# packages that are provided by GUFI
114101
# locations for these packages can be provided (single prefix) in order to avoid downloading them
115-
C-Thread-Pool
116102
GoogleTest
117103
jemalloc
118104
paramiko (patched by GUFI)

LICENSE.txt

-16
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,6 @@ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
3131
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
3232
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3333

34-
-----
35-
NOTE:
36-
-----
37-
38-
GUFI uses the C-Thread-Pool library. The original version, written by
39-
Johan Hanssen Seferidis, is found at
40-
https://github.com/Pithikos/C-Thread-Pool/blob/master/LICENSE, and is
41-
released under the MIT License. LANS, LLC added functionality to the
42-
original work. The original work, plus LANS, LLC added functionality is
43-
found at https://github.com/jti-lanl/C-Thread-Pool, also under the MIT
44-
License. The MIT License can be found at
45-
https://opensource.org/licenses/MIT.
46-
4734

4835
From Los Alamos National Security, LLC:
4936
LA-CC-15-039
@@ -72,6 +59,3 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
7259
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
7360
OF SUCH DAMAGE.
7461
*/
75-
76-
77-

contrib/CMakeLists.txt

-13
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,6 @@
3030
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
3131
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3232
#
33-
# -----
34-
# NOTE:
35-
# -----
36-
#
37-
# GUFI uses the C-Thread-Pool library. The original version, written by
38-
# Johan Hanssen Seferidis, is found at
39-
# https://github.com/Pithikos/C-Thread-Pool/blob/master/LICENSE, and is
40-
# released under the MIT License. LANS, LLC added functionality to the
41-
# original work. The original work, plus LANS, LLC added functionality is
42-
# found at https://github.com/jti-lanl/C-Thread-Pool, also under the MIT
43-
# License. The MIT License can be found at
44-
# https://opensource.org/licenses/MIT.
45-
#
4633
#
4734
# From Los Alamos National Security, LLC:
4835
# LA-CC-15-039

contrib/canned_queries.sh

+62
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,65 @@
1+
# This file is part of GUFI, which is part of MarFS, which is released
2+
# under the BSD license.
3+
#
4+
#
5+
# Copyright (c) 2017, Los Alamos National Security (LANS), LLC
6+
# All rights reserved.
7+
#
8+
# Redistribution and use in source and binary forms, with or without modification,
9+
# are permitted provided that the following conditions are met:
10+
#
11+
# 1. Redistributions of source code must retain the above copyright notice, this
12+
# list of conditions and the following disclaimer.
13+
#
14+
# 2. Redistributions in binary form must reproduce the above copyright notice,
15+
# this list of conditions and the following disclaimer in the documentation and/or
16+
# other materials provided with the distribution.
17+
#
18+
# 3. Neither the name of the copyright holder nor the names of its contributors
19+
# may be used to endorse or promote products derived from this software without
20+
# specific prior written permission.
21+
#
22+
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
23+
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
24+
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
25+
# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
26+
# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
27+
# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
28+
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
29+
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
30+
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
31+
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32+
#
33+
#
34+
# From Los Alamos National Security, LLC:
35+
# LA-CC-15-039
36+
#
37+
# Copyright (c) 2017, Los Alamos National Security, LLC All rights reserved.
38+
# Copyright 2017. Los Alamos National Security, LLC. This software was produced
39+
# under U.S. Government contract DE-AC52-06NA25396 for Los Alamos National
40+
# Laboratory (LANL), which is operated by Los Alamos National Security, LLC for
41+
# the U.S. Department of Energy. The U.S. Government has rights to use,
42+
# reproduce, and distribute this software. NEITHER THE GOVERNMENT NOR LOS
43+
# ALAMOS NATIONAL SECURITY, LLC MAKES ANY WARRANTY, EXPRESS OR IMPLIED, OR
44+
# ASSUMES ANY LIABILITY FOR THE USE OF THIS SOFTWARE. If software is
45+
# modified to produce derivative works, such modified software should be
46+
# clearly marked, so as not to confuse it with the version available from
47+
# LANL.
48+
#
49+
# THIS SOFTWARE IS PROVIDED BY LOS ALAMOS NATIONAL SECURITY, LLC AND CONTRIBUTORS
50+
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
51+
# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
52+
# ARE DISCLAIMED. IN NO EVENT SHALL LOS ALAMOS NATIONAL SECURITY, LLC OR
53+
# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
54+
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
55+
# OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
56+
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
57+
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
58+
# IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
59+
# OF SUCH DAMAGE.
60+
61+
62+
163
#!/usr/bin/env bash
264

365
set -e

contrib/gendir.c

+64
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,67 @@
1+
/*
2+
This file is part of GUFI, which is part of MarFS, which is released
3+
under the BSD license.
4+
5+
6+
Copyright (c) 2017, Los Alamos National Security (LANS), LLC
7+
All rights reserved.
8+
9+
Redistribution and use in source and binary forms, with or without modification,
10+
are permitted provided that the following conditions are met:
11+
12+
1. Redistributions of source code must retain the above copyright notice, this
13+
list of conditions and the following disclaimer.
14+
15+
2. Redistributions in binary form must reproduce the above copyright notice,
16+
this list of conditions and the following disclaimer in the documentation and/or
17+
other materials provided with the distribution.
18+
19+
3. Neither the name of the copyright holder nor the names of its contributors
20+
may be used to endorse or promote products derived from this software without
21+
specific prior written permission.
22+
23+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
24+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
25+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
26+
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
27+
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
28+
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
29+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
30+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
31+
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
32+
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33+
34+
35+
From Los Alamos National Security, LLC:
36+
LA-CC-15-039
37+
38+
Copyright (c) 2017, Los Alamos National Security, LLC All rights reserved.
39+
Copyright 2017. Los Alamos National Security, LLC. This software was produced
40+
under U.S. Government contract DE-AC52-06NA25396 for Los Alamos National
41+
Laboratory (LANL), which is operated by Los Alamos National Security, LLC for
42+
the U.S. Department of Energy. The U.S. Government has rights to use,
43+
reproduce, and distribute this software. NEITHER THE GOVERNMENT NOR LOS
44+
ALAMOS NATIONAL SECURITY, LLC MAKES ANY WARRANTY, EXPRESS OR IMPLIED, OR
45+
ASSUMES ANY LIABILITY FOR THE USE OF THIS SOFTWARE. If software is
46+
modified to produce derivative works, such modified software should be
47+
clearly marked, so as not to confuse it with the version available from
48+
LANL.
49+
50+
THIS SOFTWARE IS PROVIDED BY LOS ALAMOS NATIONAL SECURITY, LLC AND CONTRIBUTORS
51+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
52+
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
53+
ARE DISCLAIMED. IN NO EVENT SHALL LOS ALAMOS NATIONAL SECURITY, LLC OR
54+
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
55+
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
56+
OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
57+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
58+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
59+
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
60+
OF SUCH DAMAGE.
61+
*/
62+
63+
64+
165
/*
266
This code generates directories in a well defined manner. Starting
367
at the root directory, the provided fixed number subdirectories

contrib/gentrace.py

+62
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,65 @@
1+
# This file is part of GUFI, which is part of MarFS, which is released
2+
# under the BSD license.
3+
#
4+
#
5+
# Copyright (c) 2017, Los Alamos National Security (LANS), LLC
6+
# All rights reserved.
7+
#
8+
# Redistribution and use in source and binary forms, with or without modification,
9+
# are permitted provided that the following conditions are met:
10+
#
11+
# 1. Redistributions of source code must retain the above copyright notice, this
12+
# list of conditions and the following disclaimer.
13+
#
14+
# 2. Redistributions in binary form must reproduce the above copyright notice,
15+
# this list of conditions and the following disclaimer in the documentation and/or
16+
# other materials provided with the distribution.
17+
#
18+
# 3. Neither the name of the copyright holder nor the names of its contributors
19+
# may be used to endorse or promote products derived from this software without
20+
# specific prior written permission.
21+
#
22+
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
23+
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
24+
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
25+
# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
26+
# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
27+
# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
28+
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
29+
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
30+
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
31+
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32+
#
33+
#
34+
# From Los Alamos National Security, LLC:
35+
# LA-CC-15-039
36+
#
37+
# Copyright (c) 2017, Los Alamos National Security, LLC All rights reserved.
38+
# Copyright 2017. Los Alamos National Security, LLC. This software was produced
39+
# under U.S. Government contract DE-AC52-06NA25396 for Los Alamos National
40+
# Laboratory (LANL), which is operated by Los Alamos National Security, LLC for
41+
# the U.S. Department of Energy. The U.S. Government has rights to use,
42+
# reproduce, and distribute this software. NEITHER THE GOVERNMENT NOR LOS
43+
# ALAMOS NATIONAL SECURITY, LLC MAKES ANY WARRANTY, EXPRESS OR IMPLIED, OR
44+
# ASSUMES ANY LIABILITY FOR THE USE OF THIS SOFTWARE. If software is
45+
# modified to produce derivative works, such modified software should be
46+
# clearly marked, so as not to confuse it with the version available from
47+
# LANL.
48+
#
49+
# THIS SOFTWARE IS PROVIDED BY LOS ALAMOS NATIONAL SECURITY, LLC AND CONTRIBUTORS
50+
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
51+
# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
52+
# ARE DISCLAIMED. IN NO EVENT SHALL LOS ALAMOS NATIONAL SECURITY, LLC OR
53+
# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
54+
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
55+
# OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
56+
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
57+
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
58+
# IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
59+
# OF SUCH DAMAGE.
60+
61+
62+
163
#!/usr/bin/env python2
264

365
import argparse

contrib/make_testindex.cpp

+2-13
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,6 @@ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
3131
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
3232
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3333
34-
-----
35-
NOTE:
36-
-----
37-
38-
GUFI uses the C-Thread-Pool library. The original version, written by
39-
Johan Hanssen Seferidis, is found at
40-
https://github.com/Pithikos/C-Thread-Pool/blob/master/LICENSE, and is
41-
released under the MIT License. LANS, LLC added functionality to the
42-
original work. The original work, plus LANS, LLC added functionality is
43-
found at https://github.com/jti-lanl/C-Thread-Pool, also under the MIT
44-
License. The MIT License can be found at
45-
https://opensource.org/licenses/MIT.
46-
4734
4835
From Los Alamos National Security, LLC:
4936
LA-CC-15-039
@@ -73,6 +60,8 @@ IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
7360
OF SUCH DAMAGE.
7461
*/
7562

63+
64+
7665
#include <chrono>
7766
#include <cmath>
7867
#include <condition_variable>

contrib/trace_anonymizer.py

+62
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,65 @@
1+
# This file is part of GUFI, which is part of MarFS, which is released
2+
# under the BSD license.
3+
#
4+
#
5+
# Copyright (c) 2017, Los Alamos National Security (LANS), LLC
6+
# All rights reserved.
7+
#
8+
# Redistribution and use in source and binary forms, with or without modification,
9+
# are permitted provided that the following conditions are met:
10+
#
11+
# 1. Redistributions of source code must retain the above copyright notice, this
12+
# list of conditions and the following disclaimer.
13+
#
14+
# 2. Redistributions in binary form must reproduce the above copyright notice,
15+
# this list of conditions and the following disclaimer in the documentation and/or
16+
# other materials provided with the distribution.
17+
#
18+
# 3. Neither the name of the copyright holder nor the names of its contributors
19+
# may be used to endorse or promote products derived from this software without
20+
# specific prior written permission.
21+
#
22+
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
23+
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
24+
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
25+
# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
26+
# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
27+
# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
28+
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
29+
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
30+
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
31+
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32+
#
33+
#
34+
# From Los Alamos National Security, LLC:
35+
# LA-CC-15-039
36+
#
37+
# Copyright (c) 2017, Los Alamos National Security, LLC All rights reserved.
38+
# Copyright 2017. Los Alamos National Security, LLC. This software was produced
39+
# under U.S. Government contract DE-AC52-06NA25396 for Los Alamos National
40+
# Laboratory (LANL), which is operated by Los Alamos National Security, LLC for
41+
# the U.S. Department of Energy. The U.S. Government has rights to use,
42+
# reproduce, and distribute this software. NEITHER THE GOVERNMENT NOR LOS
43+
# ALAMOS NATIONAL SECURITY, LLC MAKES ANY WARRANTY, EXPRESS OR IMPLIED, OR
44+
# ASSUMES ANY LIABILITY FOR THE USE OF THIS SOFTWARE. If software is
45+
# modified to produce derivative works, such modified software should be
46+
# clearly marked, so as not to confuse it with the version available from
47+
# LANL.
48+
49+
# THIS SOFTWARE IS PROVIDED BY LOS ALAMOS NATIONAL SECURITY, LLC AND CONTRIBUTORS
50+
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
51+
# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
52+
# ARE DISCLAIMED. IN NO EVENT SHALL LOS ALAMOS NATIONAL SECURITY, LLC OR
53+
# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
54+
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
55+
# OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
56+
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
57+
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
58+
# IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
59+
# OF SUCH DAMAGE.
60+
61+
62+
163
#!/usr/bin/env python
264

365
from base64 import urlsafe_b64encode, urlsafe_b64decode

0 commit comments

Comments
 (0)