diff options
author | 2009-06-05 15:45:39 -0700 | |
---|---|---|
committer | 2009-06-05 15:45:39 -0700 | |
commit | 51c8a3e00e6cffe42d25d1ac87d417e925d8a84d (patch) | |
tree | a3c8e8f3c90fd0c1aeb661bcf9fa32a2d43649cc /cmds/backup/backup.cpp | |
parent | eb22c5b358af775a5f1192fc248594c7a0025d56 (diff) | |
parent | e583a4ea8c90105eee9b408d39bca3a4af6a2569 (diff) |
Merge commit 'goog/master' into merge_master
Diffstat (limited to 'cmds/backup/backup.cpp')
-rw-r--r-- | cmds/backup/backup.cpp | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/cmds/backup/backup.cpp b/cmds/backup/backup.cpp index 51ac9431fb96..22dd486ad995 100644 --- a/cmds/backup/backup.cpp +++ b/cmds/backup/backup.cpp @@ -1,5 +1,20 @@ +/* + * Copyright (C) 2009 The Android Open Source Project + * + * 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. + */ -#include <utils/backup_helpers.h> +#include <utils/BackupHelpers.h> #include <utils/String8.h> #include <fcntl.h> |