add missing licenses
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/f2c456cd Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/f2c456cd Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/f2c456cd Branch: refs/heads/develop Commit: f2c456cde8e70b1c1069146a08ecd1993c262cf1 Parents: 6eacf61 Author: Alex Harui <[email protected]> Authored: Fri Nov 22 16:09:13 2013 -0800 Committer: Alex Harui <[email protected]> Committed: Fri Nov 22 16:09:13 2013 -0800 ---------------------------------------------------------------------- examples/LanguageTests/src/LanguageTests.as | 18 ++++++++++++++++++ examples/LanguageTests/src/classes/B.as | 18 ++++++++++++++++++ examples/LanguageTests/src/classes/C.as | 18 ++++++++++++++++++ examples/LanguageTests/src/interfaces/IA.as | 18 ++++++++++++++++++ examples/LanguageTests/src/interfaces/IB.as | 18 ++++++++++++++++++ examples/LanguageTests/src/interfaces/IC.as | 18 ++++++++++++++++++ examples/LanguageTests/src/interfaces/ID.as | 18 ++++++++++++++++++ examples/LanguageTests/src/interfaces/IE.as | 18 ++++++++++++++++++ examples/LanguageTests/src/interfaces/IF.as | 18 ++++++++++++++++++ .../StockQuote/src/StockDataJSONItemConverter.as | 18 ++++++++++++++++++ examples/StockQuote/src/StockQuote.mxml | 18 ++++++++++++++++++ 11 files changed, 198 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f2c456cd/examples/LanguageTests/src/LanguageTests.as ---------------------------------------------------------------------- diff --git a/examples/LanguageTests/src/LanguageTests.as b/examples/LanguageTests/src/LanguageTests.as index e465f49..af93aef 100644 --- a/examples/LanguageTests/src/LanguageTests.as +++ b/examples/LanguageTests/src/LanguageTests.as @@ -1,3 +1,21 @@ +//////////////////////////////////////////////////////////////////////////////// +// +// 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. +// +//////////////////////////////////////////////////////////////////////////////// package { http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f2c456cd/examples/LanguageTests/src/classes/B.as ---------------------------------------------------------------------- diff --git a/examples/LanguageTests/src/classes/B.as b/examples/LanguageTests/src/classes/B.as index bbc5c44..d8bd2c7 100644 --- a/examples/LanguageTests/src/classes/B.as +++ b/examples/LanguageTests/src/classes/B.as @@ -1,3 +1,21 @@ +//////////////////////////////////////////////////////////////////////////////// +// +// 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. +// +//////////////////////////////////////////////////////////////////////////////// package classes { public class B extends C http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f2c456cd/examples/LanguageTests/src/classes/C.as ---------------------------------------------------------------------- diff --git a/examples/LanguageTests/src/classes/C.as b/examples/LanguageTests/src/classes/C.as index 90368fb..fe49eb5 100644 --- a/examples/LanguageTests/src/classes/C.as +++ b/examples/LanguageTests/src/classes/C.as @@ -1,3 +1,21 @@ +//////////////////////////////////////////////////////////////////////////////// +// +// 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. +// +//////////////////////////////////////////////////////////////////////////////// package classes { import interfaces.IF; http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f2c456cd/examples/LanguageTests/src/interfaces/IA.as ---------------------------------------------------------------------- diff --git a/examples/LanguageTests/src/interfaces/IA.as b/examples/LanguageTests/src/interfaces/IA.as index b288321..5fbd6c2 100644 --- a/examples/LanguageTests/src/interfaces/IA.as +++ b/examples/LanguageTests/src/interfaces/IA.as @@ -1,3 +1,21 @@ +//////////////////////////////////////////////////////////////////////////////// +// +// 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. +// +//////////////////////////////////////////////////////////////////////////////// package interfaces { public interface IA extends IC {} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f2c456cd/examples/LanguageTests/src/interfaces/IB.as ---------------------------------------------------------------------- diff --git a/examples/LanguageTests/src/interfaces/IB.as b/examples/LanguageTests/src/interfaces/IB.as index b6f8925..a995635 100644 --- a/examples/LanguageTests/src/interfaces/IB.as +++ b/examples/LanguageTests/src/interfaces/IB.as @@ -1,3 +1,21 @@ +//////////////////////////////////////////////////////////////////////////////// +// +// 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. +// +//////////////////////////////////////////////////////////////////////////////// package interfaces { public interface IB {} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f2c456cd/examples/LanguageTests/src/interfaces/IC.as ---------------------------------------------------------------------- diff --git a/examples/LanguageTests/src/interfaces/IC.as b/examples/LanguageTests/src/interfaces/IC.as index 9fcdd56..9183bac 100644 --- a/examples/LanguageTests/src/interfaces/IC.as +++ b/examples/LanguageTests/src/interfaces/IC.as @@ -1,3 +1,21 @@ +//////////////////////////////////////////////////////////////////////////////// +// +// 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. +// +//////////////////////////////////////////////////////////////////////////////// package interfaces { public interface IC extends ID {} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f2c456cd/examples/LanguageTests/src/interfaces/ID.as ---------------------------------------------------------------------- diff --git a/examples/LanguageTests/src/interfaces/ID.as b/examples/LanguageTests/src/interfaces/ID.as index 1bae05b..d5e9543 100644 --- a/examples/LanguageTests/src/interfaces/ID.as +++ b/examples/LanguageTests/src/interfaces/ID.as @@ -1,3 +1,21 @@ +//////////////////////////////////////////////////////////////////////////////// +// +// 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. +// +//////////////////////////////////////////////////////////////////////////////// package interfaces { public interface ID {} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f2c456cd/examples/LanguageTests/src/interfaces/IE.as ---------------------------------------------------------------------- diff --git a/examples/LanguageTests/src/interfaces/IE.as b/examples/LanguageTests/src/interfaces/IE.as index b40e49e..ae1848a 100644 --- a/examples/LanguageTests/src/interfaces/IE.as +++ b/examples/LanguageTests/src/interfaces/IE.as @@ -1,3 +1,21 @@ +//////////////////////////////////////////////////////////////////////////////// +// +// 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. +// +//////////////////////////////////////////////////////////////////////////////// package interfaces { public interface IE {} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f2c456cd/examples/LanguageTests/src/interfaces/IF.as ---------------------------------------------------------------------- diff --git a/examples/LanguageTests/src/interfaces/IF.as b/examples/LanguageTests/src/interfaces/IF.as index 487862e..f62be45 100644 --- a/examples/LanguageTests/src/interfaces/IF.as +++ b/examples/LanguageTests/src/interfaces/IF.as @@ -1,3 +1,21 @@ +//////////////////////////////////////////////////////////////////////////////// +// +// 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. +// +//////////////////////////////////////////////////////////////////////////////// package interfaces { public interface IF {} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f2c456cd/examples/StockQuote/src/StockDataJSONItemConverter.as ---------------------------------------------------------------------- diff --git a/examples/StockQuote/src/StockDataJSONItemConverter.as b/examples/StockQuote/src/StockDataJSONItemConverter.as index b2cb76d..b373d3b 100644 --- a/examples/StockQuote/src/StockDataJSONItemConverter.as +++ b/examples/StockQuote/src/StockDataJSONItemConverter.as @@ -1,3 +1,21 @@ +//////////////////////////////////////////////////////////////////////////////// +// +// 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. +// +//////////////////////////////////////////////////////////////////////////////// package { import org.apache.flex.net.JSONItemConverter; http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f2c456cd/examples/StockQuote/src/StockQuote.mxml ---------------------------------------------------------------------- diff --git a/examples/StockQuote/src/StockQuote.mxml b/examples/StockQuote/src/StockQuote.mxml index de830d4..3f2d454 100644 --- a/examples/StockQuote/src/StockQuote.mxml +++ b/examples/StockQuote/src/StockQuote.mxml @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="utf-8"?> +<!-- + +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. + +--> <basic:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:local="*" xmlns:basic="library://ns.apache.org/flexjs/basic"
