diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2016-01-16 09:01:18 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2016-01-16 09:01:18 +0300 |
commit | bb8cd8a9ff7d80046cc2c7d41742c74d8f811c62 (patch) | |
tree | 9353ecb0293fd89b8d08d893332ca7e912c3efa3 /protocol | |
parent | 454ed688836c9de52039b84ea381ffd22890a6e8 (diff) |
i am alive )
updated copyrights (new year)
server:
started implementation of api for module events (module should be able to fire event which will be delivered to clients which have subscribed for this event type)
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/auth.proto | 2 | ||||
-rw-r--r-- | protocol/core.proto | 2 | ||||
-rw-r--r-- | protocol/download.proto | 2 | ||||
-rw-r--r-- | protocol/events.proto | 2 | ||||
-rw-r--r-- | protocol/misc.proto | 2 | ||||
-rw-r--r-- | protocol/module.proto | 2 | ||||
-rw-r--r-- | protocol/settings.proto | 2 | ||||
-rw-r--r-- | protocol/udm.proto | 2 | ||||
-rw-r--r-- | protocol/ui.proto | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/protocol/auth.proto b/protocol/auth.proto index a39d2ad..d77bde4 100644 --- a/protocol/auth.proto +++ b/protocol/auth.proto @@ -1,5 +1,5 @@ /* - Copyright © 2015 Gluzskiy Alexandr (sss) + Copyright © 2015-2016 Gluzskiy Alexandr (sss) This file is part of Unknown Download Manager (UDM). diff --git a/protocol/core.proto b/protocol/core.proto index 53f887a..bc93902 100644 --- a/protocol/core.proto +++ b/protocol/core.proto @@ -1,5 +1,5 @@ /* - Copyright © 2015 Gluzskiy Alexandr (sss) + Copyright © 2015-2016 Gluzskiy Alexandr (sss) This file is part of Unknown Download Manager (UDM). diff --git a/protocol/download.proto b/protocol/download.proto index 7684db3..c043bfe 100644 --- a/protocol/download.proto +++ b/protocol/download.proto @@ -1,5 +1,5 @@ /* - Copyright © 2015 Gluzskiy Alexandr (sss) + Copyright © 2015-2016 Gluzskiy Alexandr (sss) This file is part of Unknown Download Manager (UDM). diff --git a/protocol/events.proto b/protocol/events.proto index 8521e55..84903cf 100644 --- a/protocol/events.proto +++ b/protocol/events.proto @@ -1,5 +1,5 @@ /* - Copyright © 2015 Gluzskiy Alexandr (sss) + Copyright © 2015-2016 Gluzskiy Alexandr (sss) This file is part of Unknown Download Manager (UDM). diff --git a/protocol/misc.proto b/protocol/misc.proto index 152c7f5..dd0a7b9 100644 --- a/protocol/misc.proto +++ b/protocol/misc.proto @@ -1,5 +1,5 @@ /* - Copyright © 2015 Gluzskiy Alexandr (sss) + Copyright © 2015-2016 Gluzskiy Alexandr (sss) This file is part of Unknown Download Manager (UDM). diff --git a/protocol/module.proto b/protocol/module.proto index 2376b7b..3e94dc7 100644 --- a/protocol/module.proto +++ b/protocol/module.proto @@ -1,5 +1,5 @@ /* - Copyright © 2015 Gluzskiy Alexandr (sss) + Copyright © 2015-2016 Gluzskiy Alexandr (sss) This file is part of Unknown Download Manager (UDM). diff --git a/protocol/settings.proto b/protocol/settings.proto index ff0e9a3..e66b329 100644 --- a/protocol/settings.proto +++ b/protocol/settings.proto @@ -1,5 +1,5 @@ /* - Copyright © 2015 Gluzskiy Alexandr (sss) + Copyright © 2015-2016 Gluzskiy Alexandr (sss) This file is part of Unknown Download Manager (UDM). diff --git a/protocol/udm.proto b/protocol/udm.proto index 8b09867..bc0eac1 100644 --- a/protocol/udm.proto +++ b/protocol/udm.proto @@ -1,5 +1,5 @@ /* - Copyright © 2015 Gluzskiy Alexandr (sss) + Copyright © 2015-2016 Gluzskiy Alexandr (sss) This file is part of Unknown Download Manager (UDM). diff --git a/protocol/ui.proto b/protocol/ui.proto index 387e17c..2a215cc 100644 --- a/protocol/ui.proto +++ b/protocol/ui.proto @@ -1,5 +1,5 @@ /* - Copyright © 2015 Gluzskiy Alexandr (sss) + Copyright © 2015-2016 Gluzskiy Alexandr (sss) This file is part of Unknown Download Manager (UDM). |