From 44e1f5faf41ff280fb4596b585eb318d63975770 Mon Sep 17 00:00:00 2001 From: Phillip Hsu Date: Wed, 1 Mar 2017 17:32:42 -0800 Subject: [PATCH] Update copyrights in files. --- app/build.gradle | 23 +++++++++++-------- .../philliphsu/clock2/ApplicationTest.java | 23 +++++++++++-------- app/src/main/AndroidManifest.xml | 23 +++++++++++-------- .../com/philliphsu/clock2/BaseActivity.java | 23 +++++++++++-------- .../com/philliphsu/clock2/BaseFragment.java | 23 +++++++++++-------- .../com/philliphsu/clock2/MainActivity.java | 23 +++++++++++-------- .../philliphsu/clock2/UntouchableSeekBar.java | 23 +++++++++++-------- .../com/philliphsu/clock2/alarms/Alarm.java | 23 +++++++++++-------- .../background/OnBootUpAlarmScheduler.java | 23 +++++++++++-------- .../alarms/background/OnBootUpReceiver.java | 23 +++++++++++-------- .../background/PendingAlarmScheduler.java | 23 +++++++++++-------- .../background/UpcomingAlarmReceiver.java | 23 +++++++++++-------- .../clock2/alarms/data/AlarmCursor.java | 23 +++++++++++-------- .../alarms/data/AlarmsListCursorLoader.java | 23 +++++++++++-------- .../clock2/alarms/data/AlarmsTable.java | 23 +++++++++++-------- .../alarms/data/AlarmsTableManager.java | 23 +++++++++++-------- .../data/AsyncAlarmsTableUpdateHandler.java | 23 +++++++++++-------- .../clock2/alarms/misc/AlarmController.java | 23 +++++++++++-------- .../clock2/alarms/misc/AlarmPreferences.java | 23 +++++++++++-------- .../clock2/alarms/misc/DaysOfWeek.java | 23 +++++++++++-------- .../clock2/alarms/ui/AlarmsCursorAdapter.java | 23 +++++++++++-------- .../clock2/alarms/ui/AlarmsFragment.java | 23 +++++++++++-------- .../clock2/alarms/ui/BaseAlarmViewHolder.java | 23 +++++++++++-------- .../alarms/ui/CollapsedAlarmViewHolder.java | 23 +++++++++++-------- .../alarms/ui/ExpandedAlarmViewHolder.java | 23 +++++++++++-------- .../clock2/chronometer/BaseChronometer.java | 23 +++++++++++-------- .../chronometer/ChronometerDelegate.java | 23 +++++++++++-------- .../ChronometerNotificationService.java | 23 +++++++++++-------- .../ChronometerNotificationThread.java | 23 +++++++++++-------- .../data/AsyncDatabaseTableUpdateHandler.java | 23 +++++++++++-------- .../clock2/data/BaseItemCursor.java | 23 +++++++++++-------- .../clock2/data/ClockAppDatabaseHelper.java | 23 +++++++++++-------- .../clock2/data/DatabaseTableManager.java | 23 +++++++++++-------- .../philliphsu/clock2/data/ObjectWithId.java | 23 +++++++++++-------- .../clock2/data/SQLiteCursorLoader.java | 23 +++++++++++-------- .../clock2/dialogs/AddLabelDialog.java | 23 +++++++++++-------- .../dialogs/AddLabelDialogController.java | 23 +++++++++++-------- .../dialogs/BaseAlertDialogFragment.java | 23 +++++++++++-------- .../dialogs/DialogFragmentController.java | 23 +++++++++++-------- .../clock2/dialogs/RingtonePickerDialog.java | 23 +++++++++++-------- .../RingtonePickerDialogController.java | 23 +++++++++++-------- .../dialogs/SystemTimePickerDialog.java | 23 +++++++++++-------- .../dialogs/TimePickerDialogController.java | 23 +++++++++++-------- .../clock2/list/BaseCursorAdapter.java | 23 +++++++++++-------- .../clock2/list/BaseViewHolder.java | 23 +++++++++++-------- .../list/OnListItemInteractionListener.java | 23 +++++++++++-------- .../clock2/list/RecyclerViewFragment.java | 23 +++++++++++-------- .../philliphsu/clock2/list/ScrollHandler.java | 23 +++++++++++-------- .../clock2/ringtone/AlarmActivity.java | 23 +++++++++++-------- .../clock2/ringtone/RingtoneActivity.java | 23 +++++++++++-------- .../clock2/ringtone/TimesUpActivity.java | 23 +++++++++++-------- .../playback/AlarmRingtoneService.java | 23 +++++++++++-------- .../ringtone/playback/RingtoneLoop.java | 23 +++++++++++-------- .../ringtone/playback/RingtoneService.java | 23 +++++++++++-------- .../playback/TimerRingtoneService.java | 23 +++++++++++-------- .../clock2/settings/SettingsActivity.java | 23 +++++++++++-------- .../clock2/settings/SettingsFragment.java | 23 +++++++++++-------- .../settings/ThemedRingtonePreference.java | 23 +++++++++++-------- .../com/philliphsu/clock2/stopwatch/Lap.java | 23 +++++++++++-------- .../StopwatchNotificationService.java | 23 +++++++++++-------- .../data/AsyncLapsTableUpdateHandler.java | 23 +++++++++++-------- .../clock2/stopwatch/data/LapCursor.java | 23 +++++++++++-------- .../stopwatch/data/LapsCursorLoader.java | 23 +++++++++++-------- .../clock2/stopwatch/data/LapsTable.java | 23 +++++++++++-------- .../stopwatch/data/LapsTableManager.java | 23 +++++++++++-------- .../clock2/stopwatch/ui/LapViewHolder.java | 23 +++++++++++-------- .../clock2/stopwatch/ui/LapsAdapter.java | 23 +++++++++++-------- .../stopwatch/ui/StopwatchFragment.java | 23 +++++++++++-------- .../clock2/timers/EditTimerActivity.java | 23 +++++++++++-------- .../com/philliphsu/clock2/timers/Timer.java | 23 +++++++++++-------- .../clock2/timers/TimerController.java | 23 +++++++++++-------- .../timers/TimerNotificationService.java | 23 +++++++++++-------- .../data/AsyncTimersTableUpdateHandler.java | 23 +++++++++++-------- .../clock2/timers/data/TimerCursor.java | 23 +++++++++++-------- .../timers/data/TimersListCursorLoader.java | 23 +++++++++++-------- .../clock2/timers/data/TimersTable.java | 23 +++++++++++-------- .../timers/data/TimersTableManager.java | 23 +++++++++++-------- .../clock2/timers/ui/TimerViewHolder.java | 23 +++++++++++-------- .../clock2/timers/ui/TimersCursorAdapter.java | 23 +++++++++++-------- .../clock2/timers/ui/TimersFragment.java | 23 +++++++++++-------- .../clock2/util/ConfigurationUtils.java | 23 +++++++++++-------- .../clock2/util/ContentIntentUtils.java | 23 +++++++++++-------- .../clock2/util/DelayedSnackbarHandler.java | 23 +++++++++++-------- .../philliphsu/clock2/util/DurationUtils.java | 23 +++++++++++-------- .../clock2/util/FragmentTagUtils.java | 23 +++++++++++-------- .../philliphsu/clock2/util/KeyboardUtils.java | 23 +++++++++++-------- .../clock2/util/LocalBroadcastHelper.java | 23 +++++++++++-------- .../clock2/util/ParcelableUtil.java | 19 +++++++++++++++ .../philliphsu/clock2/util/Preconditions.java | 23 +++++++++++-------- .../clock2/util/ProgressBarUtils.java | 23 +++++++++++-------- .../clock2/util/TimeFormatUtils.java | 23 +++++++++++-------- .../philliphsu/clock2/util/TimeTextUtils.java | 23 +++++++++++-------- app/src/main/res/color/fab_icon_color.xml | 23 +++++++++++-------- app/src/main/res/color/icon_color.xml | 23 +++++++++++-------- app/src/main/res/color/icon_color_dark.xml | 23 +++++++++++-------- .../res/color/numeric_keypad_button_text.xml | 23 +++++++++++-------- .../color/numeric_keypad_button_text_dark.xml | 23 +++++++++++-------- .../res/color/numeric_keypad_fab_color.xml | 23 +++++++++++-------- .../color/numeric_keypad_fab_color_dark.xml | 23 +++++++++++-------- .../main/res/color/on_enabled_change_fab.xml | 23 +++++++++++-------- app/src/main/res/color/tab_icon_color.xml | 23 +++++++++++-------- app/src/main/res/color/toggle_alarm_days.xml | 23 +++++++++++-------- app/src/main/res/drawable/ic_add_24dp.xml | 23 +++++++++++-------- app/src/main/res/drawable/ic_add_48dp.xml | 23 +++++++++++-------- .../main/res/drawable/ic_add_circle_24dp.xml | 23 +++++++++++-------- app/src/main/res/drawable/ic_add_lap_24dp.xml | 23 +++++++++++-------- app/src/main/res/drawable/ic_add_lap_40dp.xml | 23 +++++++++++-------- app/src/main/res/drawable/ic_alarm_24dp.xml | 23 +++++++++++-------- app/src/main/res/drawable/ic_alarm_96dp.xml | 23 +++++++++++-------- .../main/res/drawable/ic_backspace_24dp.xml | 23 +++++++++++-------- .../main/res/drawable/ic_cancel_snooze.xml | 23 +++++++++++-------- app/src/main/res/drawable/ic_clock_24dp.xml | 23 +++++++++++-------- .../main/res/drawable/ic_collapse_24dp.xml | 23 +++++++++++-------- .../res/drawable/ic_dismiss_alarm_24dp.xml | 23 +++++++++++-------- .../res/drawable/ic_dismiss_alarm_48dp.xml | 23 +++++++++++-------- app/src/main/res/drawable/ic_done_24dp.xml | 23 +++++++++++-------- .../res/drawable/ic_error_outline_96dp.xml | 23 +++++++++++-------- .../res/drawable/ic_minus_circle_24dp.xml | 23 +++++++++++-------- .../main/res/drawable/ic_overflow_24dp.xml | 23 +++++++++++-------- app/src/main/res/drawable/ic_pause_24dp.xml | 23 +++++++++++-------- .../main/res/drawable/ic_ringtone_24dp.xml | 23 +++++++++++-------- .../main/res/drawable/ic_settings_24dp.xml | 23 +++++++++++-------- app/src/main/res/drawable/ic_snooze_24dp.xml | 23 +++++++++++-------- app/src/main/res/drawable/ic_snooze_48dp.xml | 23 +++++++++++-------- app/src/main/res/drawable/ic_start_24dp.xml | 23 +++++++++++-------- app/src/main/res/drawable/ic_stop_24dp.xml | 23 +++++++++++-------- app/src/main/res/drawable/ic_stop_40dp.xml | 23 +++++++++++-------- app/src/main/res/drawable/ic_stop_48dp.xml | 23 +++++++++++-------- .../main/res/drawable/ic_stopwatch_24dp.xml | 23 +++++++++++-------- app/src/main/res/drawable/ic_timer_24dp.xml | 23 +++++++++++-------- app/src/main/res/drawable/ic_timer_96dp.xml | 23 +++++++++++-------- app/src/main/res/drawable/ic_vibrate_24dp.xml | 23 +++++++++++-------- .../res/layout-land/activity_edit_timer.xml | 23 +++++++++++-------- .../res/layout-land/fragment_stopwatch.xml | 23 +++++++++++-------- app/src/main/res/layout-land/item_timer.xml | 23 +++++++++++-------- .../main/res/layout/activity_edit_timer.xml | 23 +++++++++++-------- app/src/main/res/layout/activity_main.xml | 23 +++++++++++-------- app/src/main/res/layout/activity_ringtone.xml | 23 +++++++++++-------- app/src/main/res/layout/activity_settings.xml | 23 +++++++++++-------- app/src/main/res/layout/alarm_time_layout.xml | 23 +++++++++++-------- .../res/layout/content_grid_layout_numpad.xml | 23 +++++++++++-------- .../content_grid_layout_numpad_dark.xml | 23 +++++++++++-------- .../layout/content_header_alarm_activity.xml | 23 +++++++++++-------- .../content_header_timesup_activity.xml | 23 +++++++++++-------- app/src/main/res/layout/content_settings.xml | 23 +++++++++++-------- .../res/layout/fragment_recycler_view.xml | 23 +++++++++++-------- .../main/res/layout/fragment_stopwatch.xml | 23 +++++++++++-------- .../main/res/layout/item_collapsed_alarm.xml | 23 +++++++++++-------- .../main/res/layout/item_expanded_alarm.xml | 23 +++++++++++-------- app/src/main/res/layout/item_lap.xml | 23 +++++++++++-------- app/src/main/res/layout/item_timer.xml | 23 +++++++++++-------- app/src/main/res/menu/menu_main.xml | 23 +++++++++++-------- .../main/res/menu/menu_timer_viewholder.xml | 23 +++++++++++-------- app/src/main/res/values-land-v21/dimens.xml | 23 +++++++++++-------- app/src/main/res/values-land/dimens.xml | 23 +++++++++++-------- app/src/main/res/values-v21/dimens.xml | 23 +++++++++++-------- app/src/main/res/values-v21/styles.xml | 23 +++++++++++-------- app/src/main/res/values-v21/styles_timer.xml | 23 +++++++++++-------- app/src/main/res/values-w820dp/dimens.xml | 23 +++++++++++-------- app/src/main/res/values/attrs.xml | 23 +++++++++++-------- app/src/main/res/values/colors.xml | 23 +++++++++++-------- app/src/main/res/values/dimens.xml | 23 +++++++++++-------- app/src/main/res/values/ids.xml | 23 +++++++++++-------- app/src/main/res/values/prefs_alarms.xml | 23 +++++++++++-------- app/src/main/res/values/prefs_general.xml | 23 +++++++++++-------- app/src/main/res/values/prefs_timers.xml | 23 +++++++++++-------- app/src/main/res/values/prefs_world_clock.xml | 23 +++++++++++-------- app/src/main/res/values/strings.xml | 23 +++++++++++-------- app/src/main/res/values/styles.xml | 23 +++++++++++-------- app/src/main/res/values/styles_alarm.xml | 23 +++++++++++-------- app/src/main/res/values/styles_stopwatch.xml | 23 +++++++++++-------- app/src/main/res/values/styles_timer.xml | 23 +++++++++++-------- app/src/main/res/xml/preferences.xml | 23 +++++++++++-------- .../java/com/philliphsu/clock2/AlarmTest.java | 23 +++++++++++-------- .../philliphsu/clock2/DurationUtilsTest.java | 23 +++++++++++-------- .../philliphsu/clock2/ExampleUnitTest.java | 23 +++++++++++-------- .../clock2/RingtoneServiceTest.java | 23 +++++++++++-------- .../clock2/alarms/misc/DaysOfWeekTest.java | 23 +++++++++++-------- build.gradle | 23 +++++++++++-------- gradle.properties | 23 +++++++++++-------- gradle/wrapper/gradle-wrapper.properties | 19 +++++++++++++++ settings.gradle | 23 +++++++++++-------- 182 files changed, 2378 insertions(+), 1800 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 80ee287..b6dedd7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,19 +2,22 @@ apply plugin: 'com.android.application' apply plugin: 'com.neenbedankt.android-apt' /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ // ============================================================================= diff --git a/app/src/androidTest/java/com/philliphsu/clock2/ApplicationTest.java b/app/src/androidTest/java/com/philliphsu/clock2/ApplicationTest.java index 7368a98..5359a95 100644 --- a/app/src/androidTest/java/com/philliphsu/clock2/ApplicationTest.java +++ b/app/src/androidTest/java/com/philliphsu/clock2/ApplicationTest.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2; diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index bec63ce..268f440 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,18 +1,21 @@ . */ package com.philliphsu.clock2; diff --git a/app/src/main/java/com/philliphsu/clock2/BaseFragment.java b/app/src/main/java/com/philliphsu/clock2/BaseFragment.java index 7006bbc..4ff05e9 100644 --- a/app/src/main/java/com/philliphsu/clock2/BaseFragment.java +++ b/app/src/main/java/com/philliphsu/clock2/BaseFragment.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2; diff --git a/app/src/main/java/com/philliphsu/clock2/MainActivity.java b/app/src/main/java/com/philliphsu/clock2/MainActivity.java index 7a3ce2c..a623f3a 100644 --- a/app/src/main/java/com/philliphsu/clock2/MainActivity.java +++ b/app/src/main/java/com/philliphsu/clock2/MainActivity.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2; diff --git a/app/src/main/java/com/philliphsu/clock2/UntouchableSeekBar.java b/app/src/main/java/com/philliphsu/clock2/UntouchableSeekBar.java index 77bf424..831ed3a 100644 --- a/app/src/main/java/com/philliphsu/clock2/UntouchableSeekBar.java +++ b/app/src/main/java/com/philliphsu/clock2/UntouchableSeekBar.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2; diff --git a/app/src/main/java/com/philliphsu/clock2/alarms/Alarm.java b/app/src/main/java/com/philliphsu/clock2/alarms/Alarm.java index d2ed369..a576b75 100644 --- a/app/src/main/java/com/philliphsu/clock2/alarms/Alarm.java +++ b/app/src/main/java/com/philliphsu/clock2/alarms/Alarm.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.alarms; diff --git a/app/src/main/java/com/philliphsu/clock2/alarms/background/OnBootUpAlarmScheduler.java b/app/src/main/java/com/philliphsu/clock2/alarms/background/OnBootUpAlarmScheduler.java index 872d349..15f40c0 100644 --- a/app/src/main/java/com/philliphsu/clock2/alarms/background/OnBootUpAlarmScheduler.java +++ b/app/src/main/java/com/philliphsu/clock2/alarms/background/OnBootUpAlarmScheduler.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.alarms.background; diff --git a/app/src/main/java/com/philliphsu/clock2/alarms/background/OnBootUpReceiver.java b/app/src/main/java/com/philliphsu/clock2/alarms/background/OnBootUpReceiver.java index a31242a..8a62112 100644 --- a/app/src/main/java/com/philliphsu/clock2/alarms/background/OnBootUpReceiver.java +++ b/app/src/main/java/com/philliphsu/clock2/alarms/background/OnBootUpReceiver.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.alarms.background; diff --git a/app/src/main/java/com/philliphsu/clock2/alarms/background/PendingAlarmScheduler.java b/app/src/main/java/com/philliphsu/clock2/alarms/background/PendingAlarmScheduler.java index 315f1e0..216613a 100644 --- a/app/src/main/java/com/philliphsu/clock2/alarms/background/PendingAlarmScheduler.java +++ b/app/src/main/java/com/philliphsu/clock2/alarms/background/PendingAlarmScheduler.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.alarms.background; diff --git a/app/src/main/java/com/philliphsu/clock2/alarms/background/UpcomingAlarmReceiver.java b/app/src/main/java/com/philliphsu/clock2/alarms/background/UpcomingAlarmReceiver.java index 741e627..07c8f80 100644 --- a/app/src/main/java/com/philliphsu/clock2/alarms/background/UpcomingAlarmReceiver.java +++ b/app/src/main/java/com/philliphsu/clock2/alarms/background/UpcomingAlarmReceiver.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.alarms.background; diff --git a/app/src/main/java/com/philliphsu/clock2/alarms/data/AlarmCursor.java b/app/src/main/java/com/philliphsu/clock2/alarms/data/AlarmCursor.java index 36c933c..be1050e 100644 --- a/app/src/main/java/com/philliphsu/clock2/alarms/data/AlarmCursor.java +++ b/app/src/main/java/com/philliphsu/clock2/alarms/data/AlarmCursor.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.alarms.data; diff --git a/app/src/main/java/com/philliphsu/clock2/alarms/data/AlarmsListCursorLoader.java b/app/src/main/java/com/philliphsu/clock2/alarms/data/AlarmsListCursorLoader.java index 2775139..101b441 100644 --- a/app/src/main/java/com/philliphsu/clock2/alarms/data/AlarmsListCursorLoader.java +++ b/app/src/main/java/com/philliphsu/clock2/alarms/data/AlarmsListCursorLoader.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.alarms.data; diff --git a/app/src/main/java/com/philliphsu/clock2/alarms/data/AlarmsTable.java b/app/src/main/java/com/philliphsu/clock2/alarms/data/AlarmsTable.java index 0b2b013..eb4953d 100644 --- a/app/src/main/java/com/philliphsu/clock2/alarms/data/AlarmsTable.java +++ b/app/src/main/java/com/philliphsu/clock2/alarms/data/AlarmsTable.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.alarms.data; diff --git a/app/src/main/java/com/philliphsu/clock2/alarms/data/AlarmsTableManager.java b/app/src/main/java/com/philliphsu/clock2/alarms/data/AlarmsTableManager.java index ffbba41..fa7bffa 100644 --- a/app/src/main/java/com/philliphsu/clock2/alarms/data/AlarmsTableManager.java +++ b/app/src/main/java/com/philliphsu/clock2/alarms/data/AlarmsTableManager.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.alarms.data; diff --git a/app/src/main/java/com/philliphsu/clock2/alarms/data/AsyncAlarmsTableUpdateHandler.java b/app/src/main/java/com/philliphsu/clock2/alarms/data/AsyncAlarmsTableUpdateHandler.java index f113d8b..69f77d5 100644 --- a/app/src/main/java/com/philliphsu/clock2/alarms/data/AsyncAlarmsTableUpdateHandler.java +++ b/app/src/main/java/com/philliphsu/clock2/alarms/data/AsyncAlarmsTableUpdateHandler.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.alarms.data; diff --git a/app/src/main/java/com/philliphsu/clock2/alarms/misc/AlarmController.java b/app/src/main/java/com/philliphsu/clock2/alarms/misc/AlarmController.java index 7991db6..5d65123 100644 --- a/app/src/main/java/com/philliphsu/clock2/alarms/misc/AlarmController.java +++ b/app/src/main/java/com/philliphsu/clock2/alarms/misc/AlarmController.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.alarms.misc; diff --git a/app/src/main/java/com/philliphsu/clock2/alarms/misc/AlarmPreferences.java b/app/src/main/java/com/philliphsu/clock2/alarms/misc/AlarmPreferences.java index 3ac0ff8..22bb1a9 100644 --- a/app/src/main/java/com/philliphsu/clock2/alarms/misc/AlarmPreferences.java +++ b/app/src/main/java/com/philliphsu/clock2/alarms/misc/AlarmPreferences.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.alarms.misc; diff --git a/app/src/main/java/com/philliphsu/clock2/alarms/misc/DaysOfWeek.java b/app/src/main/java/com/philliphsu/clock2/alarms/misc/DaysOfWeek.java index 971a351..5e249d3 100644 --- a/app/src/main/java/com/philliphsu/clock2/alarms/misc/DaysOfWeek.java +++ b/app/src/main/java/com/philliphsu/clock2/alarms/misc/DaysOfWeek.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.alarms.misc; diff --git a/app/src/main/java/com/philliphsu/clock2/alarms/ui/AlarmsCursorAdapter.java b/app/src/main/java/com/philliphsu/clock2/alarms/ui/AlarmsCursorAdapter.java index 764c1a9..8baff8f 100644 --- a/app/src/main/java/com/philliphsu/clock2/alarms/ui/AlarmsCursorAdapter.java +++ b/app/src/main/java/com/philliphsu/clock2/alarms/ui/AlarmsCursorAdapter.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.alarms.ui; diff --git a/app/src/main/java/com/philliphsu/clock2/alarms/ui/AlarmsFragment.java b/app/src/main/java/com/philliphsu/clock2/alarms/ui/AlarmsFragment.java index 581ff0a..5f333e8 100644 --- a/app/src/main/java/com/philliphsu/clock2/alarms/ui/AlarmsFragment.java +++ b/app/src/main/java/com/philliphsu/clock2/alarms/ui/AlarmsFragment.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.alarms.ui; diff --git a/app/src/main/java/com/philliphsu/clock2/alarms/ui/BaseAlarmViewHolder.java b/app/src/main/java/com/philliphsu/clock2/alarms/ui/BaseAlarmViewHolder.java index 4e3c8b5..91faa0a 100644 --- a/app/src/main/java/com/philliphsu/clock2/alarms/ui/BaseAlarmViewHolder.java +++ b/app/src/main/java/com/philliphsu/clock2/alarms/ui/BaseAlarmViewHolder.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.alarms.ui; diff --git a/app/src/main/java/com/philliphsu/clock2/alarms/ui/CollapsedAlarmViewHolder.java b/app/src/main/java/com/philliphsu/clock2/alarms/ui/CollapsedAlarmViewHolder.java index b7b7087..c51df0d 100644 --- a/app/src/main/java/com/philliphsu/clock2/alarms/ui/CollapsedAlarmViewHolder.java +++ b/app/src/main/java/com/philliphsu/clock2/alarms/ui/CollapsedAlarmViewHolder.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.alarms.ui; diff --git a/app/src/main/java/com/philliphsu/clock2/alarms/ui/ExpandedAlarmViewHolder.java b/app/src/main/java/com/philliphsu/clock2/alarms/ui/ExpandedAlarmViewHolder.java index 49f4939..b792411 100644 --- a/app/src/main/java/com/philliphsu/clock2/alarms/ui/ExpandedAlarmViewHolder.java +++ b/app/src/main/java/com/philliphsu/clock2/alarms/ui/ExpandedAlarmViewHolder.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.alarms.ui; diff --git a/app/src/main/java/com/philliphsu/clock2/chronometer/BaseChronometer.java b/app/src/main/java/com/philliphsu/clock2/chronometer/BaseChronometer.java index 74e20ba..6c9c936 100644 --- a/app/src/main/java/com/philliphsu/clock2/chronometer/BaseChronometer.java +++ b/app/src/main/java/com/philliphsu/clock2/chronometer/BaseChronometer.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.chronometer; diff --git a/app/src/main/java/com/philliphsu/clock2/chronometer/ChronometerDelegate.java b/app/src/main/java/com/philliphsu/clock2/chronometer/ChronometerDelegate.java index d5a4b6b..7ad11ff 100644 --- a/app/src/main/java/com/philliphsu/clock2/chronometer/ChronometerDelegate.java +++ b/app/src/main/java/com/philliphsu/clock2/chronometer/ChronometerDelegate.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.chronometer; diff --git a/app/src/main/java/com/philliphsu/clock2/chronometer/ChronometerNotificationService.java b/app/src/main/java/com/philliphsu/clock2/chronometer/ChronometerNotificationService.java index 571ad4e..0c656cc 100644 --- a/app/src/main/java/com/philliphsu/clock2/chronometer/ChronometerNotificationService.java +++ b/app/src/main/java/com/philliphsu/clock2/chronometer/ChronometerNotificationService.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.chronometer; diff --git a/app/src/main/java/com/philliphsu/clock2/chronometer/ChronometerNotificationThread.java b/app/src/main/java/com/philliphsu/clock2/chronometer/ChronometerNotificationThread.java index 70d5645..783453e 100644 --- a/app/src/main/java/com/philliphsu/clock2/chronometer/ChronometerNotificationThread.java +++ b/app/src/main/java/com/philliphsu/clock2/chronometer/ChronometerNotificationThread.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.chronometer; diff --git a/app/src/main/java/com/philliphsu/clock2/data/AsyncDatabaseTableUpdateHandler.java b/app/src/main/java/com/philliphsu/clock2/data/AsyncDatabaseTableUpdateHandler.java index 7a8a6eb..6831fb3 100644 --- a/app/src/main/java/com/philliphsu/clock2/data/AsyncDatabaseTableUpdateHandler.java +++ b/app/src/main/java/com/philliphsu/clock2/data/AsyncDatabaseTableUpdateHandler.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.data; diff --git a/app/src/main/java/com/philliphsu/clock2/data/BaseItemCursor.java b/app/src/main/java/com/philliphsu/clock2/data/BaseItemCursor.java index 8079b51..35d87d7 100644 --- a/app/src/main/java/com/philliphsu/clock2/data/BaseItemCursor.java +++ b/app/src/main/java/com/philliphsu/clock2/data/BaseItemCursor.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.data; diff --git a/app/src/main/java/com/philliphsu/clock2/data/ClockAppDatabaseHelper.java b/app/src/main/java/com/philliphsu/clock2/data/ClockAppDatabaseHelper.java index 8be2d1c..ec7615d 100644 --- a/app/src/main/java/com/philliphsu/clock2/data/ClockAppDatabaseHelper.java +++ b/app/src/main/java/com/philliphsu/clock2/data/ClockAppDatabaseHelper.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.data; diff --git a/app/src/main/java/com/philliphsu/clock2/data/DatabaseTableManager.java b/app/src/main/java/com/philliphsu/clock2/data/DatabaseTableManager.java index 8036a88..e86fcab 100644 --- a/app/src/main/java/com/philliphsu/clock2/data/DatabaseTableManager.java +++ b/app/src/main/java/com/philliphsu/clock2/data/DatabaseTableManager.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.data; diff --git a/app/src/main/java/com/philliphsu/clock2/data/ObjectWithId.java b/app/src/main/java/com/philliphsu/clock2/data/ObjectWithId.java index 0d1e3b5..c860dc1 100644 --- a/app/src/main/java/com/philliphsu/clock2/data/ObjectWithId.java +++ b/app/src/main/java/com/philliphsu/clock2/data/ObjectWithId.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.data; diff --git a/app/src/main/java/com/philliphsu/clock2/data/SQLiteCursorLoader.java b/app/src/main/java/com/philliphsu/clock2/data/SQLiteCursorLoader.java index 1a356c2..e88a953 100644 --- a/app/src/main/java/com/philliphsu/clock2/data/SQLiteCursorLoader.java +++ b/app/src/main/java/com/philliphsu/clock2/data/SQLiteCursorLoader.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.data; diff --git a/app/src/main/java/com/philliphsu/clock2/dialogs/AddLabelDialog.java b/app/src/main/java/com/philliphsu/clock2/dialogs/AddLabelDialog.java index 95682e3..4af6c06 100644 --- a/app/src/main/java/com/philliphsu/clock2/dialogs/AddLabelDialog.java +++ b/app/src/main/java/com/philliphsu/clock2/dialogs/AddLabelDialog.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.dialogs; diff --git a/app/src/main/java/com/philliphsu/clock2/dialogs/AddLabelDialogController.java b/app/src/main/java/com/philliphsu/clock2/dialogs/AddLabelDialogController.java index de79c8c..0dd0d57 100644 --- a/app/src/main/java/com/philliphsu/clock2/dialogs/AddLabelDialogController.java +++ b/app/src/main/java/com/philliphsu/clock2/dialogs/AddLabelDialogController.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.dialogs; diff --git a/app/src/main/java/com/philliphsu/clock2/dialogs/BaseAlertDialogFragment.java b/app/src/main/java/com/philliphsu/clock2/dialogs/BaseAlertDialogFragment.java index 81815d6..5bd2c38 100644 --- a/app/src/main/java/com/philliphsu/clock2/dialogs/BaseAlertDialogFragment.java +++ b/app/src/main/java/com/philliphsu/clock2/dialogs/BaseAlertDialogFragment.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.dialogs; diff --git a/app/src/main/java/com/philliphsu/clock2/dialogs/DialogFragmentController.java b/app/src/main/java/com/philliphsu/clock2/dialogs/DialogFragmentController.java index b81740f..c299264 100644 --- a/app/src/main/java/com/philliphsu/clock2/dialogs/DialogFragmentController.java +++ b/app/src/main/java/com/philliphsu/clock2/dialogs/DialogFragmentController.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.dialogs; diff --git a/app/src/main/java/com/philliphsu/clock2/dialogs/RingtonePickerDialog.java b/app/src/main/java/com/philliphsu/clock2/dialogs/RingtonePickerDialog.java index 9fb529e..1a84618 100644 --- a/app/src/main/java/com/philliphsu/clock2/dialogs/RingtonePickerDialog.java +++ b/app/src/main/java/com/philliphsu/clock2/dialogs/RingtonePickerDialog.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.dialogs; diff --git a/app/src/main/java/com/philliphsu/clock2/dialogs/RingtonePickerDialogController.java b/app/src/main/java/com/philliphsu/clock2/dialogs/RingtonePickerDialogController.java index 820c2ee..211f8a6 100644 --- a/app/src/main/java/com/philliphsu/clock2/dialogs/RingtonePickerDialogController.java +++ b/app/src/main/java/com/philliphsu/clock2/dialogs/RingtonePickerDialogController.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.dialogs; diff --git a/app/src/main/java/com/philliphsu/clock2/dialogs/SystemTimePickerDialog.java b/app/src/main/java/com/philliphsu/clock2/dialogs/SystemTimePickerDialog.java index 9342e2f..147c2d8 100644 --- a/app/src/main/java/com/philliphsu/clock2/dialogs/SystemTimePickerDialog.java +++ b/app/src/main/java/com/philliphsu/clock2/dialogs/SystemTimePickerDialog.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.dialogs; diff --git a/app/src/main/java/com/philliphsu/clock2/dialogs/TimePickerDialogController.java b/app/src/main/java/com/philliphsu/clock2/dialogs/TimePickerDialogController.java index 5d7c110..1f35dce 100644 --- a/app/src/main/java/com/philliphsu/clock2/dialogs/TimePickerDialogController.java +++ b/app/src/main/java/com/philliphsu/clock2/dialogs/TimePickerDialogController.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.dialogs; diff --git a/app/src/main/java/com/philliphsu/clock2/list/BaseCursorAdapter.java b/app/src/main/java/com/philliphsu/clock2/list/BaseCursorAdapter.java index 377f8a9..27341dd 100644 --- a/app/src/main/java/com/philliphsu/clock2/list/BaseCursorAdapter.java +++ b/app/src/main/java/com/philliphsu/clock2/list/BaseCursorAdapter.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.list; diff --git a/app/src/main/java/com/philliphsu/clock2/list/BaseViewHolder.java b/app/src/main/java/com/philliphsu/clock2/list/BaseViewHolder.java index 0ad4828..5907b40 100644 --- a/app/src/main/java/com/philliphsu/clock2/list/BaseViewHolder.java +++ b/app/src/main/java/com/philliphsu/clock2/list/BaseViewHolder.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.list; diff --git a/app/src/main/java/com/philliphsu/clock2/list/OnListItemInteractionListener.java b/app/src/main/java/com/philliphsu/clock2/list/OnListItemInteractionListener.java index d0092cc..dc19066 100644 --- a/app/src/main/java/com/philliphsu/clock2/list/OnListItemInteractionListener.java +++ b/app/src/main/java/com/philliphsu/clock2/list/OnListItemInteractionListener.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.list; diff --git a/app/src/main/java/com/philliphsu/clock2/list/RecyclerViewFragment.java b/app/src/main/java/com/philliphsu/clock2/list/RecyclerViewFragment.java index 5a19e15..e217d28 100644 --- a/app/src/main/java/com/philliphsu/clock2/list/RecyclerViewFragment.java +++ b/app/src/main/java/com/philliphsu/clock2/list/RecyclerViewFragment.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.list; diff --git a/app/src/main/java/com/philliphsu/clock2/list/ScrollHandler.java b/app/src/main/java/com/philliphsu/clock2/list/ScrollHandler.java index e130084..2269589 100644 --- a/app/src/main/java/com/philliphsu/clock2/list/ScrollHandler.java +++ b/app/src/main/java/com/philliphsu/clock2/list/ScrollHandler.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.list; diff --git a/app/src/main/java/com/philliphsu/clock2/ringtone/AlarmActivity.java b/app/src/main/java/com/philliphsu/clock2/ringtone/AlarmActivity.java index 485b85f..765717a 100644 --- a/app/src/main/java/com/philliphsu/clock2/ringtone/AlarmActivity.java +++ b/app/src/main/java/com/philliphsu/clock2/ringtone/AlarmActivity.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.ringtone; diff --git a/app/src/main/java/com/philliphsu/clock2/ringtone/RingtoneActivity.java b/app/src/main/java/com/philliphsu/clock2/ringtone/RingtoneActivity.java index 63cbdc2..bcc61a8 100644 --- a/app/src/main/java/com/philliphsu/clock2/ringtone/RingtoneActivity.java +++ b/app/src/main/java/com/philliphsu/clock2/ringtone/RingtoneActivity.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.ringtone; diff --git a/app/src/main/java/com/philliphsu/clock2/ringtone/TimesUpActivity.java b/app/src/main/java/com/philliphsu/clock2/ringtone/TimesUpActivity.java index 62d9462..a03dc6c 100644 --- a/app/src/main/java/com/philliphsu/clock2/ringtone/TimesUpActivity.java +++ b/app/src/main/java/com/philliphsu/clock2/ringtone/TimesUpActivity.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.ringtone; diff --git a/app/src/main/java/com/philliphsu/clock2/ringtone/playback/AlarmRingtoneService.java b/app/src/main/java/com/philliphsu/clock2/ringtone/playback/AlarmRingtoneService.java index 2829b4d..5ea3fa9 100644 --- a/app/src/main/java/com/philliphsu/clock2/ringtone/playback/AlarmRingtoneService.java +++ b/app/src/main/java/com/philliphsu/clock2/ringtone/playback/AlarmRingtoneService.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.ringtone.playback; diff --git a/app/src/main/java/com/philliphsu/clock2/ringtone/playback/RingtoneLoop.java b/app/src/main/java/com/philliphsu/clock2/ringtone/playback/RingtoneLoop.java index d997aa5..c51c484 100644 --- a/app/src/main/java/com/philliphsu/clock2/ringtone/playback/RingtoneLoop.java +++ b/app/src/main/java/com/philliphsu/clock2/ringtone/playback/RingtoneLoop.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.ringtone.playback; diff --git a/app/src/main/java/com/philliphsu/clock2/ringtone/playback/RingtoneService.java b/app/src/main/java/com/philliphsu/clock2/ringtone/playback/RingtoneService.java index 16b77ed..140a570 100644 --- a/app/src/main/java/com/philliphsu/clock2/ringtone/playback/RingtoneService.java +++ b/app/src/main/java/com/philliphsu/clock2/ringtone/playback/RingtoneService.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.ringtone.playback; diff --git a/app/src/main/java/com/philliphsu/clock2/ringtone/playback/TimerRingtoneService.java b/app/src/main/java/com/philliphsu/clock2/ringtone/playback/TimerRingtoneService.java index d0a4482..6bda850 100644 --- a/app/src/main/java/com/philliphsu/clock2/ringtone/playback/TimerRingtoneService.java +++ b/app/src/main/java/com/philliphsu/clock2/ringtone/playback/TimerRingtoneService.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.ringtone.playback; diff --git a/app/src/main/java/com/philliphsu/clock2/settings/SettingsActivity.java b/app/src/main/java/com/philliphsu/clock2/settings/SettingsActivity.java index c7b43a8..3f522be 100644 --- a/app/src/main/java/com/philliphsu/clock2/settings/SettingsActivity.java +++ b/app/src/main/java/com/philliphsu/clock2/settings/SettingsActivity.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.settings; diff --git a/app/src/main/java/com/philliphsu/clock2/settings/SettingsFragment.java b/app/src/main/java/com/philliphsu/clock2/settings/SettingsFragment.java index eeb76e5..d8425a6 100644 --- a/app/src/main/java/com/philliphsu/clock2/settings/SettingsFragment.java +++ b/app/src/main/java/com/philliphsu/clock2/settings/SettingsFragment.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.settings; diff --git a/app/src/main/java/com/philliphsu/clock2/settings/ThemedRingtonePreference.java b/app/src/main/java/com/philliphsu/clock2/settings/ThemedRingtonePreference.java index e969fb7..a8c826d 100644 --- a/app/src/main/java/com/philliphsu/clock2/settings/ThemedRingtonePreference.java +++ b/app/src/main/java/com/philliphsu/clock2/settings/ThemedRingtonePreference.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.settings; diff --git a/app/src/main/java/com/philliphsu/clock2/stopwatch/Lap.java b/app/src/main/java/com/philliphsu/clock2/stopwatch/Lap.java index 196b559..f7cfaf4 100644 --- a/app/src/main/java/com/philliphsu/clock2/stopwatch/Lap.java +++ b/app/src/main/java/com/philliphsu/clock2/stopwatch/Lap.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.stopwatch; diff --git a/app/src/main/java/com/philliphsu/clock2/stopwatch/StopwatchNotificationService.java b/app/src/main/java/com/philliphsu/clock2/stopwatch/StopwatchNotificationService.java index b80aa5e..20fae0c 100644 --- a/app/src/main/java/com/philliphsu/clock2/stopwatch/StopwatchNotificationService.java +++ b/app/src/main/java/com/philliphsu/clock2/stopwatch/StopwatchNotificationService.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.stopwatch; diff --git a/app/src/main/java/com/philliphsu/clock2/stopwatch/data/AsyncLapsTableUpdateHandler.java b/app/src/main/java/com/philliphsu/clock2/stopwatch/data/AsyncLapsTableUpdateHandler.java index 3ee69a8..3e2bcce 100644 --- a/app/src/main/java/com/philliphsu/clock2/stopwatch/data/AsyncLapsTableUpdateHandler.java +++ b/app/src/main/java/com/philliphsu/clock2/stopwatch/data/AsyncLapsTableUpdateHandler.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.stopwatch.data; diff --git a/app/src/main/java/com/philliphsu/clock2/stopwatch/data/LapCursor.java b/app/src/main/java/com/philliphsu/clock2/stopwatch/data/LapCursor.java index 2e5eb58..6e10bb0 100644 --- a/app/src/main/java/com/philliphsu/clock2/stopwatch/data/LapCursor.java +++ b/app/src/main/java/com/philliphsu/clock2/stopwatch/data/LapCursor.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.stopwatch.data; diff --git a/app/src/main/java/com/philliphsu/clock2/stopwatch/data/LapsCursorLoader.java b/app/src/main/java/com/philliphsu/clock2/stopwatch/data/LapsCursorLoader.java index 64c2290..c87a9fd 100644 --- a/app/src/main/java/com/philliphsu/clock2/stopwatch/data/LapsCursorLoader.java +++ b/app/src/main/java/com/philliphsu/clock2/stopwatch/data/LapsCursorLoader.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.stopwatch.data; diff --git a/app/src/main/java/com/philliphsu/clock2/stopwatch/data/LapsTable.java b/app/src/main/java/com/philliphsu/clock2/stopwatch/data/LapsTable.java index b04cdba..a40f53a 100644 --- a/app/src/main/java/com/philliphsu/clock2/stopwatch/data/LapsTable.java +++ b/app/src/main/java/com/philliphsu/clock2/stopwatch/data/LapsTable.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.stopwatch.data; diff --git a/app/src/main/java/com/philliphsu/clock2/stopwatch/data/LapsTableManager.java b/app/src/main/java/com/philliphsu/clock2/stopwatch/data/LapsTableManager.java index 7b6af0e..3362ffb 100644 --- a/app/src/main/java/com/philliphsu/clock2/stopwatch/data/LapsTableManager.java +++ b/app/src/main/java/com/philliphsu/clock2/stopwatch/data/LapsTableManager.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.stopwatch.data; diff --git a/app/src/main/java/com/philliphsu/clock2/stopwatch/ui/LapViewHolder.java b/app/src/main/java/com/philliphsu/clock2/stopwatch/ui/LapViewHolder.java index 5ba84fe..9273133 100644 --- a/app/src/main/java/com/philliphsu/clock2/stopwatch/ui/LapViewHolder.java +++ b/app/src/main/java/com/philliphsu/clock2/stopwatch/ui/LapViewHolder.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.stopwatch.ui; diff --git a/app/src/main/java/com/philliphsu/clock2/stopwatch/ui/LapsAdapter.java b/app/src/main/java/com/philliphsu/clock2/stopwatch/ui/LapsAdapter.java index a770963..0922102 100644 --- a/app/src/main/java/com/philliphsu/clock2/stopwatch/ui/LapsAdapter.java +++ b/app/src/main/java/com/philliphsu/clock2/stopwatch/ui/LapsAdapter.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.stopwatch.ui; diff --git a/app/src/main/java/com/philliphsu/clock2/stopwatch/ui/StopwatchFragment.java b/app/src/main/java/com/philliphsu/clock2/stopwatch/ui/StopwatchFragment.java index 2cdec2c..bb7a0f1 100644 --- a/app/src/main/java/com/philliphsu/clock2/stopwatch/ui/StopwatchFragment.java +++ b/app/src/main/java/com/philliphsu/clock2/stopwatch/ui/StopwatchFragment.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.stopwatch.ui; diff --git a/app/src/main/java/com/philliphsu/clock2/timers/EditTimerActivity.java b/app/src/main/java/com/philliphsu/clock2/timers/EditTimerActivity.java index 7da9dc2..51795b0 100644 --- a/app/src/main/java/com/philliphsu/clock2/timers/EditTimerActivity.java +++ b/app/src/main/java/com/philliphsu/clock2/timers/EditTimerActivity.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.timers; diff --git a/app/src/main/java/com/philliphsu/clock2/timers/Timer.java b/app/src/main/java/com/philliphsu/clock2/timers/Timer.java index fe5cdbb..b7a985a 100644 --- a/app/src/main/java/com/philliphsu/clock2/timers/Timer.java +++ b/app/src/main/java/com/philliphsu/clock2/timers/Timer.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.timers; diff --git a/app/src/main/java/com/philliphsu/clock2/timers/TimerController.java b/app/src/main/java/com/philliphsu/clock2/timers/TimerController.java index 017eabd..4d06043 100644 --- a/app/src/main/java/com/philliphsu/clock2/timers/TimerController.java +++ b/app/src/main/java/com/philliphsu/clock2/timers/TimerController.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.timers; diff --git a/app/src/main/java/com/philliphsu/clock2/timers/TimerNotificationService.java b/app/src/main/java/com/philliphsu/clock2/timers/TimerNotificationService.java index 52bea7c..83871c9 100644 --- a/app/src/main/java/com/philliphsu/clock2/timers/TimerNotificationService.java +++ b/app/src/main/java/com/philliphsu/clock2/timers/TimerNotificationService.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.timers; diff --git a/app/src/main/java/com/philliphsu/clock2/timers/data/AsyncTimersTableUpdateHandler.java b/app/src/main/java/com/philliphsu/clock2/timers/data/AsyncTimersTableUpdateHandler.java index 51ad648..9890757 100644 --- a/app/src/main/java/com/philliphsu/clock2/timers/data/AsyncTimersTableUpdateHandler.java +++ b/app/src/main/java/com/philliphsu/clock2/timers/data/AsyncTimersTableUpdateHandler.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.timers.data; diff --git a/app/src/main/java/com/philliphsu/clock2/timers/data/TimerCursor.java b/app/src/main/java/com/philliphsu/clock2/timers/data/TimerCursor.java index a1046cd..e26a494 100644 --- a/app/src/main/java/com/philliphsu/clock2/timers/data/TimerCursor.java +++ b/app/src/main/java/com/philliphsu/clock2/timers/data/TimerCursor.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.timers.data; diff --git a/app/src/main/java/com/philliphsu/clock2/timers/data/TimersListCursorLoader.java b/app/src/main/java/com/philliphsu/clock2/timers/data/TimersListCursorLoader.java index 4a99072..d3dd93d 100644 --- a/app/src/main/java/com/philliphsu/clock2/timers/data/TimersListCursorLoader.java +++ b/app/src/main/java/com/philliphsu/clock2/timers/data/TimersListCursorLoader.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.timers.data; diff --git a/app/src/main/java/com/philliphsu/clock2/timers/data/TimersTable.java b/app/src/main/java/com/philliphsu/clock2/timers/data/TimersTable.java index a1e5862..e8bbf53 100644 --- a/app/src/main/java/com/philliphsu/clock2/timers/data/TimersTable.java +++ b/app/src/main/java/com/philliphsu/clock2/timers/data/TimersTable.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.timers.data; diff --git a/app/src/main/java/com/philliphsu/clock2/timers/data/TimersTableManager.java b/app/src/main/java/com/philliphsu/clock2/timers/data/TimersTableManager.java index 6d22a6c..988a59a 100644 --- a/app/src/main/java/com/philliphsu/clock2/timers/data/TimersTableManager.java +++ b/app/src/main/java/com/philliphsu/clock2/timers/data/TimersTableManager.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.timers.data; diff --git a/app/src/main/java/com/philliphsu/clock2/timers/ui/TimerViewHolder.java b/app/src/main/java/com/philliphsu/clock2/timers/ui/TimerViewHolder.java index 69ff3b0..b40b45f 100644 --- a/app/src/main/java/com/philliphsu/clock2/timers/ui/TimerViewHolder.java +++ b/app/src/main/java/com/philliphsu/clock2/timers/ui/TimerViewHolder.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.timers.ui; diff --git a/app/src/main/java/com/philliphsu/clock2/timers/ui/TimersCursorAdapter.java b/app/src/main/java/com/philliphsu/clock2/timers/ui/TimersCursorAdapter.java index 5f11885..6edb52c 100644 --- a/app/src/main/java/com/philliphsu/clock2/timers/ui/TimersCursorAdapter.java +++ b/app/src/main/java/com/philliphsu/clock2/timers/ui/TimersCursorAdapter.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.timers.ui; diff --git a/app/src/main/java/com/philliphsu/clock2/timers/ui/TimersFragment.java b/app/src/main/java/com/philliphsu/clock2/timers/ui/TimersFragment.java index b538ba3..d56dcf7 100644 --- a/app/src/main/java/com/philliphsu/clock2/timers/ui/TimersFragment.java +++ b/app/src/main/java/com/philliphsu/clock2/timers/ui/TimersFragment.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.timers.ui; diff --git a/app/src/main/java/com/philliphsu/clock2/util/ConfigurationUtils.java b/app/src/main/java/com/philliphsu/clock2/util/ConfigurationUtils.java index 26f3aed..5843a40 100644 --- a/app/src/main/java/com/philliphsu/clock2/util/ConfigurationUtils.java +++ b/app/src/main/java/com/philliphsu/clock2/util/ConfigurationUtils.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.util; diff --git a/app/src/main/java/com/philliphsu/clock2/util/ContentIntentUtils.java b/app/src/main/java/com/philliphsu/clock2/util/ContentIntentUtils.java index 3aad702..54722cb 100644 --- a/app/src/main/java/com/philliphsu/clock2/util/ContentIntentUtils.java +++ b/app/src/main/java/com/philliphsu/clock2/util/ContentIntentUtils.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.util; diff --git a/app/src/main/java/com/philliphsu/clock2/util/DelayedSnackbarHandler.java b/app/src/main/java/com/philliphsu/clock2/util/DelayedSnackbarHandler.java index 9321748..acd0585 100644 --- a/app/src/main/java/com/philliphsu/clock2/util/DelayedSnackbarHandler.java +++ b/app/src/main/java/com/philliphsu/clock2/util/DelayedSnackbarHandler.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.util; diff --git a/app/src/main/java/com/philliphsu/clock2/util/DurationUtils.java b/app/src/main/java/com/philliphsu/clock2/util/DurationUtils.java index 477683d..8fc6dd0 100644 --- a/app/src/main/java/com/philliphsu/clock2/util/DurationUtils.java +++ b/app/src/main/java/com/philliphsu/clock2/util/DurationUtils.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.util; diff --git a/app/src/main/java/com/philliphsu/clock2/util/FragmentTagUtils.java b/app/src/main/java/com/philliphsu/clock2/util/FragmentTagUtils.java index a2ae4a2..4c12972 100644 --- a/app/src/main/java/com/philliphsu/clock2/util/FragmentTagUtils.java +++ b/app/src/main/java/com/philliphsu/clock2/util/FragmentTagUtils.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.util; diff --git a/app/src/main/java/com/philliphsu/clock2/util/KeyboardUtils.java b/app/src/main/java/com/philliphsu/clock2/util/KeyboardUtils.java index 71f2cec..dcb7bb6 100644 --- a/app/src/main/java/com/philliphsu/clock2/util/KeyboardUtils.java +++ b/app/src/main/java/com/philliphsu/clock2/util/KeyboardUtils.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.util; diff --git a/app/src/main/java/com/philliphsu/clock2/util/LocalBroadcastHelper.java b/app/src/main/java/com/philliphsu/clock2/util/LocalBroadcastHelper.java index a528911..f4f74c3 100644 --- a/app/src/main/java/com/philliphsu/clock2/util/LocalBroadcastHelper.java +++ b/app/src/main/java/com/philliphsu/clock2/util/LocalBroadcastHelper.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.util; diff --git a/app/src/main/java/com/philliphsu/clock2/util/ParcelableUtil.java b/app/src/main/java/com/philliphsu/clock2/util/ParcelableUtil.java index b18ee10..4eb9ce4 100644 --- a/app/src/main/java/com/philliphsu/clock2/util/ParcelableUtil.java +++ b/app/src/main/java/com/philliphsu/clock2/util/ParcelableUtil.java @@ -1,3 +1,22 @@ +/* + * Copyright 2017 Phillip Hsu + * + * This file is part of ClockPlus. + * + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . + */ + package com.philliphsu.clock2.util; import android.os.Parcel; diff --git a/app/src/main/java/com/philliphsu/clock2/util/Preconditions.java b/app/src/main/java/com/philliphsu/clock2/util/Preconditions.java index e1d8759..17fe1b4 100644 --- a/app/src/main/java/com/philliphsu/clock2/util/Preconditions.java +++ b/app/src/main/java/com/philliphsu/clock2/util/Preconditions.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.util; diff --git a/app/src/main/java/com/philliphsu/clock2/util/ProgressBarUtils.java b/app/src/main/java/com/philliphsu/clock2/util/ProgressBarUtils.java index e3b0e00..54b6107 100644 --- a/app/src/main/java/com/philliphsu/clock2/util/ProgressBarUtils.java +++ b/app/src/main/java/com/philliphsu/clock2/util/ProgressBarUtils.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.util; diff --git a/app/src/main/java/com/philliphsu/clock2/util/TimeFormatUtils.java b/app/src/main/java/com/philliphsu/clock2/util/TimeFormatUtils.java index 4edce29..8f8420a 100644 --- a/app/src/main/java/com/philliphsu/clock2/util/TimeFormatUtils.java +++ b/app/src/main/java/com/philliphsu/clock2/util/TimeFormatUtils.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.util; diff --git a/app/src/main/java/com/philliphsu/clock2/util/TimeTextUtils.java b/app/src/main/java/com/philliphsu/clock2/util/TimeTextUtils.java index d537232..355b06e 100644 --- a/app/src/main/java/com/philliphsu/clock2/util/TimeTextUtils.java +++ b/app/src/main/java/com/philliphsu/clock2/util/TimeTextUtils.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.util; diff --git a/app/src/main/res/color/fab_icon_color.xml b/app/src/main/res/color/fab_icon_color.xml index fefc6bd..b580671 100644 --- a/app/src/main/res/color/fab_icon_color.xml +++ b/app/src/main/res/color/fab_icon_color.xml @@ -1,18 +1,21 @@ diff --git a/app/src/main/res/color/icon_color.xml b/app/src/main/res/color/icon_color.xml index a4c7d70..522a00d 100644 --- a/app/src/main/res/color/icon_color.xml +++ b/app/src/main/res/color/icon_color.xml @@ -1,18 +1,21 @@ diff --git a/app/src/main/res/color/icon_color_dark.xml b/app/src/main/res/color/icon_color_dark.xml index 170ce71..0905dcd 100644 --- a/app/src/main/res/color/icon_color_dark.xml +++ b/app/src/main/res/color/icon_color_dark.xml @@ -1,18 +1,21 @@ diff --git a/app/src/main/res/color/numeric_keypad_button_text.xml b/app/src/main/res/color/numeric_keypad_button_text.xml index 9a8eae4..dde84a1 100644 --- a/app/src/main/res/color/numeric_keypad_button_text.xml +++ b/app/src/main/res/color/numeric_keypad_button_text.xml @@ -1,18 +1,21 @@ diff --git a/app/src/main/res/color/numeric_keypad_button_text_dark.xml b/app/src/main/res/color/numeric_keypad_button_text_dark.xml index 665a3e7..87ab49e 100644 --- a/app/src/main/res/color/numeric_keypad_button_text_dark.xml +++ b/app/src/main/res/color/numeric_keypad_button_text_dark.xml @@ -1,18 +1,21 @@ diff --git a/app/src/main/res/color/numeric_keypad_fab_color.xml b/app/src/main/res/color/numeric_keypad_fab_color.xml index f98c236..2318031 100644 --- a/app/src/main/res/color/numeric_keypad_fab_color.xml +++ b/app/src/main/res/color/numeric_keypad_fab_color.xml @@ -1,18 +1,21 @@ diff --git a/app/src/main/res/color/numeric_keypad_fab_color_dark.xml b/app/src/main/res/color/numeric_keypad_fab_color_dark.xml index 4f8e920..5cefda4 100644 --- a/app/src/main/res/color/numeric_keypad_fab_color_dark.xml +++ b/app/src/main/res/color/numeric_keypad_fab_color_dark.xml @@ -1,18 +1,21 @@ diff --git a/app/src/main/res/color/on_enabled_change_fab.xml b/app/src/main/res/color/on_enabled_change_fab.xml index 50eb822..1c026c9 100644 --- a/app/src/main/res/color/on_enabled_change_fab.xml +++ b/app/src/main/res/color/on_enabled_change_fab.xml @@ -1,18 +1,21 @@ diff --git a/app/src/main/res/color/tab_icon_color.xml b/app/src/main/res/color/tab_icon_color.xml index 9ee4a54..0a478d4 100644 --- a/app/src/main/res/color/tab_icon_color.xml +++ b/app/src/main/res/color/tab_icon_color.xml @@ -1,18 +1,21 @@ diff --git a/app/src/main/res/color/toggle_alarm_days.xml b/app/src/main/res/color/toggle_alarm_days.xml index ba22c65..0c6e89d 100644 --- a/app/src/main/res/color/toggle_alarm_days.xml +++ b/app/src/main/res/color/toggle_alarm_days.xml @@ -1,18 +1,21 @@ diff --git a/app/src/main/res/drawable/ic_add_24dp.xml b/app/src/main/res/drawable/ic_add_24dp.xml index 6586958..c28ceeb 100644 --- a/app/src/main/res/drawable/ic_add_24dp.xml +++ b/app/src/main/res/drawable/ic_add_24dp.xml @@ -1,17 +1,20 @@ . --> . --> diff --git a/app/src/main/res/drawable/ic_add_lap_40dp.xml b/app/src/main/res/drawable/ic_add_lap_40dp.xml index fa538dc..b35e0eb 100644 --- a/app/src/main/res/drawable/ic_add_lap_40dp.xml +++ b/app/src/main/res/drawable/ic_add_lap_40dp.xml @@ -1,18 +1,21 @@ . --> . --> . --> . --> diff --git a/app/src/main/res/drawable/ic_clock_24dp.xml b/app/src/main/res/drawable/ic_clock_24dp.xml index a99cd93..2e97045 100644 --- a/app/src/main/res/drawable/ic_clock_24dp.xml +++ b/app/src/main/res/drawable/ic_clock_24dp.xml @@ -1,17 +1,20 @@ . --> . --> . --> . --> . --> . --> . --> . --> . --> . --> . --> diff --git a/app/src/main/res/drawable/ic_snooze_48dp.xml b/app/src/main/res/drawable/ic_snooze_48dp.xml index c6df091..c0b2bc7 100644 --- a/app/src/main/res/drawable/ic_snooze_48dp.xml +++ b/app/src/main/res/drawable/ic_snooze_48dp.xml @@ -1,17 +1,20 @@ diff --git a/app/src/main/res/drawable/ic_start_24dp.xml b/app/src/main/res/drawable/ic_start_24dp.xml index 7aaee10..8e47c11 100644 --- a/app/src/main/res/drawable/ic_start_24dp.xml +++ b/app/src/main/res/drawable/ic_start_24dp.xml @@ -1,17 +1,20 @@ . --> . --> . --> . --> . --> . --> . --> . --> . --> . --> diff --git a/app/src/main/res/values-land/dimens.xml b/app/src/main/res/values-land/dimens.xml index b3ad28c..6b4ccdb 100644 --- a/app/src/main/res/values-land/dimens.xml +++ b/app/src/main/res/values-land/dimens.xml @@ -1,17 +1,20 @@ diff --git a/app/src/main/res/values-v21/dimens.xml b/app/src/main/res/values-v21/dimens.xml index 8cd9526..b329919 100644 --- a/app/src/main/res/values-v21/dimens.xml +++ b/app/src/main/res/values-v21/dimens.xml @@ -1,18 +1,21 @@ diff --git a/app/src/main/res/values-v21/styles.xml b/app/src/main/res/values-v21/styles.xml index f8dada3..eaa6917 100644 --- a/app/src/main/res/values-v21/styles.xml +++ b/app/src/main/res/values-v21/styles.xml @@ -1,17 +1,20 @@ diff --git a/app/src/main/res/values-v21/styles_timer.xml b/app/src/main/res/values-v21/styles_timer.xml index e1ec9da..681fcd3 100644 --- a/app/src/main/res/values-v21/styles_timer.xml +++ b/app/src/main/res/values-v21/styles_timer.xml @@ -1,18 +1,21 @@ diff --git a/app/src/main/res/values-w820dp/dimens.xml b/app/src/main/res/values-w820dp/dimens.xml index b24ea15..fa882b4 100644 --- a/app/src/main/res/values-w820dp/dimens.xml +++ b/app/src/main/res/values-w820dp/dimens.xml @@ -1,17 +1,20 @@ diff --git a/app/src/main/res/values/attrs.xml b/app/src/main/res/values/attrs.xml index e28ff5c..8c8759a 100644 --- a/app/src/main/res/values/attrs.xml +++ b/app/src/main/res/values/attrs.xml @@ -1,17 +1,20 @@ diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 8219bc2..7b48be6 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -1,18 +1,21 @@ diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml index 1232d11..770fc34 100644 --- a/app/src/main/res/values/dimens.xml +++ b/app/src/main/res/values/dimens.xml @@ -1,17 +1,20 @@ diff --git a/app/src/main/res/values/ids.xml b/app/src/main/res/values/ids.xml index b380ab4..374ffd9 100644 --- a/app/src/main/res/values/ids.xml +++ b/app/src/main/res/values/ids.xml @@ -1,18 +1,21 @@ diff --git a/app/src/main/res/values/prefs_alarms.xml b/app/src/main/res/values/prefs_alarms.xml index 54b07dc..dc578ad 100644 --- a/app/src/main/res/values/prefs_alarms.xml +++ b/app/src/main/res/values/prefs_alarms.xml @@ -1,18 +1,21 @@ diff --git a/app/src/main/res/values/prefs_general.xml b/app/src/main/res/values/prefs_general.xml index 0f0d836..50ff043 100644 --- a/app/src/main/res/values/prefs_general.xml +++ b/app/src/main/res/values/prefs_general.xml @@ -1,18 +1,21 @@ diff --git a/app/src/main/res/values/prefs_timers.xml b/app/src/main/res/values/prefs_timers.xml index 77c1de4..77d35fb 100644 --- a/app/src/main/res/values/prefs_timers.xml +++ b/app/src/main/res/values/prefs_timers.xml @@ -1,18 +1,21 @@ diff --git a/app/src/main/res/values/prefs_world_clock.xml b/app/src/main/res/values/prefs_world_clock.xml index 4cad246..3b11ca3 100644 --- a/app/src/main/res/values/prefs_world_clock.xml +++ b/app/src/main/res/values/prefs_world_clock.xml @@ -1,18 +1,21 @@ diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 51d3d94..97c8eca 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,17 +1,20 @@ diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 2fbc74b..f05205b 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -1,17 +1,20 @@ diff --git a/app/src/main/res/values/styles_alarm.xml b/app/src/main/res/values/styles_alarm.xml index 2622763..1bd78b2 100644 --- a/app/src/main/res/values/styles_alarm.xml +++ b/app/src/main/res/values/styles_alarm.xml @@ -1,18 +1,21 @@ diff --git a/app/src/main/res/values/styles_stopwatch.xml b/app/src/main/res/values/styles_stopwatch.xml index cab9ce5..4220cac 100644 --- a/app/src/main/res/values/styles_stopwatch.xml +++ b/app/src/main/res/values/styles_stopwatch.xml @@ -1,18 +1,21 @@ diff --git a/app/src/main/res/values/styles_timer.xml b/app/src/main/res/values/styles_timer.xml index 45c5feb..c0e7ca6 100644 --- a/app/src/main/res/values/styles_timer.xml +++ b/app/src/main/res/values/styles_timer.xml @@ -1,18 +1,21 @@ diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 547029f..ad9c0ac 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -1,18 +1,21 @@ . */ package com.philliphsu.clock2; diff --git a/app/src/test/java/com/philliphsu/clock2/DurationUtilsTest.java b/app/src/test/java/com/philliphsu/clock2/DurationUtilsTest.java index df63f97..5faf8bc 100644 --- a/app/src/test/java/com/philliphsu/clock2/DurationUtilsTest.java +++ b/app/src/test/java/com/philliphsu/clock2/DurationUtilsTest.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2; diff --git a/app/src/test/java/com/philliphsu/clock2/ExampleUnitTest.java b/app/src/test/java/com/philliphsu/clock2/ExampleUnitTest.java index a66ed06..3b4299c 100644 --- a/app/src/test/java/com/philliphsu/clock2/ExampleUnitTest.java +++ b/app/src/test/java/com/philliphsu/clock2/ExampleUnitTest.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2; diff --git a/app/src/test/java/com/philliphsu/clock2/RingtoneServiceTest.java b/app/src/test/java/com/philliphsu/clock2/RingtoneServiceTest.java index 30e2329..b78ca95 100644 --- a/app/src/test/java/com/philliphsu/clock2/RingtoneServiceTest.java +++ b/app/src/test/java/com/philliphsu/clock2/RingtoneServiceTest.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2; diff --git a/app/src/test/java/com/philliphsu/clock2/alarms/misc/DaysOfWeekTest.java b/app/src/test/java/com/philliphsu/clock2/alarms/misc/DaysOfWeekTest.java index fc9efea..3132630 100644 --- a/app/src/test/java/com/philliphsu/clock2/alarms/misc/DaysOfWeekTest.java +++ b/app/src/test/java/com/philliphsu/clock2/alarms/misc/DaysOfWeekTest.java @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ package com.philliphsu.clock2.alarms.misc; diff --git a/build.gradle b/build.gradle index e9219b9..6034d16 100644 --- a/build.gradle +++ b/build.gradle @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ // Top-level build file where you can add configuration options common to all sub-projects/modules. diff --git a/gradle.properties b/gradle.properties index 54b5c7e..ee58ea2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,17 +1,20 @@ # -# Copyright (C) 2016 Phillip Hsu +# Copyright 2017 Phillip Hsu # -# 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 +# This file is part of ClockPlus. # -# http://www.apache.org/licenses/LICENSE-2.0 +# ClockPlus is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. # -# 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. +# ClockPlus is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with ClockPlus. If not, see . # # Project-wide Gradle settings. diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 4a316b5..d6d0c55 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,3 +1,22 @@ +# +# Copyright 2017 Phillip Hsu +# +# This file is part of ClockPlus. +# +# ClockPlus is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# ClockPlus is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with ClockPlus. If not, see . +# + #Fri Feb 24 23:57:57 PST 2017 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists diff --git a/settings.gradle b/settings.gradle index 075b744..c853f83 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,17 +1,20 @@ /* - * Copyright (C) 2016 Phillip Hsu + * Copyright 2017 Phillip Hsu * - * 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 + * This file is part of ClockPlus. * - * http://www.apache.org/licenses/LICENSE-2.0 + * ClockPlus is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 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. + * ClockPlus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ClockPlus. If not, see . */ include ':app'