Repository: trafficserver Updated Branches: refs/heads/4.2.x 7eff6a4dd -> de256a6fe
Add license blurb to trafficserver.service (cherry picked from commit 3060b7cddf42aad72fbac560c954510aa1734acb) Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/de256a6f Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/de256a6f Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/de256a6f Branch: refs/heads/4.2.x Commit: de256a6fe9f6760e1097d30267a8e515f277f466 Parents: 7eff6a4 Author: Leif Hedstrom <[email protected]> Authored: Thu May 1 13:51:17 2014 -0600 Committer: Phil Sorber <[email protected]> Committed: Wed May 28 09:37:46 2014 -0600 ---------------------------------------------------------------------- rc/trafficserver.service.in | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/de256a6f/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
