summaryrefslogtreecommitdiff
path: root/src/com
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2011-03-04 15:00:04 +0000
committerBen Murdoch <benm@google.com>2011-03-07 19:32:15 +0000
commitf2ef799d0826b6d4f9bb3727f7878545b3ad29b9 (patch)
treee8341d6f4db6ae89cbf7e2ab4e3cc459b3d82e62 /src/com
parent548ec145ad4a8f416557f86cef0a6f63dce450fc (diff)
downloadSoundRecorder-f2ef799d0826b6d4f9bb3727f7878545b3ad29b9.tar.gz
Add missing copyright notices.
Bug: 3498644 Change-Id: I1cd2b21ed840d7e883d3984aee7bf7b653b41751
Diffstat (limited to 'src/com')
-rw-r--r--src/com/android/soundrecorder/Recorder.java16
-rw-r--r--src/com/android/soundrecorder/SoundRecorder.java16
-rw-r--r--src/com/android/soundrecorder/VUMeter.java16
3 files changed, 48 insertions, 0 deletions
diff --git a/src/com/android/soundrecorder/Recorder.java b/src/com/android/soundrecorder/Recorder.java
index 1531c4e..b9654cd 100644
--- a/src/com/android/soundrecorder/Recorder.java
+++ b/src/com/android/soundrecorder/Recorder.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright (C) 2011 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.
+ */
+
package com.android.soundrecorder;
import java.io.File;
diff --git a/src/com/android/soundrecorder/SoundRecorder.java b/src/com/android/soundrecorder/SoundRecorder.java
index 488697f..76712b8 100644
--- a/src/com/android/soundrecorder/SoundRecorder.java
+++ b/src/com/android/soundrecorder/SoundRecorder.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright (C) 2011 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.
+ */
+
package com.android.soundrecorder;
import java.io.File;
diff --git a/src/com/android/soundrecorder/VUMeter.java b/src/com/android/soundrecorder/VUMeter.java
index 6aee87d..0396284 100644
--- a/src/com/android/soundrecorder/VUMeter.java
+++ b/src/com/android/soundrecorder/VUMeter.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright (C) 2011 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.
+ */
+
package com.android.soundrecorder;
import java.util.Map;