diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-11-02 23:18:41 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-11-02 23:18:41 +1300 |
commit | 3237c77de0acb66d8910f3ea6863d74ad6594266 (patch) | |
tree | ac433d4c5d86f1b011956546764b7d7d9f8ab7d2 /web/app/model | |
parent | a35f072d6a97f44910f9bf044096e291ffc38907 (diff) | |
download | etbsa-traccar-web-3237c77de0acb66d8910f3ea6863d74ad6594266.tar.gz etbsa-traccar-web-3237c77de0acb66d8910f3ea6863d74ad6594266.tar.bz2 etbsa-traccar-web-3237c77de0acb66d8910f3ea6863d74ad6594266.zip |
Update copyright notice emails
Diffstat (limited to 'web/app/model')
-rw-r--r-- | web/app/model/Attribute.js | 2 | ||||
-rw-r--r-- | web/app/model/AttributeAlias.js | 4 | ||||
-rw-r--r-- | web/app/model/Command.js | 2 | ||||
-rw-r--r-- | web/app/model/Device.js | 2 | ||||
-rw-r--r-- | web/app/model/Event.js | 2 | ||||
-rw-r--r-- | web/app/model/Geofence.js | 2 | ||||
-rw-r--r-- | web/app/model/Group.js | 2 | ||||
-rw-r--r-- | web/app/model/Notification.js | 2 | ||||
-rw-r--r-- | web/app/model/Position.js | 2 | ||||
-rw-r--r-- | web/app/model/ReportSummary.js | 4 | ||||
-rw-r--r-- | web/app/model/ReportTrip.js | 4 | ||||
-rw-r--r-- | web/app/model/Server.js | 2 | ||||
-rw-r--r-- | web/app/model/Statistics.js | 2 | ||||
-rw-r--r-- | web/app/model/User.js | 2 |
14 files changed, 17 insertions, 17 deletions
diff --git a/web/app/model/Attribute.js b/web/app/model/Attribute.js index b82fecf..a4aba97 100644 --- a/web/app/model/Attribute.js +++ b/web/app/model/Attribute.js @@ -1,5 +1,5 @@ /* - * Copyright 2015 Anton Tananaev (anton.tananaev@gmail.com) + * Copyright 2015 Anton Tananaev (anton@traccar.org) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/web/app/model/AttributeAlias.js b/web/app/model/AttributeAlias.js index 5c7ad68..39fe833 100644 --- a/web/app/model/AttributeAlias.js +++ b/web/app/model/AttributeAlias.js @@ -1,6 +1,6 @@ /* - * Copyright 2016 Anton Tananaev (anton.tananaev@gmail.com) - * Copyright 2016 Andrey Kunitsyn (abyss@fox5.ru) + * Copyright 2016 Anton Tananaev (anton@traccar.org) + * Copyright 2016 Andrey Kunitsyn (andrey@traccar.org) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/web/app/model/Command.js b/web/app/model/Command.js index b38d9a4..b298028 100644 --- a/web/app/model/Command.js +++ b/web/app/model/Command.js @@ -1,5 +1,5 @@ /* - * Copyright 2015 Anton Tananaev (anton.tananaev@gmail.com) + * Copyright 2015 Anton Tananaev (anton@traccar.org) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/web/app/model/Device.js b/web/app/model/Device.js index ecaca0b..f733a30 100644 --- a/web/app/model/Device.js +++ b/web/app/model/Device.js @@ -1,5 +1,5 @@ /* - * Copyright 2015 Anton Tananaev (anton.tananaev@gmail.com) + * Copyright 2015 Anton Tananaev (anton@traccar.org) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/web/app/model/Event.js b/web/app/model/Event.js index a13e171..7a43086 100644 --- a/web/app/model/Event.js +++ b/web/app/model/Event.js @@ -1,5 +1,5 @@ /* - * Copyright 2015 Anton Tananaev (anton.tananaev@gmail.com) + * Copyright 2015 Anton Tananaev (anton@traccar.org) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/web/app/model/Geofence.js b/web/app/model/Geofence.js index e49d611..63c8e8e 100644 --- a/web/app/model/Geofence.js +++ b/web/app/model/Geofence.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Anton Tananaev (anton.tananaev@gmail.com) + * Copyright 2016 Anton Tananaev (anton@traccar.org) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/web/app/model/Group.js b/web/app/model/Group.js index 0adf498..8230fda 100644 --- a/web/app/model/Group.js +++ b/web/app/model/Group.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Anton Tananaev (anton.tananaev@gmail.com) + * Copyright 2016 Anton Tananaev (anton@traccar.org) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/web/app/model/Notification.js b/web/app/model/Notification.js index 55cb4b3..1e6c36c 100644 --- a/web/app/model/Notification.js +++ b/web/app/model/Notification.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Anton Tananaev (anton.tananaev@gmail.com) + * Copyright 2016 Anton Tananaev (anton@traccar.org) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/web/app/model/Position.js b/web/app/model/Position.js index d13a987..b2b12ee 100644 --- a/web/app/model/Position.js +++ b/web/app/model/Position.js @@ -1,5 +1,5 @@ /* - * Copyright 2015 Anton Tananaev (anton.tananaev@gmail.com) + * Copyright 2015 Anton Tananaev (anton@traccar.org) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/web/app/model/ReportSummary.js b/web/app/model/ReportSummary.js index f8126bf..d236ecd 100644 --- a/web/app/model/ReportSummary.js +++ b/web/app/model/ReportSummary.js @@ -1,6 +1,6 @@ /* - * Copyright 2016 Anton Tananaev (anton.tananaev@gmail.com) - * Copyright 2016 Andrey Kunitsyn (abyss@fox5.ru) + * Copyright 2016 Anton Tananaev (anton@traccar.org) + * Copyright 2016 Andrey Kunitsyn (andrey@traccar.org) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/web/app/model/ReportTrip.js b/web/app/model/ReportTrip.js index 86a3274..51f9807 100644 --- a/web/app/model/ReportTrip.js +++ b/web/app/model/ReportTrip.js @@ -1,6 +1,6 @@ /* - * Copyright 2016 Anton Tananaev (anton.tananaev@gmail.com) - * Copyright 2016 Andrey Kunitsyn (abyss@fox5.ru) + * Copyright 2016 Anton Tananaev (anton@traccar.org) + * Copyright 2016 Andrey Kunitsyn (andrey@traccar.org) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/web/app/model/Server.js b/web/app/model/Server.js index be23289..aa14e84 100644 --- a/web/app/model/Server.js +++ b/web/app/model/Server.js @@ -1,5 +1,5 @@ /* - * Copyright 2015 Anton Tananaev (anton.tananaev@gmail.com) + * Copyright 2015 Anton Tananaev (anton@traccar.org) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/web/app/model/Statistics.js b/web/app/model/Statistics.js index 9f66a20..cc7ffc5 100644 --- a/web/app/model/Statistics.js +++ b/web/app/model/Statistics.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Anton Tananaev (anton.tananaev@gmail.com) + * Copyright 2016 Anton Tananaev (anton@traccar.org) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/web/app/model/User.js b/web/app/model/User.js index 718c571..56748e4 100644 --- a/web/app/model/User.js +++ b/web/app/model/User.js @@ -1,5 +1,5 @@ /* - * Copyright 2015 Anton Tananaev (anton.tananaev@gmail.com) + * Copyright 2015 Anton Tananaev (anton@traccar.org) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |