Repository: incubator-atlas Updated Branches: refs/heads/master c6ace7afd -> a3f365dc0
ATLAS-1539: added license text to new file added in earlier commit Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/a3f365dc Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/a3f365dc Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/a3f365dc Branch: refs/heads/master Commit: a3f365dc089d718a6fbd55a935fa4876d97b69fd Parents: c6ace7a Author: Madhan Neethiraj <[email protected]> Authored: Mon Feb 13 14:32:33 2017 -0800 Committer: Madhan Neethiraj <[email protected]> Committed: Mon Feb 13 14:32:33 2017 -0800 ---------------------------------------------------------------------- common/src/test/resources/test.properties | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/a3f365dc/common/src/test/resources/test.properties ---------------------------------------------------------------------- diff --git a/common/src/test/resources/test.properties b/common/src/test/resources/test.properties index 929ef45..395537f 100644 --- a/common/src/test/resources/test.properties +++ b/common/src/test/resources/test.properties @@ -1 +1,19 @@ -jaas.properties.file=atlas-jaas.properties \ No newline at end of file +# +# 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. +# + +jaas.properties.file=atlas-jaas.properties
