Update copyrights in files.

This commit is contained in:
Phillip Hsu 2017-03-01 17:32:42 -08:00
parent 366ee8f90c
commit 44e1f5faf4
182 changed files with 2378 additions and 1800 deletions

View File

@ -2,19 +2,22 @@ apply plugin: 'com.android.application'
apply plugin: 'com.neenbedankt.android-apt' 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"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
// ============================================================================= // =============================================================================

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2; package com.philliphsu.clock2;

View File

@ -1,18 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- <!--
~ Copyright (C) 2016 Phillip Hsu ~ Copyright 2017 Phillip Hsu
~ ~
~ Licensed under the Apache License, Version 2.0 (the "License"); ~ This file is part of ClockPlus.
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~ ~
~ http://www.apache.org/licenses/LICENSE-2.0 ~ 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 ~ ClockPlus is distributed in the hope that it will be useful,
~ distributed under the License is distributed on an "AS IS" BASIS, ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ See the License for the specific language governing permissions and ~ GNU General Public License for more details.
~ limitations under the License. ~
~ You should have received a copy of the GNU General Public License
~ along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
--> -->
<manifest package="com.philliphsu.clock2" <manifest package="com.philliphsu.clock2"

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2; package com.philliphsu.clock2;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2; package com.philliphsu.clock2;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2; package com.philliphsu.clock2;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2; package com.philliphsu.clock2;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.alarms; package com.philliphsu.clock2.alarms;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.alarms.background; package com.philliphsu.clock2.alarms.background;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.alarms.background; package com.philliphsu.clock2.alarms.background;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.alarms.background; package com.philliphsu.clock2.alarms.background;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.alarms.background; package com.philliphsu.clock2.alarms.background;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.alarms.data; package com.philliphsu.clock2.alarms.data;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.alarms.data; package com.philliphsu.clock2.alarms.data;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.alarms.data; package com.philliphsu.clock2.alarms.data;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.alarms.data; package com.philliphsu.clock2.alarms.data;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.alarms.data; package com.philliphsu.clock2.alarms.data;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.alarms.misc; package com.philliphsu.clock2.alarms.misc;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.alarms.misc; package com.philliphsu.clock2.alarms.misc;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.alarms.misc; package com.philliphsu.clock2.alarms.misc;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.alarms.ui; package com.philliphsu.clock2.alarms.ui;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.alarms.ui; package com.philliphsu.clock2.alarms.ui;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.alarms.ui; package com.philliphsu.clock2.alarms.ui;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.alarms.ui; package com.philliphsu.clock2.alarms.ui;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.alarms.ui; package com.philliphsu.clock2.alarms.ui;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.chronometer; package com.philliphsu.clock2.chronometer;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.chronometer; package com.philliphsu.clock2.chronometer;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.chronometer; package com.philliphsu.clock2.chronometer;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.chronometer; package com.philliphsu.clock2.chronometer;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.data; package com.philliphsu.clock2.data;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.data; package com.philliphsu.clock2.data;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.data; package com.philliphsu.clock2.data;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.data; package com.philliphsu.clock2.data;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.data; package com.philliphsu.clock2.data;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.data; package com.philliphsu.clock2.data;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.dialogs; package com.philliphsu.clock2.dialogs;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.dialogs; package com.philliphsu.clock2.dialogs;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.dialogs; package com.philliphsu.clock2.dialogs;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.dialogs; package com.philliphsu.clock2.dialogs;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.dialogs; package com.philliphsu.clock2.dialogs;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.dialogs; package com.philliphsu.clock2.dialogs;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.dialogs; package com.philliphsu.clock2.dialogs;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.dialogs; package com.philliphsu.clock2.dialogs;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.list; package com.philliphsu.clock2.list;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.list; package com.philliphsu.clock2.list;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.list; package com.philliphsu.clock2.list;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.list; package com.philliphsu.clock2.list;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.list; package com.philliphsu.clock2.list;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.ringtone; package com.philliphsu.clock2.ringtone;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.ringtone; package com.philliphsu.clock2.ringtone;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.ringtone; package com.philliphsu.clock2.ringtone;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.ringtone.playback; package com.philliphsu.clock2.ringtone.playback;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.ringtone.playback; package com.philliphsu.clock2.ringtone.playback;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.ringtone.playback; package com.philliphsu.clock2.ringtone.playback;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.ringtone.playback; package com.philliphsu.clock2.ringtone.playback;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.settings; package com.philliphsu.clock2.settings;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.settings; package com.philliphsu.clock2.settings;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.settings; package com.philliphsu.clock2.settings;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.stopwatch; package com.philliphsu.clock2.stopwatch;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.stopwatch; package com.philliphsu.clock2.stopwatch;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.stopwatch.data; package com.philliphsu.clock2.stopwatch.data;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.stopwatch.data; package com.philliphsu.clock2.stopwatch.data;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.stopwatch.data; package com.philliphsu.clock2.stopwatch.data;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.stopwatch.data; package com.philliphsu.clock2.stopwatch.data;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.stopwatch.data; package com.philliphsu.clock2.stopwatch.data;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.stopwatch.ui; package com.philliphsu.clock2.stopwatch.ui;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.stopwatch.ui; package com.philliphsu.clock2.stopwatch.ui;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.stopwatch.ui; package com.philliphsu.clock2.stopwatch.ui;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.timers; package com.philliphsu.clock2.timers;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.timers; package com.philliphsu.clock2.timers;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.timers; package com.philliphsu.clock2.timers;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.timers; package com.philliphsu.clock2.timers;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.timers.data; package com.philliphsu.clock2.timers.data;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.timers.data; package com.philliphsu.clock2.timers.data;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.timers.data; package com.philliphsu.clock2.timers.data;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.timers.data; package com.philliphsu.clock2.timers.data;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.timers.data; package com.philliphsu.clock2.timers.data;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.timers.ui; package com.philliphsu.clock2.timers.ui;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.timers.ui; package com.philliphsu.clock2.timers.ui;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.timers.ui; package com.philliphsu.clock2.timers.ui;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.util; package com.philliphsu.clock2.util;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.util; package com.philliphsu.clock2.util;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.util; package com.philliphsu.clock2.util;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.util; package com.philliphsu.clock2.util;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.util; package com.philliphsu.clock2.util;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.util; package com.philliphsu.clock2.util;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.util; package com.philliphsu.clock2.util;

