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 @@
.
-->
.
-->
.
-->
.
-->
.
-->
.
-->
.
-->
.
-->
.
-->
.
-->