diff options
author | Frediano Ziglio <fziglio@redhat.com> | 2016-11-07 09:45:05 +0000 |
---|---|---|
committer | Frediano Ziglio <fziglio@redhat.com> | 2016-11-07 09:45:14 +0000 |
commit | 3fe5c540f76b02706ddf1665720e5f8c77b237bd (patch) | |
tree | 1dd1ea091d6dd4b61fe9ffb5f84dba691e6d1fac | |
parent | 4332d07c73d59752a783da041aa7ceb7c0a2581f (diff) |
Update some file copyright statementsv0.13
Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Christophe Fergeau <cfergeau@redhat.com>
-rwxr-xr-x | qxldod/QxlDod.cpp | 2 | ||||
-rw-r--r-- | qxldod/compat.cpp | 10 | ||||
-rw-r--r-- | qxldod/compat.h | 10 | ||||
-rwxr-xr-x | 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.
*
|