Skip to content
This repository was archived by the owner on Feb 26, 2020. It is now read-only.

Commit 5e71d73

Browse files
hellostreamingSijie Guo
authored and
Sijie Guo
committedAug 23, 2016
DL-1: Clean up the distributedlog pom files
- changed the version to 0.4.0-incubating - changed names to include 'Apache DistributedLog' and use '::' as separator - add developers, mail lists and jira Author: jiazhai <zhaijia03@gmail.com> Reviewers: Franck Cuny <franck.cuny@gmail.com>, Sijie Guo <sijie@apache.org> Closes #10 from jiazhai/zhaijia/fix_apache_version
1 parent 7109057 commit 5e71d73

File tree

54 files changed

+840
-48
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+840
-48
lines changed
 

‎Dockerfile

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
#/**
2+
# * Licensed to the Apache Software Foundation (ASF) under one
3+
# * or more contributor license agreements. See the NOTICE file
4+
# * distributed with this work for additional information
5+
# * regarding copyright ownership. The ASF licenses this file
6+
# * to you under the Apache License, Version 2.0 (the
7+
# * "License"); you may not use this file except in compliance
8+
# * with the License. You may obtain a copy of the License at
9+
# *
10+
# * http://www.apache.org/licenses/LICENSE-2.0
11+
# *
12+
# * Unless required by applicable law or agreed to in writing, software
13+
# * distributed under the License is distributed on an "AS IS" BASIS,
14+
# * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
# * See the License for the specific language governing permissions and
16+
# * limitations under the License.
17+
# */
118
FROM java:8
219

320
MAINTAINER Arvind Kandhare [arvind.kandhare@emc.com]

‎Vagrantfile

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Licensed to the Apache Software Foundation (ASF) under one or more
2+
# contributor license agreements. See the NOTICE file distributed with
3+
# this work for additional information regarding copyright ownership.
4+
# The ASF licenses this file to You under the Apache License, Version 2.0
5+
# (the "License"); you may not use this file except in compliance with
6+
# the License. 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+
116
# -*- mode: ruby -*-
217
# vi: set ft=ruby :
318

0 commit comments

Comments
 (0)
This repository has been archived.