Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(784)

Side by Side Diff: platforms/raspberry-pi2/data/fletch-agent.service

Issue 1649703002: Update project authors statements to Dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « platforms/raspberry-pi2/configure-network ('k') | platforms/raspberry-pi2/flash-sd-card » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" standalone='no'?><!--*-nxml-*--> 1 <?xml version="1.0" standalone='no'?><!--*-nxml-*-->
2 <!DOCTYPE service-group SYSTEM "avahi-service.dtd"> 2 <!DOCTYPE service-group SYSTEM "avahi-service.dtd">
3 3
4 <!-- 4 <!--
5 Service definition for the fletch-agent service, which is part of the 5 Service definition for the fletch-agent service, which is part of the
6 Fletch SDK (http://dart-lang.github.io/fletch/). 6 Fletch SDK (http://dart-lang.github.io/fletch/).
7 7
8 Copyright (c) 2015, the Fletch project authors. Please see the AUTHORS file 8 Copyright (c) 2015, the Dartino project authors. Please see the AUTHORS file
9 for details. All rights reserved. Use of this source code is governed by a 9 for details. All rights reserved. Use of this source code is governed by a
10 BSD-style license that can be found in the LICENSE.md file. 10 BSD-style license that can be found in the LICENSE.md file.
11 --> 11 -->
12 12
13 <service-group> 13 <service-group>
14 <name replace-wildcards="no">fletch-agent</name> 14 <name replace-wildcards="no">fletch-agent</name>
15 <service> 15 <service>
16 <type>_fletch_agent._tcp</type> 16 <type>_fletch_agent._tcp</type>
17 <port>12121</port> 17 <port>12121</port>
18 </service> 18 </service>
19 </service-group> 19 </service-group>
OLDNEW
« no previous file with comments | « platforms/raspberry-pi2/configure-network ('k') | platforms/raspberry-pi2/flash-sd-card » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698