diff options
author | Lukasz Stanislawski <l.stanislaws@samsung.com> | 2016-02-12 09:10:27 +0100 |
---|---|---|
committer | Lukasz Stanislawski <l.stanislaws@samsung.com> | 2016-02-12 09:10:27 +0100 |
commit | c7f6bd8583953ee15a470d467b7230102a9481df (patch) | |
tree | 374b82ef1cf439a21eda66e1f201719c3308f407 /src/modules | |
parent | 2d6dbc73cf19c8f418850f875ed6624eab9d128b (diff) | |
download | indicator-win-c7f6bd8583953ee15a470d467b7230102a9481df.tar.gz indicator-win-c7f6bd8583953ee15a470d467b7230102a9481df.tar.bz2 indicator-win-c7f6bd8583953ee15a470d467b7230102a9481df.zip |
modules/home: remove empty files
Change-Id: I7adb92dcff85ccb0357e543a953f8047ae1e52e6
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/home/always.c | 20 | ||||
-rw-r--r-- | src/modules/home/home.c | 20 |
2 files changed, 0 insertions, 40 deletions
diff --git a/src/modules/home/always.c b/src/modules/home/always.c deleted file mode 100644 index 71e5cca..0000000 --- a/src/modules/home/always.c +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Indicator - * - * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved. - * - * 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. - * - */ - - diff --git a/src/modules/home/home.c b/src/modules/home/home.c deleted file mode 100644 index 71e5cca..0000000 --- a/src/modules/home/home.c +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Indicator - * - * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved. - * - * 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. - * - */ - - |