svn commit: r245453 - head/sys/arm/allwinner

Ganbold Tsagaankhuu ganbold at FreeBSD.org
Tue Jan 15 09:31:15 UTC 2013


Author: ganbold (doc committer)
Date: Tue Jan 15 09:31:13 2013
New Revision: 245453
URL: http://svnweb.freebsd.org/changeset/base/245453

Log:
  Fix license to follow standard license template
  
  Reviewed by: joel

Modified:
  head/sys/arm/allwinner/a10_machdep.c
  head/sys/arm/allwinner/bus_space.c
  head/sys/arm/allwinner/common.c
  head/sys/arm/allwinner/console.c
  head/sys/arm/allwinner/timer.c

Modified: head/sys/arm/allwinner/a10_machdep.c
==============================================================================
--- head/sys/arm/allwinner/a10_machdep.c	Tue Jan 15 09:17:07 2013	(r245452)
+++ head/sys/arm/allwinner/a10_machdep.c	Tue Jan 15 09:31:13 2013	(r245453)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2012 Ganbold Tsagaankhuu. <ganbold at gmail.com>
+ * Copyright (c) 2012 Ganbold Tsagaankhuu <ganbold at gmail.com>
  * All rights reserved.
  *
  * This code is derived from software written for Brini by Mark Brinicombe

Modified: head/sys/arm/allwinner/bus_space.c
==============================================================================
--- head/sys/arm/allwinner/bus_space.c	Tue Jan 15 09:17:07 2013	(r245452)
+++ head/sys/arm/allwinner/bus_space.c	Tue Jan 15 09:31:13 2013	(r245453)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (C) 2012 Ganbold Tsagaankhuu <ganbold at gmail.com>
+ * Copyright (c) 2012 Ganbold Tsagaankhuu <ganbold at gmail.com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -10,14 +10,11 @@
  * 2. 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.
- * 3. Neither the name of MARVELL nor the names of contributors
- *    may be used to endorse or promote products derived from this software
- *    without specific prior written permission.
  *
- * THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 AUTHOR OR CONTRIBUTORS BE LIABLE
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS 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)

Modified: head/sys/arm/allwinner/common.c
==============================================================================
--- head/sys/arm/allwinner/common.c	Tue Jan 15 09:17:07 2013	(r245452)
+++ head/sys/arm/allwinner/common.c	Tue Jan 15 09:31:13 2013	(r245453)
@@ -1,9 +1,7 @@
 /*-
- * Copyright (c) 2012 Ganbold Tsagaankhuu
+ * Copyright (c) 2012 Ganbold Tsagaankhuu <ganbold at gmail.com>
  * All rights reserved.
  *
- * Developed by Ganbold Tsagaankhuu <ganbold at gmail.com>
- *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: head/sys/arm/allwinner/console.c
==============================================================================
--- head/sys/arm/allwinner/console.c	Tue Jan 15 09:17:07 2013	(r245452)
+++ head/sys/arm/allwinner/console.c	Tue Jan 15 09:31:13 2013	(r245453)
@@ -5,11 +5,11 @@
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
- * 1.	Redistributions of source code must retain the above copyright
- *	notice, this list of conditions and the following disclaimer.
- * 2.	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.
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. 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.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

Modified: head/sys/arm/allwinner/timer.c
==============================================================================
--- head/sys/arm/allwinner/timer.c	Tue Jan 15 09:17:07 2013	(r245452)
+++ head/sys/arm/allwinner/timer.c	Tue Jan 15 09:31:13 2013	(r245453)
@@ -5,11 +5,11 @@
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
- * 1.	Redistributions of source code must retain the above copyright
- *	notice, this list of conditions and the following disclaimer.
- * 2.	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.
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. 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.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE


More information about the svn-src-all mailing list