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. *