diff options
author | Daniel Dadap <ddadap@nvidia.com> | 2011-12-20 13:37:10 -0600 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2011-12-20 12:42:05 -0800 |
commit | a0fd6ef26ba7ac81b2173be6b3365e84df86b45a (patch) | |
tree | e783f87a56f4f09f0ba731e1932027861d44504b /utils.mk | |
parent | 4795e83c807c74c11913aaf7fda7b536b87b1e9b (diff) |
Update GPL boilerplate text to new NVIDIA corporate standard.
This change updates the boilerplate license text on all GPL-licensed
files to the standard text used by NVIDIA for GPL-licensed projects.
As part of this change, the license on these files is restricted to
GPL version 2.
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
Diffstat (limited to 'utils.mk')
-rw-r--r-- | utils.mk | 21 |
1 files changed, 8 insertions, 13 deletions
@@ -1,22 +1,17 @@ # # Copyright (C) 2008 NVIDIA Corporation # -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# This program is free software; you can redistribute it and/or modify it +# under the terms and conditions of the GNU General Public License, +# version 2, as published by the Free Software Foundation. # -# This program 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 -# General Public License for more details. +# This program 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 General Public License for +# more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the: -# -# Free Software Foundation, Inc. -# 59 Temple Place - Suite 330 -# Boston, MA 02111-1307, USA +# along with this program; if not, see <http://www.gnu.org/licenses>. # # # utils.mk: common Makefile fragment used by nvidia-xconfig, |