Skip to content

Commit

Permalink
Merge pull request #2496 from flx42/nvidia-hook-lgpl
Browse files Browse the repository at this point in the history
Fix license of the nvidia hook
  • Loading branch information
stgraber committed Jul 29, 2018
2 parents 38a8a5e + d23c6cc commit a4f181a
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions hooks/nvidia
@@ -1,6 +1,20 @@
#! /bin/bash

# Copyright (c) 2017, NVIDIA CORPORATION. All rights reserved.
#
# Copyright (c) 2017, 2018 NVIDIA CORPORATION.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

set -eu

Expand Down

0 comments on commit a4f181a

Please sign in to comment.