Updated Branches: refs/heads/release4.11.0 8b561cb1e -> cb64e3579
- asdoc test added missing apache header to SampleExperimental.as test file Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/55153447 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/55153447 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/55153447 Branch: refs/heads/release4.11.0 Commit: 55153447d963e34ad28f2478da7700a216897317 Parents: 626c45e Author: mamsellem <[email protected]> Authored: Fri Oct 11 09:12:58 2013 +0200 Committer: mamsellem <[email protected]> Committed: Fri Oct 11 09:12:58 2013 +0200 ---------------------------------------------------------------------- asdoc/test/doc_src/SampleExperimental.as | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/55153447/asdoc/test/doc_src/SampleExperimental.as ---------------------------------------------------------------------- diff --git a/asdoc/test/doc_src/SampleExperimental.as b/asdoc/test/doc_src/SampleExperimental.as index 6bff593..a04781f 100644 --- a/asdoc/test/doc_src/SampleExperimental.as +++ b/asdoc/test/doc_src/SampleExperimental.as @@ -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. +// +//////////////////////////////////////////////////////////////////////////////// + package {
