[PATCH xorg-gtest 01/11] Add Red Hat copyright notices

2012-08-16 Thread Peter Hutterer
Signed-off-by: Peter Hutterer 
---
 COPYING  | 1 +
 include/xorg/gtest/evemu/xorg-gtest-device.h | 1 +
 include/xorg/gtest/xorg-gtest-environment.h  | 1 +
 include/xorg/gtest/xorg-gtest-process.h  | 1 +
 include/xorg/gtest/xorg-gtest-test.h | 1 +
 src/device.cpp   | 1 +
 src/environment.cpp  | 1 +
 src/test.cpp | 1 +
 8 files changed, 8 insertions(+)

diff --git a/COPYING b/COPYING
index 4da49fe..2e36349 100644
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,5 @@
 Copyright (C) 2011, 2012 Canonical, Ltd.
+Copyright © 2012 Red Hat, Inc.
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of
 this software and associated documentation files (the "Software"), to deal in
diff --git a/include/xorg/gtest/evemu/xorg-gtest-device.h 
b/include/xorg/gtest/evemu/xorg-gtest-device.h
index 223738e..1a0e5ee 100644
--- a/include/xorg/gtest/evemu/xorg-gtest-device.h
+++ b/include/xorg/gtest/evemu/xorg-gtest-device.h
@@ -3,6 +3,7 @@
  * X testing environment - Google Test environment feat. dummy x server
  *
  * Copyright (C) 2012 Canonical Ltd.
+ * Copyright © 2012 Red Hat, Inc.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to 
deal
diff --git a/include/xorg/gtest/xorg-gtest-environment.h 
b/include/xorg/gtest/xorg-gtest-environment.h
index aee9cdd..b2c2be7 100644
--- a/include/xorg/gtest/xorg-gtest-environment.h
+++ b/include/xorg/gtest/xorg-gtest-environment.h
@@ -3,6 +3,7 @@
  * X testing environment - Google Test environment feat. dummy x server
  *
  * Copyright (C) 2011, 2012 Canonical Ltd.
+ * Copyright © 2012 Red Hat, Inc.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to 
deal
diff --git a/include/xorg/gtest/xorg-gtest-process.h 
b/include/xorg/gtest/xorg-gtest-process.h
index 7d6ab62..48f387b 100644
--- a/include/xorg/gtest/xorg-gtest-process.h
+++ b/include/xorg/gtest/xorg-gtest-process.h
@@ -3,6 +3,7 @@
  * X testing environment - Google Test environment feat. dummy x server
  *
  * Copyright (C) 2011, 2012 Canonical Ltd.
+ * Copyright © 2012 Red Hat, Inc.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to 
deal
diff --git a/include/xorg/gtest/xorg-gtest-test.h 
b/include/xorg/gtest/xorg-gtest-test.h
index a776693..133f21b 100644
--- a/include/xorg/gtest/xorg-gtest-test.h
+++ b/include/xorg/gtest/xorg-gtest-test.h
@@ -3,6 +3,7 @@
  * X testing environment - Google Test environment feat. dummy x server
  *
  * Copyright (C) 2011, 2012 Canonical Ltd.
+ * Copyright © 2012 Red Hat, Inc.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to 
deal
diff --git a/src/device.cpp b/src/device.cpp
index 1f1c94b..884ba3b 100644
--- a/src/device.cpp
+++ b/src/device.cpp
@@ -3,6 +3,7 @@
  * X testing environment - Google Test environment feat. dummy x server
  *
  * Copyright (C) 2012 Canonical Ltd.
+ * Copyright © 2012 Red Hat, Inc.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to 
deal
diff --git a/src/environment.cpp b/src/environment.cpp
index 9b3ab90..54eb6b6 100644
--- a/src/environment.cpp
+++ b/src/environment.cpp
@@ -3,6 +3,7 @@
  * X testing environment - Google Test environment feat. dummy x server
  *
  * Copyright (C) 2011, 2012 Canonical Ltd.
+ * Copyright © 2012 Red Hat, Inc.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to 
deal
diff --git a/src/test.cpp b/src/test.cpp
index 94adf13..c7b69bc 100644
--- a/src/test.cpp
+++ b/src/test.cpp
@@ -3,6 +3,7 @@
  * X testing environment - Google Test environment feat. dummy x server
  *
  * Copyright (C) 2011, 2012 Canonical Ltd.
+ * Copyright © 2012 Red Hat, Inc.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to 
deal
-- 
1.7.11.2

___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Re: [PATCH xorg-gtest 01/11] Add Red Hat copyright notices

2012-08-16 Thread Mark Kettenis
> From: Peter Hutterer 
> Date: Thu, 16 Aug 2012 16:36:34 +1000
> 
> Signed-off-by: Peter Hutterer 
> ---
>  COPYING  | 1 +
>  include/xorg/gtest/evemu/xorg-gtest-device.h | 1 +
>  include/xorg/gtest/xorg-gtest-environment.h  | 1 +
>  include/xorg/gtest/xorg-gtest-process.h  | 1 +
>  include/xorg/gtest/xorg-gtest-test.h | 1 +
>  src/device.cpp   | 1 +
>  src/environment.cpp  | 1 +
>  src/test.cpp | 1 +
>  8 files changed, 8 insertions(+)
> 
> diff --git a/COPYING b/COPYING
> index 4da49fe..2e36349 100644
> --- a/COPYING
> +++ b/COPYING
> @@ -1,4 +1,5 @@
>  Copyright (C) 2011, 2012 Canonical, Ltd.
> +Copyright © 2012 Red Hat, Inc.

Do you really have to pollute more source files with non-ASCII characters?
___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Re: [PATCH xorg-gtest 01/11] Add Red Hat copyright notices

2012-08-16 Thread Daniel Stone
Hi,

On 16 August 2012 09:13, Mark Kettenis  wrote:
>> index 4da49fe..2e36349 100644
>> --- a/COPYING
>> +++ b/COPYING
>> @@ -1,4 +1,5 @@
>>  Copyright (C) 2011, 2012 Canonical, Ltd.
>> +Copyright © 2012 Red Hat, Inc.
>
> Do you really have to pollute more source files with non-ASCII characters?

Unfortunately for you, I think you've lost the battle against UTF-8:
swamp81:~/x/xorg/xserver(master)% g -rl © **/*.[ch] | wc -l
264

Welcome to 2012!

Cheers,
Daniel
___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Re: [PATCH xorg-gtest 01/11] Add Red Hat copyright notices

2012-08-16 Thread Chase Douglas

On 08/15/2012 11:36 PM, Peter Hutterer wrote:

Signed-off-by: Peter Hutterer 
---
  COPYING  | 1 +
  include/xorg/gtest/evemu/xorg-gtest-device.h | 1 +
  include/xorg/gtest/xorg-gtest-environment.h  | 1 +
  include/xorg/gtest/xorg-gtest-process.h  | 1 +
  include/xorg/gtest/xorg-gtest-test.h | 1 +
  src/device.cpp   | 1 +
  src/environment.cpp  | 1 +
  src/test.cpp | 1 +
  8 files changed, 8 insertions(+)

diff --git a/COPYING b/COPYING
index 4da49fe..2e36349 100644
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,5 @@
  Copyright (C) 2011, 2012 Canonical, Ltd.
+Copyright © 2012 Red Hat, Inc.

  Permission is hereby granted, free of charge, to any person obtaining a copy 
of
  this software and associated documentation files (the "Software"), to deal in
diff --git a/include/xorg/gtest/evemu/xorg-gtest-device.h 
b/include/xorg/gtest/evemu/xorg-gtest-device.h
index 223738e..1a0e5ee 100644
--- a/include/xorg/gtest/evemu/xorg-gtest-device.h
+++ b/include/xorg/gtest/evemu/xorg-gtest-device.h
@@ -3,6 +3,7 @@
   * X testing environment - Google Test environment feat. dummy x server
   *
   * Copyright (C) 2012 Canonical Ltd.
+ * Copyright © 2012 Red Hat, Inc.
   *
   * Permission is hereby granted, free of charge, to any person obtaining a 
copy
   * of this software and associated documentation files (the "Software"), to 
deal
diff --git a/include/xorg/gtest/xorg-gtest-environment.h 
b/include/xorg/gtest/xorg-gtest-environment.h
index aee9cdd..b2c2be7 100644
--- a/include/xorg/gtest/xorg-gtest-environment.h
+++ b/include/xorg/gtest/xorg-gtest-environment.h
@@ -3,6 +3,7 @@
   * X testing environment - Google Test environment feat. dummy x server
   *
   * Copyright (C) 2011, 2012 Canonical Ltd.
+ * Copyright © 2012 Red Hat, Inc.
   *
   * Permission is hereby granted, free of charge, to any person obtaining a 
copy
   * of this software and associated documentation files (the "Software"), to 
deal
diff --git a/include/xorg/gtest/xorg-gtest-process.h 
b/include/xorg/gtest/xorg-gtest-process.h
index 7d6ab62..48f387b 100644
--- a/include/xorg/gtest/xorg-gtest-process.h
+++ b/include/xorg/gtest/xorg-gtest-process.h
@@ -3,6 +3,7 @@
   * X testing environment - Google Test environment feat. dummy x server
   *
   * Copyright (C) 2011, 2012 Canonical Ltd.
+ * Copyright © 2012 Red Hat, Inc.
   *
   * Permission is hereby granted, free of charge, to any person obtaining a 
copy
   * of this software and associated documentation files (the "Software"), to 
deal
diff --git a/include/xorg/gtest/xorg-gtest-test.h 
b/include/xorg/gtest/xorg-gtest-test.h
index a776693..133f21b 100644
--- a/include/xorg/gtest/xorg-gtest-test.h
+++ b/include/xorg/gtest/xorg-gtest-test.h
@@ -3,6 +3,7 @@
   * X testing environment - Google Test environment feat. dummy x server
   *
   * Copyright (C) 2011, 2012 Canonical Ltd.
+ * Copyright © 2012 Red Hat, Inc.
   *
   * Permission is hereby granted, free of charge, to any person obtaining a 
copy
   * of this software and associated documentation files (the "Software"), to 
deal
diff --git a/src/device.cpp b/src/device.cpp
index 1f1c94b..884ba3b 100644
--- a/src/device.cpp
+++ b/src/device.cpp
@@ -3,6 +3,7 @@
   * X testing environment - Google Test environment feat. dummy x server
   *
   * Copyright (C) 2012 Canonical Ltd.
+ * Copyright © 2012 Red Hat, Inc.
   *
   * Permission is hereby granted, free of charge, to any person obtaining a 
copy
   * of this software and associated documentation files (the "Software"), to 
deal
diff --git a/src/environment.cpp b/src/environment.cpp
index 9b3ab90..54eb6b6 100644
--- a/src/environment.cpp
+++ b/src/environment.cpp
@@ -3,6 +3,7 @@
   * X testing environment - Google Test environment feat. dummy x server
   *
   * Copyright (C) 2011, 2012 Canonical Ltd.
+ * Copyright © 2012 Red Hat, Inc.
   *
   * Permission is hereby granted, free of charge, to any person obtaining a 
copy
   * of this software and associated documentation files (the "Software"), to 
deal
diff --git a/src/test.cpp b/src/test.cpp
index 94adf13..c7b69bc 100644
--- a/src/test.cpp
+++ b/src/test.cpp
@@ -3,6 +3,7 @@
   * X testing environment - Google Test environment feat. dummy x server
   *
   * Copyright (C) 2011, 2012 Canonical Ltd.
+ * Copyright © 2012 Red Hat, Inc.
   *
   * Permission is hereby granted, free of charge, to any person obtaining a 
copy
   * of this software and associated documentation files (the "Software"), to 
deal



For this and all the other patches I haven't replied specifically:

Reviewed-by: Chase Douglas 

Thanks!
___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel