summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRan Benita <ran@unusedvar.com>2021-04-08 10:13:27 +0300
committerRan Benita <ran@unusedvar.com>2021-04-08 10:14:15 +0300
commit5d297c5012a1c88219b4e2f6a045a52a9d6d7e7f (patch)
tree460c718778a1a6b619e44be6b5f5c1383d58b9cb /scripts
parent097a0ca7d688621c2346eb19c2b1b37746cf1273 (diff)
downloadxorg-lib-libxkbcommon-5d297c5012a1c88219b4e2f6a045a52a9d6d7e7f.tar.gz
scripts: update license note in perfect_hash.py
Ref: https://github.com/ilanschnell/perfect-hash/issues/5 Signed-off-by: Ran Benita <ran@unusedvar.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/perfect_hash.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/perfect_hash.py b/scripts/perfect_hash.py
index b94ed98..95c6156 100644
--- a/scripts/perfect_hash.py
+++ b/scripts/perfect_hash.py
@@ -1,9 +1,9 @@
# Derived from: https://github.com/ilanschnell/perfect-hash
-# Commit: e376138af70db9f668de7e23cf84671872a676d8
+# Commit: 6b7dd80a525dbd4349ea2c69f04a9c96f3c2fd54
# BSD 3-Clause License
#
-# Copyright (c) 2019, Ilan Schnell
+# Copyright (c) 2019 - 2021, Ilan Schnell
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -13,14 +13,14 @@
# * Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
-# * Neither the name of the <organization> nor the
+# * Neither the name of the Ilan Schnell nor the
# names of its contributors may be used to endorse or promote products
# derived from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-# DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
+# DISCLAIMED. IN NO EVENT SHALL ILAN SCHNELL BE LIABLE FOR ANY
# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND