Repository: flex-asjs Updated Branches: refs/heads/develop cb67c4173 -> b4ef3e4ad
FLEX-34414 - Add missing Apache headers Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/b4ef3e4a Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/b4ef3e4a Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/b4ef3e4a Branch: refs/heads/develop Commit: b4ef3e4adc7a42c97438314c4dd544fa0e7f4972 Parents: cb67c41 Author: piotrz <[email protected]> Authored: Tue Mar 14 21:51:54 2017 +0100 Committer: piotrz <[email protected]> Committed: Tue Mar 14 21:51:54 2017 +0100 ---------------------------------------------------------------------- frameworks/js/.jshintrc | 19 +++++++++++++++++++ frameworks/js/jshint.properties | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b4ef3e4a/frameworks/js/.jshintrc ---------------------------------------------------------------------- diff --git a/frameworks/js/.jshintrc b/frameworks/js/.jshintrc index 62b335a..87f0a57 100644 --- a/frameworks/js/.jshintrc +++ b/frameworks/js/.jshintrc @@ -1,3 +1,22 @@ +//////////////////////////////////////////////////////////////////////////////// +// +// 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. +// +//////////////////////////////////////////////////////////////////////////////// + { "curly": false, "eqeqeq": false, http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b4ef3e4a/frameworks/js/jshint.properties ---------------------------------------------------------------------- diff --git a/frameworks/js/jshint.properties b/frameworks/js/jshint.properties index 62b335a..87f0a57 100644 --- a/frameworks/js/jshint.properties +++ b/frameworks/js/jshint.properties @@ -1,3 +1,22 @@ +//////////////////////////////////////////////////////////////////////////////// +// +// 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. +// +//////////////////////////////////////////////////////////////////////////////// + { "curly": false, "eqeqeq": false,
