comparison mercurial-server/src/jetbrains/buildServer/buildTriggers/vcs/mercurial/ServerHgPathProvider.java @ 732:31a1aca3305c

Update copyright
author Dmitry Neverov <dmitry.neverov@jetbrains.com>
date Tue, 14 Jan 2014 12:45:10 +0100
parents c91c4f1ebd53
children 7bf4d943d5bb
comparison
equal deleted inserted replaced
731:5becb1dfecbd 732:31a1aca3305c
1 /*
2 * Copyright 2000-2014 JetBrains s.r.o.
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
1 package jetbrains.buildServer.buildTriggers.vcs.mercurial; 17 package jetbrains.buildServer.buildTriggers.vcs.mercurial;
2 18
3 import jetbrains.buildServer.buildTriggers.vcs.mercurial.command.HgVcsRoot; 19 import jetbrains.buildServer.buildTriggers.vcs.mercurial.command.HgVcsRoot;
4 import org.jetbrains.annotations.NotNull; 20 import org.jetbrains.annotations.NotNull;
5 21