Skip to content

Commit 9dec333

Browse files
committed
Replace Apache license with curl license.
The Apache license was mistakenly applied to this file. Replace it with the standard curl license header. Closes #49 Signed-off-by: Max Dymond <[email protected]>
1 parent 284d251 commit 9dec333

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed

ossfuzz.sh

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,25 @@
11
#!/bin/bash -eu
2-
# Copyright 2016 Google Inc.
2+
#***************************************************************************
3+
# _ _ ____ _
4+
# Project ___| | | | _ \| |
5+
# / __| | | | |_) | |
6+
# | (__| |_| | _ <| |___
7+
# \___|\___/|_| \_\_____|
38
#
4-
# Licensed under the Apache License, Version 2.0 (the "License");
5-
# you may not use this file except in compliance with the License.
6-
# You may obtain a copy of the License at
9+
# Copyright (C) 2018-2021, Max Dymond, <[email protected]>, et al.
710
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
11+
# This software is licensed as described in the file COPYING, which
12+
# you should have received as part of this distribution. The terms
13+
# are also available at https://curl.haxx.se/docs/copyright.html.
914
#
10-
# Unless required by applicable law or agreed to in writing, software
11-
# distributed under the License is distributed on an "AS IS" BASIS,
12-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
# See the License for the specific language governing permissions and
14-
# limitations under the License.
15+
# You may opt to use, copy, modify, merge, publish, distribute and/or sell
16+
# copies of the Software, and permit persons to whom the Software is
17+
# furnished to do so, under the terms of the COPYING file.
1518
#
16-
################################################################################
19+
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
20+
# KIND, either express or implied.
21+
#
22+
###########################################################################
1723

1824
# Save off the current folder as the build root.
1925
export BUILD_ROOT=$PWD

0 commit comments

Comments
 (0)