summaryrefslogtreecommitdiff
path: root/src/msg.c
diff options
context:
space:
mode:
authorDaniel Dadap <ddadap@nvidia.com>2011-12-20 13:45:12 -0600
committerAaron Plattner <aplattner@nvidia.com>2011-12-20 12:40:19 -0800
commit56256feee7eaa8720527f827387b67b2389eb469 (patch)
treead8a51badd87e59f0ecac55814eafbe79a92d3f6 /src/msg.c
parent233ac7d1f37a0d7fb7000c3c148d23844a231c0a (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 'src/msg.c')
-rw-r--r--src/msg.c21
1 files changed, 8 insertions, 13 deletions
diff --git a/src/msg.c b/src/msg.c
index 62dc675..09467b4 100644
--- a/src/msg.c
+++ b/src/msg.c
@@ -4,22 +4,17 @@
*
* Copyright (C) 2004 NVIDIA Corporation.
*
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of Version 2 of the GNU General Public
- * License as published by the Free Software Foundation.
+ * 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 Version 2
- * of 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>.
*/
#include "msg.h"