From 3fe5c540f76b02706ddf1665720e5f8c77b237bd Mon Sep 17 00:00:00 2001 From: Frediano Ziglio Date: Mon, 7 Nov 2016 09:45:05 +0000 Subject: [PATCH] Update some file copyright statements Signed-off-by: Frediano Ziglio Acked-by: Christophe Fergeau --- qxldod/QxlDod.cpp | 2 +- qxldod/compat.cpp | 10 ++++++++++ qxldod/compat.h | 10 ++++++++++ qxldod/driver.cpp | 2 +- 4 files changed, 22 insertions(+), 2 deletions(-) diff --git a/qxldod/QxlDod.cpp b/qxldod/QxlDod.cpp index 69b8db9..85343e4 100755 --- a/qxldod/QxlDod.cpp +++ b/qxldod/QxlDod.cpp @@ -1,6 +1,6 @@ /* * Copyright 2013-2016 Red Hat, Inc. - + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * diff --git a/qxldod/compat.cpp b/qxldod/compat.cpp index 88f9619..d5a6063 100644 --- a/qxldod/compat.cpp +++ b/qxldod/compat.cpp @@ -1,3 +1,13 @@ +/* + * Copyright 2016 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + */ + #include "driver.h" #include "compat.h" diff --git a/qxldod/compat.h b/qxldod/compat.h index 3f20b81..899ca72 100644 --- a/qxldod/compat.h +++ b/qxldod/compat.h @@ -1,3 +1,13 @@ +/* + * Copyright 2016 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + */ + #pragma once #include "BaseObject.h" diff --git a/qxldod/driver.cpp b/qxldod/driver.cpp index 59dc405..dc84aa8 100755 --- a/qxldod/driver.cpp +++ b/qxldod/driver.cpp @@ -1,6 +1,6 @@ /* * Copyright 2013-2016 Red Hat, Inc. - + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. *