Repository: flex-asjs Updated Branches: refs/heads/develop 4742928e2 -> 41d3a14e2
Add missing license headers to express DataGridExample Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/41d3a14e Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/41d3a14e Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/41d3a14e Branch: refs/heads/develop Commit: 41d3a14e280bdf5ce43a8b733372253185634b04 Parents: 4742928 Author: piotrz <[email protected]> Authored: Thu Sep 21 00:20:47 2017 +0200 Committer: piotrz <[email protected]> Committed: Thu Sep 21 00:20:47 2017 +0200 ---------------------------------------------------------------------- .../src/main/flex/models/MyDataGridModel.as | 18 ++++++++++++++++++ .../src/main/flex/models/MyPresentationModel.as | 18 ++++++++++++++++++ .../src/main/flex/models/MyTextModel.as | 18 ++++++++++++++++++ 3 files changed, 54 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/41d3a14e/examples/express/DataGridExample/src/main/flex/models/MyDataGridModel.as ---------------------------------------------------------------------- diff --git a/examples/express/DataGridExample/src/main/flex/models/MyDataGridModel.as b/examples/express/DataGridExample/src/main/flex/models/MyDataGridModel.as index 582ad1c..f8f22ac 100644 --- a/examples/express/DataGridExample/src/main/flex/models/MyDataGridModel.as +++ b/examples/express/DataGridExample/src/main/flex/models/MyDataGridModel.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 models { import org.apache.flex.html.beads.models.DataGridModel; http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/41d3a14e/examples/express/DataGridExample/src/main/flex/models/MyPresentationModel.as ---------------------------------------------------------------------- diff --git a/examples/express/DataGridExample/src/main/flex/models/MyPresentationModel.as b/examples/express/DataGridExample/src/main/flex/models/MyPresentationModel.as index 306140d..d93d3f7 100644 --- a/examples/express/DataGridExample/src/main/flex/models/MyPresentationModel.as +++ b/examples/express/DataGridExample/src/main/flex/models/MyPresentationModel.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 models { import org.apache.flex.html.beads.models.DataGridPresentationModel; http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/41d3a14e/examples/express/DataGridExample/src/main/flex/models/MyTextModel.as ---------------------------------------------------------------------- diff --git a/examples/express/DataGridExample/src/main/flex/models/MyTextModel.as b/examples/express/DataGridExample/src/main/flex/models/MyTextModel.as index 8d61e66..438a053 100644 --- a/examples/express/DataGridExample/src/main/flex/models/MyTextModel.as +++ b/examples/express/DataGridExample/src/main/flex/models/MyTextModel.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 models { import org.apache.flex.html.beads.models.TextModel;
