Repository: flex-asjs Updated Branches: refs/heads/VF2JS 95b41cfca -> c87f16122
As the great Virgil "Bud" Brigman said in the classic movie The Abyss: "Keep your pantyhose on." ;-) Signed-off-by: Erik de Bruin <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/c87f1612 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/c87f1612 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/c87f1612 Branch: refs/heads/VF2JS Commit: c87f161221b52efaddbd66feafec6fb1c8ec6651 Parents: 95b41cf Author: Erik de Bruin <[email protected]> Authored: Wed Jul 2 21:27:18 2014 +0200 Committer: Erik de Bruin <[email protected]> Committed: Wed Jul 2 21:27:18 2014 +0200 ---------------------------------------------------------------------- frameworks/js/VF2JS/src/vf2js/components/Button.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c87f1612/frameworks/js/VF2JS/src/vf2js/components/Button.js ---------------------------------------------------------------------- diff --git a/frameworks/js/VF2JS/src/vf2js/components/Button.js b/frameworks/js/VF2JS/src/vf2js/components/Button.js index 95aea1a..fdfd089 100644 --- a/frameworks/js/VF2JS/src/vf2js/components/Button.js +++ b/frameworks/js/VF2JS/src/vf2js/components/Button.js @@ -1,3 +1,17 @@ +/** + * Licensed 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. + */ + 'use strict'; goog.provide('vf2js.components.Button');
