diff options
author | sh.pi <sh.pi@samsung.com> | 2013-04-24 16:43:50 +0900 |
---|---|---|
committer | sh.pi <sh.pi@samsung.com> | 2013-04-24 16:43:50 +0900 |
commit | b7637ef2049d2c1e74ddce409692e77119589ab0 (patch) | |
tree | c732ca8850192b27ad3e40b55095477fdb95db00 | |
parent | 31fc5e18641d49ab4805bc1af2a1dfcc77063e78 (diff) | |
download | power-manager-b7637ef2049d2c1e74ddce409692e77119589ab0.tar.gz power-manager-b7637ef2049d2c1e74ddce409692e77119589ab0.tar.bz2 power-manager-b7637ef2049d2c1e74ddce409692e77119589ab0.zip |
LICENSE and boilerplate are updated
-rw-r--r-- | util.c | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,18 +1,19 @@ /* - * Copyright 2012 Samsung Electronics Co., Ltd + * power-manager + * Copyright (c) 2012 Samsung Electronics Co., Ltd. * - * Licensed under the Flora License, Version 1.0 (the "License"); + * 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.tizenopensource.org/license + * 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. -*/ + */ /** |