Signed-off-by: Peter Hutterer <[email protected]> --- 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 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
