diff --git a/app/src/androidTest/java/ryey/easer/plugins/TestHelper.java b/app/src/androidTest/java/ryey/easer/plugins/TestHelper.java index 67532c3d..31036616 100644 --- a/app/src/androidTest/java/ryey/easer/plugins/TestHelper.java +++ b/app/src/androidTest/java/ryey/easer/plugins/TestHelper.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2016 - 2018 Rui Zhao + * + * This file is part of Easer. + * + * Easer is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Easer 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 Easer. If not, see . + */ + package ryey.easer.plugins; import android.os.Parcel; diff --git a/app/src/androidTest/java/ryey/easer/plugins/event/battery/BatteryEventDataTest.java b/app/src/androidTest/java/ryey/easer/plugins/event/battery/BatteryEventDataTest.java index c3cb492f..697d9098 100644 --- a/app/src/androidTest/java/ryey/easer/plugins/event/battery/BatteryEventDataTest.java +++ b/app/src/androidTest/java/ryey/easer/plugins/event/battery/BatteryEventDataTest.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2016 - 2018 Rui Zhao + * + * This file is part of Easer. + * + * Easer is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Easer 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 Easer. If not, see . + */ + package ryey.easer.plugins.event.battery; import android.os.Parcel; diff --git a/app/src/androidTest/java/ryey/easer/plugins/event/bluetooth_device/BTDeviceEventDataTest.java b/app/src/androidTest/java/ryey/easer/plugins/event/bluetooth_device/BTDeviceEventDataTest.java index 42b693d9..99155395 100644 --- a/app/src/androidTest/java/ryey/easer/plugins/event/bluetooth_device/BTDeviceEventDataTest.java +++ b/app/src/androidTest/java/ryey/easer/plugins/event/bluetooth_device/BTDeviceEventDataTest.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2016 - 2018 Rui Zhao + * + * This file is part of Easer. + * + * Easer is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Easer 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 Easer. If not, see . + */ + package ryey.easer.plugins.event.bluetooth_device; import android.os.Parcel; diff --git a/app/src/androidTest/java/ryey/easer/plugins/event/broadcast/BroadcastEventDataTest.java b/app/src/androidTest/java/ryey/easer/plugins/event/broadcast/BroadcastEventDataTest.java index ee3c594b..28f4f575 100644 --- a/app/src/androidTest/java/ryey/easer/plugins/event/broadcast/BroadcastEventDataTest.java +++ b/app/src/androidTest/java/ryey/easer/plugins/event/broadcast/BroadcastEventDataTest.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2016 - 2018 Rui Zhao + * + * This file is part of Easer. + * + * Easer is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Easer 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 Easer. If not, see . + */ + package ryey.easer.plugins.event.broadcast; import android.os.Parcel; diff --git a/app/src/androidTest/java/ryey/easer/plugins/event/calendar/CalendarEventDataTest.java b/app/src/androidTest/java/ryey/easer/plugins/event/calendar/CalendarEventDataTest.java index 13c14726..df477a93 100644 --- a/app/src/androidTest/java/ryey/easer/plugins/event/calendar/CalendarEventDataTest.java +++ b/app/src/androidTest/java/ryey/easer/plugins/event/calendar/CalendarEventDataTest.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2016 - 2018 Rui Zhao + * + * This file is part of Easer. + * + * Easer is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Easer 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 Easer. If not, see . + */ + package ryey.easer.plugins.event.calendar; import android.os.Parcel; diff --git a/app/src/androidTest/java/ryey/easer/plugins/event/celllocation/CellLocationEventDataTest.java b/app/src/androidTest/java/ryey/easer/plugins/event/celllocation/CellLocationEventDataTest.java index 7f5a317f..397eb158 100644 --- a/app/src/androidTest/java/ryey/easer/plugins/event/celllocation/CellLocationEventDataTest.java +++ b/app/src/androidTest/java/ryey/easer/plugins/event/celllocation/CellLocationEventDataTest.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2016 - 2018 Rui Zhao + * + * This file is part of Easer. + * + * Easer is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Easer 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 Easer. If not, see . + */ + package ryey.easer.plugins.event.celllocation; import android.os.Parcel; diff --git a/app/src/androidTest/java/ryey/easer/plugins/event/connectivity/ConnectivityEventDataTest.java b/app/src/androidTest/java/ryey/easer/plugins/event/connectivity/ConnectivityEventDataTest.java index bf336374..e4b337d3 100644 --- a/app/src/androidTest/java/ryey/easer/plugins/event/connectivity/ConnectivityEventDataTest.java +++ b/app/src/androidTest/java/ryey/easer/plugins/event/connectivity/ConnectivityEventDataTest.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2016 - 2018 Rui Zhao + * + * This file is part of Easer. + * + * Easer is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Easer 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 Easer. If not, see . + */ + package ryey.easer.plugins.event.connectivity; import android.os.Parcel; diff --git a/app/src/androidTest/java/ryey/easer/plugins/event/date/DateEventDataTest.java b/app/src/androidTest/java/ryey/easer/plugins/event/date/DateEventDataTest.java index f79c1dcf..82a51515 100644 --- a/app/src/androidTest/java/ryey/easer/plugins/event/date/DateEventDataTest.java +++ b/app/src/androidTest/java/ryey/easer/plugins/event/date/DateEventDataTest.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2016 - 2018 Rui Zhao + * + * This file is part of Easer. + * + * Easer is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Easer 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 Easer. If not, see . + */ + package ryey.easer.plugins.event.date; import android.os.Parcel; diff --git a/app/src/androidTest/java/ryey/easer/plugins/event/dayofweek/DayOfWeekEventDataTest.java b/app/src/androidTest/java/ryey/easer/plugins/event/dayofweek/DayOfWeekEventDataTest.java index d223b4d1..ddcfecf0 100644 --- a/app/src/androidTest/java/ryey/easer/plugins/event/dayofweek/DayOfWeekEventDataTest.java +++ b/app/src/androidTest/java/ryey/easer/plugins/event/dayofweek/DayOfWeekEventDataTest.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2016 - 2018 Rui Zhao + * + * This file is part of Easer. + * + * Easer is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Easer 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 Easer. If not, see . + */ + package ryey.easer.plugins.event.dayofweek; import android.os.Parcel; diff --git a/app/src/androidTest/java/ryey/easer/plugins/event/headset/HeadsetEventDataTest.java b/app/src/androidTest/java/ryey/easer/plugins/event/headset/HeadsetEventDataTest.java index 36006447..570fea1a 100644 --- a/app/src/androidTest/java/ryey/easer/plugins/event/headset/HeadsetEventDataTest.java +++ b/app/src/androidTest/java/ryey/easer/plugins/event/headset/HeadsetEventDataTest.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2016 - 2018 Rui Zhao + * + * This file is part of Easer. + * + * Easer is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Easer 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 Easer. If not, see . + */ + package ryey.easer.plugins.event.headset; import android.os.Parcel; diff --git a/app/src/androidTest/java/ryey/easer/plugins/event/nfc_tag/NfcTagEventDataTest.java b/app/src/androidTest/java/ryey/easer/plugins/event/nfc_tag/NfcTagEventDataTest.java index 7fddab01..2b13b328 100644 --- a/app/src/androidTest/java/ryey/easer/plugins/event/nfc_tag/NfcTagEventDataTest.java +++ b/app/src/androidTest/java/ryey/easer/plugins/event/nfc_tag/NfcTagEventDataTest.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2016 - 2018 Rui Zhao + * + * This file is part of Easer. + * + * Easer is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Easer 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 Easer. If not, see . + */ + package ryey.easer.plugins.event.nfc_tag; import android.os.Parcel; diff --git a/app/src/androidTest/java/ryey/easer/plugins/event/notification/NotificationEventDataTest.java b/app/src/androidTest/java/ryey/easer/plugins/event/notification/NotificationEventDataTest.java index 880d1c25..b8d71816 100644 --- a/app/src/androidTest/java/ryey/easer/plugins/event/notification/NotificationEventDataTest.java +++ b/app/src/androidTest/java/ryey/easer/plugins/event/notification/NotificationEventDataTest.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2016 - 2018 Rui Zhao + * + * This file is part of Easer. + * + * Easer is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Easer 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 Easer. If not, see . + */ + package ryey.easer.plugins.event.notification; import android.os.Parcel; diff --git a/app/src/androidTest/java/ryey/easer/plugins/event/sms/SmsEventDataTest.java b/app/src/androidTest/java/ryey/easer/plugins/event/sms/SmsEventDataTest.java index 44ebf6a8..353743c2 100644 --- a/app/src/androidTest/java/ryey/easer/plugins/event/sms/SmsEventDataTest.java +++ b/app/src/androidTest/java/ryey/easer/plugins/event/sms/SmsEventDataTest.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2016 - 2018 Rui Zhao + * + * This file is part of Easer. + * + * Easer is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Easer 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 Easer. If not, see . + */ + package ryey.easer.plugins.event.sms; import android.os.Parcel; diff --git a/app/src/androidTest/java/ryey/easer/plugins/event/tcp_trip/TcpTripEventDataTest.java b/app/src/androidTest/java/ryey/easer/plugins/event/tcp_trip/TcpTripEventDataTest.java index bf06dda0..54579c05 100644 --- a/app/src/androidTest/java/ryey/easer/plugins/event/tcp_trip/TcpTripEventDataTest.java +++ b/app/src/androidTest/java/ryey/easer/plugins/event/tcp_trip/TcpTripEventDataTest.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2016 - 2018 Rui Zhao + * + * This file is part of Easer. + * + * Easer is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Easer 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 Easer. If not, see . + */ + package ryey.easer.plugins.event.tcp_trip; import android.os.Parcel; diff --git a/app/src/androidTest/java/ryey/easer/plugins/event/time/TimeEventDataTest.java b/app/src/androidTest/java/ryey/easer/plugins/event/time/TimeEventDataTest.java index 5cc522b5..a59bba59 100644 --- a/app/src/androidTest/java/ryey/easer/plugins/event/time/TimeEventDataTest.java +++ b/app/src/androidTest/java/ryey/easer/plugins/event/time/TimeEventDataTest.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2016 - 2018 Rui Zhao + * + * This file is part of Easer. + * + * Easer is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Easer 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 Easer. If not, see . + */ + package ryey.easer.plugins.event.time; import android.os.Parcel; diff --git a/app/src/androidTest/java/ryey/easer/plugins/event/timer/TimerEventDataTest.java b/app/src/androidTest/java/ryey/easer/plugins/event/timer/TimerEventDataTest.java index 15a9faaa..93c639b7 100644 --- a/app/src/androidTest/java/ryey/easer/plugins/event/timer/TimerEventDataTest.java +++ b/app/src/androidTest/java/ryey/easer/plugins/event/timer/TimerEventDataTest.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2016 - 2018 Rui Zhao + * + * This file is part of Easer. + * + * Easer is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Easer 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 Easer. If not, see . + */ + package ryey.easer.plugins.event.timer; import android.os.Parcel; diff --git a/app/src/androidTest/java/ryey/easer/plugins/event/wifi/WifiEventDataTest.java b/app/src/androidTest/java/ryey/easer/plugins/event/wifi/WifiEventDataTest.java index c45c3a06..8718737a 100644 --- a/app/src/androidTest/java/ryey/easer/plugins/event/wifi/WifiEventDataTest.java +++ b/app/src/androidTest/java/ryey/easer/plugins/event/wifi/WifiEventDataTest.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2016 - 2018 Rui Zhao + * + * This file is part of Easer. + * + * Easer is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Easer 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 Easer. If not, see . + */ + package ryey.easer.plugins.event.wifi; import android.os.Parcel; diff --git a/app/src/androidTest/java/ryey/easer/plugins/operation/airplane_mode/AirplaneModeOperationDataTest.java b/app/src/androidTest/java/ryey/easer/plugins/operation/airplane_mode/AirplaneModeOperationDataTest.java index 37e3b8c9..568a3e3e 100644 --- a/app/src/androidTest/java/ryey/easer/plugins/operation/airplane_mode/AirplaneModeOperationDataTest.java +++ b/app/src/androidTest/java/ryey/easer/plugins/operation/airplane_mode/AirplaneModeOperationDataTest.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2016 - 2018 Rui Zhao + * + * This file is part of Easer. + * + * Easer is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Easer 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 Easer. If not, see . + */ + package ryey.easer.plugins.operation.airplane_mode; import android.os.Parcel; diff --git a/app/src/androidTest/java/ryey/easer/plugins/operation/alarm/AlarmOperationDataTest.java b/app/src/androidTest/java/ryey/easer/plugins/operation/alarm/AlarmOperationDataTest.java index 4a5b83b5..a1a030fa 100644 --- a/app/src/androidTest/java/ryey/easer/plugins/operation/alarm/AlarmOperationDataTest.java +++ b/app/src/androidTest/java/ryey/easer/plugins/operation/alarm/AlarmOperationDataTest.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2016 - 2018 Rui Zhao + * + * This file is part of Easer. + * + * Easer is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Easer 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 Easer. If not, see . + */ + package ryey.easer.plugins.operation.alarm; import android.os.Parcel; diff --git a/app/src/androidTest/java/ryey/easer/plugins/operation/bluetooth/BluetoothOperationDataTest.java b/app/src/androidTest/java/ryey/easer/plugins/operation/bluetooth/BluetoothOperationDataTest.java index 5aa4f6d2..9f93c24a 100644 --- a/app/src/androidTest/java/ryey/easer/plugins/operation/bluetooth/BluetoothOperationDataTest.java +++ b/app/src/androidTest/java/ryey/easer/plugins/operation/bluetooth/BluetoothOperationDataTest.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2016 - 2018 Rui Zhao + * + * This file is part of Easer. + * + * Easer is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Easer 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 Easer. If not, see . + */ + package ryey.easer.plugins.operation.bluetooth; import android.os.Parcel; diff --git a/app/src/androidTest/java/ryey/easer/plugins/operation/brightness/BrightnessOperationDataTest.java b/app/src/androidTest/java/ryey/easer/plugins/operation/brightness/BrightnessOperationDataTest.java index 2d957bc5..69a89a90 100644 --- a/app/src/androidTest/java/ryey/easer/plugins/operation/brightness/BrightnessOperationDataTest.java +++ b/app/src/androidTest/java/ryey/easer/plugins/operation/brightness/BrightnessOperationDataTest.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2016 - 2018 Rui Zhao + * + * This file is part of Easer. + * + * Easer is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Easer 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 Easer. If not, see . + */ + package ryey.easer.plugins.operation.brightness; import android.os.Parcel; diff --git a/app/src/androidTest/java/ryey/easer/plugins/operation/broadcast/BroadcastOperationDataTest.java b/app/src/androidTest/java/ryey/easer/plugins/operation/broadcast/BroadcastOperationDataTest.java index 3efe1778..50eb1aa6 100644 --- a/app/src/androidTest/java/ryey/easer/plugins/operation/broadcast/BroadcastOperationDataTest.java +++ b/app/src/androidTest/java/ryey/easer/plugins/operation/broadcast/BroadcastOperationDataTest.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2016 - 2018 Rui Zhao + * + * This file is part of Easer. + * + * Easer is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Easer 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 Easer. If not, see . + */ + package ryey.easer.plugins.operation.broadcast; import android.os.Parcel; diff --git a/app/src/androidTest/java/ryey/easer/plugins/operation/cellular/CellularOperationDataTest.java b/app/src/androidTest/java/ryey/easer/plugins/operation/cellular/CellularOperationDataTest.java index 8a8c4b3e..70ba14bb 100644 --- a/app/src/androidTest/java/ryey/easer/plugins/operation/cellular/CellularOperationDataTest.java +++ b/app/src/androidTest/java/ryey/easer/plugins/operation/cellular/CellularOperationDataTest.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2016 - 2018 Rui Zhao + * + * This file is part of Easer. + * + * Easer is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Easer 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 Easer. If not, see . + */ + package ryey.easer.plugins.operation.cellular; import android.os.Parcel; diff --git a/app/src/androidTest/java/ryey/easer/plugins/operation/command/CommandOperationDataTest.java b/app/src/androidTest/java/ryey/easer/plugins/operation/command/CommandOperationDataTest.java index 7d5cb114..2f506dc3 100644 --- a/app/src/androidTest/java/ryey/easer/plugins/operation/command/CommandOperationDataTest.java +++ b/app/src/androidTest/java/ryey/easer/plugins/operation/command/CommandOperationDataTest.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2016 - 2018 Rui Zhao + * + * This file is part of Easer. + * + * Easer is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Easer 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 Easer. If not, see . + */ + package ryey.easer.plugins.operation.command; import android.os.Parcel; diff --git a/app/src/androidTest/java/ryey/easer/plugins/operation/event_control/EventControlOperationDataTest.java b/app/src/androidTest/java/ryey/easer/plugins/operation/event_control/EventControlOperationDataTest.java index f1bdf425..bffc5100 100644 --- a/app/src/androidTest/java/ryey/easer/plugins/operation/event_control/EventControlOperationDataTest.java +++ b/app/src/androidTest/java/ryey/easer/plugins/operation/event_control/EventControlOperationDataTest.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2016 - 2018 Rui Zhao + * + * This file is part of Easer. + * + * Easer is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Easer 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 Easer. If not, see . + */ + package ryey.easer.plugins.operation.event_control; import android.os.Parcel; diff --git a/app/src/androidTest/java/ryey/easer/plugins/operation/hotspot/HotspotOperationDataTest.java b/app/src/androidTest/java/ryey/easer/plugins/operation/hotspot/HotspotOperationDataTest.java index 45509373..e5a890b7 100644 --- a/app/src/androidTest/java/ryey/easer/plugins/operation/hotspot/HotspotOperationDataTest.java +++ b/app/src/androidTest/java/ryey/easer/plugins/operation/hotspot/HotspotOperationDataTest.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2016 - 2018 Rui Zhao + * + * This file is part of Easer. + * + * Easer is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Easer 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 Easer. If not, see . + */ + package ryey.easer.plugins.operation.hotspot; import android.os.Parcel; diff --git a/app/src/androidTest/java/ryey/easer/plugins/operation/launch_app/LaunchAppOperationDataTest.java b/app/src/androidTest/java/ryey/easer/plugins/operation/launch_app/LaunchAppOperationDataTest.java index 5a5e74a6..422a2eba 100644 --- a/app/src/androidTest/java/ryey/easer/plugins/operation/launch_app/LaunchAppOperationDataTest.java +++ b/app/src/androidTest/java/ryey/easer/plugins/operation/launch_app/LaunchAppOperationDataTest.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2016 - 2018 Rui Zhao + * + * This file is part of Easer. + * + * Easer is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Easer 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 Easer. If not, see . + */ + package ryey.easer.plugins.operation.launch_app; import android.os.Parcel; diff --git a/app/src/androidTest/java/ryey/easer/plugins/operation/media_control/MediaControlOperationDataTest.java b/app/src/androidTest/java/ryey/easer/plugins/operation/media_control/MediaControlOperationDataTest.java index 80a425f7..f9e082fa 100644 --- a/app/src/androidTest/java/ryey/easer/plugins/operation/media_control/MediaControlOperationDataTest.java +++ b/app/src/androidTest/java/ryey/easer/plugins/operation/media_control/MediaControlOperationDataTest.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2016 - 2018 Rui Zhao + * + * This file is part of Easer. + * + * Easer is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Easer 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 Easer. If not, see . + */ + package ryey.easer.plugins.operation.media_control; import android.os.Parcel; diff --git a/app/src/androidTest/java/ryey/easer/plugins/operation/network_transmission/NetworkTransmissionOperationDataTest.java b/app/src/androidTest/java/ryey/easer/plugins/operation/network_transmission/NetworkTransmissionOperationDataTest.java index e9a34078..59344a2f 100644 --- a/app/src/androidTest/java/ryey/easer/plugins/operation/network_transmission/NetworkTransmissionOperationDataTest.java +++ b/app/src/androidTest/java/ryey/easer/plugins/operation/network_transmission/NetworkTransmissionOperationDataTest.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2016 - 2018 Rui Zhao + * + * This file is part of Easer. + * + * Easer is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Easer 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 Easer. If not, see . + */ + package ryey.easer.plugins.operation.network_transmission; import android.os.Parcel; diff --git a/app/src/androidTest/java/ryey/easer/plugins/operation/ringer_mode/RingerModeOperationDataTest.java b/app/src/androidTest/java/ryey/easer/plugins/operation/ringer_mode/RingerModeOperationDataTest.java index 5db75d37..48caa30b 100644 --- a/app/src/androidTest/java/ryey/easer/plugins/operation/ringer_mode/RingerModeOperationDataTest.java +++ b/app/src/androidTest/java/ryey/easer/plugins/operation/ringer_mode/RingerModeOperationDataTest.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2016 - 2018 Rui Zhao + * + * This file is part of Easer. + * + * Easer is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Easer 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 Easer. If not, see . + */ + package ryey.easer.plugins.operation.ringer_mode; import android.os.Parcel; diff --git a/app/src/androidTest/java/ryey/easer/plugins/operation/rotation/RotationOperationDataTest.java b/app/src/androidTest/java/ryey/easer/plugins/operation/rotation/RotationOperationDataTest.java index 378a03a0..363353d2 100644 --- a/app/src/androidTest/java/ryey/easer/plugins/operation/rotation/RotationOperationDataTest.java +++ b/app/src/androidTest/java/ryey/easer/plugins/operation/rotation/RotationOperationDataTest.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2016 - 2018 Rui Zhao + * + * This file is part of Easer. + * + * Easer is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Easer 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 Easer. If not, see . + */ + package ryey.easer.plugins.operation.rotation; import android.os.Parcel; diff --git a/app/src/androidTest/java/ryey/easer/plugins/operation/send_notification/SendNotificationOperationDataTest.java b/app/src/androidTest/java/ryey/easer/plugins/operation/send_notification/SendNotificationOperationDataTest.java index 410d29ae..a0c87956 100644 --- a/app/src/androidTest/java/ryey/easer/plugins/operation/send_notification/SendNotificationOperationDataTest.java +++ b/app/src/androidTest/java/ryey/easer/plugins/operation/send_notification/SendNotificationOperationDataTest.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2016 - 2018 Rui Zhao + * + * This file is part of Easer. + * + * Easer is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Easer 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 Easer. If not, see . + */ + package ryey.easer.plugins.operation.send_notification; import android.os.Parcel; diff --git a/app/src/androidTest/java/ryey/easer/plugins/operation/send_sms/SmsOperationDataTest.java b/app/src/androidTest/java/ryey/easer/plugins/operation/send_sms/SmsOperationDataTest.java index 84514518..a990d970 100644 --- a/app/src/androidTest/java/ryey/easer/plugins/operation/send_sms/SmsOperationDataTest.java +++ b/app/src/androidTest/java/ryey/easer/plugins/operation/send_sms/SmsOperationDataTest.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2016 - 2018 Rui Zhao + * + * This file is part of Easer. + * + * Easer is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Easer 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 Easer. If not, see . + */ + package ryey.easer.plugins.operation.send_sms; import android.os.Parcel; diff --git a/app/src/androidTest/java/ryey/easer/plugins/operation/synchronization/SynchronizationOperationDataTest.java b/app/src/androidTest/java/ryey/easer/plugins/operation/synchronization/SynchronizationOperationDataTest.java index da6d5a91..8cfc67bf 100644 --- a/app/src/androidTest/java/ryey/easer/plugins/operation/synchronization/SynchronizationOperationDataTest.java +++ b/app/src/androidTest/java/ryey/easer/plugins/operation/synchronization/SynchronizationOperationDataTest.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2016 - 2018 Rui Zhao + * + * This file is part of Easer. + * + * Easer is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Easer 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 Easer. If not, see . + */ + package ryey.easer.plugins.operation.synchronization; import android.os.Parcel; diff --git a/app/src/androidTest/java/ryey/easer/plugins/operation/volume/VolumeOperationDataTest.java b/app/src/androidTest/java/ryey/easer/plugins/operation/volume/VolumeOperationDataTest.java index 59bc4bb7..b253acf0 100644 --- a/app/src/androidTest/java/ryey/easer/plugins/operation/volume/VolumeOperationDataTest.java +++ b/app/src/androidTest/java/ryey/easer/plugins/operation/volume/VolumeOperationDataTest.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2016 - 2018 Rui Zhao + * + * This file is part of Easer. + * + * Easer is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Easer 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 Easer. If not, see . + */ + package ryey.easer.plugins.operation.volume; import android.os.Parcel; diff --git a/app/src/androidTest/java/ryey/easer/plugins/operation/wifi/WifiOperationDataTest.java b/app/src/androidTest/java/ryey/easer/plugins/operation/wifi/WifiOperationDataTest.java index 8baddb65..c694c28d 100644 --- a/app/src/androidTest/java/ryey/easer/plugins/operation/wifi/WifiOperationDataTest.java +++ b/app/src/androidTest/java/ryey/easer/plugins/operation/wifi/WifiOperationDataTest.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2016 - 2018 Rui Zhao + * + * This file is part of Easer. + * + * Easer is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Easer 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 Easer. If not, see . + */ + package ryey.easer.plugins.operation.wifi; import android.os.Parcel; diff --git a/app/src/test/java/ryey/easer/core/data/EventStructureTest.java b/app/src/test/java/ryey/easer/core/data/EventStructureTest.java index 4e648062..72d62e6c 100644 --- a/app/src/test/java/ryey/easer/core/data/EventStructureTest.java +++ b/app/src/test/java/ryey/easer/core/data/EventStructureTest.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2016 - 2018 Rui Zhao + * + * This file is part of Easer. + * + * Easer is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Easer 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 Easer. If not, see . + */ + package ryey.easer.core.data; import org.junit.Before; diff --git a/app/src/test/java/ryey/easer/core/data/EventTreeTest.java b/app/src/test/java/ryey/easer/core/data/EventTreeTest.java index 1fe97c56..d3f486e4 100644 --- a/app/src/test/java/ryey/easer/core/data/EventTreeTest.java +++ b/app/src/test/java/ryey/easer/core/data/EventTreeTest.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2016 - 2018 Rui Zhao + * + * This file is part of Easer. + * + * Easer is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Easer 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 Easer. If not, see . + */ + package ryey.easer.core.data; import org.junit.Before; diff --git a/app/src/test/java/ryey/easer/plugins/PluginDataTest.java b/app/src/test/java/ryey/easer/plugins/PluginDataTest.java index 36518849..1fbc544b 100644 --- a/app/src/test/java/ryey/easer/plugins/PluginDataTest.java +++ b/app/src/test/java/ryey/easer/plugins/PluginDataTest.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2016 - 2018 Rui Zhao + * + * This file is part of Easer. + * + * Easer is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Easer 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 Easer. If not, see . + */ + package ryey.easer.plugins; import org.junit.Test; diff --git a/app/src/test/java/ryey/easer/plugins/operation/OperationDataTest.java b/app/src/test/java/ryey/easer/plugins/operation/OperationDataTest.java index 425f4414..eddb56da 100644 --- a/app/src/test/java/ryey/easer/plugins/operation/OperationDataTest.java +++ b/app/src/test/java/ryey/easer/plugins/operation/OperationDataTest.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2016 - 2018 Rui Zhao + * + * This file is part of Easer. + * + * Easer is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Easer 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 Easer. If not, see . + */ + package ryey.easer.plugins.operation; import org.junit.Test; diff --git a/app/src/test/java/ryey/easer/plugins/reusable/ReusableDataTest.java b/app/src/test/java/ryey/easer/plugins/reusable/ReusableDataTest.java index dec8fc40..aea6162b 100644 --- a/app/src/test/java/ryey/easer/plugins/reusable/ReusableDataTest.java +++ b/app/src/test/java/ryey/easer/plugins/reusable/ReusableDataTest.java @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2016 - 2018 Rui Zhao + * + * This file is part of Easer. + * + * Easer is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Easer 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 Easer. If not, see . + */ + package ryey.easer.plugins.reusable; import org.junit.Test;