summaryrefslogtreecommitdiff
path: root/crypto.c
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2012-11-28 11:44:50 -0700
committerStephen Warren <swarren@nvidia.com>2012-11-30 13:05:29 -0800
commit4b0e5d025063a1b6af29c0ef587345e972a3ef35 (patch)
tree01064a7fa6d118a296ceff183049faf9d447d67f /crypto.c
parent2b88b19134772ec59483eea45993bec55e5f791a (diff)
downloadnvidia-cbootimage-4b0e5d025063a1b6af29c0ef587345e972a3ef35.tar.gz
Switch to GPL-v2-only license
... and paste in the standard NVIDIA license header formatting, and add a copy of the GPLv2 in COPYING. Change-Id: I7ef29d4652e09776b03aa9873db5926c80f06f60 Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-on: http://git-master/r/167474 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Eric Brower <ebrower@nvidia.com> Tested-by: Eric Brower <ebrower@nvidia.com> Reviewed-by: Allen Martin <amartin@nvidia.com>
Diffstat (limited to 'crypto.c')
-rw-r--r--crypto.c28
1 files changed, 12 insertions, 16 deletions
diff --git a/crypto.c b/crypto.c
index e7719f4..7e49c00 100644
--- a/crypto.c
+++ b/crypto.c
@@ -1,24 +1,20 @@
/*
- * (C) Copyright 2012
- * NVIDIA Corporation <www.nvidia.com>
+ * Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved.
*
- * See file CREDITS for list of people who contributed to this
- * project.
- *
- * 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 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/>.
+ *
+ * See file CREDITS for list of people who contributed to this
+ * project.
*/
/*