From 85c5d33c1d97432a45aad8510820de7b361aa76a Mon Sep 17 00:00:00 2001 From: "jia.shao.peng" Date: Mon, 16 Aug 2010 08:51:05 +0000 Subject: [PATCH] Add @license tag to js project. Patch submitted by tronikos. git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@51 ee073f10-1060-11df-b6a4-87a95322a99c --- javascript/i18n/phonenumbers/asyoutypeformatter.js | 29 +- .../i18n/phonenumbers/asyoutypeformatter_test.html | 1 + .../i18n/phonenumbers/asyoutypeformatter_test.js | 29 +- javascript/i18n/phonenumbers/demo.html | 1 + javascript/i18n/phonenumbers/metadata.js | 1143 ++++++++------------ javascript/i18n/phonenumbers/metadatafortesting.js | 111 +- javascript/i18n/phonenumbers/metadatalite.js | 1143 ++++++++------------ javascript/i18n/phonenumbers/phonemetadata.pb.js | 32 +- javascript/i18n/phonenumbers/phonenumber.pb.js | 32 +- javascript/i18n/phonenumbers/phonenumberutil.js | 29 +- .../i18n/phonenumbers/phonenumberutil_test.html | 1 + .../i18n/phonenumbers/phonenumberutil_test.js | 29 +- 12 files changed, 1064 insertions(+), 1516 deletions(-) diff --git a/javascript/i18n/phonenumbers/asyoutypeformatter.js b/javascript/i18n/phonenumbers/asyoutypeformatter.js index fc2e0e2..2db1f7f 100644 --- a/javascript/i18n/phonenumbers/asyoutypeformatter.js +++ b/javascript/i18n/phonenumbers/asyoutypeformatter.js @@ -1,16 +1,19 @@ -// Copyright (C) 2010 Google Inc. -// -// 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. +/* + * @license + * Copyright (C) 2010 Google Inc. + * + * 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. + */ /** * @fileoverview A formatter which formats phone numbers as they are entered. diff --git a/javascript/i18n/phonenumbers/asyoutypeformatter_test.html b/javascript/i18n/phonenumbers/asyoutypeformatter_test.html index d2da12e..f1b61e0 100644 --- a/javascript/i18n/phonenumbers/asyoutypeformatter_test.html +++ b/javascript/i18n/phonenumbers/asyoutypeformatter_test.html @@ -1,6 +1,7 @@