View File

@ -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 <http://www.gnu.org/licenses/>.
*/
package com.philliphsu.clock2.util; package com.philliphsu.clock2.util;
import android.os.Parcel; import android.os.Parcel;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.util; package com.philliphsu.clock2.util;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.util; package com.philliphsu.clock2.util;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.util; package com.philliphsu.clock2.util;

View File

@ -1,17 +1,20 @@
/* /*
* Copyright (C) 2016 Phillip Hsu * Copyright 2017 Phillip Hsu
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * This file is part of ClockPlus.
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * 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 * ClockPlus is distributed in the hope that it will be useful,
* distributed under the License is distributed on an "AS IS" BASIS, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* See the License for the specific language governing permissions and * GNU General Public License for more details.
* limitations under the License. *
* You should have received a copy of the GNU General Public License
* along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.philliphsu.clock2.util; package com.philliphsu.clock2.util;

View File

@ -1,18 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- <!--
~ Copyright (C) 2016 Phillip Hsu ~ Copyright 2017 Phillip Hsu
~ ~
~ Licensed under the Apache License, Version 2.0 (the "License"); ~ This file is part of ClockPlus.
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~ ~
~ http://www.apache.org/licenses/LICENSE-2.0 ~ 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 ~ ClockPlus is distributed in the hope that it will be useful,
~ distributed under the License is distributed on an "AS IS" BASIS, ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ See the License for the specific language governing permissions and ~ GNU General Public License for more details.
~ limitations under the License. ~
~ You should have received a copy of the GNU General Public License
~ along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
--> -->
<!--A variation of icon_color that correctly gives the enabled color for FABs --> <!--A variation of icon_color that correctly gives the enabled color for FABs -->

View File

@ -1,18 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- <!--
~ Copyright (C) 2016 Phillip Hsu ~ Copyright 2017 Phillip Hsu
~ ~
~ Licensed under the Apache License, Version 2.0 (the "License"); ~ This file is part of ClockPlus.
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~ ~
~ http://www.apache.org/licenses/LICENSE-2.0 ~ 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 ~ ClockPlus is distributed in the hope that it will be useful,
~ distributed under the License is distributed on an "AS IS" BASIS, ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ See the License for the specific language governing permissions and ~ GNU General Public License for more details.
~ limitations under the License. ~
~ You should have received a copy of the GNU General Public License
~ along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
--> -->
<selector xmlns:android="http://schemas.android.com/apk/res/android"> <selector xmlns:android="http://schemas.android.com/apk/res/android">

View File

@ -1,18 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- <!--
~ Copyright (C) 2016 Phillip Hsu ~ Copyright 2017 Phillip Hsu
~ ~
~ Licensed under the Apache License, Version 2.0 (the "License"); ~ This file is part of ClockPlus.
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~ ~
~ http://www.apache.org/licenses/LICENSE-2.0 ~ 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 ~ ClockPlus is distributed in the hope that it will be useful,
~ distributed under the License is distributed on an "AS IS" BASIS, ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ See the License for the specific language governing permissions and ~ GNU General Public License for more details.
~ limitations under the License. ~
~ You should have received a copy of the GNU General Public License
~ along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
--> -->
<selector xmlns:android="http://schemas.android.com/apk/res/android"> <selector xmlns:android="http://schemas.android.com/apk/res/android">

View File

@ -1,18 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- <!--
~ Copyright (C) 2016 Phillip Hsu ~ Copyright 2017 Phillip Hsu
~ ~
~ Licensed under the Apache License, Version 2.0 (the "License"); ~ This file is part of ClockPlus.
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~ ~
~ http://www.apache.org/licenses/LICENSE-2.0 ~ 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 ~ ClockPlus is distributed in the hope that it will be useful,
~ distributed under the License is distributed on an "AS IS" BASIS, ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ See the License for the specific language governing permissions and ~ GNU General Public License for more details.
~ limitations under the License. ~
~ You should have received a copy of the GNU General Public License
~ along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
--> -->
<selector xmlns:android="http://schemas.android.com/apk/res/android"> <selector xmlns:android="http://schemas.android.com/apk/res/android">

View File

@ -1,18 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- <!--
~ Copyright (C) 2016 Phillip Hsu ~ Copyright 2017 Phillip Hsu
~ ~
~ Licensed under the Apache License, Version 2.0 (the "License"); ~ This file is part of ClockPlus.
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~ ~
~ http://www.apache.org/licenses/LICENSE-2.0 ~ 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 ~ ClockPlus is distributed in the hope that it will be useful,
~ distributed under the License is distributed on an "AS IS" BASIS, ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ See the License for the specific language governing permissions and ~ GNU General Public License for more details.
~ limitations under the License. ~
~ You should have received a copy of the GNU General Public License
~ along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
--> -->
<selector xmlns:android="http://schemas.android.com/apk/res/android"> <selector xmlns:android="http://schemas.android.com/apk/res/android">

View File

@ -1,18 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- <!--
~ Copyright (C) 2016 Phillip Hsu ~ Copyright 2017 Phillip Hsu
~ ~
~ Licensed under the Apache License, Version 2.0 (the "License"); ~ This file is part of ClockPlus.
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~ ~
~ http://www.apache.org/licenses/LICENSE-2.0 ~ 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 ~ ClockPlus is distributed in the hope that it will be useful,
~ distributed under the License is distributed on an "AS IS" BASIS, ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ See the License for the specific language governing permissions and ~ GNU General Public License for more details.
~ limitations under the License. ~
~ You should have received a copy of the GNU General Public License
~ along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
--> -->
<selector xmlns:android="http://schemas.android.com/apk/res/android"> <selector xmlns:android="http://schemas.android.com/apk/res/android">

View File

@ -1,18 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- <!--
~ Copyright (C) 2016 Phillip Hsu ~ Copyright 2017 Phillip Hsu
~ ~
~ Licensed under the Apache License, Version 2.0 (the "License"); ~ This file is part of ClockPlus.
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~ ~
~ http://www.apache.org/licenses/LICENSE-2.0 ~ 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 ~ ClockPlus is distributed in the hope that it will be useful,
~ distributed under the License is distributed on an "AS IS" BASIS, ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ See the License for the specific language governing permissions and ~ GNU General Public License for more details.
~ limitations under the License. ~
~ You should have received a copy of the GNU General Public License
~ along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
--> -->
<selector xmlns:android="http://schemas.android.com/apk/res/android"> <selector xmlns:android="http://schemas.android.com/apk/res/android">

View File

@ -1,18 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- <!--
~ Copyright (C) 2016 Phillip Hsu ~ Copyright 2017 Phillip Hsu
~ ~
~ Licensed under the Apache License, Version 2.0 (the "License"); ~ This file is part of ClockPlus.
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~ ~
~ http://www.apache.org/licenses/LICENSE-2.0 ~ 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 ~ ClockPlus is distributed in the hope that it will be useful,
~ distributed under the License is distributed on an "AS IS" BASIS, ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ See the License for the specific language governing permissions and ~ GNU General Public License for more details.
~ limitations under the License. ~
~ You should have received a copy of the GNU General Public License
~ along with ClockPlus. If not, see <http://www.gnu.org/licenses/>.
--> -->
<selector xmlns:android="http://schemas.android.com/apk/res/android"> <selector xmlns:android="http://schemas.android.com/apk/res/android">

Some files were not shown because too many files have changed in this diff Show More