[PATCH 3/3] Add copyright to test files

U. Artie Eoff ullysses.a.eoff at intel.com
Wed Feb 29 12:07:22 PST 2012


From: "U. Artie Eoff" <ullysses.a.eoff at intel.com>

Signed-off-by: U. Artie Eoff <ullysses.a.eoff at intel.com>
---
 tests/check-wayland-util.c |   24 +++++++++++++++++++++++-
 tests/wayland-check.h      |   22 ++++++++++++++++++++++
 2 files changed, 45 insertions(+), 1 deletions(-)

diff --git a/tests/check-wayland-util.c b/tests/check-wayland-util.c
index dda2f50..8c3d4fb 100644
--- a/tests/check-wayland-util.c
+++ b/tests/check-wayland-util.c
@@ -1,3 +1,25 @@
+/*
+ * Copyright © 2012 Intel Corporation
+ *
+ * Permission to use, copy, modify, distribute, and sell this software and
+ * its documentation for any purpose is hereby granted without fee, provided
+ * that the above copyright notice appear in all copies and that both that
+ * copyright notice and this permission notice appear in supporting
+ * documentation, and that the name of the copyright holders not be used in
+ * advertising or publicity pertaining to distribution of the software
+ * without specific, written prior permission.  The copyright holders make
+ * no representations about the suitability of this software for any
+ * purpose.  It is provided "as is" without express or implied warranty.
+ *
+ * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
+ * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
+ * FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
+ * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
+ * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
+ * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ */
+
 #include <wayland-util.h>
 #include "wayland-check.h"
 
@@ -5,7 +27,7 @@ WLD_START_TEST(test_wl_array_init)
 {
     const int iterations = 4122; // this is arbitrary
     // init array an arbitray amount of times
-    // and verify the defaults are sensible
+    // and verify sensible defaults
     for (int i = 0; i < iterations; ++i)
     {
         struct wl_array array;
diff --git a/tests/wayland-check.h b/tests/wayland-check.h
index 754afa2..eb2e730 100644
--- a/tests/wayland-check.h
+++ b/tests/wayland-check.h
@@ -1,3 +1,25 @@
+/*
+ * Copyright © 2012 Intel Corporation
+ *
+ * Permission to use, copy, modify, distribute, and sell this software and
+ * its documentation for any purpose is hereby granted without fee, provided
+ * that the above copyright notice appear in all copies and that both that
+ * copyright notice and this permission notice appear in supporting
+ * documentation, and that the name of the copyright holders not be used in
+ * advertising or publicity pertaining to distribution of the software
+ * without specific, written prior permission.  The copyright holders make
+ * no representations about the suitability of this software for any
+ * purpose.  It is provided "as is" without express or implied warranty.
+ *
+ * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
+ * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
+ * FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
+ * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
+ * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
+ * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ */
+
 #ifndef WLD_CHECK_H
 #define WLD_CHECK_H
 
-- 
1.7.7.6



More information about the wayland-devel mailing list