Repository: trafficserver Updated Branches: refs/heads/master b131f2cb2 -> 7f0c73757
Add license blurb to trafficserver.service Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/3060b7cd Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/3060b7cd Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/3060b7cd Branch: refs/heads/master Commit: 3060b7cddf42aad72fbac560c954510aa1734acb Parents: b131f2c Author: Leif Hedstrom <[email protected]> Authored: Thu May 1 13:51:17 2014 -0600 Committer: Leif Hedstrom <[email protected]> Committed: Thu May 1 13:51:17 2014 -0600 ---------------------------------------------------------------------- rc/trafficserver.service.in | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/3060b7cd/rc/trafficserver.service.in ---------------------------------------------------------------------- diff --git a/rc/trafficserver.service.in b/rc/trafficserver.service.in index c0582d6..9026680 100644 --- a/rc/trafficserver.service.in +++ b/rc/trafficserver.service.in @@ -1,3 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# [Unit] Description=Apache Traffic Server is a fast, scalable and extensible caching proxy server. After=syslog.target network.target
