X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fscrollable%2Fscroll-view%2Fscroll-view-effect-impl.h;h=603d8b26945f4d56cf49c3ab8d01388ffc308f48;hp=2bb3d3231a843ce8967e66328ce478cba0f49898;hb=acbe10c62c46a30c58e08d8971a736f04e68dbf8;hpb=e2eda444afbe82e9591fe198eef339227f90a616 diff --git a/dali-toolkit/internal/controls/scrollable/scroll-view/scroll-view-effect-impl.h b/dali-toolkit/internal/controls/scrollable/scroll-view/scroll-view-effect-impl.h index 2bb3d32..603d8b2 100644 --- a/dali-toolkit/internal/controls/scrollable/scroll-view/scroll-view-effect-impl.h +++ b/dali-toolkit/internal/controls/scrollable/scroll-view/scroll-view-effect-impl.h @@ -1,24 +1,28 @@ -#ifndef __DALI_TOOLKIT_INTERNAL_SCROLL_VIEW_EFFECT_H__ -#define __DALI_TOOLKIT_INTERNAL_SCROLL_VIEW_EFFECT_H__ - -// -// Copyright (c) 2014 Samsung Electronics Co., Ltd. -// -// Licensed under the Flora License, Version 1.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://floralicense.org/license/ -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an AS IS BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// +#ifndef DALI_TOOLKIT_INTERNAL_SCROLL_VIEW_EFFECT_H +#define DALI_TOOLKIT_INTERNAL_SCROLL_VIEW_EFFECT_H + +/* + * Copyright (c) 2019 Samsung Electronics Co., Ltd. + * + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + +// EXTERNAL INCLUDES +#include +#include // INTERNAL INCLUDES -#include #include #include @@ -133,4 +137,4 @@ inline const Internal::ScrollViewEffect& GetImpl(const Dali::Toolkit::ScrollView } // namespace Dali -#endif // __DALI_TOOLKIT_INTERNAL_SCROLL_VIEW_EFFECT_H__ +#endif // DALI_TOOLKIT_INTERNAL_SCROLL_VIEW_EFFECT_H