You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Alex Harui <ah...@adobe.com> on 2017/03/14 22:29:39 UTC

Re: git commit: [flex-asjs] [refs/heads/develop] - FLEX-34414 - Add missing Apache headers

Hi Piotr,

Do JSON files accept comments?  I thought not.

Anyway, this file can actually be deleted now.  We no longer use jshint.

Thanks,
-Alex

On 3/14/17, 1:51 PM, "piotrz@apache.org" <pi...@apache.org> wrote:

>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 <pi...@apache.org>
>Authored: Tue Mar 14 21:51:54 2017 +0100
>Committer: piotrz <pi...@apache.org>
>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,
>


Re: git commit: [flex-asjs] [refs/heads/develop] - FLEX-34414 - Add missing Apache headers

Posted by Piotr Zarzycki <pi...@gmail.com>.
Hi Alex,

Thanks! I just deleted them.

Piotr

2017-03-14 23:29 GMT+01:00 Alex Harui <ah...@adobe.com>:

> Hi Piotr,
>
> Do JSON files accept comments?  I thought not.
>
> Anyway, this file can actually be deleted now.  We no longer use jshint.
>
> Thanks,
> -Alex
>
> On 3/14/17, 1:51 PM, "piotrz@apache.org" <pi...@apache.org> wrote:
>
> >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 <pi...@apache.org>
> >Authored: Tue Mar 14 21:51:54 2017 +0100
> >Committer: piotrz <pi...@apache.org>
> >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,
> >
>
>


-- 

Greetings
Piotr Zarzycki

Flex/AIR/.NET Developer

mobile: +48 880 859 557
e-mail: piotrzarzycki21@gmail.com
skype: zarzycki10

LinkedIn: http://www.linkedin.com/piotrzarzycki
<https://pl.linkedin.com/in/piotr-zarzycki-92a53552>