diff options
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 b82fecfb..a4aba97e 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 5c7ad68b..39fe833e 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 b38d9a4b..b298028f 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 ecaca0b0..f733a303 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 a13e171f..7a43086f 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 e49d6118..63c8e8e2 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 0adf498c..8230fda1 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 55cb4b3b..1e6c36c5 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 d13a9878..b2b12ee9 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 f8126bfb..d236ecd0 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 86a32748..51f98078 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 be23289e..aa14e845 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 9f66a201..cc7ffc59 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 718c5719..56748e45 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 |