From 8ae2335a3c93d0c00e998fdec18f64dfe43b94cb Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Thu, 4 Jun 2009 13:53:57 -0700 Subject: rename a few files to camel-case, add copyright notices --- cmds/backup/backup.cpp | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'cmds/backup') diff --git a/cmds/backup/backup.cpp b/cmds/backup/backup.cpp index 51ac943..22dd486 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 +#include #include #include -- cgit v1.1