diff options
author | James Moger <james.moger@gitblit.com> | 2011-05-25 16:21:17 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-05-25 16:21:17 -0400 |
commit | f13c4c5a35a18d8478b276cc44570bbc3398aa73 (patch) | |
tree | 34d2144ed5a518422afbbc17c55de3c07e639d3e /src/com/gitblit/wicket/pages/EditRepositoryPage.java | |
parent | 56c549e384b1a648c77bbd09a2cc77976e8a64de (diff) | |
download | gitblit-f13c4c5a35a18d8478b276cc44570bbc3398aa73.tar.gz gitblit-f13c4c5a35a18d8478b276cc44570bbc3398aa73.zip |
Selected Apache License. Dropped : from name. Its simpler.
Diffstat (limited to 'src/com/gitblit/wicket/pages/EditRepositoryPage.java')
-rw-r--r-- | src/com/gitblit/wicket/pages/EditRepositoryPage.java | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/com/gitblit/wicket/pages/EditRepositoryPage.java b/src/com/gitblit/wicket/pages/EditRepositoryPage.java index 20a9c737..ffacec5d 100644 --- a/src/com/gitblit/wicket/pages/EditRepositoryPage.java +++ b/src/com/gitblit/wicket/pages/EditRepositoryPage.java @@ -1,3 +1,18 @@ +/*
+ * Copyright 2011 gitblit.com.
+ *
+ * Licensed 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.
+ */
package com.gitblit.wicket.pages;
import java.text.MessageFormat;
|