diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-04-02 09:12:33 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-04-01 23:13:19 +0000 |
commit | 3946f73128a83345cf4cbfd6623851693a8da460 (patch) | |
tree | 44d778434f1c6563706956f9c08dfacace1e7dd3 /sd/source/ui/animations | |
parent | 82d14b4f9c086c48214445b8e49fdd748e13c05f (diff) |
sd: add license boilerplate to source/ui/animations/CategoryListBox.hxx
Change-Id: Ib49bfa10a59c59cb568e0235cdd30ceee8a74840
Reviewed-on: https://gerrit.libreoffice.org/23745
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'sd/source/ui/animations')
-rw-r--r-- | sd/source/ui/animations/CategoryListBox.hxx | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/sd/source/ui/animations/CategoryListBox.hxx b/sd/source/ui/animations/CategoryListBox.hxx index aace8a448af0..f485673be89d 100644 --- a/sd/source/ui/animations/CategoryListBox.hxx +++ b/sd/source/ui/animations/CategoryListBox.hxx @@ -1,3 +1,22 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you 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 . + */ + #ifndef INCLUDED_SD_SOURCE_UI_ANIMATIONS_CATEGORYLISTBOX_HXX #define INCLUDED_SD_SOURCE_UI_ANIMATIONS_CATEGORYLISTBOX_HXX @@ -26,4 +45,4 @@ private: } -#endif +#endif // INCLUDED_SD_SOURCE_UI_ANIMATIONS_CATEGORYLISTBOX_HXX |