diff --git a/.eslintplugin.js b/.eslintplugin.js index d199cbdd58a3..c656964a40e3 100644 --- a/.eslintplugin.js +++ b/.eslintplugin.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /* global require, module */ const {rules} = require('./build-system/eslint-rules'); diff --git a/.eslintrc.js b/.eslintrc.js index f2d97d1395ef..4cc763193ee4 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const fs = require('fs'); const { diff --git a/3p/.eslintrc.js b/3p/.eslintrc.js index 049751a98030..8f6e2124469c 100644 --- a/3p/.eslintrc.js +++ b/3p/.eslintrc.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - module.exports = { 'rules': { 'local/no-style-display': 0, diff --git a/3p/3d-gltf/animation-loop.js b/3p/3d-gltf/animation-loop.js index 23ee0152a079..2e0d4ce701bc 100644 --- a/3p/3d-gltf/animation-loop.js +++ b/3p/3d-gltf/animation-loop.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - export default class AnimationLoop { /** * Creates an instance of AnimationLoop. diff --git a/3p/3d-gltf/index.js b/3p/3d-gltf/index.js index b61abb09fbcb..58d830013bb0 100644 --- a/3p/3d-gltf/index.js +++ b/3p/3d-gltf/index.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /* eslint-disable import/no-deprecated */ import {loadScript} from '#3p/3p'; diff --git a/3p/3d-gltf/viewer.js b/3p/3d-gltf/viewer.js index 804c7111d20b..39a5555d92ed 100644 --- a/3p/3d-gltf/viewer.js +++ b/3p/3d-gltf/viewer.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /* global THREE */ import {setStyle} from '#core/dom/style'; diff --git a/3p/3p.js b/3p/3p.js index 8d805e44845c..30098c7ac538 100644 --- a/3p/3p.js +++ b/3p/3p.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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 Utility functions for scripts running inside of a third * party iframe. diff --git a/3p/amp-script-proxy-iframe.js b/3p/amp-script-proxy-iframe.js index 0bf32fead838..07fc2e72fa88 100644 --- a/3p/amp-script-proxy-iframe.js +++ b/3p/amp-script-proxy-iframe.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /** * See IframeWorker within `worker-dom` for the iframe proxy contract. */ diff --git a/3p/ampcontext-integration.js b/3p/ampcontext-integration.js index 6553584c7bf4..325a6fcd725c 100644 --- a/3p/ampcontext-integration.js +++ b/3p/ampcontext-integration.js @@ -1,18 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ import {dict} from '#core/types/object'; import {computeInMasterFrame} from './3p'; diff --git a/3p/ampcontext-lib.js b/3p/ampcontext-lib.js index 7bab53938c03..5557e3d8829f 100644 --- a/3p/ampcontext-lib.js +++ b/3p/ampcontext-lib.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import './polyfills'; diff --git a/3p/ampcontext.js b/3p/ampcontext.js index bdb80ab6cd77..7e1493600750 100644 --- a/3p/ampcontext.js +++ b/3p/ampcontext.js @@ -1,18 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ import {MessageType} from '#core/3p-frame-messaging'; import {AmpEvents} from '#core/constants/amp-events'; import {Deferred} from '#core/data-structures/promise'; diff --git a/3p/bodymovinanimation.js b/3p/bodymovinanimation.js index ccb11dd99583..a7900ea3c7cc 100644 --- a/3p/bodymovinanimation.js +++ b/3p/bodymovinanimation.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {setStyles} from '#core/dom/style'; import {dict} from '#core/types/object'; import {parseJson} from '#core/types/object/json'; diff --git a/3p/embedly.js b/3p/embedly.js index 0730574c6f40..69a104134dca 100644 --- a/3p/embedly.js +++ b/3p/embedly.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {setStyle} from '#core/dom/style'; import {hasOwn} from '#core/types/object'; diff --git a/3p/environment.js b/3p/environment.js index d8b8028e14f3..63be7559461c 100644 --- a/3p/environment.js +++ b/3p/environment.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /* eslint-disable import/no-deprecated */ import {listenParent} from './messaging'; diff --git a/3p/facebook.js b/3p/facebook.js index 1a571b39569a..519395bd556f 100644 --- a/3p/facebook.js +++ b/3p/facebook.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {setStyle} from '#core/dom/style'; import {isEnumValue} from '#core/types/enum'; import {dict} from '#core/types/object'; diff --git a/3p/frame-metadata.js b/3p/frame-metadata.js index 1b5d41c36cd8..c678afcd63b4 100644 --- a/3p/frame-metadata.js +++ b/3p/frame-metadata.js @@ -1,19 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {once} from '#core/types/function'; import {dict} from '#core/types/object'; import {parseJson} from '#core/types/object/json'; diff --git a/3p/github.js b/3p/github.js index 7a5b09a72635..155b9fce25de 100644 --- a/3p/github.js +++ b/3p/github.js @@ -1,19 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {writeScript} from './3p'; import {userAssert} from '../src/log'; diff --git a/3p/iframe-messaging-client.js b/3p/iframe-messaging-client.js index a1f5b713ceb6..52e8c2510813 100644 --- a/3p/iframe-messaging-client.js +++ b/3p/iframe-messaging-client.js @@ -1,18 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ import { CONSTANTS, deserializeMessage, diff --git a/3p/iframe-transport-client-lib.js b/3p/iframe-transport-client-lib.js index ba8c59ca986a..068111f5f967 100644 --- a/3p/iframe-transport-client-lib.js +++ b/3p/iframe-transport-client-lib.js @@ -1,19 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import './polyfills'; diff --git a/3p/iframe-transport-client.js b/3p/iframe-transport-client.js index fa55f3d3302e..2ea317eb8354 100644 --- a/3p/iframe-transport-client.js +++ b/3p/iframe-transport-client.js @@ -1,19 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {IframeTransportEventDef, MessageType} from '#core/3p-frame-messaging'; import {tryParseJson} from '#core/types/object/json'; diff --git a/3p/integration-lib.js b/3p/integration-lib.js index 984a1d29233c..8252f4460ea6 100644 --- a/3p/integration-lib.js +++ b/3p/integration-lib.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import * as mode from '#core/mode'; import {dict} from '#core/types/object'; import {parseJson} from '#core/types/object/json'; diff --git a/3p/integration.js b/3p/integration.js index aa53f68dd2e9..79f7226e9c6c 100644 --- a/3p/integration.js +++ b/3p/integration.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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 Registers all known ad network factories and then executes * one of them. diff --git a/3p/mathml.js b/3p/mathml.js index 7729b0d59ba0..dd4bb6088290 100644 --- a/3p/mathml.js +++ b/3p/mathml.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ import {setStyle} from '#core/dom/style'; import {writeScript} from './3p'; diff --git a/3p/messaging.js b/3p/messaging.js index 3c14835e142b..b3d7b14a70dd 100644 --- a/3p/messaging.js +++ b/3p/messaging.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {parseJson} from '#core/types/object/json'; import {getData} from '../src/event-helper'; diff --git a/3p/polyfills.js b/3p/polyfills.js index 2ddff9ce7426..3773dc3ac75f 100644 --- a/3p/polyfills.js +++ b/3p/polyfills.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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 Loads all polyfills needed by the AMP 3p integration frame. */ diff --git a/3p/recaptcha.js b/3p/recaptcha.js index 489940b8f5db..cbdbedfbff09 100644 --- a/3p/recaptcha.js +++ b/3p/recaptcha.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import './polyfills'; diff --git a/3p/reddit.js b/3p/reddit.js index c4ac95658153..5d09548cc584 100644 --- a/3p/reddit.js +++ b/3p/reddit.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript} from './3p'; /** diff --git a/3p/twitter.js b/3p/twitter.js index d035b3b85a60..2e979dfda391 100644 --- a/3p/twitter.js +++ b/3p/twitter.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // TODO(malteubl) Move somewhere else since this is not an ad. import {setStyles} from '#core/dom/style'; diff --git a/3p/vendors/1wo.js b/3p/vendors/1wo.js index 23997ab914c1..ac2b296f5ec6 100644 --- a/3p/vendors/1wo.js +++ b/3p/vendors/1wo.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/24smi.js b/3p/vendors/24smi.js index f03e123e1ee6..0218316165f4 100644 --- a/3p/vendors/24smi.js +++ b/3p/vendors/24smi.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/3d-gltf.js b/3p/vendors/3d-gltf.js index 1bee35789b54..1ea8441c1844 100644 --- a/3p/vendors/3d-gltf.js +++ b/3p/vendors/3d-gltf.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/_ping_.js b/3p/vendors/_ping_.js index 81e7086b1a01..9cdbd51aa8e6 100644 --- a/3p/vendors/_ping_.js +++ b/3p/vendors/_ping_.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/a8.js b/3p/vendors/a8.js index 78b05e10da8a..a1fe329b2518 100644 --- a/3p/vendors/a8.js +++ b/3p/vendors/a8.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/a9.js b/3p/vendors/a9.js index 52613c526014..5f43c0679672 100644 --- a/3p/vendors/a9.js +++ b/3p/vendors/a9.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/accesstrade.js b/3p/vendors/accesstrade.js index fb782ed3645d..b308554c2fe8 100644 --- a/3p/vendors/accesstrade.js +++ b/3p/vendors/accesstrade.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/adagio.js b/3p/vendors/adagio.js index 584ab880aebc..f914782e0c6d 100644 --- a/3p/vendors/adagio.js +++ b/3p/vendors/adagio.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/adblade.js b/3p/vendors/adblade.js index 14826bf3e6f9..1d4bf4d8e7bb 100644 --- a/3p/vendors/adblade.js +++ b/3p/vendors/adblade.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/adbutler.js b/3p/vendors/adbutler.js index 44b51957630c..17f0480a6ea8 100644 --- a/3p/vendors/adbutler.js +++ b/3p/vendors/adbutler.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/adform.js b/3p/vendors/adform.js index 2d16c03a6def..ebfb4722c4c5 100644 --- a/3p/vendors/adform.js +++ b/3p/vendors/adform.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/adfox.js b/3p/vendors/adfox.js index a21740b70b39..b8c67c7b39ce 100644 --- a/3p/vendors/adfox.js +++ b/3p/vendors/adfox.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/adgeneration.js b/3p/vendors/adgeneration.js index 67b0b75d96f3..03f7f799c545 100644 --- a/3p/vendors/adgeneration.js +++ b/3p/vendors/adgeneration.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/adglare.js b/3p/vendors/adglare.js index 5ec4f767f399..997091e51bd3 100644 --- a/3p/vendors/adglare.js +++ b/3p/vendors/adglare.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/adhese.js b/3p/vendors/adhese.js index 0960f45257bf..c45c35bbdcda 100644 --- a/3p/vendors/adhese.js +++ b/3p/vendors/adhese.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/adincube.js b/3p/vendors/adincube.js index 16fdade9a267..f278a9578779 100644 --- a/3p/vendors/adincube.js +++ b/3p/vendors/adincube.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/adition.js b/3p/vendors/adition.js index ffa383b8b472..bc82310b3078 100644 --- a/3p/vendors/adition.js +++ b/3p/vendors/adition.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/adman.js b/3p/vendors/adman.js index 421dd5e25909..b1dbbcccbf75 100644 --- a/3p/vendors/adman.js +++ b/3p/vendors/adman.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/admanmedia.js b/3p/vendors/admanmedia.js index b012e604f24c..9aabacc3a4b0 100644 --- a/3p/vendors/admanmedia.js +++ b/3p/vendors/admanmedia.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/admixer.js b/3p/vendors/admixer.js index 29e75c11022a..adab216feaab 100644 --- a/3p/vendors/admixer.js +++ b/3p/vendors/admixer.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/adnuntius.js b/3p/vendors/adnuntius.js index 07309cb3ab4e..878badc93956 100644 --- a/3p/vendors/adnuntius.js +++ b/3p/vendors/adnuntius.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/adocean.js b/3p/vendors/adocean.js index 39abb4fdf6cc..245ad89f9105 100644 --- a/3p/vendors/adocean.js +++ b/3p/vendors/adocean.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/adop.js b/3p/vendors/adop.js index e8d1af9c7a61..e3253ef917b6 100644 --- a/3p/vendors/adop.js +++ b/3p/vendors/adop.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/adpicker.js b/3p/vendors/adpicker.js index 6ccf6b075943..f2c062e3585e 100644 --- a/3p/vendors/adpicker.js +++ b/3p/vendors/adpicker.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/adplugg.js b/3p/vendors/adplugg.js index 5ab1386f6666..2a1e168b006c 100644 --- a/3p/vendors/adplugg.js +++ b/3p/vendors/adplugg.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/adpon.js b/3p/vendors/adpon.js index 652e4305e5b9..72ef8834106d 100644 --- a/3p/vendors/adpon.js +++ b/3p/vendors/adpon.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/adpushup.js b/3p/vendors/adpushup.js index b03c7ba617dc..22be8a1ca391 100644 --- a/3p/vendors/adpushup.js +++ b/3p/vendors/adpushup.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/adreactor.js b/3p/vendors/adreactor.js index b4c3d6dc8b0d..efb6f8e2781c 100644 --- a/3p/vendors/adreactor.js +++ b/3p/vendors/adreactor.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/adsensor.js b/3p/vendors/adsensor.js index aaab7ec630a8..356ddf821df1 100644 --- a/3p/vendors/adsensor.js +++ b/3p/vendors/adsensor.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/adservsolutions.js b/3p/vendors/adservsolutions.js index 90d14db71b7e..78a658dadb35 100644 --- a/3p/vendors/adservsolutions.js +++ b/3p/vendors/adservsolutions.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/adsloom.js b/3p/vendors/adsloom.js index 054dfe8fcc05..01c30cf9fa09 100644 --- a/3p/vendors/adsloom.js +++ b/3p/vendors/adsloom.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/adsnative.js b/3p/vendors/adsnative.js index b03c5cd173f0..11b14a259b41 100644 --- a/3p/vendors/adsnative.js +++ b/3p/vendors/adsnative.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/adspeed.js b/3p/vendors/adspeed.js index e870c3093d8b..d0c3d45b528e 100644 --- a/3p/vendors/adspeed.js +++ b/3p/vendors/adspeed.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/adspirit.js b/3p/vendors/adspirit.js index 80c9dd2671c1..c5b80223b9b2 100644 --- a/3p/vendors/adspirit.js +++ b/3p/vendors/adspirit.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/adstir.js b/3p/vendors/adstir.js index 59b3380d9efc..3e501ad73384 100644 --- a/3p/vendors/adstir.js +++ b/3p/vendors/adstir.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/adstyle.js b/3p/vendors/adstyle.js index 81322bd78507..4373bb54c37f 100644 --- a/3p/vendors/adstyle.js +++ b/3p/vendors/adstyle.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/adtech.js b/3p/vendors/adtech.js index 1d275a5a0706..0f5d1e3231ec 100644 --- a/3p/vendors/adtech.js +++ b/3p/vendors/adtech.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/adtelligent.js b/3p/vendors/adtelligent.js index cb9a97343369..94e6adc49958 100644 --- a/3p/vendors/adtelligent.js +++ b/3p/vendors/adtelligent.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/adthrive.js b/3p/vendors/adthrive.js index 0373e8a1abd2..7c5d9c41790b 100644 --- a/3p/vendors/adthrive.js +++ b/3p/vendors/adthrive.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/adunity.js b/3p/vendors/adunity.js index ef99366dcd73..6c6b37a5e3ef 100644 --- a/3p/vendors/adunity.js +++ b/3p/vendors/adunity.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/aduptech.js b/3p/vendors/aduptech.js index a6030becc587..df28f447425d 100644 --- a/3p/vendors/aduptech.js +++ b/3p/vendors/aduptech.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/adventive.js b/3p/vendors/adventive.js index 92865ae4c06e..35f978f15f23 100644 --- a/3p/vendors/adventive.js +++ b/3p/vendors/adventive.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/adverline.js b/3p/vendors/adverline.js index 66316b15d3fb..904ba7d07370 100644 --- a/3p/vendors/adverline.js +++ b/3p/vendors/adverline.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/adverticum.js b/3p/vendors/adverticum.js index 025a70ee583d..528a66e5d36b 100644 --- a/3p/vendors/adverticum.js +++ b/3p/vendors/adverticum.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/advertserve.js b/3p/vendors/advertserve.js index b1d6ec25d658..26c0b22cf2c6 100644 --- a/3p/vendors/advertserve.js +++ b/3p/vendors/advertserve.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/adyoulike.js b/3p/vendors/adyoulike.js index 753aa147bc4d..43f7eb096dca 100644 --- a/3p/vendors/adyoulike.js +++ b/3p/vendors/adyoulike.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/affiliateb.js b/3p/vendors/affiliateb.js index 048ffc79a8e8..a019084a19be 100644 --- a/3p/vendors/affiliateb.js +++ b/3p/vendors/affiliateb.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/aja.js b/3p/vendors/aja.js index 323c5a57e94f..5baabf7e0277 100644 --- a/3p/vendors/aja.js +++ b/3p/vendors/aja.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/amoad.js b/3p/vendors/amoad.js index 38ddefd75de5..17afb6b7ef90 100644 --- a/3p/vendors/amoad.js +++ b/3p/vendors/amoad.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/aniview.js b/3p/vendors/aniview.js index bab765f3724a..34278a016d01 100644 --- a/3p/vendors/aniview.js +++ b/3p/vendors/aniview.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/anyclip.js b/3p/vendors/anyclip.js index e139cd84eab2..84cb4e9f122e 100644 --- a/3p/vendors/anyclip.js +++ b/3p/vendors/anyclip.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/appnexus.js b/3p/vendors/appnexus.js index 3550b6143a96..a825c77af714 100644 --- a/3p/vendors/appnexus.js +++ b/3p/vendors/appnexus.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/appvador.js b/3p/vendors/appvador.js index 88813ef0c77f..b1f668e268ed 100644 --- a/3p/vendors/appvador.js +++ b/3p/vendors/appvador.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/atomx.js b/3p/vendors/atomx.js index ea8dc60d7cbc..295ad98d85d9 100644 --- a/3p/vendors/atomx.js +++ b/3p/vendors/atomx.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/baidu.js b/3p/vendors/baidu.js index 0a99e5f0bdc2..24d18e47317f 100644 --- a/3p/vendors/baidu.js +++ b/3p/vendors/baidu.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/beaverads.js b/3p/vendors/beaverads.js index c9da45ae07b2..712759b15e42 100644 --- a/3p/vendors/beaverads.js +++ b/3p/vendors/beaverads.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/beopinion.js b/3p/vendors/beopinion.js index 24d0664c46ce..4721ef9606a6 100644 --- a/3p/vendors/beopinion.js +++ b/3p/vendors/beopinion.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/bidtellect.js b/3p/vendors/bidtellect.js index dcc85fa2e015..9640f0ade7f8 100644 --- a/3p/vendors/bidtellect.js +++ b/3p/vendors/bidtellect.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/blade.js b/3p/vendors/blade.js index 0082f81d2e48..3be909c9a9b3 100644 --- a/3p/vendors/blade.js +++ b/3p/vendors/blade.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/bodymovinanimation.js b/3p/vendors/bodymovinanimation.js index a37bb99ab826..5e881652cd46 100644 --- a/3p/vendors/bodymovinanimation.js +++ b/3p/vendors/bodymovinanimation.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/brainy.js b/3p/vendors/brainy.js index b579b42a5bc2..4690e44f6394 100644 --- a/3p/vendors/brainy.js +++ b/3p/vendors/brainy.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/bringhub.js b/3p/vendors/bringhub.js index 5397dbfb6b58..884d416b16ed 100644 --- a/3p/vendors/bringhub.js +++ b/3p/vendors/bringhub.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/broadstreetads.js b/3p/vendors/broadstreetads.js index 0c9771ed1da5..bd6d5075bb66 100644 --- a/3p/vendors/broadstreetads.js +++ b/3p/vendors/broadstreetads.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/byplay.js b/3p/vendors/byplay.js index ff91b94a989b..507780fcbaf9 100644 --- a/3p/vendors/byplay.js +++ b/3p/vendors/byplay.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/caajainfeed.js b/3p/vendors/caajainfeed.js index 8ebf47918c9b..9362b9a289e9 100644 --- a/3p/vendors/caajainfeed.js +++ b/3p/vendors/caajainfeed.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/capirs.js b/3p/vendors/capirs.js index 77228fb57fea..790454a0c6aa 100644 --- a/3p/vendors/capirs.js +++ b/3p/vendors/capirs.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/caprofitx.js b/3p/vendors/caprofitx.js index fc717282a624..ee9a1f4d43a1 100644 --- a/3p/vendors/caprofitx.js +++ b/3p/vendors/caprofitx.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/cedato.js b/3p/vendors/cedato.js index 6bdda5c9e425..9758ecb04ba1 100644 --- a/3p/vendors/cedato.js +++ b/3p/vendors/cedato.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/chargeads.js b/3p/vendors/chargeads.js index eb070e2e9170..5699375968a9 100644 --- a/3p/vendors/chargeads.js +++ b/3p/vendors/chargeads.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/colombia.js b/3p/vendors/colombia.js index 3f6e2e8c91e3..6bc714e06f78 100644 --- a/3p/vendors/colombia.js +++ b/3p/vendors/colombia.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/conative.js b/3p/vendors/conative.js index cde9a6cd2520..3140b28c6dbe 100644 --- a/3p/vendors/conative.js +++ b/3p/vendors/conative.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/connatix.js b/3p/vendors/connatix.js index d2bcb1ccca22..c21b125b250f 100644 --- a/3p/vendors/connatix.js +++ b/3p/vendors/connatix.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/contentad.js b/3p/vendors/contentad.js index ec797cffd838..1c1dec27273c 100644 --- a/3p/vendors/contentad.js +++ b/3p/vendors/contentad.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/criteo.js b/3p/vendors/criteo.js index 7da0ca75c9be..0afa5185da70 100644 --- a/3p/vendors/criteo.js +++ b/3p/vendors/criteo.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/csa.js b/3p/vendors/csa.js index c14e87f517f0..a2edd3857633 100644 --- a/3p/vendors/csa.js +++ b/3p/vendors/csa.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/dable.js b/3p/vendors/dable.js index dc3462407344..92fbe493744e 100644 --- a/3p/vendors/dable.js +++ b/3p/vendors/dable.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/digiteka.js b/3p/vendors/digiteka.js index ad97f982427d..613414d3e4d0 100644 --- a/3p/vendors/digiteka.js +++ b/3p/vendors/digiteka.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/directadvert.js b/3p/vendors/directadvert.js index f2faa21b2a8e..9624a91fa513 100644 --- a/3p/vendors/directadvert.js +++ b/3p/vendors/directadvert.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/distroscale.js b/3p/vendors/distroscale.js index c3070180ad4e..68edafe0ccd8 100644 --- a/3p/vendors/distroscale.js +++ b/3p/vendors/distroscale.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/dotandads.js b/3p/vendors/dotandads.js index a694c346719b..2592724bf2d4 100644 --- a/3p/vendors/dotandads.js +++ b/3p/vendors/dotandads.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/dynad.js b/3p/vendors/dynad.js index a75c1dda99bf..3e35a70c04eb 100644 --- a/3p/vendors/dynad.js +++ b/3p/vendors/dynad.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/eadv.js b/3p/vendors/eadv.js index 0bd6aa32228e..f9e929078d8d 100644 --- a/3p/vendors/eadv.js +++ b/3p/vendors/eadv.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/embedly.js b/3p/vendors/embedly.js index 8b9b435ce89e..03ba66fcaf52 100644 --- a/3p/vendors/embedly.js +++ b/3p/vendors/embedly.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/empower.js b/3p/vendors/empower.js index da0418b0d3b8..45120b34326e 100644 --- a/3p/vendors/empower.js +++ b/3p/vendors/empower.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/engageya.js b/3p/vendors/engageya.js index a78ef7c255eb..9c1c92018ff8 100644 --- a/3p/vendors/engageya.js +++ b/3p/vendors/engageya.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/epeex.js b/3p/vendors/epeex.js index b461cc1ce1c7..995d22056cfe 100644 --- a/3p/vendors/epeex.js +++ b/3p/vendors/epeex.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/eplanning.js b/3p/vendors/eplanning.js index f3e538739eb1..7d1ddf0bea0c 100644 --- a/3p/vendors/eplanning.js +++ b/3p/vendors/eplanning.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/exco.js b/3p/vendors/exco.js index 6529c01f2d2e..8011eea7c286 100644 --- a/3p/vendors/exco.js +++ b/3p/vendors/exco.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/ezoic.js b/3p/vendors/ezoic.js index 3c9a0ee30ad3..ca7413775640 100644 --- a/3p/vendors/ezoic.js +++ b/3p/vendors/ezoic.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/f1e.js b/3p/vendors/f1e.js index 8ca3025c576e..dc0a794a3959 100644 --- a/3p/vendors/f1e.js +++ b/3p/vendors/f1e.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/f1h.js b/3p/vendors/f1h.js index 24036059884a..67942e2f4122 100644 --- a/3p/vendors/f1h.js +++ b/3p/vendors/f1h.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/facebook.js b/3p/vendors/facebook.js index a1825cd0565a..54e5e2ecdd4c 100644 --- a/3p/vendors/facebook.js +++ b/3p/vendors/facebook.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/fake-delayed.js b/3p/vendors/fake-delayed.js index 88a3aa20804c..963536659ff3 100644 --- a/3p/vendors/fake-delayed.js +++ b/3p/vendors/fake-delayed.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/feedad.js b/3p/vendors/feedad.js index 5be02cc8f7bf..c7887020fd91 100644 --- a/3p/vendors/feedad.js +++ b/3p/vendors/feedad.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/felmat.js b/3p/vendors/felmat.js index fdf6ff41a624..be7e9915ac3a 100644 --- a/3p/vendors/felmat.js +++ b/3p/vendors/felmat.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/finative.js b/3p/vendors/finative.js index 46c744060d1b..0bac04dd5693 100644 --- a/3p/vendors/finative.js +++ b/3p/vendors/finative.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/firstimpression.js b/3p/vendors/firstimpression.js index 7fb9f4fc2bd2..d9881224e3ac 100644 --- a/3p/vendors/firstimpression.js +++ b/3p/vendors/firstimpression.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/flite.js b/3p/vendors/flite.js index 61733af9e5eb..9a51bd51dc86 100644 --- a/3p/vendors/flite.js +++ b/3p/vendors/flite.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/fluct.js b/3p/vendors/fluct.js index ac228630f342..518862466683 100644 --- a/3p/vendors/fluct.js +++ b/3p/vendors/fluct.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/forkmedia.js b/3p/vendors/forkmedia.js index 488a922813fc..b3473a3aec8d 100644 --- a/3p/vendors/forkmedia.js +++ b/3p/vendors/forkmedia.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/freewheel.js b/3p/vendors/freewheel.js index 9669c6417e71..c29bdea77a8b 100644 --- a/3p/vendors/freewheel.js +++ b/3p/vendors/freewheel.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/fusion.js b/3p/vendors/fusion.js index 42baa27e5c87..5838e9b8fea4 100644 --- a/3p/vendors/fusion.js +++ b/3p/vendors/fusion.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/gecko.js b/3p/vendors/gecko.js index bcb2af2ece43..bbf517c9350a 100644 --- a/3p/vendors/gecko.js +++ b/3p/vendors/gecko.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/genieessp.js b/3p/vendors/genieessp.js index a862f70901ad..836256b500f4 100644 --- a/3p/vendors/genieessp.js +++ b/3p/vendors/genieessp.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/giraff.js b/3p/vendors/giraff.js index ae050508cc9e..f816161c8bec 100644 --- a/3p/vendors/giraff.js +++ b/3p/vendors/giraff.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/github.js b/3p/vendors/github.js index c90b0ed41487..570f7ae74c25 100644 --- a/3p/vendors/github.js +++ b/3p/vendors/github.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/glomex.js b/3p/vendors/glomex.js index 41cb44e828ce..bf3b0ee2093b 100644 --- a/3p/vendors/glomex.js +++ b/3p/vendors/glomex.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/gmossp.js b/3p/vendors/gmossp.js index d8312d8462f0..e2147c80df31 100644 --- a/3p/vendors/gmossp.js +++ b/3p/vendors/gmossp.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/gumgum.js b/3p/vendors/gumgum.js index c0fc4e1ba813..85e41d87f3cd 100644 --- a/3p/vendors/gumgum.js +++ b/3p/vendors/gumgum.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/holder.js b/3p/vendors/holder.js index 109f12ec509c..f11dc75fc7bf 100644 --- a/3p/vendors/holder.js +++ b/3p/vendors/holder.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/ibillboard.js b/3p/vendors/ibillboard.js index 288ea0c87c06..10c33c8535e3 100644 --- a/3p/vendors/ibillboard.js +++ b/3p/vendors/ibillboard.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/idealmedia.js b/3p/vendors/idealmedia.js index 9b3883af849e..e4aa86d31c18 100644 --- a/3p/vendors/idealmedia.js +++ b/3p/vendors/idealmedia.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/ima-video.js b/3p/vendors/ima-video.js index 4de9792214de..6d461d5fb52c 100644 --- a/3p/vendors/ima-video.js +++ b/3p/vendors/ima-video.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/imedia.js b/3p/vendors/imedia.js index d4464692cbdc..86ccaa15f7fc 100644 --- a/3p/vendors/imedia.js +++ b/3p/vendors/imedia.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/imobile.js b/3p/vendors/imobile.js index a0ee82325700..8b2c0ab13265 100644 --- a/3p/vendors/imobile.js +++ b/3p/vendors/imobile.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/imonomy.js b/3p/vendors/imonomy.js index a58726a7ba8c..a0a55aee7265 100644 --- a/3p/vendors/imonomy.js +++ b/3p/vendors/imonomy.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/improvedigital.js b/3p/vendors/improvedigital.js index f31423e20e94..94fa91b32b87 100644 --- a/3p/vendors/improvedigital.js +++ b/3p/vendors/improvedigital.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/industrybrains.js b/3p/vendors/industrybrains.js index eb814dfd395f..e765a5961169 100644 --- a/3p/vendors/industrybrains.js +++ b/3p/vendors/industrybrains.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/inmobi.js b/3p/vendors/inmobi.js index 209bcbb2415e..4cb9bb7449d6 100644 --- a/3p/vendors/inmobi.js +++ b/3p/vendors/inmobi.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/innity.js b/3p/vendors/innity.js index 158fa1708869..0c5363d46e29 100644 --- a/3p/vendors/innity.js +++ b/3p/vendors/innity.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/insticator.js b/3p/vendors/insticator.js index 5f063b7f000b..51561490eb68 100644 --- a/3p/vendors/insticator.js +++ b/3p/vendors/insticator.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/invibes.js b/3p/vendors/invibes.js index 36fd94a52bfc..be6d03e35a60 100644 --- a/3p/vendors/invibes.js +++ b/3p/vendors/invibes.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/iprom.js b/3p/vendors/iprom.js index 0d283456b8de..ea5f9d919ec2 100644 --- a/3p/vendors/iprom.js +++ b/3p/vendors/iprom.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/ix.js b/3p/vendors/ix.js index 94359d421d65..e39cb7730334 100644 --- a/3p/vendors/ix.js +++ b/3p/vendors/ix.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/jixie.js b/3p/vendors/jixie.js index ccf3a6a9a3fc..c1ba9fa1d052 100644 --- a/3p/vendors/jixie.js +++ b/3p/vendors/jixie.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/jubna.js b/3p/vendors/jubna.js index 1c7e9ea3cb24..e2a6fa77ab12 100644 --- a/3p/vendors/jubna.js +++ b/3p/vendors/jubna.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/kargo.js b/3p/vendors/kargo.js index 09c6503b2b7d..f74cd89d01aa 100644 --- a/3p/vendors/kargo.js +++ b/3p/vendors/kargo.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/ketshwa.js b/3p/vendors/ketshwa.js index 0f9266bba68d..4892b8241823 100644 --- a/3p/vendors/ketshwa.js +++ b/3p/vendors/ketshwa.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/kiosked.js b/3p/vendors/kiosked.js index 4c8c27da8342..cea8b3cafde8 100644 --- a/3p/vendors/kiosked.js +++ b/3p/vendors/kiosked.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/kixer.js b/3p/vendors/kixer.js index 87ada20016e8..959000ad65bb 100644 --- a/3p/vendors/kixer.js +++ b/3p/vendors/kixer.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/kuadio.js b/3p/vendors/kuadio.js index fce4abb94df7..f57692e70254 100644 --- a/3p/vendors/kuadio.js +++ b/3p/vendors/kuadio.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/lentainform.js b/3p/vendors/lentainform.js index f34c9e445989..88b18c1081e4 100644 --- a/3p/vendors/lentainform.js +++ b/3p/vendors/lentainform.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/ligatus.js b/3p/vendors/ligatus.js index c482d8df9d71..f31c0bd83f4f 100644 --- a/3p/vendors/ligatus.js +++ b/3p/vendors/ligatus.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/lockerdome.js b/3p/vendors/lockerdome.js index d5b3b0075236..683b52c8f670 100644 --- a/3p/vendors/lockerdome.js +++ b/3p/vendors/lockerdome.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/logly.js b/3p/vendors/logly.js index d63297ba10bb..635e2eeb6e3c 100644 --- a/3p/vendors/logly.js +++ b/3p/vendors/logly.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/loka.js b/3p/vendors/loka.js index 682e952b29db..61429af8ed39 100644 --- a/3p/vendors/loka.js +++ b/3p/vendors/loka.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/luckyads.js b/3p/vendors/luckyads.js index 5f9ad813ab1f..5a94af171e7d 100644 --- a/3p/vendors/luckyads.js +++ b/3p/vendors/luckyads.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/macaw.js b/3p/vendors/macaw.js index 6edb215eaa1b..f16055f33f58 100644 --- a/3p/vendors/macaw.js +++ b/3p/vendors/macaw.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/mads.js b/3p/vendors/mads.js index ca5362fa3b02..42a800f8c605 100644 --- a/3p/vendors/mads.js +++ b/3p/vendors/mads.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/mantis-display.js b/3p/vendors/mantis-display.js index 174b3c524c5e..b80b30d3a8c2 100644 --- a/3p/vendors/mantis-display.js +++ b/3p/vendors/mantis-display.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/mantis-recommend.js b/3p/vendors/mantis-recommend.js index 06d7452c0c5a..82cdb69d96f1 100644 --- a/3p/vendors/mantis-recommend.js +++ b/3p/vendors/mantis-recommend.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/marfeel.js b/3p/vendors/marfeel.js index 7476ec4ab9e9..aece59acabff 100644 --- a/3p/vendors/marfeel.js +++ b/3p/vendors/marfeel.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/mathml.js b/3p/vendors/mathml.js index 0be9ddbb467c..25cad2ccb8b5 100644 --- a/3p/vendors/mathml.js +++ b/3p/vendors/mathml.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/mediaad.js b/3p/vendors/mediaad.js index 5bf531b2de66..6cd0af8e8088 100644 --- a/3p/vendors/mediaad.js +++ b/3p/vendors/mediaad.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/medianet.js b/3p/vendors/medianet.js index 548733b89e6b..e8789314af54 100644 --- a/3p/vendors/medianet.js +++ b/3p/vendors/medianet.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/mediavine.js b/3p/vendors/mediavine.js index 1a50dab493f1..c0f1c66d2534 100644 --- a/3p/vendors/mediavine.js +++ b/3p/vendors/mediavine.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/medyanet.js b/3p/vendors/medyanet.js index 0b0f73ddbcbc..8f0ee469a455 100644 --- a/3p/vendors/medyanet.js +++ b/3p/vendors/medyanet.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/meg.js b/3p/vendors/meg.js index 55e5f45540e3..3daf06c8b4f4 100644 --- a/3p/vendors/meg.js +++ b/3p/vendors/meg.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/mgid.js b/3p/vendors/mgid.js index 6a7a94eeefae..b5b19f9abc55 100644 --- a/3p/vendors/mgid.js +++ b/3p/vendors/mgid.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/microad.js b/3p/vendors/microad.js index da3c5308a6c6..e820b71fbb8d 100644 --- a/3p/vendors/microad.js +++ b/3p/vendors/microad.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/miximedia.js b/3p/vendors/miximedia.js index d30ee920fbb2..ac1e6affc0b4 100644 --- a/3p/vendors/miximedia.js +++ b/3p/vendors/miximedia.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/mixpo.js b/3p/vendors/mixpo.js index 3646b16ed580..fc0b66cd40a6 100644 --- a/3p/vendors/mixpo.js +++ b/3p/vendors/mixpo.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/monetizer101.js b/3p/vendors/monetizer101.js index fa1131eb0506..8bd7d7fee8e5 100644 --- a/3p/vendors/monetizer101.js +++ b/3p/vendors/monetizer101.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/mox.js b/3p/vendors/mox.js index 22299ec9edf1..ee7f506c48b2 100644 --- a/3p/vendors/mox.js +++ b/3p/vendors/mox.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/my6sense.js b/3p/vendors/my6sense.js index b352d8a0fc74..84db0f261e70 100644 --- a/3p/vendors/my6sense.js +++ b/3p/vendors/my6sense.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/myfinance.js b/3p/vendors/myfinance.js index e36a3d744d20..321c399f2381 100644 --- a/3p/vendors/myfinance.js +++ b/3p/vendors/myfinance.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/myoffrz.js b/3p/vendors/myoffrz.js index 6228a3d5350e..0c10043ae257 100644 --- a/3p/vendors/myoffrz.js +++ b/3p/vendors/myoffrz.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/mytarget.js b/3p/vendors/mytarget.js index bc188b03a6f6..b76b65267d7f 100644 --- a/3p/vendors/mytarget.js +++ b/3p/vendors/mytarget.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/mywidget.js b/3p/vendors/mywidget.js index f1ce9ebf1a70..0e147db20696 100644 --- a/3p/vendors/mywidget.js +++ b/3p/vendors/mywidget.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/nativeroll.js b/3p/vendors/nativeroll.js index c0013b88356b..68cbba37fd81 100644 --- a/3p/vendors/nativeroll.js +++ b/3p/vendors/nativeroll.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/nativery.js b/3p/vendors/nativery.js index ce43186acb86..c2545f671ae2 100644 --- a/3p/vendors/nativery.js +++ b/3p/vendors/nativery.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/nativo.js b/3p/vendors/nativo.js index 236fbb60bcc7..7a1dad0605ae 100644 --- a/3p/vendors/nativo.js +++ b/3p/vendors/nativo.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/navegg.js b/3p/vendors/navegg.js index 7a3baea7898a..c5201dcb8851 100644 --- a/3p/vendors/navegg.js +++ b/3p/vendors/navegg.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/nend.js b/3p/vendors/nend.js index 2326493d3247..32b210dec976 100644 --- a/3p/vendors/nend.js +++ b/3p/vendors/nend.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/netletix.js b/3p/vendors/netletix.js index 250f16079b1b..cdea0979be85 100644 --- a/3p/vendors/netletix.js +++ b/3p/vendors/netletix.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/noddus.js b/3p/vendors/noddus.js index 527a90a6e8fe..8e95e32c007c 100644 --- a/3p/vendors/noddus.js +++ b/3p/vendors/noddus.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/nokta.js b/3p/vendors/nokta.js index 9d5d71c6bf6a..85725e5d17f6 100644 --- a/3p/vendors/nokta.js +++ b/3p/vendors/nokta.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/nws.js b/3p/vendors/nws.js index 702ef13814b6..2b34a424f145 100644 --- a/3p/vendors/nws.js +++ b/3p/vendors/nws.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/oblivki.js b/3p/vendors/oblivki.js index d9003b53fad0..906b861fe5c1 100644 --- a/3p/vendors/oblivki.js +++ b/3p/vendors/oblivki.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/onead.js b/3p/vendors/onead.js index 70b81a640561..14e43bc6b220 100644 --- a/3p/vendors/onead.js +++ b/3p/vendors/onead.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/onnetwork.js b/3p/vendors/onnetwork.js index 62f9f10bec5c..f44b9b9e93d6 100644 --- a/3p/vendors/onnetwork.js +++ b/3p/vendors/onnetwork.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/openadstream.js b/3p/vendors/openadstream.js index 7db15b4faf5b..ec45335e78db 100644 --- a/3p/vendors/openadstream.js +++ b/3p/vendors/openadstream.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/openx.js b/3p/vendors/openx.js index c570a7191827..35a4567ccf6a 100644 --- a/3p/vendors/openx.js +++ b/3p/vendors/openx.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/opinary.js b/3p/vendors/opinary.js index c1d56735a8aa..ea79a1d34516 100644 --- a/3p/vendors/opinary.js +++ b/3p/vendors/opinary.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/outbrain.js b/3p/vendors/outbrain.js index 5368a0b03c93..013f6ad4a23e 100644 --- a/3p/vendors/outbrain.js +++ b/3p/vendors/outbrain.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/pixels.js b/3p/vendors/pixels.js index 27ad88d5ff13..71da8903eadf 100644 --- a/3p/vendors/pixels.js +++ b/3p/vendors/pixels.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/playstream.js b/3p/vendors/playstream.js index 99907ea5c68f..e470d884437f 100644 --- a/3p/vendors/playstream.js +++ b/3p/vendors/playstream.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/plista.js b/3p/vendors/plista.js index 96db719d11a0..4ddffa9de3a4 100644 --- a/3p/vendors/plista.js +++ b/3p/vendors/plista.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/polymorphicads.js b/3p/vendors/polymorphicads.js index 3f5bf9350ac2..05814cc299d0 100644 --- a/3p/vendors/polymorphicads.js +++ b/3p/vendors/polymorphicads.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/popin.js b/3p/vendors/popin.js index c1bcd47fe81e..3665e86898b1 100644 --- a/3p/vendors/popin.js +++ b/3p/vendors/popin.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/postquare.js b/3p/vendors/postquare.js index 794799484023..f9c52233947c 100644 --- a/3p/vendors/postquare.js +++ b/3p/vendors/postquare.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/ppstudio.js b/3p/vendors/ppstudio.js index dfc60cd0c56e..0779872b4b5b 100644 --- a/3p/vendors/ppstudio.js +++ b/3p/vendors/ppstudio.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/pressboard.js b/3p/vendors/pressboard.js index 74983e2133db..b80e4cfb8092 100644 --- a/3p/vendors/pressboard.js +++ b/3p/vendors/pressboard.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/promoteiq.js b/3p/vendors/promoteiq.js index d1ce9b5ce32e..81ede7d24dca 100644 --- a/3p/vendors/promoteiq.js +++ b/3p/vendors/promoteiq.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/pubexchange.js b/3p/vendors/pubexchange.js index 341760243c10..e4ef1ee46287 100644 --- a/3p/vendors/pubexchange.js +++ b/3p/vendors/pubexchange.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/pubguru.js b/3p/vendors/pubguru.js index 7f0c4406401c..dbf0c34f41a6 100644 --- a/3p/vendors/pubguru.js +++ b/3p/vendors/pubguru.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/pubmatic.js b/3p/vendors/pubmatic.js index 99da0b885dad..28553aa8357c 100644 --- a/3p/vendors/pubmatic.js +++ b/3p/vendors/pubmatic.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/pubmine.js b/3p/vendors/pubmine.js index fddcaff12b11..e12039905bb7 100644 --- a/3p/vendors/pubmine.js +++ b/3p/vendors/pubmine.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/puffnetwork.js b/3p/vendors/puffnetwork.js index 7561780b9fe8..39c070311cf4 100644 --- a/3p/vendors/puffnetwork.js +++ b/3p/vendors/puffnetwork.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/pulse.js b/3p/vendors/pulse.js index 1088d6d060bf..59da6a79f0b6 100644 --- a/3p/vendors/pulse.js +++ b/3p/vendors/pulse.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/pulsepoint.js b/3p/vendors/pulsepoint.js index ab5d3d2c6665..d111210e07c5 100644 --- a/3p/vendors/pulsepoint.js +++ b/3p/vendors/pulsepoint.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/purch.js b/3p/vendors/purch.js index 2af1a7833da7..8a53484c414d 100644 --- a/3p/vendors/purch.js +++ b/3p/vendors/purch.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/quoraad.js b/3p/vendors/quoraad.js index e30802b4cbd9..7a4ae4d3fea0 100644 --- a/3p/vendors/quoraad.js +++ b/3p/vendors/quoraad.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/rakutenunifiedads.js b/3p/vendors/rakutenunifiedads.js index e1f7f9141631..b0b2961d3134 100644 --- a/3p/vendors/rakutenunifiedads.js +++ b/3p/vendors/rakutenunifiedads.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/rbinfox.js b/3p/vendors/rbinfox.js index c71d2916bba9..9e603b5138c2 100644 --- a/3p/vendors/rbinfox.js +++ b/3p/vendors/rbinfox.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/rcmwidget.js b/3p/vendors/rcmwidget.js index 3340036dbdfe..6ebcdbaf5068 100644 --- a/3p/vendors/rcmwidget.js +++ b/3p/vendors/rcmwidget.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/readmo.js b/3p/vendors/readmo.js index eff367fa9949..4db6a328121a 100644 --- a/3p/vendors/readmo.js +++ b/3p/vendors/readmo.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/realclick.js b/3p/vendors/realclick.js index 9ecccd0c4a6c..60c3d66eacea 100644 --- a/3p/vendors/realclick.js +++ b/3p/vendors/realclick.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/recomad.js b/3p/vendors/recomad.js index 52399b5b39b1..b1eb55e849f1 100644 --- a/3p/vendors/recomad.js +++ b/3p/vendors/recomad.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/recreativ.js b/3p/vendors/recreativ.js index a23ff6e9f12c..c4d429bb166a 100644 --- a/3p/vendors/recreativ.js +++ b/3p/vendors/recreativ.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/reddit.js b/3p/vendors/reddit.js index 4b347ac9e0c7..610d6908da66 100644 --- a/3p/vendors/reddit.js +++ b/3p/vendors/reddit.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/relap.js b/3p/vendors/relap.js index 120ea0c0bae9..8c4391b1abe2 100644 --- a/3p/vendors/relap.js +++ b/3p/vendors/relap.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/relappro.js b/3p/vendors/relappro.js index 2a7d43a50255..e426f01388d1 100644 --- a/3p/vendors/relappro.js +++ b/3p/vendors/relappro.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/remixd.js b/3p/vendors/remixd.js index bebf9f2540e4..1456ee5f3db4 100644 --- a/3p/vendors/remixd.js +++ b/3p/vendors/remixd.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/revcontent.js b/3p/vendors/revcontent.js index 87faf8bf5f6d..43ce5dc78ce6 100644 --- a/3p/vendors/revcontent.js +++ b/3p/vendors/revcontent.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/revjet.js b/3p/vendors/revjet.js index b84386558d02..d85d4ab16c89 100644 --- a/3p/vendors/revjet.js +++ b/3p/vendors/revjet.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/rfp.js b/3p/vendors/rfp.js index 6d62f642ee27..a79b9582d0ec 100644 --- a/3p/vendors/rfp.js +++ b/3p/vendors/rfp.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/rnetplus.js b/3p/vendors/rnetplus.js index 9d8657faafea..c2f0fd32ded7 100644 --- a/3p/vendors/rnetplus.js +++ b/3p/vendors/rnetplus.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/rubicon.js b/3p/vendors/rubicon.js index 8a6020114635..051a9a4b34b6 100644 --- a/3p/vendors/rubicon.js +++ b/3p/vendors/rubicon.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/runative.js b/3p/vendors/runative.js index 1c03651268d7..61158467b837 100644 --- a/3p/vendors/runative.js +++ b/3p/vendors/runative.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/sas.js b/3p/vendors/sas.js index 63c6c2cb0bbf..0d9e98112f44 100644 --- a/3p/vendors/sas.js +++ b/3p/vendors/sas.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/seedingalliance.js b/3p/vendors/seedingalliance.js index 10026714adf1..3a017c3bd053 100644 --- a/3p/vendors/seedingalliance.js +++ b/3p/vendors/seedingalliance.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/sekindo.js b/3p/vendors/sekindo.js index f062127cbd3e..945c9c7cbd92 100644 --- a/3p/vendors/sekindo.js +++ b/3p/vendors/sekindo.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/sharethrough.js b/3p/vendors/sharethrough.js index 7b1986e3b2e2..cfa3bfd87fea 100644 --- a/3p/vendors/sharethrough.js +++ b/3p/vendors/sharethrough.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/shemedia.js b/3p/vendors/shemedia.js index f3444dfcfe0f..fa91f653873a 100644 --- a/3p/vendors/shemedia.js +++ b/3p/vendors/shemedia.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/sklik.js b/3p/vendors/sklik.js index c419944f84bc..cbbc7716a8b3 100644 --- a/3p/vendors/sklik.js +++ b/3p/vendors/sklik.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/slimcutmedia.js b/3p/vendors/slimcutmedia.js index e4f1db36993e..1c2cb62e1e8e 100644 --- a/3p/vendors/slimcutmedia.js +++ b/3p/vendors/slimcutmedia.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/smartadserver.js b/3p/vendors/smartadserver.js index 5047534a8e52..b93432464cc0 100644 --- a/3p/vendors/smartadserver.js +++ b/3p/vendors/smartadserver.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/smartclip.js b/3p/vendors/smartclip.js index 4b28c05e9d68..b38ea38a032c 100644 --- a/3p/vendors/smartclip.js +++ b/3p/vendors/smartclip.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/smi2.js b/3p/vendors/smi2.js index 4f114b82f594..b4442a2450ae 100644 --- a/3p/vendors/smi2.js +++ b/3p/vendors/smi2.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/smilewanted.js b/3p/vendors/smilewanted.js index 94784e637697..8da0f9b39d59 100644 --- a/3p/vendors/smilewanted.js +++ b/3p/vendors/smilewanted.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/sogouad.js b/3p/vendors/sogouad.js index c1672ce188b6..9274a112f4c1 100644 --- a/3p/vendors/sogouad.js +++ b/3p/vendors/sogouad.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/sona.js b/3p/vendors/sona.js index 4693b2bd56fc..2e8811a85757 100644 --- a/3p/vendors/sona.js +++ b/3p/vendors/sona.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/sortable.js b/3p/vendors/sortable.js index 0bb5f30777e1..ea2957711b17 100644 --- a/3p/vendors/sortable.js +++ b/3p/vendors/sortable.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/sovrn.js b/3p/vendors/sovrn.js index 98f4d7c4843d..7b82c4009ef1 100644 --- a/3p/vendors/sovrn.js +++ b/3p/vendors/sovrn.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/speakol.js b/3p/vendors/speakol.js index fd98cbd4adbd..5a746d3c6f57 100644 --- a/3p/vendors/speakol.js +++ b/3p/vendors/speakol.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/spotx.js b/3p/vendors/spotx.js index 165cccaf28be..f6157c84bae5 100644 --- a/3p/vendors/spotx.js +++ b/3p/vendors/spotx.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/springAds.js b/3p/vendors/springAds.js index 41f7faa0be74..cdb9c66b6e90 100644 --- a/3p/vendors/springAds.js +++ b/3p/vendors/springAds.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/ssp.js b/3p/vendors/ssp.js index 00b7fefc4551..c124e5da48d8 100644 --- a/3p/vendors/ssp.js +++ b/3p/vendors/ssp.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/strossle.js b/3p/vendors/strossle.js index 02b425d70fd1..d501582aedee 100644 --- a/3p/vendors/strossle.js +++ b/3p/vendors/strossle.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/sulvo.js b/3p/vendors/sulvo.js index a1c28fb90533..b68b3d2b900b 100644 --- a/3p/vendors/sulvo.js +++ b/3p/vendors/sulvo.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/sunmedia.js b/3p/vendors/sunmedia.js index 79aa0189d1d7..3d851141c502 100644 --- a/3p/vendors/sunmedia.js +++ b/3p/vendors/sunmedia.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/svknative.js b/3p/vendors/svknative.js index dff1526c35e2..5824f4ce529c 100644 --- a/3p/vendors/svknative.js +++ b/3p/vendors/svknative.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/swoop.js b/3p/vendors/swoop.js index a69f05e9f440..bbf2c8b8df80 100644 --- a/3p/vendors/swoop.js +++ b/3p/vendors/swoop.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/taboola.js b/3p/vendors/taboola.js index 26719186b11a..765efc875720 100644 --- a/3p/vendors/taboola.js +++ b/3p/vendors/taboola.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/tagon.js b/3p/vendors/tagon.js index b66127d4ead8..51eb2cb310e3 100644 --- a/3p/vendors/tagon.js +++ b/3p/vendors/tagon.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/tail.js b/3p/vendors/tail.js index e5ea6230c229..2b8ebbc7cbc7 100644 --- a/3p/vendors/tail.js +++ b/3p/vendors/tail.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/tcsemotion.js b/3p/vendors/tcsemotion.js index 763b18931368..3797f5cad900 100644 --- a/3p/vendors/tcsemotion.js +++ b/3p/vendors/tcsemotion.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/teads.js b/3p/vendors/teads.js index df9a879fc62a..8c8b49e25a54 100644 --- a/3p/vendors/teads.js +++ b/3p/vendors/teads.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/temedya.js b/3p/vendors/temedya.js index b316672aab52..cf7d2ea0e799 100644 --- a/3p/vendors/temedya.js +++ b/3p/vendors/temedya.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/torimochi.js b/3p/vendors/torimochi.js index 529e5a5ca012..1f50b547db71 100644 --- a/3p/vendors/torimochi.js +++ b/3p/vendors/torimochi.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/tracdelight.js b/3p/vendors/tracdelight.js index 8744ec49cd03..7b2cf9f82be3 100644 --- a/3p/vendors/tracdelight.js +++ b/3p/vendors/tracdelight.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/triplelift.js b/3p/vendors/triplelift.js index 7b91f52f4032..88ad93be8048 100644 --- a/3p/vendors/triplelift.js +++ b/3p/vendors/triplelift.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/trugaze.js b/3p/vendors/trugaze.js index 485aa1c1120d..a2a160129756 100644 --- a/3p/vendors/trugaze.js +++ b/3p/vendors/trugaze.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/twitter.js b/3p/vendors/twitter.js index 905b6e22189f..05807486a132 100644 --- a/3p/vendors/twitter.js +++ b/3p/vendors/twitter.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/uas.js b/3p/vendors/uas.js index 5073f8cf0d26..9a4fcb74c013 100644 --- a/3p/vendors/uas.js +++ b/3p/vendors/uas.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/ucfunnel.js b/3p/vendors/ucfunnel.js index e146ec3a443c..b60f6b07dbeb 100644 --- a/3p/vendors/ucfunnel.js +++ b/3p/vendors/ucfunnel.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/unruly.js b/3p/vendors/unruly.js index 97e12eec33d3..852d6a8b2ffa 100644 --- a/3p/vendors/unruly.js +++ b/3p/vendors/unruly.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/uzou.js b/3p/vendors/uzou.js index dfa98964bd15..db8cd32de657 100644 --- a/3p/vendors/uzou.js +++ b/3p/vendors/uzou.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/valuecommerce.js b/3p/vendors/valuecommerce.js index 5aaf7041a307..29457bd37270 100644 --- a/3p/vendors/valuecommerce.js +++ b/3p/vendors/valuecommerce.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/vdoai.js b/3p/vendors/vdoai.js index 3d0b3436cbaf..c2fc1244feb6 100644 --- a/3p/vendors/vdoai.js +++ b/3p/vendors/vdoai.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/verizonmedia.js b/3p/vendors/verizonmedia.js index 892d589282d0..944bc18f5d26 100644 --- a/3p/vendors/verizonmedia.js +++ b/3p/vendors/verizonmedia.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/videointelligence.js b/3p/vendors/videointelligence.js index 3a8c1a9bf329..671f589882c6 100644 --- a/3p/vendors/videointelligence.js +++ b/3p/vendors/videointelligence.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/videonow.js b/3p/vendors/videonow.js index f773384d30d2..cdd25b132486 100644 --- a/3p/vendors/videonow.js +++ b/3p/vendors/videonow.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/viqeoplayer.js b/3p/vendors/viqeoplayer.js index c3e3511c6ea1..0a8d3688d8e5 100644 --- a/3p/vendors/viqeoplayer.js +++ b/3p/vendors/viqeoplayer.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/viralize.js b/3p/vendors/viralize.js index 9c7904ae034d..b9f6c0bd8709 100644 --- a/3p/vendors/viralize.js +++ b/3p/vendors/viralize.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/vlyby.js b/3p/vendors/vlyby.js index 551d7589f2cc..125c6b011c63 100644 --- a/3p/vendors/vlyby.js +++ b/3p/vendors/vlyby.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/vmfive.js b/3p/vendors/vmfive.js index f95e0462fa4a..3fa6570b33d6 100644 --- a/3p/vendors/vmfive.js +++ b/3p/vendors/vmfive.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/webediads.js b/3p/vendors/webediads.js index 402270b2f554..8a9acdbf1a33 100644 --- a/3p/vendors/webediads.js +++ b/3p/vendors/webediads.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/weborama-display.js b/3p/vendors/weborama-display.js index 4ee2f12f3caf..168721e9d99e 100644 --- a/3p/vendors/weborama-display.js +++ b/3p/vendors/weborama-display.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/whopainfeed.js b/3p/vendors/whopainfeed.js index c72aada1c56b..cfe42203f39e 100644 --- a/3p/vendors/whopainfeed.js +++ b/3p/vendors/whopainfeed.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/widespace.js b/3p/vendors/widespace.js index 416ce9443c32..b284f6402c93 100644 --- a/3p/vendors/widespace.js +++ b/3p/vendors/widespace.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/wisteria.js b/3p/vendors/wisteria.js index 6bba47d429e0..9c178359af1f 100644 --- a/3p/vendors/wisteria.js +++ b/3p/vendors/wisteria.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/wpmedia.js b/3p/vendors/wpmedia.js index 227485349d31..a03e058a003b 100644 --- a/3p/vendors/wpmedia.js +++ b/3p/vendors/wpmedia.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/wunderkind.js b/3p/vendors/wunderkind.js index 9c960d126b6a..20430e3eb336 100644 --- a/3p/vendors/wunderkind.js +++ b/3p/vendors/wunderkind.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/xlift.js b/3p/vendors/xlift.js index 40b2f5a0b194..89f8aac831b2 100644 --- a/3p/vendors/xlift.js +++ b/3p/vendors/xlift.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/yahoo.js b/3p/vendors/yahoo.js index 6e0bf2809b95..2d0f5475c193 100644 --- a/3p/vendors/yahoo.js +++ b/3p/vendors/yahoo.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/yahoofedads.js b/3p/vendors/yahoofedads.js index 2f29b3aa599c..7626043140a9 100644 --- a/3p/vendors/yahoofedads.js +++ b/3p/vendors/yahoofedads.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/yahoojp.js b/3p/vendors/yahoojp.js index e1a027c15fa9..6c390ea1ea8d 100644 --- a/3p/vendors/yahoojp.js +++ b/3p/vendors/yahoojp.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/yahoonativeads.js b/3p/vendors/yahoonativeads.js index e00468da5204..d0a04dbb64a1 100644 --- a/3p/vendors/yahoonativeads.js +++ b/3p/vendors/yahoonativeads.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/yandex.js b/3p/vendors/yandex.js index 3bc1d8fcbfe6..566a7832dcd2 100644 --- a/3p/vendors/yandex.js +++ b/3p/vendors/yandex.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/yektanet.js b/3p/vendors/yektanet.js index 0b937e33c7c4..9165f4006e22 100644 --- a/3p/vendors/yektanet.js +++ b/3p/vendors/yektanet.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/yengo.js b/3p/vendors/yengo.js index 7bfac2531aea..337d8b9a13c6 100644 --- a/3p/vendors/yengo.js +++ b/3p/vendors/yengo.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/yieldbot.js b/3p/vendors/yieldbot.js index 992894b4da92..f6b626ea2b5f 100644 --- a/3p/vendors/yieldbot.js +++ b/3p/vendors/yieldbot.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/yieldmo.js b/3p/vendors/yieldmo.js index a7be27e77c7a..e7c50674355a 100644 --- a/3p/vendors/yieldmo.js +++ b/3p/vendors/yieldmo.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/yieldone.js b/3p/vendors/yieldone.js index 6d2b49033c64..357bab22cff5 100644 --- a/3p/vendors/yieldone.js +++ b/3p/vendors/yieldone.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/yieldpro.js b/3p/vendors/yieldpro.js index 23f37545c49e..016d511a3a79 100644 --- a/3p/vendors/yieldpro.js +++ b/3p/vendors/yieldpro.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/yotpo.js b/3p/vendors/yotpo.js index 3c6ccbf6a590..2c792ad8a862 100644 --- a/3p/vendors/yotpo.js +++ b/3p/vendors/yotpo.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/zedo.js b/3p/vendors/zedo.js index 5c0be05b8914..c73e96577306 100644 --- a/3p/vendors/zedo.js +++ b/3p/vendors/zedo.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/zen.js b/3p/vendors/zen.js index 6ea84a43823b..b7667a58bd77 100644 --- a/3p/vendors/zen.js +++ b/3p/vendors/zen.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/zergnet.js b/3p/vendors/zergnet.js index 0420db334278..3384ef403539 100644 --- a/3p/vendors/zergnet.js +++ b/3p/vendors/zergnet.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/vendors/zucks.js b/3p/vendors/zucks.js index 0ded30c3666e..aae1c617720e 100644 --- a/3p/vendors/zucks.js +++ b/3p/vendors/zucks.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // src/polyfills.js must be the first import. import '#3p/polyfills'; diff --git a/3p/viqeoplayer.js b/3p/viqeoplayer.js index 91408351b8fc..f8673083a8c3 100644 --- a/3p/viqeoplayer.js +++ b/3p/viqeoplayer.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ import {tryDecodeUriComponent} from '#core/types/string/url'; import {loadScript} from './3p'; diff --git a/3p/yotpo.js b/3p/yotpo.js index 83c45c67b188..f1325c15a3c5 100644 --- a/3p/yotpo.js +++ b/3p/yotpo.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript} from './3p'; /** diff --git a/ads/.eslintrc.js b/ads/.eslintrc.js index c812dc83f9a8..c3e6c5d68971 100644 --- a/ads/.eslintrc.js +++ b/ads/.eslintrc.js @@ -1,18 +1,4 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ + module.exports = { 'rules': { diff --git a/ads/_a4a-config.js b/ads/_a4a-config.js index 987563bf5bfb..9611f0d01f20 100644 --- a/ads/_a4a-config.js +++ b/ads/_a4a-config.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {map} from '#core/types/object'; /** diff --git a/ads/_config.js b/ads/_config.js index 5d2c6ec041e8..0c0cfb155354 100755 --- a/ads/_config.js +++ b/ads/_config.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {jsonConfiguration} from '#core/types/object/json'; /** diff --git a/ads/ads.extern.js b/ads/ads.extern.js index 2f9b79b3f90b..b04f993191e4 100644 --- a/ads/ads.extern.js +++ b/ads/ads.extern.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /** @externs */ // HACK. Define application types used in default AMP externs diff --git a/ads/alp/handler.js b/ads/alp/handler.js index a03a9a01de53..467bcb53bddb 100644 --- a/ads/alp/handler.js +++ b/ads/alp/handler.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import { addParamToUrl, isLocalhostOrigin, diff --git a/ads/alp/install-alp.js b/ads/alp/install-alp.js index 7bed2cd9144c..4808d11481e0 100644 --- a/ads/alp/install-alp.js +++ b/ads/alp/install-alp.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // Utility file that generates URLs suitable for AMP's impression tracking. import {initLogConstructor, setReportError} from '../../src/log'; diff --git a/ads/google/a4a/.eslintrc.js b/ads/google/a4a/.eslintrc.js index af52b254cdac..0abcf33a2347 100644 --- a/ads/google/a4a/.eslintrc.js +++ b/ads/google/a4a/.eslintrc.js @@ -1,18 +1,4 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ + module.exports = { 'rules': { diff --git a/ads/google/a4a/experiment-utils.js b/ads/google/a4a/experiment-utils.js index 5f1be06ef822..a6144e7a1ecb 100644 --- a/ads/google/a4a/experiment-utils.js +++ b/ads/google/a4a/experiment-utils.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {addExperimentIdToElement} from './traffic-experiments'; import { forceExperimentBranch, diff --git a/ads/google/a4a/line-delimited-response-handler.js b/ads/google/a4a/line-delimited-response-handler.js index c0a63db4fc17..07290e24466d 100644 --- a/ads/google/a4a/line-delimited-response-handler.js +++ b/ads/google/a4a/line-delimited-response-handler.js @@ -1,19 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {tryParseJson} from '#core/types/object/json'; /** diff --git a/ads/google/a4a/shared/content-recommendation.js b/ads/google/a4a/shared/content-recommendation.js index b4eafb69312f..04d1d27f501e 100644 --- a/ads/google/a4a/shared/content-recommendation.js +++ b/ads/google/a4a/shared/content-recommendation.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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 CoRe responsive functions that are shared with Google tag code. * This file must not depend on any AMP-specific libraries, e.g. log. If diff --git a/ads/google/a4a/shared/test/test-content-recommendation.js b/ads/google/a4a/shared/test/test-content-recommendation.js index ff9eee8f7ea6..3efabda21b0d 100644 --- a/ads/google/a4a/shared/test/test-content-recommendation.js +++ b/ads/google/a4a/shared/test/test-content-recommendation.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import { LayoutType, getAutoConfig, diff --git a/ads/google/a4a/shared/test/test-url-builder.js b/ads/google/a4a/shared/test/test-url-builder.js index b259b82ea175..efcd570f7bd9 100644 --- a/ads/google/a4a/shared/test/test-url-builder.js +++ b/ads/google/a4a/shared/test/test-url-builder.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {buildUrl} from '#ads/google/a4a/shared/url-builder'; describes.sandboxed('buildUrl', {}, () => { diff --git a/ads/google/a4a/shared/url-builder.js b/ads/google/a4a/shared/url-builder.js index 95a8e7daef35..2cfc9663847c 100644 --- a/ads/google/a4a/shared/url-builder.js +++ b/ads/google/a4a/shared/url-builder.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /** @typedef {{name: string, value: (string|number|null)}} */ export let QueryParameterDef; diff --git a/ads/google/a4a/test/test-line-delimited-response-handler.js b/ads/google/a4a/test/test-line-delimited-response-handler.js index 2b4b267c031d..01db3e0d6774 100644 --- a/ads/google/a4a/test/test-line-delimited-response-handler.js +++ b/ads/google/a4a/test/test-line-delimited-response-handler.js @@ -1,19 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import { lineDelimitedStreamer, metaJsonCreativeGrouper, diff --git a/ads/google/a4a/test/test-traffic-experiments.js b/ads/google/a4a/test/test-traffic-experiments.js index f2adc74c7172..09e80dd3398c 100644 --- a/ads/google/a4a/test/test-traffic-experiments.js +++ b/ads/google/a4a/test/test-traffic-experiments.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import { AMP_EXPERIMENT_ATTRIBUTE, EXPERIMENT_ATTRIBUTE, diff --git a/ads/google/a4a/test/test-utils.js b/ads/google/a4a/test/test-utils.js index be02ce6c1b82..548dcb4c4aa8 100644 --- a/ads/google/a4a/test/test-utils.js +++ b/ads/google/a4a/test/test-utils.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import * as fakeTimers from '@sinonjs/fake-timers'; import '../../../../extensions/amp-ad/0.1/amp-ad-ui'; import '../../../../extensions/amp-ad/0.1/amp-ad-xorigin-iframe-handler'; diff --git a/ads/google/a4a/traffic-experiments.js b/ads/google/a4a/traffic-experiments.js index 20f70c104988..339a0a8dec04 100644 --- a/ads/google/a4a/traffic-experiments.js +++ b/ads/google/a4a/traffic-experiments.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /** * Machinery for doing "traffic-level" experiments. That is, rather than * a single user choosing to opt-in to an experimental version of a module, diff --git a/ads/google/a4a/utils.js b/ads/google/a4a/utils.js index 77b641f3e815..7c7f7322468c 100644 --- a/ads/google/a4a/utils.js +++ b/ads/google/a4a/utils.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {CONSENT_POLICY_STATE} from '#core/constants/consent-state'; import {DomFingerprint} from '#core/dom/fingerprint'; import {GEO_IN_GROUP} from '../../../extensions/amp-geo/0.1/amp-geo-in-group'; diff --git a/ads/google/adsense.md b/ads/google/adsense.md index a823bced8899..727c3fac57ae 100644 --- a/ads/google/adsense.md +++ b/ads/google/adsense.md @@ -1,19 +1,3 @@ - - # AdSense ## Example diff --git a/ads/google/doubleclick.js b/ads/google/doubleclick.js index 17bf71a20c2e..29e94c30bb63 100644 --- a/ads/google/doubleclick.js +++ b/ads/google/doubleclick.js @@ -1,18 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ import {dev} from '../../src/log'; const TAG = 'DOUBLECLICK - DEPRECATED'; diff --git a/ads/google/doubleclick.md b/ads/google/doubleclick.md index 6d2dcf60e2ff..6e1bfc0272fe 100644 --- a/ads/google/doubleclick.md +++ b/ads/google/doubleclick.md @@ -1,19 +1,3 @@ - - # Google Ad Manager Support for Google Ad Manager Delayed Fetch has been deprecated as of March 29, 2018. Please upgrade to Fast Fetch. Visit the Google Ad Manager Fast Fetch documentation page for more details. diff --git a/ads/google/ima/ima-player-data.js b/ads/google/ima/ima-player-data.js index 64e884740a66..f7f176b03964 100644 --- a/ads/google/ima/ima-player-data.js +++ b/ads/google/ima/ima-player-data.js @@ -1,19 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - export class ImaPlayerData { /** * Create a new ImaPlayerData object. diff --git a/ads/google/ima/ima-video.js b/ads/google/ima/ima-video.js index 1234fe4b0ea5..a9ebf55a1941 100644 --- a/ads/google/ima/ima-video.js +++ b/ads/google/ima/ima-video.js @@ -1,19 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {CONSENT_POLICY_STATE} from '#core/constants/consent-state'; import {ImaPlayerData} from './ima-player-data'; import {camelCaseToTitleCase, setStyle, toggle} from '#core/dom/style'; diff --git a/ads/google/test/test-utils.js b/ads/google/test/test-utils.js index 67484cfe9042..9cdd02f1cddf 100644 --- a/ads/google/test/test-utils.js +++ b/ads/google/test/test-utils.js @@ -1,19 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import { ExternalCorePubVars, LayoutType, diff --git a/ads/google/utils.js b/ads/google/utils.js index 78c89ef29e5c..8be27c6d0645 100644 --- a/ads/google/utils.js +++ b/ads/google/utils.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import { ExternalCorePubVars, MIN_PUB_CONTROL_WIDTH_OF_DESKTOP, diff --git a/ads/inabox/frame-overlay-helper.js b/ads/inabox/frame-overlay-helper.js index fdb2bb0891e9..06fe2519a33b 100644 --- a/ads/inabox/frame-overlay-helper.js +++ b/ads/inabox/frame-overlay-helper.js @@ -1,18 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ import { LayoutRectDef, layoutRectFromDomRect, diff --git a/ads/inabox/frame-overlay-manager.js b/ads/inabox/frame-overlay-manager.js index d1f12a35c278..34c6ec348415 100644 --- a/ads/inabox/frame-overlay-manager.js +++ b/ads/inabox/frame-overlay-manager.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {collapseFrame, expandFrame} from './frame-overlay-helper'; /** @const */ diff --git a/ads/inabox/full-overlay-frame-helper.js b/ads/inabox/full-overlay-frame-helper.js index 2ae2e9f487aa..c346d65bf96e 100644 --- a/ads/inabox/full-overlay-frame-helper.js +++ b/ads/inabox/full-overlay-frame-helper.js @@ -1,18 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ import {px, resetStyles, setStyles, translate} from '#core/dom/style'; /** diff --git a/ads/inabox/inabox-host.js b/ads/inabox/inabox-host.js index 4101425825ea..4aede9055786 100644 --- a/ads/inabox/inabox-host.js +++ b/ads/inabox/inabox-host.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /** * Inabox host script is installed on a non-AMP host page to provide APIs for * its embed AMP content (such as an ad created in AMP). diff --git a/ads/inabox/inabox-host.md b/ads/inabox/inabox-host.md index 616e8d17a716..bde4446c74c0 100644 --- a/ads/inabox/inabox-host.md +++ b/ads/inabox/inabox-host.md @@ -1,19 +1,3 @@ - - # SDK integration for AMPHTML ads One goal of AMPHTML ads is for advertisers to create ad once and use diff --git a/ads/inabox/inabox-messaging-host.js b/ads/inabox/inabox-messaging-host.js index c26b59c8c70b..4d1fa97a12bf 100644 --- a/ads/inabox/inabox-messaging-host.js +++ b/ads/inabox/inabox-messaging-host.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import { MessageType, deserializeMessage, diff --git a/ads/inabox/position-observer.js b/ads/inabox/position-observer.js index f5104291987e..1a2d29fddf76 100644 --- a/ads/inabox/position-observer.js +++ b/ads/inabox/position-observer.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import { LayoutRectDef, layoutRectFromDomRect, diff --git a/ads/inabox/util.js b/ads/inabox/util.js index daf2ebdd1c68..040eda7fc8f2 100644 --- a/ads/inabox/util.js +++ b/ads/inabox/util.js @@ -1,19 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /** * Executes a "restricted" read/write vsync cycle. * This function exists mainly since the vsync service is not available for the diff --git a/ads/vendors/1wo.js b/ads/vendors/1wo.js index c1252c2f549d..94f44c1a18a0 100644 --- a/ads/vendors/1wo.js +++ b/ads/vendors/1wo.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/1wo.md b/ads/vendors/1wo.md index 6d9168553352..a7e965a681f6 100644 --- a/ads/vendors/1wo.md +++ b/ads/vendors/1wo.md @@ -1,19 +1,3 @@ - - # 1wo Provides support for [1wo](https://welcome.1worldonline.com/) widgets. diff --git a/ads/vendors/24smi.js b/ads/vendors/24smi.js index b997e5246cd8..d72749e726d1 100644 --- a/ads/vendors/24smi.js +++ b/ads/vendors/24smi.js @@ -1,19 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData, validateSrcPrefix} from '#3p/3p'; const jsnPrefix = 'https://jsn.24smi.net/'; diff --git a/ads/vendors/24smi.md b/ads/vendors/24smi.md index 5e5ea60b8c93..9a3a060fa143 100644 --- a/ads/vendors/24smi.md +++ b/ads/vendors/24smi.md @@ -1,19 +1,3 @@ - - # 24smi Provides support for [24smi](https://partner.24smi.info/) widgets. diff --git a/ads/vendors/_fakedelayed_.js b/ads/vendors/_fakedelayed_.js index b7a49f387cc3..5f064bc549fe 100644 --- a/ads/vendors/_fakedelayed_.js +++ b/ads/vendors/_fakedelayed_.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {setStyles} from '#core/dom/style'; import {validateData, writeScript} from '#3p/3p'; diff --git a/ads/vendors/_fakedelayed_.md b/ads/vendors/_fakedelayed_.md index 9f96f17f49ae..7112b54ecfd2 100644 --- a/ads/vendors/_fakedelayed_.md +++ b/ads/vendors/_fakedelayed_.md @@ -1,19 +1,3 @@ - - # fake-delayed A fake ad type that is used for local development and testing. diff --git a/ads/vendors/_ping_.js b/ads/vendors/_ping_.js index df5a570c6514..66f3b9a1cb99 100644 --- a/ads/vendors/_ping_.js +++ b/ads/vendors/_ping_.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {dev, devAssert, userAssert} from '../../src/log'; import {validateData} from '#3p/3p'; diff --git a/ads/vendors/_ping_.md b/ads/vendors/_ping_.md index 6e823d3a7372..96d299c5be41 100644 --- a/ads/vendors/_ping_.md +++ b/ads/vendors/_ping_.md @@ -1,19 +1,3 @@ - - # \_PING\_ A fake ad type that is only used for local development. diff --git a/ads/vendors/a8.js b/ads/vendors/a8.js index 815e4703f590..d22672ddb6be 100644 --- a/ads/vendors/a8.js +++ b/ads/vendors/a8.js @@ -1,19 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/a8.md b/ads/vendors/a8.md index e62312d4d879..e65bfb95d862 100644 --- a/ads/vendors/a8.md +++ b/ads/vendors/a8.md @@ -1,19 +1,3 @@ - - # A8net Serves ads from [a8.net](https://www.a8.net/). diff --git a/ads/vendors/a9.js b/ads/vendors/a9.js index 14b060efd8ae..042e784abe0c 100644 --- a/ads/vendors/a9.js +++ b/ads/vendors/a9.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {hasOwn} from '#core/types/object'; import {loadScript, validateData, writeScript} from '#3p/3p'; import {parseJson} from '#core/types/object/json'; diff --git a/ads/vendors/a9.md b/ads/vendors/a9.md index 74a8a33fcdc2..a2f45fefe345 100644 --- a/ads/vendors/a9.md +++ b/ads/vendors/a9.md @@ -1,19 +1,3 @@ - - # A9 The A9 amp ad unit supports the Search, Recommendation and Custom ad widgets of the Native Shopping Ads program. These widgets would need to be created here first `https://affiliate-program.amazon.com/home/ads` diff --git a/ads/vendors/accesstrade.js b/ads/vendors/accesstrade.js index 8af1aafc7c65..3ca650fa747f 100644 --- a/ads/vendors/accesstrade.js +++ b/ads/vendors/accesstrade.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/accesstrade.md b/ads/vendors/accesstrade.md index c6356f47fdbf..b328b4c9fa23 100644 --- a/ads/vendors/accesstrade.md +++ b/ads/vendors/accesstrade.md @@ -1,19 +1,3 @@ - - # AccessTrade ## Example diff --git a/ads/vendors/adagio.js b/ads/vendors/adagio.js index f8f7783969d5..5f940035fc46 100755 --- a/ads/vendors/adagio.js +++ b/ads/vendors/adagio.js @@ -1,19 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/adagio.md b/ads/vendors/adagio.md index 360d1ce4e9ba..992a7e716ad3 100755 --- a/ads/vendors/adagio.md +++ b/ads/vendors/adagio.md @@ -1,19 +1,3 @@ - - # Ad.Agio - Neodata Group ## Example diff --git a/ads/vendors/adblade.js b/ads/vendors/adblade.js index 117618b0bdf9..7fec2feeb7b1 100644 --- a/ads/vendors/adblade.js +++ b/ads/vendors/adblade.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; const adbladeFields = ['width', 'height', 'cid']; diff --git a/ads/vendors/adblade.md b/ads/vendors/adblade.md index 620f791e9780..ca6caeb76112 100644 --- a/ads/vendors/adblade.md +++ b/ads/vendors/adblade.md @@ -1,19 +1,3 @@ - - # Adblade ## Example diff --git a/ads/vendors/adbutler.js b/ads/vendors/adbutler.js index 61f8e243784c..e4a011d845a3 100644 --- a/ads/vendors/adbutler.js +++ b/ads/vendors/adbutler.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/adbutler.md b/ads/vendors/adbutler.md index 777e20b2d9f5..a6bb33ddf136 100644 --- a/ads/vendors/adbutler.md +++ b/ads/vendors/adbutler.md @@ -1,19 +1,3 @@ - - # AdButler Serves ads from [AdButler](https://www.adbutler.com/). diff --git a/ads/vendors/adform.js b/ads/vendors/adform.js index 74847fad3c52..525022e85857 100644 --- a/ads/vendors/adform.js +++ b/ads/vendors/adform.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, validateSrcPrefix, writeScript} from '#3p/3p'; // Valid adform ad source hosts diff --git a/ads/vendors/adform.md b/ads/vendors/adform.md index 70d82a8a1e18..d5ab911c545c 100644 --- a/ads/vendors/adform.md +++ b/ads/vendors/adform.md @@ -1,19 +1,3 @@ - - # Adform ## Examples diff --git a/ads/vendors/adfox.js b/ads/vendors/adfox.js index f0e95622c4d0..621e70eee3e9 100644 --- a/ads/vendors/adfox.js +++ b/ads/vendors/adfox.js @@ -1,19 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; import {yandex} from './yandex'; diff --git a/ads/vendors/adfox.md b/ads/vendors/adfox.md index 46397e1f70e2..be36f747c42d 100644 --- a/ads/vendors/adfox.md +++ b/ads/vendors/adfox.md @@ -1,19 +1,3 @@ - - # AdFox ## Example diff --git a/ads/vendors/adgeneration.js b/ads/vendors/adgeneration.js index d37b7df6d149..99c13b6833b3 100644 --- a/ads/vendors/adgeneration.js +++ b/ads/vendors/adgeneration.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/adgeneration.md b/ads/vendors/adgeneration.md index be67717dbec1..827b08f6d2f8 100644 --- a/ads/vendors/adgeneration.md +++ b/ads/vendors/adgeneration.md @@ -1,19 +1,3 @@ - - # Ad Generation ## Example diff --git a/ads/vendors/adglare.js b/ads/vendors/adglare.js index 7b8c9a1d2abc..71a9184b7872 100644 --- a/ads/vendors/adglare.js +++ b/ads/vendors/adglare.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/adglare.md b/ads/vendors/adglare.md index 1ad848ac4f6f..3fc686647d1f 100644 --- a/ads/vendors/adglare.md +++ b/ads/vendors/adglare.md @@ -1,19 +1,3 @@ - - # AdGlare ## Example diff --git a/ads/vendors/adhese.js b/ads/vendors/adhese.js index 0a273478e0a2..a07d78311d07 100644 --- a/ads/vendors/adhese.js +++ b/ads/vendors/adhese.js @@ -1,19 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/adhese.md b/ads/vendors/adhese.md index d59fcafaa45e..2378c78afe60 100644 --- a/ads/vendors/adhese.md +++ b/ads/vendors/adhese.md @@ -1,19 +1,3 @@ - - # Adhese Serves ads from [Adhese](https://www.adhese.com). diff --git a/ads/vendors/adincube.js b/ads/vendors/adincube.js index 314032fc59bc..dba5a35322b1 100644 --- a/ads/vendors/adincube.js +++ b/ads/vendors/adincube.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {hasOwn} from '#core/types/object'; import {loadScript, validateData} from '#3p/3p'; diff --git a/ads/vendors/adincube.md b/ads/vendors/adincube.md index 23b7f2976d13..22b70ef46e86 100644 --- a/ads/vendors/adincube.md +++ b/ads/vendors/adincube.md @@ -1,19 +1,3 @@ - - # AdinCube Visit [dashboard.adincube.com](https://dashboard.adincube.com/dashboard) to create a publisher account and get access to our AMP ads. diff --git a/ads/vendors/adition.js b/ads/vendors/adition.js index 3e743d453210..763105137afc 100644 --- a/ads/vendors/adition.js +++ b/ads/vendors/adition.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/adition.md b/ads/vendors/adition.md index c2dcdd353534..cc8e709c0f3e 100644 --- a/ads/vendors/adition.md +++ b/ads/vendors/adition.md @@ -1,19 +1,3 @@ - - # ADITION technologies AG ADITION technologies AG specializes in the development and distribution of its own ad server technology, which is called ADITION ad serving. The ADITION ad server now supports AMP. diff --git a/ads/vendors/adman.js b/ads/vendors/adman.js index 56e208f01ab4..aecdb8258840 100644 --- a/ads/vendors/adman.js +++ b/ads/vendors/adman.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData} from '#3p/3p'; /** diff --git a/ads/vendors/adman.md b/ads/vendors/adman.md index 29cd5f818ea0..d0bb9e43dd5d 100644 --- a/ads/vendors/adman.md +++ b/ads/vendors/adman.md @@ -1,19 +1,3 @@ - - # Adman ## Example diff --git a/ads/vendors/admanmedia.js b/ads/vendors/admanmedia.js index 649199f2abf1..19060c4a3fdc 100644 --- a/ads/vendors/admanmedia.js +++ b/ads/vendors/admanmedia.js @@ -1,19 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/admanmedia.md b/ads/vendors/admanmedia.md index 903b6ce18196..291e1315c2e6 100644 --- a/ads/vendors/admanmedia.md +++ b/ads/vendors/admanmedia.md @@ -1,19 +1,3 @@ - - # Admanmedia Please visit [www.admanmedia.com](http://www.admanmedia.com) for more details. diff --git a/ads/vendors/admixer.js b/ads/vendors/admixer.js index e4c53decfdef..806fa858becb 100644 --- a/ads/vendors/admixer.js +++ b/ads/vendors/admixer.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {tryParseJson} from '#core/types/object/json'; import {validateData, writeScript} from '#3p/3p'; diff --git a/ads/vendors/admixer.md b/ads/vendors/admixer.md index 0211a527ba42..66fcd3b7e2a5 100644 --- a/ads/vendors/admixer.md +++ b/ads/vendors/admixer.md @@ -1,19 +1,3 @@ - - # Admixer ## Example diff --git a/ads/vendors/adnuntius.js b/ads/vendors/adnuntius.js index 8f4163dc5e91..0304293ee621 100644 --- a/ads/vendors/adnuntius.js +++ b/ads/vendors/adnuntius.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/adnuntius.md b/ads/vendors/adnuntius.md index b5e57a2dd837..a2d00113f1c7 100644 --- a/ads/vendors/adnuntius.md +++ b/ads/vendors/adnuntius.md @@ -1,19 +1,3 @@ - - # Adnuntius Adnuntius provides a wide array of features alongside their AMP integration. diff --git a/ads/vendors/adocean.js b/ads/vendors/adocean.js index ac2079167db2..d03716cad8b8 100644 --- a/ads/vendors/adocean.js +++ b/ads/vendors/adocean.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {CONSENT_POLICY_STATE} from '#core/constants/consent-state'; import {computeInMasterFrame, validateData, writeScript} from '#3p/3p'; import {parseJson} from '#core/types/object/json'; diff --git a/ads/vendors/adocean.md b/ads/vendors/adocean.md index cde6a61ff77d..4a0ee0bf573a 100644 --- a/ads/vendors/adocean.md +++ b/ads/vendors/adocean.md @@ -1,19 +1,3 @@ - - # AdOcean ## Example diff --git a/ads/vendors/adop.js b/ads/vendors/adop.js index b0ce6106c619..d95e62e8e84f 100755 --- a/ads/vendors/adop.js +++ b/ads/vendors/adop.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/adop.md b/ads/vendors/adop.md index 5f5b81b3fe63..e1d68eb5e658 100755 --- a/ads/vendors/adop.md +++ b/ads/vendors/adop.md @@ -1,19 +1,3 @@ - - # Adop ## Example diff --git a/ads/vendors/adpicker.js b/ads/vendors/adpicker.js index 7e645345f777..5907157cdfe3 100644 --- a/ads/vendors/adpicker.js +++ b/ads/vendors/adpicker.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/adplugg.js b/ads/vendors/adplugg.js index ad98b5cb0fec..d0fb9d2f4117 100644 --- a/ads/vendors/adplugg.js +++ b/ads/vendors/adplugg.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {hasOwn} from '#core/types/object'; import {loadScript, validateData} from '#3p/3p'; diff --git a/ads/vendors/adplugg.md b/ads/vendors/adplugg.md index f23e937c46f2..94601728b436 100644 --- a/ads/vendors/adplugg.md +++ b/ads/vendors/adplugg.md @@ -1,19 +1,3 @@ - - # AdPlugg ## Example diff --git a/ads/vendors/adpon.js b/ads/vendors/adpon.js index de4c5bc8ce90..988b917d694d 100644 --- a/ads/vendors/adpon.js +++ b/ads/vendors/adpon.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/adpon.md b/ads/vendors/adpon.md index 35089bde34c3..263f99113f34 100644 --- a/ads/vendors/adpon.md +++ b/ads/vendors/adpon.md @@ -1,19 +1,3 @@ - - # Adpon ## Example diff --git a/ads/vendors/adpushup.js b/ads/vendors/adpushup.js index baa945754f04..e2289e8660c7 100644 --- a/ads/vendors/adpushup.js +++ b/ads/vendors/adpushup.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/adreactor.js b/ads/vendors/adreactor.js index 97cbb4c0cd93..aa7d7c75dab2 100644 --- a/ads/vendors/adreactor.js +++ b/ads/vendors/adreactor.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/adreactor.md b/ads/vendors/adreactor.md index 54ba981a68ad..f608c4dd61b3 100644 --- a/ads/vendors/adreactor.md +++ b/ads/vendors/adreactor.md @@ -1,19 +1,3 @@ - - # AdReactor ## Example diff --git a/ads/vendors/adsensor.js b/ads/vendors/adsensor.js index a19de0b02ce2..6b2e3e8bb2f1 100644 --- a/ads/vendors/adsensor.js +++ b/ads/vendors/adsensor.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/adsensor.md b/ads/vendors/adsensor.md index 1d2812d2f8be..430bc7a3529e 100644 --- a/ads/vendors/adsensor.md +++ b/ads/vendors/adsensor.md @@ -1,19 +1,3 @@ - - # AdSensor ## Example diff --git a/ads/vendors/adservsolutions.js b/ads/vendors/adservsolutions.js index d0708ab00e53..f5ae6c5e4372 100644 --- a/ads/vendors/adservsolutions.js +++ b/ads/vendors/adservsolutions.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/adservsolutions.md b/ads/vendors/adservsolutions.md index 0fc2459a4794..ca47b629739c 100644 --- a/ads/vendors/adservsolutions.md +++ b/ads/vendors/adservsolutions.md @@ -1,19 +1,3 @@ - - # AdServSolution ## Example diff --git a/ads/vendors/adsloom.js b/ads/vendors/adsloom.js index 599c3f1c0d01..451f63f2f266 100644 --- a/ads/vendors/adsloom.js +++ b/ads/vendors/adsloom.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/adsloom.md b/ads/vendors/adsloom.md index 81461bcd1241..1025d62f3af3 100644 --- a/ads/vendors/adsloom.md +++ b/ads/vendors/adsloom.md @@ -1,19 +1,3 @@ - - # AdsLoom ## Example of AdsLoom's widget implementation diff --git a/ads/vendors/adsnative.js b/ads/vendors/adsnative.js index 3a603ac54ab2..e4843bbf8c16 100644 --- a/ads/vendors/adsnative.js +++ b/ads/vendors/adsnative.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/adsnative.md b/ads/vendors/adsnative.md index 164d02e19a91..bb07598f837b 100644 --- a/ads/vendors/adsnative.md +++ b/ads/vendors/adsnative.md @@ -1,19 +1,3 @@ - - # AdsNative ## Example diff --git a/ads/vendors/adspeed.js b/ads/vendors/adspeed.js index 0886cb9e94e0..a84f73db9404 100644 --- a/ads/vendors/adspeed.js +++ b/ads/vendors/adspeed.js @@ -1,19 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/adspeed.md b/ads/vendors/adspeed.md index c3c72ee6f4ac..915552b5f91c 100644 --- a/ads/vendors/adspeed.md +++ b/ads/vendors/adspeed.md @@ -1,19 +1,3 @@ - - # AdSpeed ## Example diff --git a/ads/vendors/adspirit.js b/ads/vendors/adspirit.js index 3225b2adadf1..f946aa47aecc 100644 --- a/ads/vendors/adspirit.js +++ b/ads/vendors/adspirit.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {setStyles} from '#core/dom/style'; import {validateData} from '#3p/3p'; diff --git a/ads/vendors/adspirit.md b/ads/vendors/adspirit.md index 9eedea6b642d..24066ee5900e 100644 --- a/ads/vendors/adspirit.md +++ b/ads/vendors/adspirit.md @@ -1,19 +1,3 @@ - - # AdSpirit ## Example diff --git a/ads/vendors/adstir.js b/ads/vendors/adstir.js index 1da7cd9bb51b..be868ba8da3f 100644 --- a/ads/vendors/adstir.js +++ b/ads/vendors/adstir.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/adstir.md b/ads/vendors/adstir.md index 7695ea32bf45..1c518ad18b52 100644 --- a/ads/vendors/adstir.md +++ b/ads/vendors/adstir.md @@ -1,19 +1,3 @@ - - # AdStir ## Example diff --git a/ads/vendors/adstyle.js b/ads/vendors/adstyle.js index 2e1d027bd9c4..566e7bc43c7b 100644 --- a/ads/vendors/adstyle.js +++ b/ads/vendors/adstyle.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/adstyle.md b/ads/vendors/adstyle.md index 20b2c23dd187..30d64c9f9413 100644 --- a/ads/vendors/adstyle.md +++ b/ads/vendors/adstyle.md @@ -1,19 +1,3 @@ - - # AdStyle ## Example diff --git a/ads/vendors/adtech.js b/ads/vendors/adtech.js index 201e22967c63..e1bfc74a98dc 100644 --- a/ads/vendors/adtech.js +++ b/ads/vendors/adtech.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import { validateData, validateSrcContains, diff --git a/ads/vendors/adtech.md b/ads/vendors/adtech.md index c081bd43e4f3..ecae6c45ca17 100644 --- a/ads/vendors/adtech.md +++ b/ads/vendors/adtech.md @@ -1,19 +1,3 @@ - - # AdTech ## Example diff --git a/ads/vendors/adtelligent.js b/ads/vendors/adtelligent.js index f4e05eae0ee8..36c94493da8a 100644 --- a/ads/vendors/adtelligent.js +++ b/ads/vendors/adtelligent.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/adtelligent.md b/ads/vendors/adtelligent.md index 8ecae7dca186..6d921e0c32c1 100644 --- a/ads/vendors/adtelligent.md +++ b/ads/vendors/adtelligent.md @@ -1,19 +1,3 @@ - - # Adtelligent ## Examples diff --git a/ads/vendors/adthrive.js b/ads/vendors/adthrive.js index 2335360486da..39dfe2c5a4f9 100644 --- a/ads/vendors/adthrive.js +++ b/ads/vendors/adthrive.js @@ -1,19 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/adthrive.md b/ads/vendors/adthrive.md index b43d2e116b87..e31788d5a07a 100644 --- a/ads/vendors/adthrive.md +++ b/ads/vendors/adthrive.md @@ -1,19 +1,3 @@ - - # AdThrive Your site must be approved and active with [AdThrive](http://www.adthrive.com) prior to use. AdThrive will install or provide specific tags for your site. diff --git a/ads/vendors/adunity.js b/ads/vendors/adunity.js index db90bea9a263..a17cdbe0484c 100644 --- a/ads/vendors/adunity.js +++ b/ads/vendors/adunity.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/adunity.md b/ads/vendors/adunity.md index dac5b2f36f67..01c51b25ee14 100644 --- a/ads/vendors/adunity.md +++ b/ads/vendors/adunity.md @@ -1,19 +1,3 @@ - - # AdUnity ## Example diff --git a/ads/vendors/aduptech.js b/ads/vendors/aduptech.js index 99ea1ec3191d..f6103cbc33b4 100644 --- a/ads/vendors/aduptech.js +++ b/ads/vendors/aduptech.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/aduptech.md b/ads/vendors/aduptech.md index 4ca6bce6e1d8..bb04d2b60c59 100644 --- a/ads/vendors/aduptech.md +++ b/ads/vendors/aduptech.md @@ -1,19 +1,3 @@ - - # AdUp Technology Please visit [www.adup-tech.com](http://www.adup-tech.com) for more information and sign up as publisher to create your placement. diff --git a/ads/vendors/adventive.js b/ads/vendors/adventive.js index fc30195a5db3..76cf4df6bc41 100644 --- a/ads/vendors/adventive.js +++ b/ads/vendors/adventive.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {addParamsToUrl} from '../../src/url'; import {dict, hasOwn} from '#core/types/object'; import {endsWith} from '#core/types/string'; diff --git a/ads/vendors/adventive.md b/ads/vendors/adventive.md index 8ea2b265a114..8c1ac0b6dee0 100644 --- a/ads/vendors/adventive.md +++ b/ads/vendors/adventive.md @@ -1,19 +1,3 @@ - - # Adventive ## Example diff --git a/ads/vendors/adverline.js b/ads/vendors/adverline.js index eae0b66b8cd5..29dd6e0600a8 100644 --- a/ads/vendors/adverline.js +++ b/ads/vendors/adverline.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/adverline.md b/ads/vendors/adverline.md index c6862f695125..e41164501755 100644 --- a/ads/vendors/adverline.md +++ b/ads/vendors/adverline.md @@ -1,19 +1,3 @@ - - # Adverline ## Examples diff --git a/ads/vendors/adverticum.js b/ads/vendors/adverticum.js index c33330454205..0ac494ef6ace 100644 --- a/ads/vendors/adverticum.js +++ b/ads/vendors/adverticum.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {setStyle} from '#core/dom/style'; import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/adverticum.md b/ads/vendors/adverticum.md index 6d795b56d3b1..567c027dad32 100644 --- a/ads/vendors/adverticum.md +++ b/ads/vendors/adverticum.md @@ -1,19 +1,3 @@ - - # Adverticum ## Example diff --git a/ads/vendors/advertserve.js b/ads/vendors/advertserve.js index 7b61de4fdb1c..18e96f0d3deb 100644 --- a/ads/vendors/advertserve.js +++ b/ads/vendors/advertserve.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/advertserve.md b/ads/vendors/advertserve.md index 87520f638380..1520d49224d1 100644 --- a/ads/vendors/advertserve.md +++ b/ads/vendors/advertserve.md @@ -1,19 +1,3 @@ - - # AdvertServe ## Example diff --git a/ads/vendors/adyoulike.js b/ads/vendors/adyoulike.js index 0cb414d74bd9..b2990183ba5b 100644 --- a/ads/vendors/adyoulike.js +++ b/ads/vendors/adyoulike.js @@ -1,19 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/adyoulike.md b/ads/vendors/adyoulike.md index 2967a7abcfc7..7d875349eb62 100644 --- a/ads/vendors/adyoulike.md +++ b/ads/vendors/adyoulike.md @@ -1,19 +1,3 @@ - - # Adyoulike Serves ads from [Adyoulike](https://www.adyoulike.com/). diff --git a/ads/vendors/affiliateb.js b/ads/vendors/affiliateb.js index 113b5af5efe8..bcbee5d96430 100644 --- a/ads/vendors/affiliateb.js +++ b/ads/vendors/affiliateb.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/affiliateb.md b/ads/vendors/affiliateb.md index c435ceeaab27..b43f3f41d930 100644 --- a/ads/vendors/affiliateb.md +++ b/ads/vendors/affiliateb.md @@ -1,19 +1,3 @@ - - # AffiliateB ## Example diff --git a/ads/vendors/aja.js b/ads/vendors/aja.js index 955ee8633089..70f890bf59bd 100644 --- a/ads/vendors/aja.js +++ b/ads/vendors/aja.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/aja.md b/ads/vendors/aja.md index 0806b7e36c50..10b37a23457f 100644 --- a/ads/vendors/aja.md +++ b/ads/vendors/aja.md @@ -1,19 +1,3 @@ - - # AJA The AJA Ads for AMP supports Banner, Native, Video, and Recommendation Widget. diff --git a/ads/vendors/amoad.js b/ads/vendors/amoad.js index a05f3a745fdf..8dbf0b1d6a9a 100644 --- a/ads/vendors/amoad.js +++ b/ads/vendors/amoad.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/amoad.md b/ads/vendors/amoad.md index 7364f29e0b1f..8072dadcc904 100644 --- a/ads/vendors/amoad.md +++ b/ads/vendors/amoad.md @@ -1,19 +1,3 @@ - - # AMoAd ## Examples diff --git a/ads/vendors/aniview.js b/ads/vendors/aniview.js index 50053712d2f5..a0aa665a0c12 100644 --- a/ads/vendors/aniview.js +++ b/ads/vendors/aniview.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/aniview.md b/ads/vendors/aniview.md index f50f2c009dd8..8208e53a67eb 100644 --- a/ads/vendors/aniview.md +++ b/ads/vendors/aniview.md @@ -1,19 +1,3 @@ - - # Aniview ## Example diff --git a/ads/vendors/anyclip.js b/ads/vendors/anyclip.js index e94050f858e9..11aed4ca82b6 100644 --- a/ads/vendors/anyclip.js +++ b/ads/vendors/anyclip.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; const requiredParams = ['pubname', 'widgetname']; diff --git a/ads/vendors/anyclip.md b/ads/vendors/anyclip.md index 362331d2aa9f..c443fc9606a7 100644 --- a/ads/vendors/anyclip.md +++ b/ads/vendors/anyclip.md @@ -1,19 +1,3 @@ - - # AnyClip ## Example diff --git a/ads/vendors/appnexus.js b/ads/vendors/appnexus.js index f880f7ac8984..c7381dd2a1a7 100644 --- a/ads/vendors/appnexus.js +++ b/ads/vendors/appnexus.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData, writeScript} from '#3p/3p'; import {setStyles} from '#core/dom/style'; diff --git a/ads/vendors/appnexus.md b/ads/vendors/appnexus.md index 289b3de4053d..643656f9efae 100644 --- a/ads/vendors/appnexus.md +++ b/ads/vendors/appnexus.md @@ -1,19 +1,3 @@ - - # AppNexus ## Examples diff --git a/ads/vendors/appvador.js b/ads/vendors/appvador.js index 8c75436172e3..7d390f87f3be 100644 --- a/ads/vendors/appvador.js +++ b/ads/vendors/appvador.js @@ -1,19 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/appvador.md b/ads/vendors/appvador.md index efa942b76d57..fd3f69d0c17f 100644 --- a/ads/vendors/appvador.md +++ b/ads/vendors/appvador.md @@ -1,19 +1,3 @@ - - # AppVador ## Example diff --git a/ads/vendors/atomx.js b/ads/vendors/atomx.js index ba87340c5b01..70359d219ad4 100644 --- a/ads/vendors/atomx.js +++ b/ads/vendors/atomx.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/atomx.md b/ads/vendors/atomx.md index d043ec68efb4..53e32ea00bb7 100644 --- a/ads/vendors/atomx.md +++ b/ads/vendors/atomx.md @@ -1,19 +1,3 @@ - - # Atomx ## Example diff --git a/ads/vendors/baidu.js b/ads/vendors/baidu.js index 9a1a7f9e3486..5d3e10076908 100644 --- a/ads/vendors/baidu.js +++ b/ads/vendors/baidu.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/baidu.md b/ads/vendors/baidu.md index ea3459bdb4a1..1b90fe887e3d 100644 --- a/ads/vendors/baidu.md +++ b/ads/vendors/baidu.md @@ -1,19 +1,3 @@ - - # Baidu ## Example diff --git a/ads/vendors/beaverads.js b/ads/vendors/beaverads.js index 0a76b6c56c7f..3e021c14e9d0 100644 --- a/ads/vendors/beaverads.js +++ b/ads/vendors/beaverads.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/bidtellect.js b/ads/vendors/bidtellect.js index b84acd137acf..30343b918c65 100644 --- a/ads/vendors/bidtellect.js +++ b/ads/vendors/bidtellect.js @@ -1,19 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/bidtellect.md b/ads/vendors/bidtellect.md index fe011bdd8f3a..fea397583998 100644 --- a/ads/vendors/bidtellect.md +++ b/ads/vendors/bidtellect.md @@ -1,19 +1,3 @@ - - # Bidtellect ## Example diff --git a/ads/vendors/blade.js b/ads/vendors/blade.js index b537766f459f..95d93bcde9e6 100644 --- a/ads/vendors/blade.js +++ b/ads/vendors/blade.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; import {tryParseJson} from '#core/types/object/json'; diff --git a/ads/vendors/blade.md b/ads/vendors/blade.md index 95d724f62278..977a82603782 100644 --- a/ads/vendors/blade.md +++ b/ads/vendors/blade.md @@ -1,19 +1,3 @@ - - # Blade ## Example diff --git a/ads/vendors/brainy.js b/ads/vendors/brainy.js index 9754d2d3e8f5..203553069448 100644 --- a/ads/vendors/brainy.js +++ b/ads/vendors/brainy.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/brainy.md b/ads/vendors/brainy.md index 5718975e3592..10aa8a6abac9 100644 --- a/ads/vendors/brainy.md +++ b/ads/vendors/brainy.md @@ -1,19 +1,3 @@ - - # brainy ## Example diff --git a/ads/vendors/bringhub.js b/ads/vendors/bringhub.js index 50e3a9d706b7..cfa7d4319644 100644 --- a/ads/vendors/bringhub.js +++ b/ads/vendors/bringhub.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/bringhub.md b/ads/vendors/bringhub.md index 66be2e3ba094..914a98b941d4 100644 --- a/ads/vendors/bringhub.md +++ b/ads/vendors/bringhub.md @@ -1,19 +1,3 @@ - - # Bringhub ## Example installation of the Bringhub Mini-Storefront diff --git a/ads/vendors/broadstreetads.js b/ads/vendors/broadstreetads.js index bfce63d180b8..124888600355 100644 --- a/ads/vendors/broadstreetads.js +++ b/ads/vendors/broadstreetads.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/broadstreetads.md b/ads/vendors/broadstreetads.md index fb407399eaac..00898fb4764c 100644 --- a/ads/vendors/broadstreetads.md +++ b/ads/vendors/broadstreetads.md @@ -1,19 +1,3 @@ - - # Broadstreet Ads ## Example diff --git a/ads/vendors/byplay.js b/ads/vendors/byplay.js index 638d780c636f..19d9691adbbc 100644 --- a/ads/vendors/byplay.js +++ b/ads/vendors/byplay.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/byplay.md b/ads/vendors/byplay.md index 3885bd16c1d8..a21d6ad37226 100644 --- a/ads/vendors/byplay.md +++ b/ads/vendors/byplay.md @@ -1,19 +1,3 @@ - - # ByPlay ## Example diff --git a/ads/vendors/caajainfeed.md b/ads/vendors/caajainfeed.md index 796c9a8d1fbf..9a9725b24b80 100644 --- a/ads/vendors/caajainfeed.md +++ b/ads/vendors/caajainfeed.md @@ -1,19 +1,3 @@ - - # CA A.J.A. Infeed ## Example diff --git a/ads/vendors/capirs.js b/ads/vendors/capirs.js index c760ac60a6e9..44734da1b9d6 100644 --- a/ads/vendors/capirs.js +++ b/ads/vendors/capirs.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/capirs.md b/ads/vendors/capirs.md index 09772b2770ac..f2f9d41105a6 100644 --- a/ads/vendors/capirs.md +++ b/ads/vendors/capirs.md @@ -1,19 +1,3 @@ - - # Rambler&Co ## Example diff --git a/ads/vendors/caprofitx.js b/ads/vendors/caprofitx.js index 146689d34b69..8318611a438a 100644 --- a/ads/vendors/caprofitx.js +++ b/ads/vendors/caprofitx.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript} from '#3p/3p'; /** diff --git a/ads/vendors/caprofitx.md b/ads/vendors/caprofitx.md index 0db97cfbc4df..cb62f52e491d 100644 --- a/ads/vendors/caprofitx.md +++ b/ads/vendors/caprofitx.md @@ -1,19 +1,3 @@ - - # CA ProFit-X ## Examples diff --git a/ads/vendors/cedato.js b/ads/vendors/cedato.js index a5cbbb045a4b..fe1129214390 100644 --- a/ads/vendors/cedato.js +++ b/ads/vendors/cedato.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {parseUrlDeprecated} from '../../src/url'; import {setStyles} from '#core/dom/style'; import {validateData} from '#3p/3p'; diff --git a/ads/vendors/cedato.md b/ads/vendors/cedato.md index 844d78b50a3c..37f4ed137a6a 100644 --- a/ads/vendors/cedato.md +++ b/ads/vendors/cedato.md @@ -1,19 +1,3 @@ - - # Cedato ## Example diff --git a/ads/vendors/colombia.js b/ads/vendors/colombia.js index 70f601b3dfcf..99585708a9a7 100644 --- a/ads/vendors/colombia.js +++ b/ads/vendors/colombia.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/colombia.md b/ads/vendors/colombia.md index 26c53cc0e7e8..60da75029731 100644 --- a/ads/vendors/colombia.md +++ b/ads/vendors/colombia.md @@ -1,19 +1,3 @@ - - # Colombia ## Example diff --git a/ads/vendors/conative.js b/ads/vendors/conative.js index 2b85576f5888..061290ef9071 100644 --- a/ads/vendors/conative.js +++ b/ads/vendors/conative.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/conative.md b/ads/vendors/conative.md index 020bc4cb3ba2..e9f7774af836 100644 --- a/ads/vendors/conative.md +++ b/ads/vendors/conative.md @@ -1,19 +1,3 @@ - - # CONATIVE CONATIVE support for AMP. diff --git a/ads/vendors/connatix.js b/ads/vendors/connatix.js index ae77ecbdea93..0a4a2781581a 100644 --- a/ads/vendors/connatix.js +++ b/ads/vendors/connatix.js @@ -1,19 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {hasOwn} from '#core/types/object'; import {tryParseJson} from '#core/types/object/json'; import {validateData} from '#3p/3p'; diff --git a/ads/vendors/connatix.md b/ads/vendors/connatix.md index 9154452bef97..de635f91e395 100644 --- a/ads/vendors/connatix.md +++ b/ads/vendors/connatix.md @@ -1,19 +1,3 @@ - - # Connatix ## Example diff --git a/ads/vendors/contentad.js b/ads/vendors/contentad.js index 93a2474afe96..3fc3d0cbb92a 100644 --- a/ads/vendors/contentad.js +++ b/ads/vendors/contentad.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {parseUrlDeprecated} from '../../src/url'; import {validateData, writeScript} from '#3p/3p'; diff --git a/ads/vendors/contentad.md b/ads/vendors/contentad.md index 600ce7b96eba..86a9a876ff37 100644 --- a/ads/vendors/contentad.md +++ b/ads/vendors/contentad.md @@ -1,19 +1,3 @@ - - # Content.ad Inline Ad ## Example diff --git a/ads/vendors/criteo.js b/ads/vendors/criteo.js index 782395827e2b..d65645e8dc8d 100644 --- a/ads/vendors/criteo.js +++ b/ads/vendors/criteo.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {dev} from '../../src/log'; import {loadScript} from '#3p/3p'; diff --git a/ads/vendors/criteo.md b/ads/vendors/criteo.md index 20a152e85548..5e81c488b242 100644 --- a/ads/vendors/criteo.md +++ b/ads/vendors/criteo.md @@ -1,19 +1,3 @@ - - # Criteo Criteo support for AMP covers Passback technologies. diff --git a/ads/vendors/csa.js b/ads/vendors/csa.js index df4dd3d8ec15..1e62a3024a65 100644 --- a/ads/vendors/csa.js +++ b/ads/vendors/csa.js @@ -1,18 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ import {devAssert} from '../../src/log'; import {getStyle, setStyle, setStyles} from '#core/dom/style'; import {loadScript, validateData} from '#3p/3p'; diff --git a/ads/vendors/csa.md b/ads/vendors/csa.md index 50f8c2adac04..6596609e11d2 100644 --- a/ads/vendors/csa.md +++ b/ads/vendors/csa.md @@ -1,19 +1,3 @@ - - # Custom Search Ads ## AdSense For Search (AFS) diff --git a/ads/vendors/custom.md b/ads/vendors/custom.md index 2c9e7157d24b..305e59552df0 100644 --- a/ads/vendors/custom.md +++ b/ads/vendors/custom.md @@ -1,19 +1,3 @@ - - # Custom (experimental) Custom does not represent a specific network. Rather, it provides a way for diff --git a/ads/vendors/dable.js b/ads/vendors/dable.js index 4c4142b7f57a..dd2251142f42 100644 --- a/ads/vendors/dable.js +++ b/ads/vendors/dable.js @@ -1,19 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/dable.md b/ads/vendors/dable.md index 0fc7b090ea5b..83216aa55f66 100644 --- a/ads/vendors/dable.md +++ b/ads/vendors/dable.md @@ -1,19 +1,3 @@ - - # Dable ## Example diff --git a/ads/vendors/digiteka.js b/ads/vendors/digiteka.js index 800f732890d7..283ea1940357 100644 --- a/ads/vendors/digiteka.js +++ b/ads/vendors/digiteka.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/digiteka.md b/ads/vendors/digiteka.md index bfad4c5d1fa2..377e4f0aea9f 100644 --- a/ads/vendors/digiteka.md +++ b/ads/vendors/digiteka.md @@ -1,19 +1,3 @@ - - # Digiteka ## Example diff --git a/ads/vendors/directadvert.js b/ads/vendors/directadvert.js index e2d9d17a191b..bdb7d5778faf 100644 --- a/ads/vendors/directadvert.js +++ b/ads/vendors/directadvert.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; import {serializeQueryString} from '../../src/url'; diff --git a/ads/vendors/directadvert.md b/ads/vendors/directadvert.md index 210fa5894a3c..f67ae0a09b7b 100644 --- a/ads/vendors/directadvert.md +++ b/ads/vendors/directadvert.md @@ -1,19 +1,3 @@ - - # Directadvert ## Example diff --git a/ads/vendors/distroscale.js b/ads/vendors/distroscale.js index b2f03118cfcc..df7210df0b34 100644 --- a/ads/vendors/distroscale.js +++ b/ads/vendors/distroscale.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/distroscale.md b/ads/vendors/distroscale.md index 7723720eab74..888901e24e64 100644 --- a/ads/vendors/distroscale.md +++ b/ads/vendors/distroscale.md @@ -1,19 +1,3 @@ - - # DistroScale ## Example diff --git a/ads/vendors/dotandads.js b/ads/vendors/dotandads.js index a90a2da6ce1d..f36f19fda691 100644 --- a/ads/vendors/dotandads.js +++ b/ads/vendors/dotandads.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/dotandads.md b/ads/vendors/dotandads.md index c2e2c395beee..8eab6a22306c 100644 --- a/ads/vendors/dotandads.md +++ b/ads/vendors/dotandads.md @@ -1,19 +1,3 @@ - - # DotAndAds ## Examples diff --git a/ads/vendors/dynad.js b/ads/vendors/dynad.js index a86773523a0e..6f71c2d37890 100644 --- a/ads/vendors/dynad.js +++ b/ads/vendors/dynad.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import { validateData, validateSrcContains, diff --git a/ads/vendors/dynad.md b/ads/vendors/dynad.md index 0f34ff7c44d6..8346cf8e00a7 100644 --- a/ads/vendors/dynad.md +++ b/ads/vendors/dynad.md @@ -1,19 +1,3 @@ - - # DynAd ## Example diff --git a/ads/vendors/eadv.js b/ads/vendors/eadv.js index b2d906266e9e..1dd5690aa132 100644 --- a/ads/vendors/eadv.js +++ b/ads/vendors/eadv.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/eadv.md b/ads/vendors/eadv.md index a63949d515f0..9b2c099ad97a 100644 --- a/ads/vendors/eadv.md +++ b/ads/vendors/eadv.md @@ -1,19 +1,3 @@ - - # eADV ## Example diff --git a/ads/vendors/empower.js b/ads/vendors/empower.js index 411ca8b38bb6..7cc412269a74 100644 --- a/ads/vendors/empower.js +++ b/ads/vendors/empower.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/empower.md b/ads/vendors/empower.md index b840cc2473ef..7e8c7a2afc9b 100644 --- a/ads/vendors/empower.md +++ b/ads/vendors/empower.md @@ -1,19 +1,3 @@ - - # Empower ## Example diff --git a/ads/vendors/engageya.js b/ads/vendors/engageya.js index bc79c2e90dbf..49fb52ee4b1f 100644 --- a/ads/vendors/engageya.js +++ b/ads/vendors/engageya.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/engageya.md b/ads/vendors/engageya.md index fc7e73f4400e..af831460a929 100644 --- a/ads/vendors/engageya.md +++ b/ads/vendors/engageya.md @@ -1,19 +1,3 @@ - - # Engageya ## Example of Engageya's widget implementation diff --git a/ads/vendors/epeex.js b/ads/vendors/epeex.js index 9f276900bdf5..cbad73bafdd4 100644 --- a/ads/vendors/epeex.js +++ b/ads/vendors/epeex.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript} from '#3p/3p'; /** diff --git a/ads/vendors/eplanning.js b/ads/vendors/eplanning.js index 2fb377b5065f..21b65c9a3a86 100644 --- a/ads/vendors/eplanning.js +++ b/ads/vendors/eplanning.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/eplanning.md b/ads/vendors/eplanning.md index 8e4490edc447..df140efcb896 100644 --- a/ads/vendors/eplanning.md +++ b/ads/vendors/eplanning.md @@ -1,19 +1,3 @@ - - # e-planning ## Example diff --git a/ads/vendors/exco.js b/ads/vendors/exco.js index 971bc9de09fc..7d088ed6c8b3 100644 --- a/ads/vendors/exco.js +++ b/ads/vendors/exco.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; const requiredParams = ['id']; diff --git a/ads/vendors/exco.md b/ads/vendors/exco.md index 5384679d6130..d0a87c714c1f 100644 --- a/ads/vendors/exco.md +++ b/ads/vendors/exco.md @@ -1,19 +1,3 @@ - - # EXCO ## Example diff --git a/ads/vendors/ezoic.js b/ads/vendors/ezoic.js index 30c75be7578b..21f4c8cc2084 100644 --- a/ads/vendors/ezoic.js +++ b/ads/vendors/ezoic.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/ezoic.md b/ads/vendors/ezoic.md index 9a0a6cbcd724..b1f96a64a860 100644 --- a/ads/vendors/ezoic.md +++ b/ads/vendors/ezoic.md @@ -1,19 +1,3 @@ - - # Ezoic ## Example diff --git a/ads/vendors/f1e.js b/ads/vendors/f1e.js index dfc2c880cc6e..4aee19f438e4 100644 --- a/ads/vendors/f1e.js +++ b/ads/vendors/f1e.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/f1e.md b/ads/vendors/f1e.md index c9030ffee0a6..a023688bf662 100644 --- a/ads/vendors/f1e.md +++ b/ads/vendors/f1e.md @@ -1,19 +1,3 @@ - - # FlexOneELEPHANT ## Example diff --git a/ads/vendors/f1h.js b/ads/vendors/f1h.js index 3064151b481e..a487eae94297 100644 --- a/ads/vendors/f1h.js +++ b/ads/vendors/f1h.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/f1h.md b/ads/vendors/f1h.md index 75aaf9dc3e87..a872e08c8854 100644 --- a/ads/vendors/f1h.md +++ b/ads/vendors/f1h.md @@ -1,19 +1,3 @@ - - # F1H ## Examples diff --git a/ads/vendors/feedad.md b/ads/vendors/feedad.md index b842e6afb293..46d77cc0a0c3 100644 --- a/ads/vendors/feedad.md +++ b/ads/vendors/feedad.md @@ -1,19 +1,3 @@ - - # FeedAd ## Example diff --git a/ads/vendors/felmat.js b/ads/vendors/felmat.js index c287f70b5d18..19fcbc72d79e 100644 --- a/ads/vendors/felmat.js +++ b/ads/vendors/felmat.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/felmat.md b/ads/vendors/felmat.md index d8ab2a4f4df5..55e1e17d23c2 100644 --- a/ads/vendors/felmat.md +++ b/ads/vendors/felmat.md @@ -1,19 +1,3 @@ - - # felmat ## Example diff --git a/ads/vendors/finative.js b/ads/vendors/finative.js index 0bb22721675a..6fcbbf594102 100644 --- a/ads/vendors/finative.js +++ b/ads/vendors/finative.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/finative.md b/ads/vendors/finative.md index 3bf1eadb4b68..7a8784f735cc 100644 --- a/ads/vendors/finative.md +++ b/ads/vendors/finative.md @@ -1,19 +1,3 @@ - - # finative ​ diff --git a/ads/vendors/firstimpression.js b/ads/vendors/firstimpression.js index e7351ef08e48..d67b4f4d4023 100644 --- a/ads/vendors/firstimpression.js +++ b/ads/vendors/firstimpression.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {parseQueryString} from '#core/types/string/url'; import {validateData, writeScript} from '#3p/3p'; diff --git a/ads/vendors/firstimpression.md b/ads/vendors/firstimpression.md index dbcb958df782..e074a8844122 100644 --- a/ads/vendors/firstimpression.md +++ b/ads/vendors/firstimpression.md @@ -1,19 +1,3 @@ - - # FirstImpression.io FirstImpression.io `amp-ad` tag is intended to be created dynamically by [`amp-auto-ads` extension](../extensions/amp-auto-ads/amp-auto-ads.md), which sets all the required parameters. diff --git a/ads/vendors/flite.js b/ads/vendors/flite.js index 09701763e536..832db4c77ab3 100644 --- a/ads/vendors/flite.js +++ b/ads/vendors/flite.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/flite.md b/ads/vendors/flite.md index 8907abda11fb..56657b7e3101 100644 --- a/ads/vendors/flite.md +++ b/ads/vendors/flite.md @@ -1,19 +1,3 @@ - - # Flite ## Example diff --git a/ads/vendors/fluct.js b/ads/vendors/fluct.js index c630fe2285dc..39b91a8ccd2e 100644 --- a/ads/vendors/fluct.js +++ b/ads/vendors/fluct.js @@ -1,19 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData, writeScript} from '#3p/3p'; /* global adingoFluct: false */ diff --git a/ads/vendors/fluct.md b/ads/vendors/fluct.md index 06e21b20c81c..53635c62c6dc 100644 --- a/ads/vendors/fluct.md +++ b/ads/vendors/fluct.md @@ -1,19 +1,3 @@ - - # fluct ## Example diff --git a/ads/vendors/forkmedia.js b/ads/vendors/forkmedia.js index 0a850f14fd39..79d64b89450a 100644 --- a/ads/vendors/forkmedia.js +++ b/ads/vendors/forkmedia.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript} from '#3p/3p'; /** diff --git a/ads/vendors/forkmedia.md b/ads/vendors/forkmedia.md index 76f0711ed144..5cc2effa9e89 100644 --- a/ads/vendors/forkmedia.md +++ b/ads/vendors/forkmedia.md @@ -1,19 +1,3 @@ - - # Fork Media ## Example diff --git a/ads/vendors/freewheel.js b/ads/vendors/freewheel.js index aa0e8d4bb2b2..ca5459befcd2 100644 --- a/ads/vendors/freewheel.js +++ b/ads/vendors/freewheel.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/freewheel.md b/ads/vendors/freewheel.md index 008b975b78d0..41a9dcf04b36 100644 --- a/ads/vendors/freewheel.md +++ b/ads/vendors/freewheel.md @@ -1,19 +1,3 @@ - - # FreeWheel ## Example diff --git a/ads/vendors/fusion.js b/ads/vendors/fusion.js index 0ce29e754a33..309e0a49e30d 100644 --- a/ads/vendors/fusion.js +++ b/ads/vendors/fusion.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/fusion.md b/ads/vendors/fusion.md index 8ed9f3b8d694..8a6ff5fed407 100644 --- a/ads/vendors/fusion.md +++ b/ads/vendors/fusion.md @@ -1,19 +1,3 @@ - - # Fusion ## Example diff --git a/ads/vendors/gecko.js b/ads/vendors/gecko.js index b61fd0905607..5c56ea78ab0c 100644 --- a/ads/vendors/gecko.js +++ b/ads/vendors/gecko.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/gecko.md b/ads/vendors/gecko.md index 3ab60d18c5e2..e76da87c9ffb 100644 --- a/ads/vendors/gecko.md +++ b/ads/vendors/gecko.md @@ -1,19 +1,3 @@ - - # Gecko ## Example of Gecko's widget implementation diff --git a/ads/vendors/genieessp.js b/ads/vendors/genieessp.js index fdd1f4bf903e..7832091f8c7f 100644 --- a/ads/vendors/genieessp.js +++ b/ads/vendors/genieessp.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/genieessp.md b/ads/vendors/genieessp.md index c64bb1f88159..f247c0900d93 100644 --- a/ads/vendors/genieessp.md +++ b/ads/vendors/genieessp.md @@ -1,19 +1,3 @@ - - # Geniee SSP Please visit [Geniee SSP website](https://www.geniee.co.jp/) for more information. diff --git a/ads/vendors/giraff.js b/ads/vendors/giraff.js index 13e8d7768551..c72d84d8c626 100644 --- a/ads/vendors/giraff.js +++ b/ads/vendors/giraff.js @@ -1,19 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/giraff.md b/ads/vendors/giraff.md index 42105fecdf4a..1a0ba7159cfe 100644 --- a/ads/vendors/giraff.md +++ b/ads/vendors/giraff.md @@ -1,19 +1,3 @@ - - # Giraff ## Example diff --git a/ads/vendors/glomex.js b/ads/vendors/glomex.js index d2bedd70b63c..18a996680bc4 100644 --- a/ads/vendors/glomex.js +++ b/ads/vendors/glomex.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/glomex.md b/ads/vendors/glomex.md index 84ea63e78bb1..fe3feae36259 100644 --- a/ads/vendors/glomex.md +++ b/ads/vendors/glomex.md @@ -1,19 +1,3 @@ - - # Glomex ## Example diff --git a/ads/vendors/gmossp.js b/ads/vendors/gmossp.js index 329029ce3669..f83516f709ef 100644 --- a/ads/vendors/gmossp.js +++ b/ads/vendors/gmossp.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; const gmosspFields = ['id']; diff --git a/ads/vendors/gmossp.md b/ads/vendors/gmossp.md index 8fde5bf4c937..af84c8640196 100644 --- a/ads/vendors/gmossp.md +++ b/ads/vendors/gmossp.md @@ -1,19 +1,3 @@ - - # GMOSSP ## Example diff --git a/ads/vendors/gumgum.js b/ads/vendors/gumgum.js index 34db052a3238..6a9f8518ef35 100644 --- a/ads/vendors/gumgum.js +++ b/ads/vendors/gumgum.js @@ -1,19 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; import {setStyles} from '#core/dom/style'; diff --git a/ads/vendors/gumgum.md b/ads/vendors/gumgum.md index d39aae2bedf8..b95ea3254289 100644 --- a/ads/vendors/gumgum.md +++ b/ads/vendors/gumgum.md @@ -1,19 +1,3 @@ - - # GumGum ## Example diff --git a/ads/vendors/holder.js b/ads/vendors/holder.js index becb95394e85..a9fda53d6e75 100644 --- a/ads/vendors/holder.js +++ b/ads/vendors/holder.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/holder.md b/ads/vendors/holder.md index 920d24d25abf..cd6deddfd0d1 100644 --- a/ads/vendors/holder.md +++ b/ads/vendors/holder.md @@ -1,19 +1,3 @@ - - # Holder ## Example diff --git a/ads/vendors/ibillboard.js b/ads/vendors/ibillboard.js index bf623b85ba95..0acbab3c629a 100644 --- a/ads/vendors/ibillboard.js +++ b/ads/vendors/ibillboard.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, validateSrcPrefix, writeScript} from '#3p/3p'; const validHosts = [ diff --git a/ads/vendors/ibillboard.md b/ads/vendors/ibillboard.md index c20e9826e028..1f8413562f46 100644 --- a/ads/vendors/ibillboard.md +++ b/ads/vendors/ibillboard.md @@ -1,19 +1,3 @@ - - # iBILLBOARD AdServer Please visit the [ibillboard website](http://www.ibillboard.com) for more information. diff --git a/ads/vendors/idealmedia.js b/ads/vendors/idealmedia.js index 28f18dd2ebe5..84250f4f553f 100644 --- a/ads/vendors/idealmedia.js +++ b/ads/vendors/idealmedia.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/idealmedia.md b/ads/vendors/idealmedia.md index e70d8eb9e8e1..ea1a4ec1c2ce 100644 --- a/ads/vendors/idealmedia.md +++ b/ads/vendors/idealmedia.md @@ -1,19 +1,3 @@ - - # Idealmedia ## Example diff --git a/ads/vendors/imobile.js b/ads/vendors/imobile.js index 00549682cae9..71eeb50815b9 100644 --- a/ads/vendors/imobile.js +++ b/ads/vendors/imobile.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {writeScript} from '#3p/3p'; /** * @param {!Window} global diff --git a/ads/vendors/imobile.md b/ads/vendors/imobile.md index 723e7f9690e6..bf5388cb9b2a 100644 --- a/ads/vendors/imobile.md +++ b/ads/vendors/imobile.md @@ -1,19 +1,3 @@ - - # IMobile ## Example diff --git a/ads/vendors/imonomy.js b/ads/vendors/imonomy.js index a68ea3f79fd0..3d0568d32284 100644 --- a/ads/vendors/imonomy.js +++ b/ads/vendors/imonomy.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {doubleclick} from '#ads/google/doubleclick'; import {hasOwn} from '#core/types/object'; import {loadScript, writeScript} from '#3p/3p'; diff --git a/ads/vendors/imonomy.md b/ads/vendors/imonomy.md index 82839c471b28..c6f517863474 100644 --- a/ads/vendors/imonomy.md +++ b/ads/vendors/imonomy.md @@ -1,19 +1,3 @@ - - # Imonomy Imonomy supports Header Tag style bidding using Doubleclick as the ad server. diff --git a/ads/vendors/improvedigital.js b/ads/vendors/improvedigital.js index 0820ba796805..17833660c78f 100755 --- a/ads/vendors/improvedigital.js +++ b/ads/vendors/improvedigital.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/improvedigital.md b/ads/vendors/improvedigital.md index c3932ba6822d..1fe911a877c8 100755 --- a/ads/vendors/improvedigital.md +++ b/ads/vendors/improvedigital.md @@ -1,19 +1,3 @@ - - # Improve Digital Please refer to [Improve Digital Help Center](https://improvedigital.zendesk.com/hc/en-us) for more diff --git a/ads/vendors/industrybrains.md b/ads/vendors/industrybrains.md index 5388519da748..618eac922a8f 100644 --- a/ads/vendors/industrybrains.md +++ b/ads/vendors/industrybrains.md @@ -1,19 +1,3 @@ - - # Industrybrains ## Example diff --git a/ads/vendors/inmobi.js b/ads/vendors/inmobi.js index 9f3757dfc271..16010a5f13d6 100644 --- a/ads/vendors/inmobi.js +++ b/ads/vendors/inmobi.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {setStyle} from '#core/dom/style'; import {validateData, writeScript} from '#3p/3p'; diff --git a/ads/vendors/inmobi.md b/ads/vendors/inmobi.md index 4dc11f65c6d5..33510490f17c 100644 --- a/ads/vendors/inmobi.md +++ b/ads/vendors/inmobi.md @@ -1,19 +1,3 @@ - - # InMobi ## Examples diff --git a/ads/vendors/innity.js b/ads/vendors/innity.js index 49ed70faf328..594803c49b1e 100644 --- a/ads/vendors/innity.js +++ b/ads/vendors/innity.js @@ -1,19 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/insticator.js b/ads/vendors/insticator.js index 7f93c932f2e6..8d3077decd7a 100644 --- a/ads/vendors/insticator.js +++ b/ads/vendors/insticator.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData} from '#3p/3p'; /** diff --git a/ads/vendors/insticator.md b/ads/vendors/insticator.md index 70b7c0e0ee60..83dcb5f3534b 100644 --- a/ads/vendors/insticator.md +++ b/ads/vendors/insticator.md @@ -1,19 +1,3 @@ - - # Insticator Our embed serves content and ads that align with your audience. It reflects your visitor's interests and increases engagement. diff --git a/ads/vendors/invibes.js b/ads/vendors/invibes.js index 100c3166b962..11203fa38fa9 100644 --- a/ads/vendors/invibes.js +++ b/ads/vendors/invibes.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/invibes.md b/ads/vendors/invibes.md index 2b06e7d5bb17..e08802cf08be 100644 --- a/ads/vendors/invibes.md +++ b/ads/vendors/invibes.md @@ -1,19 +1,3 @@ - - # Invibes ## Example diff --git a/ads/vendors/iprom.js b/ads/vendors/iprom.js index 6be36c8e6632..ce274f9d0a6c 100644 --- a/ads/vendors/iprom.js +++ b/ads/vendors/iprom.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {parseJson} from '#core/types/object/json'; import {validateData, writeScript} from '#3p/3p'; diff --git a/ads/vendors/iprom.md b/ads/vendors/iprom.md index 79158a126ba1..d08935840117 100644 --- a/ads/vendors/iprom.md +++ b/ads/vendors/iprom.md @@ -1,19 +1,3 @@ - - # Iprom ## Examples diff --git a/ads/vendors/ix.js b/ads/vendors/ix.js index 0b7ce6323b18..272a3dd65560 100644 --- a/ads/vendors/ix.js +++ b/ads/vendors/ix.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {doubleclick} from '#ads/google/doubleclick'; import {hasOwn} from '#core/types/object'; import {loadScript, writeScript} from '#3p/3p'; diff --git a/ads/vendors/ix.md b/ads/vendors/ix.md index a3a32a3976dc..4cf5c1e4778a 100644 --- a/ads/vendors/ix.md +++ b/ads/vendors/ix.md @@ -1,19 +1,3 @@ - - # Index Exchange AMP RTC Index Exchange (IX) supports [AMP Real Time Config (RTC)](https://github.com/ampproject/amphtml/blob/main/extensions/amp-a4a/rtc-publisher-implementation-guide.md) which allows Publishers to augment their ad requests with targeting information that is retrieved at runtime. This document provides instructions on adding IX as a vendor to AMP pages. diff --git a/ads/vendors/jixie.js b/ads/vendors/jixie.js index 01c15dd2b807..12511aa5479d 100644 --- a/ads/vendors/jixie.js +++ b/ads/vendors/jixie.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript} from '#3p/3p'; /** diff --git a/ads/vendors/jixie.md b/ads/vendors/jixie.md index 5b8d1424005c..6a4e54428b15 100644 --- a/ads/vendors/jixie.md +++ b/ads/vendors/jixie.md @@ -1,19 +1,3 @@ - - # JIXIE ## Example of JIXIE AD implementation diff --git a/ads/vendors/jubna.js b/ads/vendors/jubna.js index 572b26a7fee8..97e2b5ada3b9 100644 --- a/ads/vendors/jubna.js +++ b/ads/vendors/jubna.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/jubna.md b/ads/vendors/jubna.md index 522a3c9bb4d8..1a16cad4bf3f 100644 --- a/ads/vendors/jubna.md +++ b/ads/vendors/jubna.md @@ -1,19 +1,3 @@ - - # JUBNA ## Example of JUBNA's widget implementation diff --git a/ads/vendors/kargo.js b/ads/vendors/kargo.js index b4d635b18153..bc322f33bc59 100644 --- a/ads/vendors/kargo.js +++ b/ads/vendors/kargo.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {computeInMasterFrame, loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/kargo.md b/ads/vendors/kargo.md index a2c0f4950a5c..fb23182d5284 100644 --- a/ads/vendors/kargo.md +++ b/ads/vendors/kargo.md @@ -1,19 +1,3 @@ - - # Kargo ## Example diff --git a/ads/vendors/ketshwa.js b/ads/vendors/ketshwa.js index 2d4fb77925f6..53fac666598e 100644 --- a/ads/vendors/ketshwa.js +++ b/ads/vendors/ketshwa.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/kiosked.js b/ads/vendors/kiosked.js index 3a94ea53e6c7..2f1d1b67eb43 100644 --- a/ads/vendors/kiosked.js +++ b/ads/vendors/kiosked.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {hasOwn} from '#core/types/object'; import {validateData, writeScript} from '#3p/3p'; diff --git a/ads/vendors/kiosked.md b/ads/vendors/kiosked.md index 1959888affca..dc599696d8f8 100644 --- a/ads/vendors/kiosked.md +++ b/ads/vendors/kiosked.md @@ -1,19 +1,3 @@ - - # Kiosked ## Example diff --git a/ads/vendors/kixer.js b/ads/vendors/kixer.js index 7a1d58e9b661..3b657c8096a4 100644 --- a/ads/vendors/kixer.js +++ b/ads/vendors/kixer.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; import {parseUrlDeprecated} from '../../src/url'; diff --git a/ads/vendors/kixer.md b/ads/vendors/kixer.md index 2fdc94d62b41..384e81553e51 100644 --- a/ads/vendors/kixer.md +++ b/ads/vendors/kixer.md @@ -1,19 +1,3 @@ - - # Kixer ## Example diff --git a/ads/vendors/kuadio.js b/ads/vendors/kuadio.js index 225a14efcdea..fed54e21b8ac 100644 --- a/ads/vendors/kuadio.js +++ b/ads/vendors/kuadio.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/kuadio.md b/ads/vendors/kuadio.md index 16c7d00538ea..dac78e8b51da 100644 --- a/ads/vendors/kuadio.md +++ b/ads/vendors/kuadio.md @@ -1,19 +1,3 @@ - - # Kuadio ## Example diff --git a/ads/vendors/lentainform.js b/ads/vendors/lentainform.js index bafdfe1855c2..1953bd49b7a3 100644 --- a/ads/vendors/lentainform.js +++ b/ads/vendors/lentainform.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/ligatus.js b/ads/vendors/ligatus.js index 68dfa804c9c0..7626a75b62b6 100644 --- a/ads/vendors/ligatus.js +++ b/ads/vendors/ligatus.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateSrcPrefix, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/ligatus.md b/ads/vendors/ligatus.md index 73272755f598..0882d7229a1b 100644 --- a/ads/vendors/ligatus.md +++ b/ads/vendors/ligatus.md @@ -1,19 +1,3 @@ - - # Ligatus ## Example diff --git a/ads/vendors/lockerdome.js b/ads/vendors/lockerdome.js index fb6e77799244..d1e66af816af 100644 --- a/ads/vendors/lockerdome.js +++ b/ads/vendors/lockerdome.js @@ -1,19 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/lockerdome.md b/ads/vendors/lockerdome.md index 4dc518a4fc8d..5f7fe4ef63e3 100644 --- a/ads/vendors/lockerdome.md +++ b/ads/vendors/lockerdome.md @@ -1,19 +1,3 @@ - - # LockerDome ## Example diff --git a/ads/vendors/logly.js b/ads/vendors/logly.js index a74fb0b8cb1e..934b4695491f 100644 --- a/ads/vendors/logly.js +++ b/ads/vendors/logly.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/logly.md b/ads/vendors/logly.md index 27f810a7a64a..ff698dde6ed8 100644 --- a/ads/vendors/logly.md +++ b/ads/vendors/logly.md @@ -1,19 +1,3 @@ - - # logly ## Display diff --git a/ads/vendors/loka.js b/ads/vendors/loka.js index 30dd1350f28e..ad8224267b47 100644 --- a/ads/vendors/loka.js +++ b/ads/vendors/loka.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/loka.md b/ads/vendors/loka.md index 92eccbce7949..a6d4cb44c5af 100644 --- a/ads/vendors/loka.md +++ b/ads/vendors/loka.md @@ -1,19 +1,3 @@ - - ## Example ### Mobile Video Banner diff --git a/ads/vendors/luckyads.js b/ads/vendors/luckyads.js index d1057d3c3228..ed7bece01dba 100644 --- a/ads/vendors/luckyads.js +++ b/ads/vendors/luckyads.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/luckyads.md b/ads/vendors/luckyads.md index d9d94c215477..e0ae7f4baf9e 100644 --- a/ads/vendors/luckyads.md +++ b/ads/vendors/luckyads.md @@ -1,19 +1,3 @@ - - # LuckyAds Provides support for [LuckyAds](https://luckyads.pro/) widgets. diff --git a/ads/vendors/macaw.js b/ads/vendors/macaw.js index 88cc466f647a..01f6d62f0d96 100644 --- a/ads/vendors/macaw.js +++ b/ads/vendors/macaw.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/mads.js b/ads/vendors/mads.js index 565fe7c8f713..9e6e6a409425 100644 --- a/ads/vendors/mads.js +++ b/ads/vendors/mads.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/mads.md b/ads/vendors/mads.md index 2e1b222e38ff..e8b3b35ed8cf 100644 --- a/ads/vendors/mads.md +++ b/ads/vendors/mads.md @@ -1,19 +1,3 @@ - - # MADS ## Example diff --git a/ads/vendors/mantis.js b/ads/vendors/mantis.js index 1b045d93450e..ce31a479b57d 100644 --- a/ads/vendors/mantis.js +++ b/ads/vendors/mantis.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/mantis.md b/ads/vendors/mantis.md index c9233e5ff2c0..b69e28903c56 100644 --- a/ads/vendors/mantis.md +++ b/ads/vendors/mantis.md @@ -1,19 +1,3 @@ - - # MANTIS® Ad Network Please visit the [MANTIS® Ad Network website](https://www.mantisadnetwork.com) for more information about MANTIS. If you have an issues implementing these tags, please [contact MANTIS](http://www.mantisadnetwork.com/contact/). diff --git a/ads/vendors/marfeel.js b/ads/vendors/marfeel.js index f963642ba838..48d8a4e6cb3a 100644 --- a/ads/vendors/marfeel.js +++ b/ads/vendors/marfeel.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/marfeel.md b/ads/vendors/marfeel.md index 147fae7fbb61..37434c44ad0f 100644 --- a/ads/vendors/marfeel.md +++ b/ads/vendors/marfeel.md @@ -1,19 +1,3 @@ - - # Marfeel ## Example diff --git a/ads/vendors/mediaad.js b/ads/vendors/mediaad.js index b625b142037f..ca842162595c 100644 --- a/ads/vendors/mediaad.js +++ b/ads/vendors/mediaad.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/mediaad.md b/ads/vendors/mediaad.md index 7d801cc0a85d..5f628493b3a8 100644 --- a/ads/vendors/mediaad.md +++ b/ads/vendors/mediaad.md @@ -1,19 +1,3 @@ - - # Mediaad ## Example diff --git a/ads/vendors/medianet.js b/ads/vendors/medianet.js index 8c6df1d02c79..78450ef3a88b 100644 --- a/ads/vendors/medianet.js +++ b/ads/vendors/medianet.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {computeInMasterFrame, validateData, writeScript} from '#3p/3p'; import {getSourceUrl, parseUrlDeprecated} from '../../src/url'; import {hasOwn} from '#core/types/object'; diff --git a/ads/vendors/medianet.md b/ads/vendors/medianet.md index 46ecd8738dc7..cc48a2b4a62c 100644 --- a/ads/vendors/medianet.md +++ b/ads/vendors/medianet.md @@ -1,19 +1,3 @@ - - # Media.net Media.net adapter supports the integration of both, its Contextual Monetization solution and the Header Bidding solution. diff --git a/ads/vendors/mediavine.js b/ads/vendors/mediavine.js index b67abbcb91f5..8d86e7fe9d55 100644 --- a/ads/vendors/mediavine.js +++ b/ads/vendors/mediavine.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/mediavine.md b/ads/vendors/mediavine.md index 9f70996ffe1d..43a0453f870e 100644 --- a/ads/vendors/mediavine.md +++ b/ads/vendors/mediavine.md @@ -1,19 +1,3 @@ - - # Mediavine ## Example diff --git a/ads/vendors/medyanet.js b/ads/vendors/medyanet.js index 13dbaf8662fb..53b1b7bcb2f3 100644 --- a/ads/vendors/medyanet.js +++ b/ads/vendors/medyanet.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {setStyles} from '#core/dom/style'; import {validateData} from '#3p/3p'; diff --git a/ads/vendors/medyanet.md b/ads/vendors/medyanet.md index faf23f7fe795..adcb4ab99f0d 100644 --- a/ads/vendors/medyanet.md +++ b/ads/vendors/medyanet.md @@ -1,19 +1,3 @@ - - # Medyanet ## Example diff --git a/ads/vendors/meg.js b/ads/vendors/meg.js index eef414978d25..7f6e15848e91 100644 --- a/ads/vendors/meg.js +++ b/ads/vendors/meg.js @@ -1,18 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/meg.md b/ads/vendors/meg.md index c7f1df2e27ac..477af8f8d48d 100644 --- a/ads/vendors/meg.md +++ b/ads/vendors/meg.md @@ -1,19 +1,3 @@ - - # Meg Please visit [www.meg.com](https://www.meg.com) for more information. diff --git a/ads/vendors/mgid.js b/ads/vendors/mgid.js index d838929b05ec..84317509af99 100644 --- a/ads/vendors/mgid.js +++ b/ads/vendors/mgid.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/mgid.md b/ads/vendors/mgid.md index 0ccd524a8e95..67f9824787c6 100644 --- a/ads/vendors/mgid.md +++ b/ads/vendors/mgid.md @@ -1,19 +1,3 @@ - - # MGID ## Example diff --git a/ads/vendors/miximedia.js b/ads/vendors/miximedia.js index 7c3212171158..32b572226b09 100644 --- a/ads/vendors/miximedia.js +++ b/ads/vendors/miximedia.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/miximedia.md b/ads/vendors/miximedia.md index 7af779eb7456..28fa702192e9 100644 --- a/ads/vendors/miximedia.md +++ b/ads/vendors/miximedia.md @@ -1,19 +1,3 @@ - - # Mixi.Media Mixi.Media is a service for personalizing content network. Please visit our [Mixi.Media](https://Mixi.Media/dashboard) for more information. diff --git a/ads/vendors/mixpo.js b/ads/vendors/mixpo.js index 1b976a53d8fa..4b55a39665d8 100644 --- a/ads/vendors/mixpo.js +++ b/ads/vendors/mixpo.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/monetizer101.js b/ads/vendors/monetizer101.js index e0c1039af070..bb58164e846f 100644 --- a/ads/vendors/monetizer101.js +++ b/ads/vendors/monetizer101.js @@ -1,19 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/monetizer101.md b/ads/vendors/monetizer101.md index c7415ab70c84..b58835d0725e 100644 --- a/ads/vendors/monetizer101.md +++ b/ads/vendors/monetizer101.md @@ -1,19 +1,3 @@ - - # Monetizer101 ## Example diff --git a/ads/vendors/mox.js b/ads/vendors/mox.js index de58fd392b09..aed9f3d21585 100644 --- a/ads/vendors/mox.js +++ b/ads/vendors/mox.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/mox.md b/ads/vendors/mox.md index 58130d400048..e05b0746fe27 100644 --- a/ads/vendors/mox.md +++ b/ads/vendors/mox.md @@ -1,19 +1,3 @@ - - # mox.tv Please visit our [website](https://mox.tv) for more information about us. diff --git a/ads/vendors/my6sense.js b/ads/vendors/my6sense.js index bb729dfb39a9..5b9f251eef52 100644 --- a/ads/vendors/my6sense.js +++ b/ads/vendors/my6sense.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData} from '#3p/3p'; /** diff --git a/ads/vendors/myfinance.js b/ads/vendors/myfinance.js index c3491839bda7..daa0efc8eb5d 100644 --- a/ads/vendors/myfinance.js +++ b/ads/vendors/myfinance.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; const mandatoryFields = ['adType']; diff --git a/ads/vendors/myfinance.md b/ads/vendors/myfinance.md index ec6c4af1df94..d45fd8635f74 100644 --- a/ads/vendors/myfinance.md +++ b/ads/vendors/myfinance.md @@ -1,19 +1,3 @@ - - # MyFinance Serves ads from [MyFinance](https://www.myfinance.com/). diff --git a/ads/vendors/myoffrz.js b/ads/vendors/myoffrz.js index 92a53744b190..7374519e723b 100644 --- a/ads/vendors/myoffrz.js +++ b/ads/vendors/myoffrz.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/myoffrz.md b/ads/vendors/myoffrz.md index a2969fa16d2f..b10c9669d131 100644 --- a/ads/vendors/myoffrz.md +++ b/ads/vendors/myoffrz.md @@ -1,19 +1,3 @@ - - # myoffrz ## Example diff --git a/ads/vendors/mytarget.js b/ads/vendors/mytarget.js index 22b4c3f83ce0..e159e28621e2 100644 --- a/ads/vendors/mytarget.js +++ b/ads/vendors/mytarget.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; import {setStyles} from '#core/dom/style'; diff --git a/ads/vendors/mytarget.md b/ads/vendors/mytarget.md index 671585b66023..f759d68ca3bb 100644 --- a/ads/vendors/mytarget.md +++ b/ads/vendors/mytarget.md @@ -1,19 +1,3 @@ - - # myTarget myTarget network - monetize mobile app, mobile web and desktop inventory. diff --git a/ads/vendors/mywidget.js b/ads/vendors/mywidget.js index b9ab9a7b81a6..6318e2aae7d0 100644 --- a/ads/vendors/mywidget.js +++ b/ads/vendors/mywidget.js @@ -1,19 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/mywidget.md b/ads/vendors/mywidget.md index f843a40aca83..b25d2b62b962 100644 --- a/ads/vendors/mywidget.md +++ b/ads/vendors/mywidget.md @@ -1,19 +1,3 @@ - - # myWidget myWidget is a service for personalizing content and increasing user metrics. diff --git a/ads/vendors/nativeroll.js b/ads/vendors/nativeroll.js index c6a538af8d0f..03968e50b51a 100644 --- a/ads/vendors/nativeroll.js +++ b/ads/vendors/nativeroll.js @@ -1,19 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/nativery.js b/ads/vendors/nativery.js index 3fa527989e79..8fd27d3a90d1 100644 --- a/ads/vendors/nativery.js +++ b/ads/vendors/nativery.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {toArray} from '#core/types/array'; import {validateData, writeScript} from '#3p/3p'; diff --git a/ads/vendors/nativery.md b/ads/vendors/nativery.md index de69333e6a10..58adc0553719 100644 --- a/ads/vendors/nativery.md +++ b/ads/vendors/nativery.md @@ -1,19 +1,3 @@ - - # Nativery ## Example diff --git a/ads/vendors/nativo.md b/ads/vendors/nativo.md index 489a5c6f945d..4efd619b7796 100644 --- a/ads/vendors/nativo.md +++ b/ads/vendors/nativo.md @@ -1,19 +1,3 @@ - - # Nativo ## Example diff --git a/ads/vendors/navegg.js b/ads/vendors/navegg.js index 04220227e55f..b9ed93c79283 100644 --- a/ads/vendors/navegg.js +++ b/ads/vendors/navegg.js @@ -1,19 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {doubleclick} from '#ads/google/doubleclick'; import {loadScript, validateData} from '#3p/3p'; diff --git a/ads/vendors/navegg.md b/ads/vendors/navegg.md index 403c62ef8dd1..ab60804481de 100644 --- a/ads/vendors/navegg.md +++ b/ads/vendors/navegg.md @@ -1,19 +1,3 @@ - - # Navegg Serves ads to AMP pages using Navegg data. diff --git a/ads/vendors/nend.js b/ads/vendors/nend.js index 05f14515ea68..a08e489d8763 100644 --- a/ads/vendors/nend.js +++ b/ads/vendors/nend.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; const nendFields = ['nend_params']; diff --git a/ads/vendors/nend.md b/ads/vendors/nend.md index 1655d02cdda1..30dee17895d6 100644 --- a/ads/vendors/nend.md +++ b/ads/vendors/nend.md @@ -1,19 +1,3 @@ - - # Nend ## Example diff --git a/ads/vendors/netletix.js b/ads/vendors/netletix.js index 2eaf5652ee90..129511a7995d 100644 --- a/ads/vendors/netletix.js +++ b/ads/vendors/netletix.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {addParamsToUrl, assertHttpsUrl} from '../../src/url'; import {dev} from '../../src/log'; import {dict} from '#core/types/object'; diff --git a/ads/vendors/netletix.md b/ads/vendors/netletix.md index 6835910fbdb8..85ed1f3a964a 100644 --- a/ads/vendors/netletix.md +++ b/ads/vendors/netletix.md @@ -1,19 +1,3 @@ - - # netletix ## Example diff --git a/ads/vendors/noddus.js b/ads/vendors/noddus.js index f51a1a6cc06e..2e48098b5031 100644 --- a/ads/vendors/noddus.js +++ b/ads/vendors/noddus.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/noddus.md b/ads/vendors/noddus.md index 253c7a63b653..e5cf7b5ea12d 100644 --- a/ads/vendors/noddus.md +++ b/ads/vendors/noddus.md @@ -1,19 +1,3 @@ - - # Noddus ## Example diff --git a/ads/vendors/nokta.js b/ads/vendors/nokta.js index 8c3aba891a05..f5885a816744 100644 --- a/ads/vendors/nokta.js +++ b/ads/vendors/nokta.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/nokta.md b/ads/vendors/nokta.md index d0f1803cacf9..0d296619f3a5 100644 --- a/ads/vendors/nokta.md +++ b/ads/vendors/nokta.md @@ -1,19 +1,3 @@ - - # Nokta ## Example diff --git a/ads/vendors/nws.js b/ads/vendors/nws.js index 421ac0dd6e3f..9c1625f0915c 100644 --- a/ads/vendors/nws.js +++ b/ads/vendors/nws.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateSrcPrefix, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/nws.md b/ads/vendors/nws.md index f21f96f93232..fd1d764fc138 100644 --- a/ads/vendors/nws.md +++ b/ads/vendors/nws.md @@ -1,19 +1,3 @@ - - # Newsroom AI ## Example diff --git a/ads/vendors/oblivki.js b/ads/vendors/oblivki.js index d10ad41e60ff..8da774f8cda5 100644 --- a/ads/vendors/oblivki.js +++ b/ads/vendors/oblivki.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; const oblivkiFields = ['id']; diff --git a/ads/vendors/oblivki.md b/ads/vendors/oblivki.md index 0d43de91b689..ca2914741d8e 100644 --- a/ads/vendors/oblivki.md +++ b/ads/vendors/oblivki.md @@ -1,19 +1,3 @@ - - # Oblivki ## Example diff --git a/ads/vendors/onead.js b/ads/vendors/onead.js index 02926fd102d5..61b0b3f4012e 100644 --- a/ads/vendors/onead.js +++ b/ads/vendors/onead.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/onead.md b/ads/vendors/onead.md index fced1385e5f0..a858e5b074a1 100644 --- a/ads/vendors/onead.md +++ b/ads/vendors/onead.md @@ -1,19 +1,3 @@ - - # OneAD ## Example diff --git a/ads/vendors/onnetwork.md b/ads/vendors/onnetwork.md index 198ef44390fa..2459a4009fa4 100644 --- a/ads/vendors/onnetwork.md +++ b/ads/vendors/onnetwork.md @@ -1,19 +1,3 @@ - - # OnNetwork ## Examples diff --git a/ads/vendors/openadstream.js b/ads/vendors/openadstream.js index 431ff1a6d3f1..4ea84bb136b7 100644 --- a/ads/vendors/openadstream.js +++ b/ads/vendors/openadstream.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/openadstream.md b/ads/vendors/openadstream.md index 8110a6c7fa65..8dd5e2e4464f 100644 --- a/ads/vendors/openadstream.md +++ b/ads/vendors/openadstream.md @@ -1,19 +1,3 @@ - - # Open AdStream (OAS) ## Examples diff --git a/ads/vendors/openx.js b/ads/vendors/openx.js index ef9bc8300aaf..73304c9aebd1 100644 --- a/ads/vendors/openx.js +++ b/ads/vendors/openx.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {doubleclick} from '#ads/google/doubleclick'; import {loadScript, validateData, writeScript} from '#3p/3p'; diff --git a/ads/vendors/openx.md b/ads/vendors/openx.md index ec302565bfa4..fa293260ffa0 100644 --- a/ads/vendors/openx.md +++ b/ads/vendors/openx.md @@ -1,19 +1,3 @@ - - # OpenX ## Examples diff --git a/ads/vendors/opinary.js b/ads/vendors/opinary.js index df8afc5b3fd4..cc999d6e70f4 100644 --- a/ads/vendors/opinary.js +++ b/ads/vendors/opinary.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/opinary.md b/ads/vendors/opinary.md index 757b8c9891f4..4846a6cc0546 100644 --- a/ads/vendors/opinary.md +++ b/ads/vendors/opinary.md @@ -1,19 +1,3 @@ - - # Opinary ## Example diff --git a/ads/vendors/outbrain.js b/ads/vendors/outbrain.js index 1956299fc089..f82d2c829c37 100644 --- a/ads/vendors/outbrain.js +++ b/ads/vendors/outbrain.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/outbrain.md b/ads/vendors/outbrain.md index 2dbe4d037a5b..84134b30c931 100644 --- a/ads/vendors/outbrain.md +++ b/ads/vendors/outbrain.md @@ -1,19 +1,3 @@ - - # Outbrain ## Example installation of the Outbrain widget diff --git a/ads/vendors/pixels.js b/ads/vendors/pixels.js index 1a54cb96884b..8830aba9cd70 100644 --- a/ads/vendors/pixels.js +++ b/ads/vendors/pixels.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/pixels.md b/ads/vendors/pixels.md index 28dee798c468..5ccbf2cedfb0 100644 --- a/ads/vendors/pixels.md +++ b/ads/vendors/pixels.md @@ -1,19 +1,3 @@ - - # Pixels ## Example diff --git a/ads/vendors/playstream.js b/ads/vendors/playstream.js index 8b65be634a41..7aaf48fe4d23 100644 --- a/ads/vendors/playstream.js +++ b/ads/vendors/playstream.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; const mandatoryParams = ['id']; diff --git a/ads/vendors/playstream.md b/ads/vendors/playstream.md index a8ecafb30c82..2e02e9b90a89 100644 --- a/ads/vendors/playstream.md +++ b/ads/vendors/playstream.md @@ -1,19 +1,3 @@ - - # PlayStream ## Example diff --git a/ads/vendors/plista.js b/ads/vendors/plista.js index de51a23a4103..31184bbf4f70 100644 --- a/ads/vendors/plista.js +++ b/ads/vendors/plista.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/plista.md b/ads/vendors/plista.md index 48c4281fe578..98d1956dd8fd 100644 --- a/ads/vendors/plista.md +++ b/ads/vendors/plista.md @@ -1,19 +1,3 @@ - - # plista ## Example diff --git a/ads/vendors/polymorphicads.js b/ads/vendors/polymorphicads.js index b9b1c28c11d0..1b462c4919a0 100644 --- a/ads/vendors/polymorphicads.js +++ b/ads/vendors/polymorphicads.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/polymorphicads.md b/ads/vendors/polymorphicads.md index ef25eb93959f..1e4390761a43 100644 --- a/ads/vendors/polymorphicads.md +++ b/ads/vendors/polymorphicads.md @@ -1,19 +1,3 @@ - - # PolymorphicAds ## Example diff --git a/ads/vendors/popin.js b/ads/vendors/popin.js index 885abd424def..6fbdab3fb6e6 100644 --- a/ads/vendors/popin.js +++ b/ads/vendors/popin.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/popin.md b/ads/vendors/popin.md index caebdad7fc58..5f20a037f259 100644 --- a/ads/vendors/popin.md +++ b/ads/vendors/popin.md @@ -1,19 +1,3 @@ - - # popIn ## Display diff --git a/ads/vendors/postquare.js b/ads/vendors/postquare.js index 3b8858bedc20..cbb156ad92b8 100644 --- a/ads/vendors/postquare.js +++ b/ads/vendors/postquare.js @@ -1,19 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/postquare.md b/ads/vendors/postquare.md index d6a35f0a8aca..a7c736cedd4f 100644 --- a/ads/vendors/postquare.md +++ b/ads/vendors/postquare.md @@ -1,19 +1,3 @@ - - # Postquare ## Example of Postquare's widget implementation diff --git a/ads/vendors/ppstudio.js b/ads/vendors/ppstudio.js index d719ed8d7219..de4350095058 100644 --- a/ads/vendors/ppstudio.js +++ b/ads/vendors/ppstudio.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/ppstudio.md b/ads/vendors/ppstudio.md index 9fea374cfa4f..237eeba180bf 100644 --- a/ads/vendors/ppstudio.md +++ b/ads/vendors/ppstudio.md @@ -1,19 +1,3 @@ - - # PPStudio ## Example diff --git a/ads/vendors/pressboard.js b/ads/vendors/pressboard.js index f63fd010fbe2..acbeca67e447 100644 --- a/ads/vendors/pressboard.js +++ b/ads/vendors/pressboard.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/pressboard.md b/ads/vendors/pressboard.md index 69986fcae8bf..2b8d5a25eb22 100644 --- a/ads/vendors/pressboard.md +++ b/ads/vendors/pressboard.md @@ -1,19 +1,3 @@ - - # Pressboard ## Example diff --git a/ads/vendors/promoteiq.js b/ads/vendors/promoteiq.js index a800a5b35530..55fbab393580 100644 --- a/ads/vendors/promoteiq.js +++ b/ads/vendors/promoteiq.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; import {parseJson} from '#core/types/object/json'; import {user} from '../../src/log'; diff --git a/ads/vendors/pubexchange.js b/ads/vendors/pubexchange.js index e2bf66f8a70f..f9e830d311a0 100644 --- a/ads/vendors/pubexchange.js +++ b/ads/vendors/pubexchange.js @@ -1,19 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/pubexchange.md b/ads/vendors/pubexchange.md index b60d05c943b3..885a9beffeb1 100644 --- a/ads/vendors/pubexchange.md +++ b/ads/vendors/pubexchange.md @@ -1,19 +1,3 @@ - - # PubExchange ## Example diff --git a/ads/vendors/pubguru.js b/ads/vendors/pubguru.js index d45581a87f6d..d198ffc36acc 100644 --- a/ads/vendors/pubguru.js +++ b/ads/vendors/pubguru.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/pubguru.md b/ads/vendors/pubguru.md index d621db0ecb65..1f0b877cfec5 100644 --- a/ads/vendors/pubguru.md +++ b/ads/vendors/pubguru.md @@ -1,19 +1,3 @@ - - # PubGuru ## Examples diff --git a/ads/vendors/pubmine.js b/ads/vendors/pubmine.js index 4e92c9957bdc..f228b6d4ca22 100644 --- a/ads/vendors/pubmine.js +++ b/ads/vendors/pubmine.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {CONSENT_POLICY_STATE} from '#core/constants/consent-state'; import {loadScript, validateData} from '#3p/3p'; diff --git a/ads/vendors/pubmine.md b/ads/vendors/pubmine.md index b9f56d73ff8e..ff6f99df3b57 100644 --- a/ads/vendors/pubmine.md +++ b/ads/vendors/pubmine.md @@ -1,19 +1,3 @@ - - # Pubmine ## Example diff --git a/ads/vendors/puffnetwork.js b/ads/vendors/puffnetwork.js index 2e21b8993cfd..6c608097b8db 100644 --- a/ads/vendors/puffnetwork.js +++ b/ads/vendors/puffnetwork.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/pulse.js b/ads/vendors/pulse.js index e9d650d44ca0..ff43bce7d0e6 100644 --- a/ads/vendors/pulse.js +++ b/ads/vendors/pulse.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/pulse.md b/ads/vendors/pulse.md index c192b52115a1..05dc1c80f5fa 100644 --- a/ads/vendors/pulse.md +++ b/ads/vendors/pulse.md @@ -1,19 +1,3 @@ - - # Pulse ## Example diff --git a/ads/vendors/pulsepoint.js b/ads/vendors/pulsepoint.js index 586830c76e40..70fec83e513c 100644 --- a/ads/vendors/pulsepoint.js +++ b/ads/vendors/pulsepoint.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {doubleclick} from '#ads/google/doubleclick'; import {loadScript, validateData, writeScript} from '#3p/3p'; diff --git a/ads/vendors/purch.js b/ads/vendors/purch.js index 58f26f993764..5ce828de5c05 100644 --- a/ads/vendors/purch.js +++ b/ads/vendors/purch.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, validateSrcPrefix, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/purch.md b/ads/vendors/purch.md index b14768de99ac..bc16b67bf78b 100644 --- a/ads/vendors/purch.md +++ b/ads/vendors/purch.md @@ -1,19 +1,3 @@ - - # Purch ## Example diff --git a/ads/vendors/quoraad.js b/ads/vendors/quoraad.js index dac0cf54e0af..8da1d19d486a 100644 --- a/ads/vendors/quoraad.js +++ b/ads/vendors/quoraad.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/quoraad.md b/ads/vendors/quoraad.md index 7f0c6af75d7f..45342aff9a91 100644 --- a/ads/vendors/quoraad.md +++ b/ads/vendors/quoraad.md @@ -1,19 +1,3 @@ - - # Quora ## Example diff --git a/ads/vendors/rakutenunifiedads.js b/ads/vendors/rakutenunifiedads.js index 69887487f651..9f3543973a62 100644 --- a/ads/vendors/rakutenunifiedads.js +++ b/ads/vendors/rakutenunifiedads.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {hasOwn} from '#core/types/object'; import {validateData, writeScript} from '#3p/3p'; diff --git a/ads/vendors/rbinfox.js b/ads/vendors/rbinfox.js index e7147a54545e..a1836a82ba1f 100644 --- a/ads/vendors/rbinfox.js +++ b/ads/vendors/rbinfox.js @@ -1,18 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ import {loadScript, validateData, validateSrcPrefix} from '#3p/3p'; const jsnPrefix = 'https://rb.infox.sg/'; diff --git a/ads/vendors/rbinfox.md b/ads/vendors/rbinfox.md index efee0c8e3345..7ae48e7c4990 100644 --- a/ads/vendors/rbinfox.md +++ b/ads/vendors/rbinfox.md @@ -1,19 +1,3 @@ - - # Rb.Infox.SG ## Example diff --git a/ads/vendors/rcmwidget.js b/ads/vendors/rcmwidget.js index 77d4a357591f..dfefcea6aaaf 100644 --- a/ads/vendors/rcmwidget.js +++ b/ads/vendors/rcmwidget.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; const WIDGET_DEFAULT_NODE_ID = 'rcm-widget'; diff --git a/ads/vendors/rcmwidget.md b/ads/vendors/rcmwidget.md index 3a8e7fdcf2b7..1801c53a5c8e 100644 --- a/ads/vendors/rcmwidget.md +++ b/ads/vendors/rcmwidget.md @@ -1,19 +1,3 @@ - - # Rcmwidget ## Example diff --git a/ads/vendors/readmo.js b/ads/vendors/readmo.js index b4e33fcb49de..cf920becb2e9 100644 --- a/ads/vendors/readmo.js +++ b/ads/vendors/readmo.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/readmo.md b/ads/vendors/readmo.md index 310acea1a1a1..126070682f29 100644 --- a/ads/vendors/readmo.md +++ b/ads/vendors/readmo.md @@ -1,19 +1,3 @@ - - # ReadMo ## Example diff --git a/ads/vendors/realclick.js b/ads/vendors/realclick.js index c0770984074c..f9b893878b0e 100644 --- a/ads/vendors/realclick.js +++ b/ads/vendors/realclick.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/realclick.md b/ads/vendors/realclick.md index 803ad613c76f..93fd253a5b9b 100644 --- a/ads/vendors/realclick.md +++ b/ads/vendors/realclick.md @@ -1,19 +1,3 @@ - - # Realclick ## Example diff --git a/ads/vendors/recomad.js b/ads/vendors/recomad.js index 2ce96da8d12b..4fd98c39863b 100644 --- a/ads/vendors/recomad.js +++ b/ads/vendors/recomad.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/recomad.md b/ads/vendors/recomad.md index d168a5133ac9..ba82629f99ba 100644 --- a/ads/vendors/recomad.md +++ b/ads/vendors/recomad.md @@ -1,19 +1,3 @@ - - # recomAD widget This `` tag contains a widget called diff --git a/ads/vendors/recreativ.js b/ads/vendors/recreativ.js index 07b8eda4d1e4..09edee96053b 100644 --- a/ads/vendors/recreativ.js +++ b/ads/vendors/recreativ.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/recreativ.md b/ads/vendors/recreativ.md index c9a2ddc7bf07..e4d6f98840aa 100644 --- a/ads/vendors/recreativ.md +++ b/ads/vendors/recreativ.md @@ -1,19 +1,3 @@ - - # Recreativ Provides support for [Recreativ](https://recreativ.com/) widgets. diff --git a/ads/vendors/relap.js b/ads/vendors/relap.js index 7aeb130190a1..575b8379d57e 100644 --- a/ads/vendors/relap.js +++ b/ads/vendors/relap.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/relap.md b/ads/vendors/relap.md index 72f590a1d031..d7cf5bb74a5d 100644 --- a/ads/vendors/relap.md +++ b/ads/vendors/relap.md @@ -1,19 +1,3 @@ - - # Relap ## Example diff --git a/ads/vendors/relappro.js b/ads/vendors/relappro.js index 04fe4339bf17..955f73ea610e 100644 --- a/ads/vendors/relappro.js +++ b/ads/vendors/relappro.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/relappro.md b/ads/vendors/relappro.md index d92edcd8e3ca..00fb03c96bcf 100644 --- a/ads/vendors/relappro.md +++ b/ads/vendors/relappro.md @@ -1,19 +1,3 @@ - - # Relap ## Example diff --git a/ads/vendors/remixd.md b/ads/vendors/remixd.md index 30fd3d26c118..7a85f4031bd2 100644 --- a/ads/vendors/remixd.md +++ b/ads/vendors/remixd.md @@ -1,19 +1,3 @@ - - # Remixd ## Example diff --git a/ads/vendors/revcontent.js b/ads/vendors/revcontent.js index f971177d2546..68981da1610b 100644 --- a/ads/vendors/revcontent.js +++ b/ads/vendors/revcontent.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/revcontent.md b/ads/vendors/revcontent.md index 1570c8318a8d..4b313313ce6a 100644 --- a/ads/vendors/revcontent.md +++ b/ads/vendors/revcontent.md @@ -1,19 +1,3 @@ - - # Revcontent ## Example diff --git a/ads/vendors/revjet.js b/ads/vendors/revjet.js index ac8da440eaf1..08c3964324b1 100644 --- a/ads/vendors/revjet.js +++ b/ads/vendors/revjet.js @@ -1,19 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/revjet.md b/ads/vendors/revjet.md index a85fa6429611..ccfd0f824dd8 100644 --- a/ads/vendors/revjet.md +++ b/ads/vendors/revjet.md @@ -1,19 +1,3 @@ - - # RevJet Serves ads from the [RevJet Marketing Creative Platform](https://www.revjet.com/). diff --git a/ads/vendors/rfp.js b/ads/vendors/rfp.js index 0103108ca10d..7ca4ad16a67b 100644 --- a/ads/vendors/rfp.js +++ b/ads/vendors/rfp.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/rfp.md b/ads/vendors/rfp.md index ee76efebe230..720dcf5bbe3f 100644 --- a/ads/vendors/rfp.md +++ b/ads/vendors/rfp.md @@ -1,19 +1,3 @@ - - # Red for Publishers ## Example diff --git a/ads/vendors/rnetplus.js b/ads/vendors/rnetplus.js index f7c50fcf2a4d..4974a07f8776 100644 --- a/ads/vendors/rnetplus.js +++ b/ads/vendors/rnetplus.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData, validateSrcPrefix} from '#3p/3p'; const jsnPrefix = 'https://api.rnet.plus/'; diff --git a/ads/vendors/rnetplus.md b/ads/vendors/rnetplus.md index 26bc61bcd33f..ceda11d014a4 100644 --- a/ads/vendors/rnetplus.md +++ b/ads/vendors/rnetplus.md @@ -1,19 +1,3 @@ - - # RnetPlus Provides support for [rnetplus](https://admin.rnet.plus/help/) Rambler&Co RNetPlus. diff --git a/ads/vendors/rubicon.js b/ads/vendors/rubicon.js index dd2ba4a78465..1928411ce5c1 100644 --- a/ads/vendors/rubicon.js +++ b/ads/vendors/rubicon.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/rubicon.md b/ads/vendors/rubicon.md index be67d9ff3150..d73aa42147db 100644 --- a/ads/vendors/rubicon.md +++ b/ads/vendors/rubicon.md @@ -1,19 +1,3 @@ - - # Rubicon Project If you want to serve ads via your Ad Server then there is no need to use the adapter when using Smart Tags. These can simply be served via your Ad Server in the normal fashion. You simply need to ensure that you are using secure tags (https). diff --git a/ads/vendors/runative.js b/ads/vendors/runative.js index 0e2a5cc99f6a..d42d182581de 100644 --- a/ads/vendors/runative.js +++ b/ads/vendors/runative.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; import {parseJson} from '#core/types/object/json'; diff --git a/ads/vendors/runative.md b/ads/vendors/runative.md index 7464ff81909b..096dec3070e7 100644 --- a/ads/vendors/runative.md +++ b/ads/vendors/runative.md @@ -1,19 +1,3 @@ - - # RUNative Serves ads from the [RUNative](https://www.runative.com/). diff --git a/ads/vendors/sas.js b/ads/vendors/sas.js index 814878dd4e38..a2b0aa992f67 100644 --- a/ads/vendors/sas.js +++ b/ads/vendors/sas.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {getMultiSizeDimensions} from '#ads/google/utils'; import {parseJson} from '#core/types/object/json'; import {validateData, writeScript} from '#3p/3p'; diff --git a/ads/vendors/sas.md b/ads/vendors/sas.md index b549fdc94b11..cd8b1bc880d0 100644 --- a/ads/vendors/sas.md +++ b/ads/vendors/sas.md @@ -1,19 +1,3 @@ - - # SAS CI 360 Match ## Example diff --git a/ads/vendors/seedingalliance.js b/ads/vendors/seedingalliance.js index 3af775740163..104c8443ce93 100644 --- a/ads/vendors/seedingalliance.js +++ b/ads/vendors/seedingalliance.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/seedingalliance.md b/ads/vendors/seedingalliance.md index 9516a3d8cdf3..5d78b7d92b93 100644 --- a/ads/vendors/seedingalliance.md +++ b/ads/vendors/seedingalliance.md @@ -1,19 +1,3 @@ - - # Seeding Alliance ​ diff --git a/ads/vendors/sekindo.js b/ads/vendors/sekindo.js index d06ab724394f..3d950ca8e803 100644 --- a/ads/vendors/sekindo.js +++ b/ads/vendors/sekindo.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {hasOwn} from '#core/types/object'; import {loadScript, validateData} from '#3p/3p'; diff --git a/ads/vendors/sekindo.md b/ads/vendors/sekindo.md index 2cec7b3c1559..0fe07f6d05a8 100644 --- a/ads/vendors/sekindo.md +++ b/ads/vendors/sekindo.md @@ -1,19 +1,3 @@ - - # Sekindo ## Example diff --git a/ads/vendors/sharethrough.js b/ads/vendors/sharethrough.js index 6cf42c66fce2..fd44900cca57 100644 --- a/ads/vendors/sharethrough.js +++ b/ads/vendors/sharethrough.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/sharethrough.md b/ads/vendors/sharethrough.md index 2d5e7dc3980f..3a87006cc282 100644 --- a/ads/vendors/sharethrough.md +++ b/ads/vendors/sharethrough.md @@ -1,19 +1,3 @@ - - # Sharethrough ## Example diff --git a/ads/vendors/shemedia.js b/ads/vendors/shemedia.js index 8cd094bd7641..6f6d9381d8e5 100644 --- a/ads/vendors/shemedia.js +++ b/ads/vendors/shemedia.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/shemedia.md b/ads/vendors/shemedia.md index bc58eef22683..5102304f05f8 100644 --- a/ads/vendors/shemedia.md +++ b/ads/vendors/shemedia.md @@ -1,19 +1,3 @@ - - # SHE Media Your site must be an active member of the [SHE Media Partner Network](http://www.shemedia.com). Please contact [Support](mailto:support@shemedia.com) for specific tags for your site and information on configuration semantics. diff --git a/ads/vendors/slimcutmedia.js b/ads/vendors/slimcutmedia.js index e7f60cdc1756..b20ee8957f46 100644 --- a/ads/vendors/slimcutmedia.js +++ b/ads/vendors/slimcutmedia.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/slimcutmedia.md b/ads/vendors/slimcutmedia.md index 3258d07aeb36..65ce9864946f 100644 --- a/ads/vendors/slimcutmedia.md +++ b/ads/vendors/slimcutmedia.md @@ -1,19 +1,3 @@ - - # SlimCut Media ## Example diff --git a/ads/vendors/smartadserver.js b/ads/vendors/smartadserver.js index d004b386da8e..fc27c18b698f 100644 --- a/ads/vendors/smartadserver.js +++ b/ads/vendors/smartadserver.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript} from '#3p/3p'; /** diff --git a/ads/vendors/smartadserver.md b/ads/vendors/smartadserver.md index 68e8a99d12fa..c8c871e7911b 100644 --- a/ads/vendors/smartadserver.md +++ b/ads/vendors/smartadserver.md @@ -1,19 +1,3 @@ - - # SmartAdServer ## Example diff --git a/ads/vendors/smartclip.js b/ads/vendors/smartclip.js index b495efde999b..7061a79c79ba 100644 --- a/ads/vendors/smartclip.js +++ b/ads/vendors/smartclip.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/smartclip.md b/ads/vendors/smartclip.md index 5d044049534e..4f63a6fffa59 100644 --- a/ads/vendors/smartclip.md +++ b/ads/vendors/smartclip.md @@ -1,19 +1,3 @@ - - # smartclip ## Example diff --git a/ads/vendors/smi2.js b/ads/vendors/smi2.js index 1d0f00b6510d..c78108d63471 100644 --- a/ads/vendors/smi2.js +++ b/ads/vendors/smi2.js @@ -1,19 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/smi2.md b/ads/vendors/smi2.md index c7151529da80..902791ed376b 100644 --- a/ads/vendors/smi2.md +++ b/ads/vendors/smi2.md @@ -1,19 +1,3 @@ - - # Smi2 SMI2 is a service for personalizing content network. Please visit our [smi2.net](https://smi2.net) for more information. diff --git a/ads/vendors/smilewanted.js b/ads/vendors/smilewanted.js index e5c1168c43d4..97bd0d2cad8e 100644 --- a/ads/vendors/smilewanted.js +++ b/ads/vendors/smilewanted.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript} from '#3p/3p'; /** diff --git a/ads/vendors/smilewanted.md b/ads/vendors/smilewanted.md index af029c2e550f..dd28272bc9b1 100644 --- a/ads/vendors/smilewanted.md +++ b/ads/vendors/smilewanted.md @@ -1,19 +1,3 @@ - - # SmileWanted ## Example diff --git a/ads/vendors/sogouad.js b/ads/vendors/sogouad.js index 95db8d82d835..514d8dc4df00 100644 --- a/ads/vendors/sogouad.js +++ b/ads/vendors/sogouad.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/sogouad.md b/ads/vendors/sogouad.md index 50db68fa2c3b..252e70acd473 100644 --- a/ads/vendors/sogouad.md +++ b/ads/vendors/sogouad.md @@ -1,19 +1,3 @@ - - # Sogou ## Examples diff --git a/ads/vendors/sona.js b/ads/vendors/sona.js index 9e6c65df7836..c5d00220d628 100644 --- a/ads/vendors/sona.js +++ b/ads/vendors/sona.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; import {parseJson} from '#core/types/object/json'; diff --git a/ads/vendors/sona.md b/ads/vendors/sona.md index 982eed75a3b6..cd288f124575 100644 --- a/ads/vendors/sona.md +++ b/ads/vendors/sona.md @@ -1,19 +1,3 @@ - - # Sona ## Examples diff --git a/ads/vendors/sortable.js b/ads/vendors/sortable.js index 3f11dd46b7d7..1a2872f690e3 100644 --- a/ads/vendors/sortable.js +++ b/ads/vendors/sortable.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/sortable.md b/ads/vendors/sortable.md index d6eb418e4ccc..2b715add712d 100644 --- a/ads/vendors/sortable.md +++ b/ads/vendors/sortable.md @@ -1,19 +1,3 @@ - - # Sortable ## Examples diff --git a/ads/vendors/sovrn.js b/ads/vendors/sovrn.js index d8544a50bfc1..52d3d954c7f9 100644 --- a/ads/vendors/sovrn.js +++ b/ads/vendors/sovrn.js @@ -1,18 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ /* ********* * Existing sovrn customers feel free to contact amp-implementations@sovrn.com diff --git a/ads/vendors/speakol.js b/ads/vendors/speakol.js index 09584da5f8ba..709e0cfe0f7b 100644 --- a/ads/vendors/speakol.js +++ b/ads/vendors/speakol.js @@ -1,19 +1,4 @@ /* eslint-disable require-jsdoc */ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ import {loadScript, validateData} from '#3p/3p'; diff --git a/ads/vendors/speakol.md b/ads/vendors/speakol.md index db9f891ae43b..784035c86516 100644 --- a/ads/vendors/speakol.md +++ b/ads/vendors/speakol.md @@ -1,19 +1,3 @@ - - # Speakol Speakol support for AMP. diff --git a/ads/vendors/spotx.js b/ads/vendors/spotx.js index 533d132bc308..bdb5d6a8e8b6 100644 --- a/ads/vendors/spotx.js +++ b/ads/vendors/spotx.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {hasOwn} from '#core/types/object'; import {validateData} from '#3p/3p'; diff --git a/ads/vendors/spotx.md b/ads/vendors/spotx.md index 3cef336af976..b9773a44b298 100644 --- a/ads/vendors/spotx.md +++ b/ads/vendors/spotx.md @@ -1,19 +1,3 @@ - - # SpotX ## Example diff --git a/ads/vendors/springAds.js b/ads/vendors/springAds.js index 98c3a10c5c6c..efd0115a3d35 100644 --- a/ads/vendors/springAds.js +++ b/ads/vendors/springAds.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {computeInMasterFrame, loadScript} from '#3p/3p'; import {parseJson} from '#core/types/object/json'; diff --git a/ads/vendors/springAds.md b/ads/vendors/springAds.md index 8a697633b87b..17316781396a 100644 --- a/ads/vendors/springAds.md +++ b/ads/vendors/springAds.md @@ -1,19 +1,3 @@ - - # Spring AdTechnology ## Example diff --git a/ads/vendors/strossle.js b/ads/vendors/strossle.js index 3a9e005bd263..7eaddcf769ea 100644 --- a/ads/vendors/strossle.js +++ b/ads/vendors/strossle.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; const renderTo = 'strossle-widget'; diff --git a/ads/vendors/strossle.md b/ads/vendors/strossle.md index d2a1f030a58b..c5b3e9b21a8d 100644 --- a/ads/vendors/strossle.md +++ b/ads/vendors/strossle.md @@ -1,19 +1,3 @@ - - # Strossle Strossle provides technologies and revenue drivers helping publishers monetize the true value of their content. We use machine learning to match the right users with the right content, presented as best in class recommendations. You benefit from more engaged users and multitude of options to grow revenues from advertising and paid content. Please visit our [strossle.com](https://strossle.com) for more information. diff --git a/ads/vendors/sulvo.js b/ads/vendors/sulvo.js index d1028543767c..8bc1e86fbb8f 100644 --- a/ads/vendors/sulvo.js +++ b/ads/vendors/sulvo.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ import {loadScript} from '#3p/3p'; /** diff --git a/ads/vendors/sunmedia.js b/ads/vendors/sunmedia.js index 216f220c9345..3f27e55bb1d1 100644 --- a/ads/vendors/sunmedia.js +++ b/ads/vendors/sunmedia.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/sunmedia.md b/ads/vendors/sunmedia.md index 41b2953263be..cfff4ed59b01 100644 --- a/ads/vendors/sunmedia.md +++ b/ads/vendors/sunmedia.md @@ -1,19 +1,3 @@ - - # SunMedia ## Example diff --git a/ads/vendors/svknative.js b/ads/vendors/svknative.js index 54909ec90b46..eec95603820a 100644 --- a/ads/vendors/svknative.js +++ b/ads/vendors/svknative.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/svknative.md b/ads/vendors/svknative.md index 99c6357dc6d4..cdbcc0dfc37f 100644 --- a/ads/vendors/svknative.md +++ b/ads/vendors/svknative.md @@ -1,19 +1,3 @@ - - # SVK Native SVK Native is a content discovery platform. Please visit our [svk-native.ru](https://svk-native.ru) for more information. diff --git a/ads/vendors/swoop.js b/ads/vendors/swoop.js index 2023198fd924..0fa216bccf6e 100644 --- a/ads/vendors/swoop.js +++ b/ads/vendors/swoop.js @@ -1,19 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {computeInMasterFrame, loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/swoop.md b/ads/vendors/swoop.md index 54fe3e6c113a..9a450bacac0a 100644 --- a/ads/vendors/swoop.md +++ b/ads/vendors/swoop.md @@ -1,19 +1,3 @@ - - # Swoop ## Example diff --git a/ads/vendors/taboola.js b/ads/vendors/taboola.js index 4654e492a4fb..309b69c52081 100644 --- a/ads/vendors/taboola.js +++ b/ads/vendors/taboola.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/taboola.md b/ads/vendors/taboola.md index 715a1825d673..665701d1915a 100644 --- a/ads/vendors/taboola.md +++ b/ads/vendors/taboola.md @@ -1,19 +1,3 @@ - - # Taboola ## Example diff --git a/ads/vendors/tagon.js b/ads/vendors/tagon.js index bdae53799e34..bf6ff0309d94 100644 --- a/ads/vendors/tagon.js +++ b/ads/vendors/tagon.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript} from '#3p/3p'; /** diff --git a/ads/vendors/tagon.md b/ads/vendors/tagon.md index dbd18645ec36..8c4c160392a4 100644 --- a/ads/vendors/tagon.md +++ b/ads/vendors/tagon.md @@ -1,19 +1,3 @@ - - # Tagon ## Example diff --git a/ads/vendors/tail.js b/ads/vendors/tail.js index b4aff1cc8f9d..c146cc155941 100644 --- a/ads/vendors/tail.js +++ b/ads/vendors/tail.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/tail.md b/ads/vendors/tail.md index 4d27ca33af23..65156d75d5cb 100644 --- a/ads/vendors/tail.md +++ b/ads/vendors/tail.md @@ -1,19 +1,3 @@ - - # Tail How to use AMP data to create, serve ads and create personalized experiences on the web. diff --git a/ads/vendors/tcsemotion.js b/ads/vendors/tcsemotion.js index 239f2edeed25..a703d0aff94e 100644 --- a/ads/vendors/tcsemotion.js +++ b/ads/vendors/tcsemotion.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ import {validateData, writeScript} from '#3p/3p'; /** * @param {!Window} global diff --git a/ads/vendors/teads.js b/ads/vendors/teads.js index 24a52f149e1b..695cfb34a9d1 100644 --- a/ads/vendors/teads.js +++ b/ads/vendors/teads.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/teads.md b/ads/vendors/teads.md index d335fdf95c9e..fafea92e1877 100644 --- a/ads/vendors/teads.md +++ b/ads/vendors/teads.md @@ -1,19 +1,3 @@ - - # Teads ## Example diff --git a/ads/vendors/temedya.js b/ads/vendors/temedya.js index 3ace7887f04a..fc24a8613658 100644 --- a/ads/vendors/temedya.js +++ b/ads/vendors/temedya.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/temedya.md b/ads/vendors/temedya.md index f41d8c0b1d3e..7eb44eba2da8 100644 --- a/ads/vendors/temedya.md +++ b/ads/vendors/temedya.md @@ -1,19 +1,3 @@ - - # TE Medya ## Example of TE Medya's widget implementation diff --git a/ads/vendors/torimochi.js b/ads/vendors/torimochi.js index d29644ea6488..e57f4a2a353c 100644 --- a/ads/vendors/torimochi.js +++ b/ads/vendors/torimochi.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {parseJson} from '#core/types/object/json'; import {validateData, writeScript} from '#3p/3p'; diff --git a/ads/vendors/torimochi.md b/ads/vendors/torimochi.md index ace3227abd9e..c273b4fb49b2 100644 --- a/ads/vendors/torimochi.md +++ b/ads/vendors/torimochi.md @@ -1,19 +1,3 @@ - - # Torimochi ## Example diff --git a/ads/vendors/tracdelight.js b/ads/vendors/tracdelight.js index 8e1ffa3c9ad7..4e7c11fa09a1 100644 --- a/ads/vendors/tracdelight.js +++ b/ads/vendors/tracdelight.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/tracdelight.md b/ads/vendors/tracdelight.md index 04f9a55f0135..edd9ed102a94 100644 --- a/ads/vendors/tracdelight.md +++ b/ads/vendors/tracdelight.md @@ -1,19 +1,3 @@ - - # tracdelight ## Example diff --git a/ads/vendors/triplelift.js b/ads/vendors/triplelift.js index 11f7bdb6e5ce..dbfc6dd4070a 100644 --- a/ads/vendors/triplelift.js +++ b/ads/vendors/triplelift.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateSrcPrefix} from '#3p/3p'; /** diff --git a/ads/vendors/triplelift.md b/ads/vendors/triplelift.md index 3fca1effce99..40aeffec5789 100644 --- a/ads/vendors/triplelift.md +++ b/ads/vendors/triplelift.md @@ -1,19 +1,3 @@ - - # TripleLift ## Example diff --git a/ads/vendors/trugaze.js b/ads/vendors/trugaze.js index 8bd43e273e07..6b275f8f5cae 100644 --- a/ads/vendors/trugaze.js +++ b/ads/vendors/trugaze.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript} from '#3p/3p'; /** diff --git a/ads/vendors/trugaze.md b/ads/vendors/trugaze.md index b6c82a89dcdc..0b050dc32818 100644 --- a/ads/vendors/trugaze.md +++ b/ads/vendors/trugaze.md @@ -1,19 +1,3 @@ - - # Trugaze ## Example diff --git a/ads/vendors/ucfunnel.js b/ads/vendors/ucfunnel.js index 92f9bc4eb92f..9e8f7d61b8e8 100644 --- a/ads/vendors/ucfunnel.js +++ b/ads/vendors/ucfunnel.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/ucfunnel.md b/ads/vendors/ucfunnel.md index 33bffe572559..361e21bffee3 100644 --- a/ads/vendors/ucfunnel.md +++ b/ads/vendors/ucfunnel.md @@ -1,19 +1,3 @@ - - # ucfunnel ## Example diff --git a/ads/vendors/unruly.js b/ads/vendors/unruly.js index a119ae6cef57..b41a340311e5 100644 --- a/ads/vendors/unruly.js +++ b/ads/vendors/unruly.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/unruly.md b/ads/vendors/unruly.md index 1d25b3b59fb0..36dd70df9ae2 100644 --- a/ads/vendors/unruly.md +++ b/ads/vendors/unruly.md @@ -1,19 +1,3 @@ - - # Unruly ## Example diff --git a/ads/vendors/uzou.js b/ads/vendors/uzou.js index 71f8f7a30842..e7da69f3f6d5 100644 --- a/ads/vendors/uzou.js +++ b/ads/vendors/uzou.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; import {parseJson} from '#core/types/object/json'; diff --git a/ads/vendors/uzou.md b/ads/vendors/uzou.md index d36d1af9350e..1531877b34da 100644 --- a/ads/vendors/uzou.md +++ b/ads/vendors/uzou.md @@ -1,19 +1,3 @@ - - # UZOU For initial installation, let us know from [this form](https://docs.google.com/forms/d/e/1FAIpQLSdq18-oOnVZNuJG2pAAzMyjyfCVU69RryUJWwjwMbYLkOY4Zg/viewform). diff --git a/ads/vendors/valuecommerce.js b/ads/vendors/valuecommerce.js index 00289f02b149..3ac3e59b6015 100644 --- a/ads/vendors/valuecommerce.js +++ b/ads/vendors/valuecommerce.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/valuecommerce.md b/ads/vendors/valuecommerce.md index 185ed5bcef49..c8f492598190 100644 --- a/ads/vendors/valuecommerce.md +++ b/ads/vendors/valuecommerce.md @@ -1,19 +1,3 @@ - - # Valuecommerce ## Example diff --git a/ads/vendors/vdoai.js b/ads/vendors/vdoai.js index 96e352e6e3f5..d97c31da156a 100644 --- a/ads/vendors/vdoai.js +++ b/ads/vendors/vdoai.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript} from '#3p/3p'; /** * @param {!Window} global diff --git a/ads/vendors/vdoai.md b/ads/vendors/vdoai.md index 5e3a981381c6..57cdac23c680 100644 --- a/ads/vendors/vdoai.md +++ b/ads/vendors/vdoai.md @@ -1,19 +1,3 @@ - - # VDO.AI ## Example diff --git a/ads/vendors/verizonmedia.js b/ads/vendors/verizonmedia.js index 6abe96f1d87c..aaa118535f74 100644 --- a/ads/vendors/verizonmedia.js +++ b/ads/vendors/verizonmedia.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** * @param {!Window} global diff --git a/ads/vendors/verizonmedia.md b/ads/vendors/verizonmedia.md index b02b685ba2fa..46c6334fa1b6 100644 --- a/ads/vendors/verizonmedia.md +++ b/ads/vendors/verizonmedia.md @@ -1,19 +1,3 @@ - - # VerizonMedia ## Example diff --git a/ads/vendors/videointelligence.js b/ads/vendors/videointelligence.js index a04f45582609..a55871a595cc 100644 --- a/ads/vendors/videointelligence.js +++ b/ads/vendors/videointelligence.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/videointelligence.md b/ads/vendors/videointelligence.md index f13825949857..2df38ae10334 100644 --- a/ads/vendors/videointelligence.md +++ b/ads/vendors/videointelligence.md @@ -1,19 +1,3 @@ - - # video intelligence ## Example diff --git a/ads/vendors/videonow.js b/ads/vendors/videonow.js index f8ac93888996..74c0f770c04e 100644 --- a/ads/vendors/videonow.js +++ b/ads/vendors/videonow.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; import {parseJson} from '#core/types/object/json'; import {tryDecodeUriComponent} from '#core/types/string/url'; diff --git a/ads/vendors/videonow.md b/ads/vendors/videonow.md index a8b9db776b77..9c34f4264532 100644 --- a/ads/vendors/videonow.md +++ b/ads/vendors/videonow.md @@ -1,19 +1,3 @@ - - # VideoNow ## Example diff --git a/ads/vendors/viralize.js b/ads/vendors/viralize.js index a9ae73b2896d..e39abc1621d2 100644 --- a/ads/vendors/viralize.js +++ b/ads/vendors/viralize.js @@ -1,19 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {addParamsToUrl} from '../../src/url'; import {loadScript, validateData} from '#3p/3p'; import {parseJson} from '#core/types/object/json'; diff --git a/ads/vendors/viralize.md b/ads/vendors/viralize.md index 698ec2b882b8..37d1583fdf99 100644 --- a/ads/vendors/viralize.md +++ b/ads/vendors/viralize.md @@ -1,19 +1,3 @@ - - # Viralize ## Example diff --git a/ads/vendors/vlyby.js b/ads/vendors/vlyby.js index 3727777efe6d..77aaf41e7255 100644 --- a/ads/vendors/vlyby.js +++ b/ads/vendors/vlyby.js @@ -1,18 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ /* eslint-disable require-jsdoc */ import {validateData} from '#3p/3p'; diff --git a/ads/vendors/vlyby.md b/ads/vendors/vlyby.md index 5cc9ab9b1cf8..5afcbeacb068 100644 --- a/ads/vendors/vlyby.md +++ b/ads/vendors/vlyby.md @@ -1,19 +1,3 @@ - - # vlyby ## Example diff --git a/ads/vendors/vmfive.js b/ads/vendors/vmfive.js index b80cec18cf2a..0c50b6cf42c8 100644 --- a/ads/vendors/vmfive.js +++ b/ads/vendors/vmfive.js @@ -1,19 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData} from '#3p/3p'; /** diff --git a/ads/vendors/vmfive.md b/ads/vendors/vmfive.md index de86731012c6..a6a36d589289 100644 --- a/ads/vendors/vmfive.md +++ b/ads/vendors/vmfive.md @@ -1,19 +1,3 @@ - - # VMFIve ## Example diff --git a/ads/vendors/webediads.js b/ads/vendors/webediads.js index b61ca135229d..635ddac273ae 100644 --- a/ads/vendors/webediads.js +++ b/ads/vendors/webediads.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/webediads.md b/ads/vendors/webediads.md index 96072c2827b6..e6225292baac 100644 --- a/ads/vendors/webediads.md +++ b/ads/vendors/webediads.md @@ -1,19 +1,3 @@ - - # Webedia Adserver Private ad system deployed for all Webedia websites. diff --git a/ads/vendors/weborama.js b/ads/vendors/weborama.js index b18fdc019f30..4489d5a88c42 100644 --- a/ads/vendors/weborama.js +++ b/ads/vendors/weborama.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/weborama.md b/ads/vendors/weborama.md index 10b7fd4a987e..5aeda6a283ed 100644 --- a/ads/vendors/weborama.md +++ b/ads/vendors/weborama.md @@ -1,19 +1,3 @@ - - # Weborama ## Example diff --git a/ads/vendors/whopainfeed.js b/ads/vendors/whopainfeed.js index 4c41ab66b844..55a10ab671f9 100644 --- a/ads/vendors/whopainfeed.js +++ b/ads/vendors/whopainfeed.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/whopainfeed.md b/ads/vendors/whopainfeed.md index 18e968d52bf9..3c0ac41761e5 100644 --- a/ads/vendors/whopainfeed.md +++ b/ads/vendors/whopainfeed.md @@ -1,19 +1,3 @@ - - # Whopa InFeed ## Example installation of the InFeed widget diff --git a/ads/vendors/widespace.js b/ads/vendors/widespace.js index e637b6ebb9d8..65eda14564a3 100644 --- a/ads/vendors/widespace.js +++ b/ads/vendors/widespace.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/widespace.md b/ads/vendors/widespace.md index 95590e94e83d..4da9524e2c52 100644 --- a/ads/vendors/widespace.md +++ b/ads/vendors/widespace.md @@ -1,19 +1,3 @@ - - # Widespace ## Examples diff --git a/ads/vendors/wisteria.js b/ads/vendors/wisteria.js index 1d85395a2957..0a534eed531b 100644 --- a/ads/vendors/wisteria.js +++ b/ads/vendors/wisteria.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/wisteria.md b/ads/vendors/wisteria.md index 949eb3c472f2..f01f91f45bf8 100644 --- a/ads/vendors/wisteria.md +++ b/ads/vendors/wisteria.md @@ -1,19 +1,3 @@ - - # Wisteria ## Example diff --git a/ads/vendors/wpmedia.js b/ads/vendors/wpmedia.js index 5397fd387962..114070fb9113 100644 --- a/ads/vendors/wpmedia.js +++ b/ads/vendors/wpmedia.js @@ -1,19 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/wpmedia.md b/ads/vendors/wpmedia.md index d1a48e9ff3cd..60db68f03644 100644 --- a/ads/vendors/wpmedia.md +++ b/ads/vendors/wpmedia.md @@ -1,19 +1,3 @@ - - # WP Media (Wirtualna Polska) ## Examples diff --git a/ads/vendors/wunderkind.js b/ads/vendors/wunderkind.js index 5f988bbc07ac..74d4e146544e 100644 --- a/ads/vendors/wunderkind.js +++ b/ads/vendors/wunderkind.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/wunderkind.md b/ads/vendors/wunderkind.md index 1dbe7b543809..eb1404502477 100644 --- a/ads/vendors/wunderkind.md +++ b/ads/vendors/wunderkind.md @@ -1,19 +1,3 @@ - - # Wunderkind (formerly BounceX) ## Examples diff --git a/ads/vendors/xlift.js b/ads/vendors/xlift.js index 73f9fa757480..05bc24bada72 100644 --- a/ads/vendors/xlift.js +++ b/ads/vendors/xlift.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/xlift.md b/ads/vendors/xlift.md index 9c80e466fe38..680be67b8dbe 100644 --- a/ads/vendors/xlift.md +++ b/ads/vendors/xlift.md @@ -1,19 +1,3 @@ - - # Xlift ## Example diff --git a/ads/vendors/yahoo.js b/ads/vendors/yahoo.js index 9cd96e525947..6cf3d361a775 100644 --- a/ads/vendors/yahoo.js +++ b/ads/vendors/yahoo.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/yahoofedads.js b/ads/vendors/yahoofedads.js index c83cb981b692..41f0bc8bf394 100644 --- a/ads/vendors/yahoofedads.js +++ b/ads/vendors/yahoofedads.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/yahoofedads.md b/ads/vendors/yahoofedads.md index da639216ba8d..31baa1230352 100644 --- a/ads/vendors/yahoofedads.md +++ b/ads/vendors/yahoofedads.md @@ -1,19 +1,3 @@ - - # Yahoo Native-Display Ads Federation ## Example diff --git a/ads/vendors/yahoojp.js b/ads/vendors/yahoojp.js index d10d3af20458..0d8edfff7be1 100644 --- a/ads/vendors/yahoojp.js +++ b/ads/vendors/yahoojp.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/yahoojp.md b/ads/vendors/yahoojp.md index 49ac9792bddb..47fc136d74c1 100644 --- a/ads/vendors/yahoojp.md +++ b/ads/vendors/yahoojp.md @@ -1,19 +1,3 @@ - - # Yahoo JP ## Example diff --git a/ads/vendors/yahoonativeads.js b/ads/vendors/yahoonativeads.js index fddc0966f062..fa4346c0fded 100644 --- a/ads/vendors/yahoonativeads.js +++ b/ads/vendors/yahoonativeads.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/yahoonativeads.md b/ads/vendors/yahoonativeads.md index 88dafd25cd23..894f54db4e94 100644 --- a/ads/vendors/yahoonativeads.md +++ b/ads/vendors/yahoonativeads.md @@ -1,19 +1,3 @@ - - # Yahoo Native Ads ## Example diff --git a/ads/vendors/yandex.js b/ads/vendors/yandex.js index baab4f6a843b..ed351de578ab 100644 --- a/ads/vendors/yandex.js +++ b/ads/vendors/yandex.js @@ -1,18 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ import {loadScript, validateData} from '#3p/3p'; const n = 'yandexContextAsyncCallbacks'; diff --git a/ads/vendors/yandex.md b/ads/vendors/yandex.md index cc4a41059c1b..998370b70d56 100644 --- a/ads/vendors/yandex.md +++ b/ads/vendors/yandex.md @@ -1,19 +1,3 @@ - - # Yandex ## Example diff --git a/ads/vendors/yektanet.js b/ads/vendors/yektanet.js index ae4c2e17b2b4..ca543a6d6522 100644 --- a/ads/vendors/yektanet.js +++ b/ads/vendors/yektanet.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/yektanet.md b/ads/vendors/yektanet.md index 8594bf73f529..8f548b0d16ec 100644 --- a/ads/vendors/yektanet.md +++ b/ads/vendors/yektanet.md @@ -1,19 +1,3 @@ - - # Yektanet ## Example diff --git a/ads/vendors/yengo.js b/ads/vendors/yengo.js index 3c7d9e9817fa..016e05d83bc1 100644 --- a/ads/vendors/yengo.js +++ b/ads/vendors/yengo.js @@ -1,19 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/yengo.md b/ads/vendors/yengo.md index 651da4f92542..649fc5f98adf 100644 --- a/ads/vendors/yengo.md +++ b/ads/vendors/yengo.md @@ -1,19 +1,3 @@ - - # Yengo ## Example diff --git a/ads/vendors/yieldbot.js b/ads/vendors/yieldbot.js index 038b0ad7b16b..94df2f372902 100644 --- a/ads/vendors/yieldbot.js +++ b/ads/vendors/yieldbot.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {getMultiSizeDimensions} from '#ads/google/utils'; import {loadScript, validateData} from '#3p/3p'; import {rethrowAsync} from '#core/error'; diff --git a/ads/vendors/yieldbot.md b/ads/vendors/yieldbot.md index 171fb9997938..fe0c99259dcf 100644 --- a/ads/vendors/yieldbot.md +++ b/ads/vendors/yieldbot.md @@ -1,19 +1,3 @@ - - # Yieldbot Yieldbot can be configured as a demand source by using the Real Time Config (RTC) callout vendor specification. To be a demand source, Yieldbot is configured as an `rtc-config` vendor within an `amp-ad` network tag configuration. Specific Yieldbot publisher identifier and slot name configuration is made using callout vendor substitution macros listed in the table below. diff --git a/ads/vendors/yieldmo.js b/ads/vendors/yieldmo.js index 515f21b3e149..a1a5621af1b3 100644 --- a/ads/vendors/yieldmo.js +++ b/ads/vendors/yieldmo.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript} from '#3p/3p'; /** diff --git a/ads/vendors/yieldmo.md b/ads/vendors/yieldmo.md index 0f7145f7c712..69c118ebf06e 100644 --- a/ads/vendors/yieldmo.md +++ b/ads/vendors/yieldmo.md @@ -1,19 +1,3 @@ - - # Yieldmo ## Example diff --git a/ads/vendors/yieldone.js b/ads/vendors/yieldone.js index a9c813c05f85..7d3323ef62cb 100644 --- a/ads/vendors/yieldone.js +++ b/ads/vendors/yieldone.js @@ -1,19 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/yieldone.md b/ads/vendors/yieldone.md index c82d63528c63..8d751f8ce3ae 100644 --- a/ads/vendors/yieldone.md +++ b/ads/vendors/yieldone.md @@ -1,19 +1,3 @@ - - # Yield One ## Example diff --git a/ads/vendors/yieldpro.js b/ads/vendors/yieldpro.js index 16ab3f5e721b..d811de5e0509 100644 --- a/ads/vendors/yieldpro.js +++ b/ads/vendors/yieldpro.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {computeInMasterFrame, loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/yieldpro.md b/ads/vendors/yieldpro.md index 3c6752e7b467..2689f11cd947 100644 --- a/ads/vendors/yieldpro.md +++ b/ads/vendors/yieldpro.md @@ -1,19 +1,3 @@ - - # YieldPro ## Examples diff --git a/ads/vendors/zedo.js b/ads/vendors/zedo.js index f57fe0ff6ffc..703638f47fcc 100644 --- a/ads/vendors/zedo.js +++ b/ads/vendors/zedo.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData} from '#3p/3p'; /** diff --git a/ads/vendors/zen.js b/ads/vendors/zen.js index 3c8a2d8b08a2..a9ed57b4e4b2 100644 --- a/ads/vendors/zen.js +++ b/ads/vendors/zen.js @@ -1,18 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ import {loadScript, validateData} from '#3p/3p'; const n = 'yandexZenAsyncCallbacks'; diff --git a/ads/vendors/zen.md b/ads/vendors/zen.md index b568d0ee9cc0..01900ae89b40 100644 --- a/ads/vendors/zen.md +++ b/ads/vendors/zen.md @@ -1,19 +1,3 @@ - - # Zen ## Example diff --git a/ads/vendors/zergnet.js b/ads/vendors/zergnet.js index b6b78157df67..66a3a994437d 100644 --- a/ads/vendors/zergnet.js +++ b/ads/vendors/zergnet.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/zergnet.md b/ads/vendors/zergnet.md index d0f73f768eee..bbbe7dd782f6 100644 --- a/ads/vendors/zergnet.md +++ b/ads/vendors/zergnet.md @@ -1,19 +1,3 @@ - - # ZergNet ## Example diff --git a/ads/vendors/zucks.js b/ads/vendors/zucks.js index 1ab3c5f40136..36008b2e9253 100644 --- a/ads/vendors/zucks.js +++ b/ads/vendors/zucks.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {loadScript, validateData, writeScript} from '#3p/3p'; /** diff --git a/ads/vendors/zucks.md b/ads/vendors/zucks.md index 18c2bad6ff27..5c67d23b04d2 100644 --- a/ads/vendors/zucks.md +++ b/ads/vendors/zucks.md @@ -1,19 +1,3 @@ - - # Zucks ## Example diff --git a/amp.js b/amp.js index da7a844ac45d..edc040115d32 100755 --- a/amp.js +++ b/amp.js @@ -1,19 +1,4 @@ #!/usr/bin/env node -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ const { createTask, diff --git a/build-system/.eslintrc.js b/build-system/.eslintrc.js index c25b3cd13e80..760a84ec1132 100644 --- a/build-system/.eslintrc.js +++ b/build-system/.eslintrc.js @@ -1,18 +1,4 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ + module.exports = { 'env': { diff --git a/build-system/babel-config/.eslintrc.js b/build-system/babel-config/.eslintrc.js index 861792afd864..50668c50daa3 100644 --- a/build-system/babel-config/.eslintrc.js +++ b/build-system/babel-config/.eslintrc.js @@ -1,18 +1,4 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ + module.exports = { 'rules': { diff --git a/build-system/babel-config/empty-config.js b/build-system/babel-config/empty-config.js index 37e542bc8514..7f155a096539 100644 --- a/build-system/babel-config/empty-config.js +++ b/build-system/babel-config/empty-config.js @@ -1,18 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/babel-config/eslint-config.js b/build-system/babel-config/eslint-config.js index 00a623169a7f..9829d967a0cb 100644 --- a/build-system/babel-config/eslint-config.js +++ b/build-system/babel-config/eslint-config.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/babel-config/helpers.js b/build-system/babel-config/helpers.js index 9d57c76c74ff..7bb5e5fe3035 100644 --- a/build-system/babel-config/helpers.js +++ b/build-system/babel-config/helpers.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const argv = require('minimist')(process.argv.slice(2)); diff --git a/build-system/babel-config/import-resolver.js b/build-system/babel-config/import-resolver.js index eeb940710b8a..dc2122adf40b 100644 --- a/build-system/babel-config/import-resolver.js +++ b/build-system/babel-config/import-resolver.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const fs = require('fs'); diff --git a/build-system/babel-config/index.js b/build-system/babel-config/index.js index 572ad36db3c0..d17edd56a6bc 100644 --- a/build-system/babel-config/index.js +++ b/build-system/babel-config/index.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const fs = require('fs'); diff --git a/build-system/babel-config/jss-config.js b/build-system/babel-config/jss-config.js index dc3db7e32de8..7d996ec0297c 100644 --- a/build-system/babel-config/jss-config.js +++ b/build-system/babel-config/jss-config.js @@ -1,18 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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'; // Babel cannot directly return a valid css file. diff --git a/build-system/babel-config/post-closure-config.js b/build-system/babel-config/post-closure-config.js index e3209bcb7bf5..1b06061f828a 100644 --- a/build-system/babel-config/post-closure-config.js +++ b/build-system/babel-config/post-closure-config.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const argv = require('minimist')(process.argv.slice(2)); diff --git a/build-system/babel-config/test-config.js b/build-system/babel-config/test-config.js index 361ceacaf089..cb41d2c657d0 100644 --- a/build-system/babel-config/test-config.js +++ b/build-system/babel-config/test-config.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const argv = require('minimist')(process.argv.slice(2)); diff --git a/build-system/babel-config/unminified-config.js b/build-system/babel-config/unminified-config.js index 6bb7145535ab..b89e42db1724 100644 --- a/build-system/babel-config/unminified-config.js +++ b/build-system/babel-config/unminified-config.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const argv = require('minimist')(process.argv.slice(2)); diff --git a/build-system/babel-plugins/babel-plugin-amp-mode-transformer/index.js b/build-system/babel-plugins/babel-plugin-amp-mode-transformer/index.js index 02ef34e790a8..021c9787928f 100644 --- a/build-system/babel-plugins/babel-plugin-amp-mode-transformer/index.js +++ b/build-system/babel-plugins/babel-plugin-amp-mode-transformer/index.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ // @ts-nocheck /** diff --git a/build-system/babel-plugins/babel-plugin-amp-mode-transformer/test/fixtures/transform-assertions/no-transform/input.js b/build-system/babel-plugins/babel-plugin-amp-mode-transformer/test/fixtures/transform-assertions/no-transform/input.js index c786dcaa90b7..abab6e7e3048 100644 --- a/build-system/babel-plugins/babel-plugin-amp-mode-transformer/test/fixtures/transform-assertions/no-transform/input.js +++ b/build-system/babel-plugins/babel-plugin-amp-mode-transformer/test/fixtures/transform-assertions/no-transform/input.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const test = getMode().test; const localDev = getMode().localDev; const minified = getMode().minified; diff --git a/build-system/babel-plugins/babel-plugin-amp-mode-transformer/test/fixtures/transform-assertions/no-transform/output.js b/build-system/babel-plugins/babel-plugin-amp-mode-transformer/test/fixtures/transform-assertions/no-transform/output.js index 94c0e9342ade..abab6e7e3048 100644 --- a/build-system/babel-plugins/babel-plugin-amp-mode-transformer/test/fixtures/transform-assertions/no-transform/output.js +++ b/build-system/babel-plugins/babel-plugin-amp-mode-transformer/test/fixtures/transform-assertions/no-transform/output.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ const test = getMode().test; const localDev = getMode().localDev; const minified = getMode().minified; diff --git a/build-system/babel-plugins/babel-plugin-amp-mode-transformer/test/fixtures/transform-assertions/nomodule/input.js b/build-system/babel-plugins/babel-plugin-amp-mode-transformer/test/fixtures/transform-assertions/nomodule/input.js index 094cba5ba364..5ed0d2a79e59 100644 --- a/build-system/babel-plugins/babel-plugin-amp-mode-transformer/test/fixtures/transform-assertions/nomodule/input.js +++ b/build-system/babel-plugins/babel-plugin-amp-mode-transformer/test/fixtures/transform-assertions/nomodule/input.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import { getMode } from '../../../../../../../src/mode'; const test = getMode().test; diff --git a/build-system/babel-plugins/babel-plugin-amp-mode-transformer/test/fixtures/transform-assertions/nomodule/output.mjs b/build-system/babel-plugins/babel-plugin-amp-mode-transformer/test/fixtures/transform-assertions/nomodule/output.mjs index 3ad2689e8c47..45d07c8f35f3 100644 --- a/build-system/babel-plugins/babel-plugin-amp-mode-transformer/test/fixtures/transform-assertions/nomodule/output.mjs +++ b/build-system/babel-plugins/babel-plugin-amp-mode-transformer/test/fixtures/transform-assertions/nomodule/output.mjs @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ import { getMode } from '../../../../../../../src/mode'; const test = false; const localDev = false; diff --git a/build-system/babel-plugins/babel-plugin-amp-mode-transformer/test/fixtures/transform-assertions/transform/input.js b/build-system/babel-plugins/babel-plugin-amp-mode-transformer/test/fixtures/transform-assertions/transform/input.js index a367141d0242..a09906875f74 100644 --- a/build-system/babel-plugins/babel-plugin-amp-mode-transformer/test/fixtures/transform-assertions/transform/input.js +++ b/build-system/babel-plugins/babel-plugin-amp-mode-transformer/test/fixtures/transform-assertions/transform/input.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import { getMode } from '../../../../../../../src/mode'; import * as mode from '#core/mode'; diff --git a/build-system/babel-plugins/babel-plugin-amp-mode-transformer/test/fixtures/transform-assertions/transform/output.mjs b/build-system/babel-plugins/babel-plugin-amp-mode-transformer/test/fixtures/transform-assertions/transform/output.mjs index 296632e58eb7..3f3567f2cc3e 100644 --- a/build-system/babel-plugins/babel-plugin-amp-mode-transformer/test/fixtures/transform-assertions/transform/output.mjs +++ b/build-system/babel-plugins/babel-plugin-amp-mode-transformer/test/fixtures/transform-assertions/transform/output.mjs @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ import { getMode } from '../../../../../../../src/mode'; import * as mode from '#core/mode'; const test = false; diff --git a/build-system/babel-plugins/babel-plugin-amp-mode-transformer/test/index.js b/build-system/babel-plugins/babel-plugin-amp-mode-transformer/test/index.js index 7b6d7376a749..23251129fae9 100644 --- a/build-system/babel-plugins/babel-plugin-amp-mode-transformer/test/index.js +++ b/build-system/babel-plugins/babel-plugin-amp-mode-transformer/test/index.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const runner = require('@babel/helper-plugin-test-runner').default; runner(__dirname); diff --git a/build-system/babel-plugins/babel-plugin-const-transformer/index.js b/build-system/babel-plugins/babel-plugin-const-transformer/index.js index c9fe348810e7..451def53e0bf 100644 --- a/build-system/babel-plugins/babel-plugin-const-transformer/index.js +++ b/build-system/babel-plugins/babel-plugin-const-transformer/index.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /** * @interface {babel.PluginPass} * @param {babel} babel diff --git a/build-system/babel-plugins/babel-plugin-const-transformer/test/fixtures/transform-assertions/ignored-let/input.js b/build-system/babel-plugins/babel-plugin-const-transformer/test/fixtures/transform-assertions/ignored-let/input.js index 58ec6a4619f2..ef04009975b5 100644 --- a/build-system/babel-plugins/babel-plugin-const-transformer/test/fixtures/transform-assertions/ignored-let/input.js +++ b/build-system/babel-plugins/babel-plugin-const-transformer/test/fixtures/transform-assertions/ignored-let/input.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - let foo = true; let bar = 1; let baz = NaN; diff --git a/build-system/babel-plugins/babel-plugin-const-transformer/test/fixtures/transform-assertions/ignored-let/output.js b/build-system/babel-plugins/babel-plugin-const-transformer/test/fixtures/transform-assertions/ignored-let/output.js index 3b4e5eec2a88..ef04009975b5 100644 --- a/build-system/babel-plugins/babel-plugin-const-transformer/test/fixtures/transform-assertions/ignored-let/output.js +++ b/build-system/babel-plugins/babel-plugin-const-transformer/test/fixtures/transform-assertions/ignored-let/output.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ let foo = true; let bar = 1; let baz = NaN; @@ -36,4 +21,4 @@ thing: { let yep = 'hello'; let another = {}; let array = []; -} \ No newline at end of file +} diff --git a/build-system/babel-plugins/babel-plugin-const-transformer/test/fixtures/transform-assertions/ignored-var/input.js b/build-system/babel-plugins/babel-plugin-const-transformer/test/fixtures/transform-assertions/ignored-var/input.js index 1be6fa370b5d..2f0700a9a99e 100644 --- a/build-system/babel-plugins/babel-plugin-const-transformer/test/fixtures/transform-assertions/ignored-var/input.js +++ b/build-system/babel-plugins/babel-plugin-const-transformer/test/fixtures/transform-assertions/ignored-var/input.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - var foo = true; var bar = 1; var baz = NaN; diff --git a/build-system/babel-plugins/babel-plugin-const-transformer/test/fixtures/transform-assertions/ignored-var/output.js b/build-system/babel-plugins/babel-plugin-const-transformer/test/fixtures/transform-assertions/ignored-var/output.js index 3d40d849889c..2f0700a9a99e 100644 --- a/build-system/babel-plugins/babel-plugin-const-transformer/test/fixtures/transform-assertions/ignored-var/output.js +++ b/build-system/babel-plugins/babel-plugin-const-transformer/test/fixtures/transform-assertions/ignored-var/output.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ var foo = true; var bar = 1; var baz = NaN; diff --git a/build-system/babel-plugins/babel-plugin-const-transformer/test/fixtures/transform-assertions/should-transform/input.js b/build-system/babel-plugins/babel-plugin-const-transformer/test/fixtures/transform-assertions/should-transform/input.js index 601818da4b0b..6ff6086c188d 100644 --- a/build-system/babel-plugins/babel-plugin-const-transformer/test/fixtures/transform-assertions/should-transform/input.js +++ b/build-system/babel-plugins/babel-plugin-const-transformer/test/fixtures/transform-assertions/should-transform/input.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const foo = true; const bar = 1; const baz = NaN; diff --git a/build-system/babel-plugins/babel-plugin-const-transformer/test/fixtures/transform-assertions/should-transform/output.js b/build-system/babel-plugins/babel-plugin-const-transformer/test/fixtures/transform-assertions/should-transform/output.js index 3b4e5eec2a88..ef04009975b5 100644 --- a/build-system/babel-plugins/babel-plugin-const-transformer/test/fixtures/transform-assertions/should-transform/output.js +++ b/build-system/babel-plugins/babel-plugin-const-transformer/test/fixtures/transform-assertions/should-transform/output.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ let foo = true; let bar = 1; let baz = NaN; @@ -36,4 +21,4 @@ thing: { let yep = 'hello'; let another = {}; let array = []; -} \ No newline at end of file +} diff --git a/build-system/babel-plugins/babel-plugin-const-transformer/test/index.js b/build-system/babel-plugins/babel-plugin-const-transformer/test/index.js index bb2e50c56b6a..23251129fae9 100644 --- a/build-system/babel-plugins/babel-plugin-const-transformer/test/index.js +++ b/build-system/babel-plugins/babel-plugin-const-transformer/test/index.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const runner = require('@babel/helper-plugin-test-runner').default; runner(__dirname); diff --git a/build-system/babel-plugins/babel-plugin-imported-helpers/index.js b/build-system/babel-plugins/babel-plugin-imported-helpers/index.js index 5bf1b6459d29..bf53e4d93e1a 100644 --- a/build-system/babel-plugins/babel-plugin-imported-helpers/index.js +++ b/build-system/babel-plugins/babel-plugin-imported-helpers/index.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const {addDefault} = require('@babel/helper-module-imports'); /** diff --git a/build-system/babel-plugins/babel-plugin-imported-helpers/test/fixtures/transform-assertions/imported-helpers/input.mjs b/build-system/babel-plugins/babel-plugin-imported-helpers/test/fixtures/transform-assertions/imported-helpers/input.mjs index f9af7488cdf3..f8e84852b8db 100644 --- a/build-system/babel-plugins/babel-plugin-imported-helpers/test/fixtures/transform-assertions/imported-helpers/input.mjs +++ b/build-system/babel-plugins/babel-plugin-imported-helpers/test/fixtures/transform-assertions/imported-helpers/input.mjs @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const {a, b, ...c} = foo; const {d, e, ...f} = bar; diff --git a/build-system/babel-plugins/babel-plugin-imported-helpers/test/fixtures/transform-assertions/imported-helpers/output.mjs b/build-system/babel-plugins/babel-plugin-imported-helpers/test/fixtures/transform-assertions/imported-helpers/output.mjs index 51b767785c41..0077fdad9f04 100644 --- a/build-system/babel-plugins/babel-plugin-imported-helpers/test/fixtures/transform-assertions/imported-helpers/output.mjs +++ b/build-system/babel-plugins/babel-plugin-imported-helpers/test/fixtures/transform-assertions/imported-helpers/output.mjs @@ -1,21 +1,6 @@ import _objectSpread from "@babel/runtime/helpers/objectSpread2"; import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose"; -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ const _foo = foo, a = _foo.a, b = _foo.b, diff --git a/build-system/babel-plugins/babel-plugin-imported-helpers/test/index.js b/build-system/babel-plugins/babel-plugin-imported-helpers/test/index.js index 762295c3a9c8..23251129fae9 100644 --- a/build-system/babel-plugins/babel-plugin-imported-helpers/test/index.js +++ b/build-system/babel-plugins/babel-plugin-imported-helpers/test/index.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const runner = require('@babel/helper-plugin-test-runner').default; runner(__dirname); diff --git a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/index.js b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/index.js index 1e4654a5c7a1..85dc861a1ad9 100644 --- a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/index.js +++ b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/index.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ // @ts-nocheck const typeMap = { diff --git a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/no-transform-user-assert/input.js b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/no-transform-user-assert/input.js index 3f14b75234ca..9fe38d830f51 100644 --- a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/no-transform-user-assert/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/no-transform-user-assert/input.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ user().assert(1 + 1); let result = user().assert(user(), 'hello', 'world'); let result2 = user().assert(true); diff --git a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/no-transform-user-assert/output.js b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/no-transform-user-assert/output.js index 3f14b75234ca..9fe38d830f51 100644 --- a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/no-transform-user-assert/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/no-transform-user-assert/output.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ user().assert(1 + 1); let result = user().assert(user(), 'hello', 'world'); let result2 = user().assert(true); diff --git a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/no-transform-userAssert/input.js b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/no-transform-userAssert/input.js index ee9c16c73ba6..30f9cb025d60 100644 --- a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/no-transform-userAssert/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/no-transform-userAssert/input.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ userAssert(1 + 1); userAssert(dev().assert(2 + 2)); userAssert(); diff --git a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/no-transform-userAssert/output.js b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/no-transform-userAssert/output.js index 683a7e7ebca2..ec6b5269825b 100644 --- a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/no-transform-userAssert/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/no-transform-userAssert/output.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ userAssert(1 + 1); userAssert(dev().assert(2 + 2)); userAssert(); diff --git a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/no-transform/input.js b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/no-transform/input.js index 4833e4899415..b5dc8b6de087 100644 --- a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/no-transform/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/no-transform/input.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ dev().assertSomeMethod(dev()); dev.assert(dev()); const hello = dev().assertSomeMethod(dev()); diff --git a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/no-transform/output.js b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/no-transform/output.js index 4833e4899415..b5dc8b6de087 100644 --- a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/no-transform/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/no-transform/output.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ dev().assertSomeMethod(dev()); dev.assert(dev()); const hello = dev().assertSomeMethod(dev()); diff --git a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/preserve-parens/input.js b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/preserve-parens/input.js index 0bc923d2126b..c939f06b4d45 100644 --- a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/preserve-parens/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/preserve-parens/input.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ /** @type {x} */ (dev().assertElement(dev())); function hello() { diff --git a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/preserve-parens/output.js b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/preserve-parens/output.js index 12c71af8ec96..fb9a9db48405 100644 --- a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/preserve-parens/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/preserve-parens/output.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /** @type {x} */ /** @type {!Element} */ diff --git a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-boolean-non/input.js b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-boolean-non/input.js index 7668914ba7b1..6fc5374c6e87 100644 --- a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-boolean-non/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-boolean-non/input.js @@ -1,16 +1 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ dev().assertBoolean(null); diff --git a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-boolean-non/output.js b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-boolean-non/output.js index 66aeec4974bd..ccddc1312dc9 100644 --- a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-boolean-non/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-boolean-non/output.js @@ -1,18 +1,2 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /** @type {boolean} */ (null); diff --git a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-boolean/input.js b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-boolean/input.js index 23b258faaa86..cc51ec33a868 100644 --- a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-boolean/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-boolean/input.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ const falsey = false; dev().assertBoolean(falsey); dev().assertBoolean(true); diff --git a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-boolean/output.js b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-boolean/output.js index b0cbb07e0e9e..3a2614aa5155 100644 --- a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-boolean/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-boolean/output.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ const falsey = false; /** @type {boolean} */ diff --git a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-element/input.js b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-element/input.js index 60d8a5251975..f0761d31ed62 100644 --- a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-element/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-element/input.js @@ -1,17 +1,2 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ dev().assertElement(element); let result = dev().assertElement(element, 'hello', 'world'); diff --git a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-element/output.js b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-element/output.js index 109bfd9a52fa..acd4676f39ff 100644 --- a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-element/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-element/output.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /** @type {!Element} */ (element); let result = diff --git a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-number-non/input.js b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-number-non/input.js index 7e78fd300345..ba7bb1ef18ba 100644 --- a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-number-non/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-number-non/input.js @@ -1,16 +1 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ dev().assertNumber(null); diff --git a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-number-non/output.js b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-number-non/output.js index be940bbcef05..4a50c1ed57ee 100644 --- a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-number-non/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-number-non/output.js @@ -1,18 +1,2 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /** @type {number} */ (null); diff --git a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-number/input.js b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-number/input.js index b22567373263..ababeb659caa 100644 --- a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-number/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-number/input.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ let num = 5; dev().assertNumber(num); dev().assertNumber(1 + 1); diff --git a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-number/output.js b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-number/output.js index f7361847231c..dd8816fcdc69 100644 --- a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-number/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-number/output.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ let num = 5; /** @type {number} */ diff --git a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-string-not-string-non/input.js b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-string-not-string-non/input.js index 437c670e9107..94a8e3bcd497 100644 --- a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-string-not-string-non/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-string-not-string-non/input.js @@ -1,16 +1 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ dev().assertString(null); diff --git a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-string-not-string-non/output.js b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-string-not-string-non/output.js index d264b0ed05f4..dc302249d2d7 100644 --- a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-string-not-string-non/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-string-not-string-non/output.js @@ -1,18 +1,2 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /** @type {string} */ (null); diff --git a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-string/input.js b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-string/input.js index 7402b3c2d359..b466428cc786 100644 --- a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-string/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-string/input.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ let str = 'foo'; dev().assertString(str); dev().assertString('hello'); diff --git a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-string/output.js b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-string/output.js index b6f4a187e125..472b7db7e0a5 100644 --- a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-string/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert-string/output.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ let str = 'foo'; /** @type {string} */ diff --git a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert/input.js b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert/input.js index a51e7d50922f..6b3ff58cb14b 100644 --- a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert/input.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ dev().assert(1 + 1); dev().assert(dev().assert(2 + 2)); let result = dev().assert(foo, 'hello', 'world'); diff --git a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert/output.js b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert/output.js index a51e7d50922f..6b3ff58cb14b 100644 --- a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-dev-assert/output.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ dev().assert(1 + 1); dev().assert(dev().assert(2 + 2)); let result = dev().assert(foo, 'hello', 'world'); diff --git a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-devAssert-empty-string/input.js b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-devAssert-empty-string/input.js index 0ece38875290..b727110ae5d8 100644 --- a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-devAssert-empty-string/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-devAssert-empty-string/input.js @@ -1,16 +1 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ devAssert(''); diff --git a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-devAssert-empty-string/output.js b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-devAssert-empty-string/output.js index 0ece38875290..b727110ae5d8 100644 --- a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-devAssert-empty-string/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-devAssert-empty-string/output.js @@ -1,16 +1 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ devAssert(''); diff --git a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-devAssert-false/input.js b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-devAssert-false/input.js index ed957dacf406..ca0fce0eb59c 100644 --- a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-devAssert-false/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-devAssert-false/input.js @@ -1,16 +1 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ devAssert(false); diff --git a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-devAssert-false/output.js b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-devAssert-false/output.js index ed957dacf406..ca0fce0eb59c 100644 --- a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-devAssert-false/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-devAssert-false/output.js @@ -1,16 +1 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ devAssert(false); diff --git a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-devAssert-null/input.js b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-devAssert-null/input.js index 1bac650951bc..712a3fbe6375 100644 --- a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-devAssert-null/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-devAssert-null/input.js @@ -1,16 +1 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ devAssert(null); diff --git a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-devAssert-null/output.js b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-devAssert-null/output.js index 1bac650951bc..712a3fbe6375 100644 --- a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-devAssert-null/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-devAssert-null/output.js @@ -1,16 +1 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ devAssert(null); diff --git a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-devAssert-zero/input.js b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-devAssert-zero/input.js index 09bca5fa5ee9..804cd240969c 100644 --- a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-devAssert-zero/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-devAssert-zero/input.js @@ -1,16 +1 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ devAssert(0); diff --git a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-devAssert-zero/output.js b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-devAssert-zero/output.js index 09bca5fa5ee9..804cd240969c 100644 --- a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-devAssert-zero/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-devAssert-zero/output.js @@ -1,16 +1 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ devAssert(0); diff --git a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-devAssert/input.js b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-devAssert/input.js index 5b9db4a5faad..82e81ab01ca6 100644 --- a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-devAssert/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-devAssert/input.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ devAssert(1 + 1); devAssert(dev().assert(2 + 2)); let result = devAssert(foo, 'hello', 'world'); diff --git a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-devAssert/output.js b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-devAssert/output.js index 3f42f0a6bccb..add768a69c7b 100644 --- a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-devAssert/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/fixtures/transform-assertions/transform-devAssert/output.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ devAssert(1 + 1); devAssert(dev().assert(2 + 2)); let result = devAssert(foo); diff --git a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/index.js b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/index.js index 7b6d7376a749..23251129fae9 100644 --- a/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/index.js +++ b/build-system/babel-plugins/babel-plugin-transform-amp-asserts/test/index.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const runner = require('@babel/helper-plugin-test-runner').default; runner(__dirname); diff --git a/build-system/babel-plugins/babel-plugin-transform-amp-extension-call/index.js b/build-system/babel-plugins/babel-plugin-transform-amp-extension-call/index.js index 4d2dde099ab1..73ddbdc408fb 100644 --- a/build-system/babel-plugins/babel-plugin-transform-amp-extension-call/index.js +++ b/build-system/babel-plugins/babel-plugin-transform-amp-extension-call/index.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ // @ts-nocheck /** diff --git a/build-system/babel-plugins/babel-plugin-transform-amp-extension-call/test/fixtures/transform-call/transform-simple-body/input.js b/build-system/babel-plugins/babel-plugin-transform-amp-extension-call/test/fixtures/transform-call/transform-simple-body/input.js index f40d47cc5071..f8913925619f 100644 --- a/build-system/babel-plugins/babel-plugin-transform-amp-extension-call/test/fixtures/transform-call/transform-simple-body/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-amp-extension-call/test/fixtures/transform-call/transform-simple-body/input.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - AMP.extension('amp-mustache', '0.2', function(AMP) { AMP.registerTemplate(TAG, AmpMustache); }); diff --git a/build-system/babel-plugins/babel-plugin-transform-amp-extension-call/test/fixtures/transform-call/transform-simple-body/output.js b/build-system/babel-plugins/babel-plugin-transform-amp-extension-call/test/fixtures/transform-call/transform-simple-body/output.js index be574dbfeb24..14cacea71e70 100644 --- a/build-system/babel-plugins/babel-plugin-transform-amp-extension-call/test/fixtures/transform-call/transform-simple-body/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-amp-extension-call/test/fixtures/transform-call/transform-simple-body/output.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ (function (AMP) { AMP.registerTemplate(TAG, AmpMustache); })(self.AMP); diff --git a/build-system/babel-plugins/babel-plugin-transform-amp-extension-call/test/index.js b/build-system/babel-plugins/babel-plugin-transform-amp-extension-call/test/index.js index 44564fa07fec..23251129fae9 100644 --- a/build-system/babel-plugins/babel-plugin-transform-amp-extension-call/test/index.js +++ b/build-system/babel-plugins/babel-plugin-transform-amp-extension-call/test/index.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const runner = require('@babel/helper-plugin-test-runner').default; runner(__dirname); diff --git a/build-system/babel-plugins/babel-plugin-transform-annotation-to-extern/index.js b/build-system/babel-plugins/babel-plugin-transform-annotation-to-extern/index.js index 10301ab9f0fb..e90afb0246d9 100644 --- a/build-system/babel-plugins/babel-plugin-transform-annotation-to-extern/index.js +++ b/build-system/babel-plugins/babel-plugin-transform-annotation-to-extern/index.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // Global typedef map typedefName: typedef comment const TYPEDEFS = new Map(); diff --git a/build-system/babel-plugins/babel-plugin-transform-annotation-to-extern/test/fixtures/extract-annotations/emit-typedefs/input.js b/build-system/babel-plugins/babel-plugin-transform-annotation-to-extern/test/fixtures/extract-annotations/emit-typedefs/input.js index 5ecec154f531..42fc36ad455b 100644 --- a/build-system/babel-plugins/babel-plugin-transform-annotation-to-extern/test/fixtures/extract-annotations/emit-typedefs/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-annotation-to-extern/test/fixtures/extract-annotations/emit-typedefs/input.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /** * @typedef {{ * viewportRect: !LayoutRectDef, diff --git a/build-system/babel-plugins/babel-plugin-transform-annotation-to-extern/test/fixtures/extract-annotations/emit-typedefs/output.js b/build-system/babel-plugins/babel-plugin-transform-annotation-to-extern/test/fixtures/extract-annotations/emit-typedefs/output.js index a5ef418e9e81..4a6f2852a0f8 100644 --- a/build-system/babel-plugins/babel-plugin-transform-annotation-to-extern/test/fixtures/extract-annotations/emit-typedefs/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-annotation-to-extern/test/fixtures/extract-annotations/emit-typedefs/output.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /**/ /** @const */ diff --git a/build-system/babel-plugins/babel-plugin-transform-annotation-to-extern/test/fixtures/extract-annotations/remove-typedefs/input.js b/build-system/babel-plugins/babel-plugin-transform-annotation-to-extern/test/fixtures/extract-annotations/remove-typedefs/input.js index a7379d37dab6..38bd9414811b 100644 --- a/build-system/babel-plugins/babel-plugin-transform-annotation-to-extern/test/fixtures/extract-annotations/remove-typedefs/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-annotation-to-extern/test/fixtures/extract-annotations/remove-typedefs/input.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /** * @typedef {{ * viewportRect: !LayoutRectDef, diff --git a/build-system/babel-plugins/babel-plugin-transform-annotation-to-extern/test/fixtures/extract-annotations/remove-typedefs/output.js b/build-system/babel-plugins/babel-plugin-transform-annotation-to-extern/test/fixtures/extract-annotations/remove-typedefs/output.js index 4e019c31763b..f44123285a76 100644 --- a/build-system/babel-plugins/babel-plugin-transform-annotation-to-extern/test/fixtures/extract-annotations/remove-typedefs/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-annotation-to-extern/test/fixtures/extract-annotations/remove-typedefs/output.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /**/ /** diff --git a/build-system/babel-plugins/babel-plugin-transform-annotation-to-extern/test/index.js b/build-system/babel-plugins/babel-plugin-transform-annotation-to-extern/test/index.js index 44564fa07fec..23251129fae9 100644 --- a/build-system/babel-plugins/babel-plugin-transform-annotation-to-extern/test/index.js +++ b/build-system/babel-plugins/babel-plugin-transform-annotation-to-extern/test/index.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const runner = require('@babel/helper-plugin-test-runner').default; runner(__dirname); diff --git a/build-system/babel-plugins/babel-plugin-transform-default-assignment/index.js b/build-system/babel-plugins/babel-plugin-transform-default-assignment/index.js index 9434311e73a1..ca1e273fff6b 100644 --- a/build-system/babel-plugins/babel-plugin-transform-default-assignment/index.js +++ b/build-system/babel-plugins/babel-plugin-transform-default-assignment/index.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /** * Injects alias identifiers for values with default assignments. * Closure can't correctly type-narrow the defaulted value to exclude `undefined`, diff --git a/build-system/babel-plugins/babel-plugin-transform-default-assignment/test/fixtures/transform-assertions/should-transform-param-destructures/input.js b/build-system/babel-plugins/babel-plugin-transform-default-assignment/test/fixtures/transform-assertions/should-transform-param-destructures/input.js index 569aff39effb..d2d62e908cef 100644 --- a/build-system/babel-plugins/babel-plugin-transform-default-assignment/test/fixtures/transform-assertions/should-transform-param-destructures/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-default-assignment/test/fixtures/transform-assertions/should-transform-param-destructures/input.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - function test({a = 1, b: bb = 2}, [c = 3]) { a; bb diff --git a/build-system/babel-plugins/babel-plugin-transform-default-assignment/test/fixtures/transform-assertions/should-transform-param-destructures/output.js b/build-system/babel-plugins/babel-plugin-transform-default-assignment/test/fixtures/transform-assertions/should-transform-param-destructures/output.js index b0e794741a1f..109367ebedf1 100644 --- a/build-system/babel-plugins/babel-plugin-transform-default-assignment/test/fixtures/transform-assertions/should-transform-param-destructures/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-default-assignment/test/fixtures/transform-assertions/should-transform-param-destructures/output.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ function test({ a = 1, b: bb = 2 diff --git a/build-system/babel-plugins/babel-plugin-transform-default-assignment/test/fixtures/transform-assertions/should-transform-param/input.js b/build-system/babel-plugins/babel-plugin-transform-default-assignment/test/fixtures/transform-assertions/should-transform-param/input.js index f2bbfaf79ef5..cf7fbc5d8e73 100644 --- a/build-system/babel-plugins/babel-plugin-transform-default-assignment/test/fixtures/transform-assertions/should-transform-param/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-default-assignment/test/fixtures/transform-assertions/should-transform-param/input.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - function test(param = 1) { param; } diff --git a/build-system/babel-plugins/babel-plugin-transform-default-assignment/test/fixtures/transform-assertions/should-transform-param/output.js b/build-system/babel-plugins/babel-plugin-transform-default-assignment/test/fixtures/transform-assertions/should-transform-param/output.js index 2c829122e407..7571a5ac9704 100644 --- a/build-system/babel-plugins/babel-plugin-transform-default-assignment/test/fixtures/transform-assertions/should-transform-param/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-default-assignment/test/fixtures/transform-assertions/should-transform-param/output.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ function test(param = 1) { let _param = param; _param; diff --git a/build-system/babel-plugins/babel-plugin-transform-default-assignment/test/fixtures/transform-assertions/throws-on-param-assignment-with-destructure/input.js b/build-system/babel-plugins/babel-plugin-transform-default-assignment/test/fixtures/transform-assertions/throws-on-param-assignment-with-destructure/input.js index 26f47494019f..0fbe71cc15e0 100644 --- a/build-system/babel-plugins/babel-plugin-transform-default-assignment/test/fixtures/transform-assertions/throws-on-param-assignment-with-destructure/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-default-assignment/test/fixtures/transform-assertions/throws-on-param-assignment-with-destructure/input.js @@ -1,18 +1,2 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - function test({x} = {}) { } diff --git a/build-system/babel-plugins/babel-plugin-transform-default-assignment/test/fixtures/transform-assertions/throws-when-default-destructure-references-default-destructure/input.js b/build-system/babel-plugins/babel-plugin-transform-default-assignment/test/fixtures/transform-assertions/throws-when-default-destructure-references-default-destructure/input.js index 7204095eb60c..e35b345a5400 100644 --- a/build-system/babel-plugins/babel-plugin-transform-default-assignment/test/fixtures/transform-assertions/throws-when-default-destructure-references-default-destructure/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-default-assignment/test/fixtures/transform-assertions/throws-when-default-destructure-references-default-destructure/input.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - function test({a = 1}, {b = a}) { a; b; diff --git a/build-system/babel-plugins/babel-plugin-transform-default-assignment/test/fixtures/transform-assertions/throws-when-default-destructure-references-default/input.js b/build-system/babel-plugins/babel-plugin-transform-default-assignment/test/fixtures/transform-assertions/throws-when-default-destructure-references-default/input.js index 43817c0243bd..579f73a82b25 100644 --- a/build-system/babel-plugins/babel-plugin-transform-default-assignment/test/fixtures/transform-assertions/throws-when-default-destructure-references-default/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-default-assignment/test/fixtures/transform-assertions/throws-when-default-destructure-references-default/input.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - function test(a = 1, {b = a}) { a; b; diff --git a/build-system/babel-plugins/babel-plugin-transform-default-assignment/test/fixtures/transform-assertions/throws-when-default-references-default-destructure/input.js b/build-system/babel-plugins/babel-plugin-transform-default-assignment/test/fixtures/transform-assertions/throws-when-default-references-default-destructure/input.js index 3a944024fbc4..e739bd54b33f 100644 --- a/build-system/babel-plugins/babel-plugin-transform-default-assignment/test/fixtures/transform-assertions/throws-when-default-references-default-destructure/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-default-assignment/test/fixtures/transform-assertions/throws-when-default-references-default-destructure/input.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - function test({a = 1}, b = a) { a; b; diff --git a/build-system/babel-plugins/babel-plugin-transform-default-assignment/test/fixtures/transform-assertions/throws-when-default-references-default/input.js b/build-system/babel-plugins/babel-plugin-transform-default-assignment/test/fixtures/transform-assertions/throws-when-default-references-default/input.js index c32c1f2dc5aa..cf53bc883c7e 100644 --- a/build-system/babel-plugins/babel-plugin-transform-default-assignment/test/fixtures/transform-assertions/throws-when-default-references-default/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-default-assignment/test/fixtures/transform-assertions/throws-when-default-references-default/input.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - function test(a = 1, b = a) { a; b; diff --git a/build-system/babel-plugins/babel-plugin-transform-default-assignment/test/index.js b/build-system/babel-plugins/babel-plugin-transform-default-assignment/test/index.js index bb2e50c56b6a..23251129fae9 100644 --- a/build-system/babel-plugins/babel-plugin-transform-default-assignment/test/index.js +++ b/build-system/babel-plugins/babel-plugin-transform-default-assignment/test/index.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const runner = require('@babel/helper-plugin-test-runner').default; runner(__dirname); diff --git a/build-system/babel-plugins/babel-plugin-transform-dev-methods/index.js b/build-system/babel-plugins/babel-plugin-transform-dev-methods/index.js index 64a0610d48d7..681149f9e140 100644 --- a/build-system/babel-plugins/babel-plugin-transform-dev-methods/index.js +++ b/build-system/babel-plugins/babel-plugin-transform-dev-methods/index.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const {dirname, join, relative, resolve} = require('path').posix; /** diff --git a/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/imported-both-no-usage/input.js b/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/imported-both-no-usage/input.js index 701a9066d370..f349d2f443d6 100644 --- a/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/imported-both-no-usage/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/imported-both-no-usage/input.js @@ -1,17 +1 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {dev, user} from '../../../../../../../src/log'; \ No newline at end of file diff --git a/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/imported-both-no-usage/output.mjs b/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/imported-both-no-usage/output.mjs index 2d2a64704e0f..e96e6ba3511d 100644 --- a/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/imported-both-no-usage/output.mjs +++ b/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/imported-both-no-usage/output.mjs @@ -1,16 +1 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ import { dev, user } from '../../../../../../../src/log'; diff --git a/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/imported-both-usage/input.js b/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/imported-both-usage/input.js index 64e84c83b99b..d9e12d84f539 100644 --- a/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/imported-both-usage/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/imported-both-usage/input.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {dev, user} from '../../../../../../../src/log'; dev().info( diff --git a/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/imported-both-usage/output.mjs b/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/imported-both-usage/output.mjs index c4cea728c805..dbc755202a1d 100644 --- a/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/imported-both-usage/output.mjs +++ b/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/imported-both-usage/output.mjs @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ import { dev, user } from '../../../../../../../src/log'; dev().info; user().fine; diff --git a/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/imported-dev-no-usage/input.js b/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/imported-dev-no-usage/input.js index d3a1e177e5c9..32feb8f9c6eb 100644 --- a/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/imported-dev-no-usage/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/imported-dev-no-usage/input.js @@ -1,17 +1 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {dev} from '../../../../../../../src/log'; \ No newline at end of file diff --git a/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/imported-dev-no-usage/output.mjs b/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/imported-dev-no-usage/output.mjs index 676ac2d38133..66df2cbdfbd3 100644 --- a/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/imported-dev-no-usage/output.mjs +++ b/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/imported-dev-no-usage/output.mjs @@ -1,16 +1 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ import { dev } from '../../../../../../../src/log'; diff --git a/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/imported-dev-usage/input.js b/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/imported-dev-usage/input.js index 16ce2777b083..733b263d9f81 100644 --- a/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/imported-dev-usage/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/imported-dev-usage/input.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {dev} from '../../../../../../../src/log'; dev().info( diff --git a/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/imported-dev-usage/output.mjs b/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/imported-dev-usage/output.mjs index fca17e1a7dfb..1aaef1f1ca7a 100644 --- a/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/imported-dev-usage/output.mjs +++ b/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/imported-dev-usage/output.mjs @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ import { dev } from '../../../../../../../src/log'; dev().info; dev().fine; diff --git a/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/imported-user-usage/input.js b/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/imported-user-usage/input.js index 92cccc555df7..2890a5fedca9 100644 --- a/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/imported-user-usage/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/imported-user-usage/input.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {user} from '../../../../../../../src/log'; user().fine(TAG, 'fine'); diff --git a/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/imported-user-usage/output.mjs b/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/imported-user-usage/output.mjs index cb12412e7508..6e9e8f096aa0 100644 --- a/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/imported-user-usage/output.mjs +++ b/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/imported-user-usage/output.mjs @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ import { user } from '../../../../../../../src/log'; user().fine; user().error('Should not be removed'); diff --git a/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/no-import/input.js b/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/no-import/input.js index 65de6d988951..745978235c03 100644 --- a/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/no-import/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/no-import/input.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - dev().info( TAG, 'Removing iframe query string before navigation:', diff --git a/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/no-import/output.js b/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/no-import/output.js index f7058519d42b..728818c9042f 100644 --- a/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/no-import/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/fixtures/transform-assertions/no-import/output.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ dev().info(TAG, 'Removing iframe query string before navigation:', fromLocation.search); dev().info; dev().fine(TAG, 'fine'); diff --git a/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/index.js b/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/index.js index bb2e50c56b6a..23251129fae9 100644 --- a/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/index.js +++ b/build-system/babel-plugins/babel-plugin-transform-dev-methods/test/index.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const runner = require('@babel/helper-plugin-test-runner').default; runner(__dirname); diff --git a/build-system/babel-plugins/babel-plugin-transform-fix-leading-comments/index.js b/build-system/babel-plugins/babel-plugin-transform-fix-leading-comments/index.js index 8ec03b912f44..bce7ebe944c6 100644 --- a/build-system/babel-plugins/babel-plugin-transform-fix-leading-comments/index.js +++ b/build-system/babel-plugins/babel-plugin-transform-fix-leading-comments/index.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /** * Reassigns the trailing comments of a statement to be leading comment of its * next sibling. This is because JSDoc comments (which should be on the next diff --git a/build-system/babel-plugins/babel-plugin-transform-fix-leading-comments/test/fixtures/transform/basic/input.js b/build-system/babel-plugins/babel-plugin-transform-fix-leading-comments/test/fixtures/transform/basic/input.js index 616cf306a57f..74998b529de9 100644 --- a/build-system/babel-plugins/babel-plugin-transform-fix-leading-comments/test/fixtures/transform/basic/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-fix-leading-comments/test/fixtures/transform/basic/input.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /** * @protected {?Object} */ diff --git a/build-system/babel-plugins/babel-plugin-transform-fix-leading-comments/test/fixtures/transform/basic/output.js b/build-system/babel-plugins/babel-plugin-transform-fix-leading-comments/test/fixtures/transform/basic/output.js index 616cf306a57f..74998b529de9 100644 --- a/build-system/babel-plugins/babel-plugin-transform-fix-leading-comments/test/fixtures/transform/basic/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-fix-leading-comments/test/fixtures/transform/basic/output.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /** * @protected {?Object} */ diff --git a/build-system/babel-plugins/babel-plugin-transform-fix-leading-comments/test/index.js b/build-system/babel-plugins/babel-plugin-transform-fix-leading-comments/test/index.js index bb2e50c56b6a..23251129fae9 100644 --- a/build-system/babel-plugins/babel-plugin-transform-fix-leading-comments/test/index.js +++ b/build-system/babel-plugins/babel-plugin-transform-fix-leading-comments/test/index.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const runner = require('@babel/helper-plugin-test-runner').default; runner(__dirname); diff --git a/build-system/babel-plugins/babel-plugin-transform-function-declarations/index.js b/build-system/babel-plugins/babel-plugin-transform-function-declarations/index.js index 193c8df93959..531678f4fce6 100644 --- a/build-system/babel-plugins/babel-plugin-transform-function-declarations/index.js +++ b/build-system/babel-plugins/babel-plugin-transform-function-declarations/index.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ // @ts-nocheck /** diff --git a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/argument-function-identifier/input.js b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/argument-function-identifier/input.js index a7d9949a92d6..dad091b082b1 100644 --- a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/argument-function-identifier/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/argument-function-identifier/input.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ function Foo(a) { return a + 1; } diff --git a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/argument-function-identifier/output.js b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/argument-function-identifier/output.js index 22352d6b260b..4e8fdb8df3f9 100644 --- a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/argument-function-identifier/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/argument-function-identifier/output.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ function Foo(a) { return a + 1; } diff --git a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/argument-function/input.js b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/argument-function/input.js index 7aefb4c339b0..bbd1ab3635ea 100644 --- a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/argument-function/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/argument-function/input.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ registerServiceBuilder(win, 'story-analytics', function() { return new StoryAnalyticsService(); }); diff --git a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/argument-function/output.js b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/argument-function/output.js index dfcca91b730c..461da94617e6 100644 --- a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/argument-function/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/argument-function/output.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ registerServiceBuilder(win, 'story-analytics', function () { return new StoryAnalyticsService(); }); diff --git a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/arguments-identifier/input.js b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/arguments-identifier/input.js index 7701300c3581..bc7ebfcc1b0c 100644 --- a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/arguments-identifier/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/arguments-identifier/input.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ function argumentsUsage() { return arguments[0] + arguments[1]; } \ No newline at end of file diff --git a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/arguments-identifier/output.js b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/arguments-identifier/output.js index 7701300c3581..913d14e6241c 100644 --- a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/arguments-identifier/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/arguments-identifier/output.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ function argumentsUsage() { return arguments[0] + arguments[1]; -} \ No newline at end of file +} diff --git a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/async-function/input.js b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/async-function/input.js index e97d153fc31d..90ea389e9788 100644 --- a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/async-function/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/async-function/input.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ async function test(a, b) { return a + b; } \ No newline at end of file diff --git a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/async-function/output.js b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/async-function/output.js index df61d8db3d90..f79f41aa3d52 100644 --- a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/async-function/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/async-function/output.js @@ -1,16 +1 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ -let test = async (a, b) => a + b; \ No newline at end of file +let test = async (a, b) => a + b; diff --git a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/class-function-declaration-in-public-method/input.js b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/class-function-declaration-in-public-method/input.js index e18934aa8c73..26cf26f1a61d 100644 --- a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/class-function-declaration-in-public-method/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/class-function-declaration-in-public-method/input.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ class Foo { foo() { function testInFooClass() { diff --git a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/class-function-declaration-in-public-method/output.js b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/class-function-declaration-in-public-method/output.js index 91305e8fc77c..d22046aa2542 100644 --- a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/class-function-declaration-in-public-method/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/class-function-declaration-in-public-method/output.js @@ -1,21 +1,6 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ class Foo { foo() { let testInFooClass = () => ''; } -} \ No newline at end of file +} diff --git a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/existing-arrow-function/input.js b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/existing-arrow-function/input.js index 1fa6a800ce9f..ea3d3a106fdb 100644 --- a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/existing-arrow-function/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/existing-arrow-function/input.js @@ -1,17 +1,2 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ const thing = (a, b) => a + b; let thing2 = (a, b) => a * b; \ No newline at end of file diff --git a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/existing-arrow-function/output.js b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/existing-arrow-function/output.js index d9016bf90003..cf089ea2ae3d 100644 --- a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/existing-arrow-function/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/existing-arrow-function/output.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ const thing = (a, b) => a + b; -let thing2 = (a, b) => a * b; \ No newline at end of file +let thing2 = (a, b) => a * b; diff --git a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/existing-async-arrow-function/input.js b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/existing-async-arrow-function/input.js index ce5ba34b86e0..881a0d07804f 100644 --- a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/existing-async-arrow-function/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/existing-async-arrow-function/input.js @@ -1,17 +1,2 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ const thing = async (a, b) => a + b; let thing2 = async (a, b) => a * b; \ No newline at end of file diff --git a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/existing-async-arrow-function/output.js b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/existing-async-arrow-function/output.js index 5301ac53ea4c..78e7b57d0a6a 100644 --- a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/existing-async-arrow-function/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/existing-async-arrow-function/output.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ const thing = async (a, b) => a + b; -let thing2 = async (a, b) => a * b; \ No newline at end of file +let thing2 = async (a, b) => a * b; diff --git a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/export-default-named-declaration/input.js b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/export-default-named-declaration/input.js index d5f7256cc3f0..b0cfaa315781 100644 --- a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/export-default-named-declaration/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/export-default-named-declaration/input.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ export default function exportedFunctionDefault(a, b) { return a + b; } \ No newline at end of file diff --git a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/export-default-named-declaration/output.mjs b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/export-default-named-declaration/output.mjs index 7ace427d481a..d61c7917f540 100644 --- a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/export-default-named-declaration/output.mjs +++ b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/export-default-named-declaration/output.mjs @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ export default function exportedFunctionDefault(a, b) { return a + b; -} \ No newline at end of file +} diff --git a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/export-named-declaration/input.js b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/export-named-declaration/input.js index 383729969a6c..2ae5de9ae07b 100644 --- a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/export-named-declaration/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/export-named-declaration/input.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ export function exportedFunction(a, b) { return a + b; } \ No newline at end of file diff --git a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/export-named-declaration/output.mjs b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/export-named-declaration/output.mjs index 0cee22563dfe..069cbe5c3aca 100644 --- a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/export-named-declaration/output.mjs +++ b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/export-named-declaration/output.mjs @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ export function exportedFunction(a, b) { return a + b; } diff --git a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/function-expression/input.js b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/function-expression/input.js index ea7c99a6e799..be5595b96eac 100644 --- a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/function-expression/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/function-expression/input.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ const x = function(thing) { return console.log(thing + 1); } diff --git a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/function-expression/output.js b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/function-expression/output.js index a68f3872dc0e..bd04bbe1475b 100644 --- a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/function-expression/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/function-expression/output.js @@ -1,20 +1,5 @@ let fixedEncodeURIComponent = str => encodeURIComponent(str).replace(/[!'()*]/g, c => '%' + c.charCodeAt(0).toString(16)); -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ const x = thing => console.log(thing + 1); let fixedEncodeURIComponentArrow = str => encodeURIComponent(str).replace(/[!'()*]/g, c => '%' + c.charCodeAt(0).toString(16)); diff --git a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/generator-function/input.js b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/generator-function/input.js index 357fd6161c4f..c592dceffe33 100644 --- a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/generator-function/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/generator-function/input.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ function* fakeGeneratorFunction(a, b) { return a + b; } \ No newline at end of file diff --git a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/generator-function/output.js b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/generator-function/output.js index 357fd6161c4f..aeb113b97d4f 100644 --- a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/generator-function/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/generator-function/output.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ function* fakeGeneratorFunction(a, b) { return a + b; -} \ No newline at end of file +} diff --git a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/multiple-body-statements/input.js b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/multiple-body-statements/input.js index 45d933b5caf7..eae86fd2cd10 100644 --- a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/multiple-body-statements/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/multiple-body-statements/input.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ function notSingleBodyReturn(a, b, c) { c = c || ''; return a + b + c; diff --git a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/multiple-body-statements/output.js b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/multiple-body-statements/output.js index 90c6333aca87..6f8866c70620 100644 --- a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/multiple-body-statements/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/multiple-body-statements/output.js @@ -1,19 +1,4 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ function notSingleBodyReturn(a, b, c) { c = c || ''; return a + b + c; -} \ No newline at end of file +} diff --git a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/nested-function-inside-export/input.js b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/nested-function-inside-export/input.js index 9fd38bc56812..de14fbf8389e 100644 --- a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/nested-function-inside-export/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/nested-function-inside-export/input.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ export default function Foo() { console.log(couldBeAnArrow()); function couldBeAnArrow() { diff --git a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/nested-function-inside-export/output.mjs b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/nested-function-inside-export/output.mjs index ff08b0fff413..4ad9c8505de0 100644 --- a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/nested-function-inside-export/output.mjs +++ b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/nested-function-inside-export/output.mjs @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ export default function Foo() { let couldBeAnArrow = () => 1; diff --git a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/new-expression/input.js b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/new-expression/input.js index 270ab57c97f3..3ef7a816b3ce 100644 --- a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/new-expression/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/new-expression/input.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ function isNewed(a, b) { return a + b; } diff --git a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/new-expression/output.js b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/new-expression/output.js index 270ab57c97f3..f8962935bca7 100644 --- a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/new-expression/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/new-expression/output.js @@ -1,20 +1,5 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ function isNewed(a, b) { return a + b; } -console.log(new isNewed('a', 'b')); \ No newline at end of file +console.log(new isNewed('a', 'b')); diff --git a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/no-return/input.js b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/no-return/input.js index 5f5d161bd1be..45469c3045c7 100644 --- a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/no-return/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/no-return/input.js @@ -1,16 +1 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ function test(a, b) {} \ No newline at end of file diff --git a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/no-return/output.js b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/no-return/output.js index 5f5d161bd1be..32614cd138a3 100644 --- a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/no-return/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/no-return/output.js @@ -1,16 +1 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ -function test(a, b) {} \ No newline at end of file +function test(a, b) {} diff --git a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/single-return-statement/input.js b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/single-return-statement/input.js index de92e8b7c982..28493344aa44 100644 --- a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/single-return-statement/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/single-return-statement/input.js @@ -1,19 +1,3 @@ - -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ function test(a, b) { return a + b; } \ No newline at end of file diff --git a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/single-return-statement/output.js b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/single-return-statement/output.js index 2a20a3e02bfa..1df9d62c92e4 100644 --- a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/single-return-statement/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/single-return-statement/output.js @@ -1,16 +1 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ -let test = (a, b) => a + b; \ No newline at end of file +let test = (a, b) => a + b; diff --git a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/this-argument/input.js b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/this-argument/input.js index dc05cadab686..8a7ba0445c20 100644 --- a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/this-argument/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/this-argument/input.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ function thisArgument(a, b) { return this.a + a + b; } \ No newline at end of file diff --git a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/this-argument/output.js b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/this-argument/output.js index dc05cadab686..7ea1c6ebaf75 100644 --- a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/this-argument/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/fixtures/transform-assertions/this-argument/output.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ function thisArgument(a, b) { return this.a + a + b; -} \ No newline at end of file +} diff --git a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/index.js b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/index.js index bb2e50c56b6a..23251129fae9 100644 --- a/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/index.js +++ b/build-system/babel-plugins/babel-plugin-transform-function-declarations/test/index.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const runner = require('@babel/helper-plugin-test-runner').default; runner(__dirname); diff --git a/build-system/babel-plugins/babel-plugin-transform-html-template/index.js b/build-system/babel-plugins/babel-plugin-transform-html-template/index.js index 997b0f0b0278..fd9bc177085c 100644 --- a/build-system/babel-plugins/babel-plugin-transform-html-template/index.js +++ b/build-system/babel-plugins/babel-plugin-transform-html-template/index.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ // @ts-nocheck const { diff --git a/build-system/babel-plugins/babel-plugin-transform-html-template/test/fixtures/transform-assertions/direct/input.js b/build-system/babel-plugins/babel-plugin-transform-html-template/test/fixtures/transform-assertions/direct/input.js index 7b97fed5d49e..e344ccd79edd 100644 --- a/build-system/babel-plugins/babel-plugin-transform-html-template/test/fixtures/transform-assertions/direct/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-html-template/test/fixtures/transform-assertions/direct/input.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - console.log(html`html usage`); console.log(html`html usage multiline`); diff --git a/build-system/babel-plugins/babel-plugin-transform-html-template/test/fixtures/transform-assertions/direct/output.js b/build-system/babel-plugins/babel-plugin-transform-html-template/test/fixtures/transform-assertions/direct/output.js index dcdd94f4e3d9..6c28684eb8dd 100644 --- a/build-system/babel-plugins/babel-plugin-transform-html-template/test/fixtures/transform-assertions/direct/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-html-template/test/fixtures/transform-assertions/direct/output.js @@ -5,22 +5,6 @@ const _template = ["html usage"], _template5 = ["
fifth sibling
"], _template6 = ["sixth sibling"], _template7 = ["seventh sibling"]; - -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ console.log(html(["html usage"])); console.log(html(["html usage multiline"])); console.log(html(["

Attribute Quote Removal

"])); diff --git a/build-system/babel-plugins/babel-plugin-transform-html-template/test/fixtures/transform-assertions/indirect/input.js b/build-system/babel-plugins/babel-plugin-transform-html-template/test/fixtures/transform-assertions/indirect/input.js index 52513aa30dcd..0a864f850615 100644 --- a/build-system/babel-plugins/babel-plugin-transform-html-template/test/fixtures/transform-assertions/indirect/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-html-template/test/fixtures/transform-assertions/indirect/input.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const x = html; console.log(x`html usage`); const html = htmlFor(element); diff --git a/build-system/babel-plugins/babel-plugin-transform-html-template/test/fixtures/transform-assertions/indirect/output.js b/build-system/babel-plugins/babel-plugin-transform-html-template/test/fixtures/transform-assertions/indirect/output.js index 34afb24d7302..6e64a60a150f 100644 --- a/build-system/babel-plugins/babel-plugin-transform-html-template/test/fixtures/transform-assertions/indirect/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-html-template/test/fixtures/transform-assertions/indirect/output.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ const x = html; console.log(x`html usage`); const html = htmlFor(element); diff --git a/build-system/babel-plugins/babel-plugin-transform-html-template/test/fixtures/transform-assertions/invalid/input.js b/build-system/babel-plugins/babel-plugin-transform-html-template/test/fixtures/transform-assertions/invalid/input.js index 1b88fa0c00ff..cf54ee3480af 100644 --- a/build-system/babel-plugins/babel-plugin-transform-html-template/test/fixtures/transform-assertions/invalid/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-html-template/test/fixtures/transform-assertions/invalid/input.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - console.log(html`html ${foo}`); console.log(html`html ${foo} another`); console.log(html`html ${foo} another ${bar} thing`); diff --git a/build-system/babel-plugins/babel-plugin-transform-html-template/test/fixtures/transform-assertions/invalid/output.js b/build-system/babel-plugins/babel-plugin-transform-html-template/test/fixtures/transform-assertions/invalid/output.js index 16951a354d5c..cf54ee3480af 100644 --- a/build-system/babel-plugins/babel-plugin-transform-html-template/test/fixtures/transform-assertions/invalid/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-html-template/test/fixtures/transform-assertions/invalid/output.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ console.log(html`html ${foo}`); console.log(html`html ${foo} another`); console.log(html`html ${foo} another ${bar} thing`); diff --git a/build-system/babel-plugins/babel-plugin-transform-html-template/test/fixtures/transform-assertions/other-template-literals/input.js b/build-system/babel-plugins/babel-plugin-transform-html-template/test/fixtures/transform-assertions/other-template-literals/input.js index ede2ce220d70..95bb9acb9215 100644 --- a/build-system/babel-plugins/babel-plugin-transform-html-template/test/fixtures/transform-assertions/other-template-literals/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-html-template/test/fixtures/transform-assertions/other-template-literals/input.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - console.log(`template literal`); const stringReplacement = 'yo'; console.log(`template (${stringReplacement}) literal`); diff --git a/build-system/babel-plugins/babel-plugin-transform-html-template/test/fixtures/transform-assertions/other-template-literals/output.js b/build-system/babel-plugins/babel-plugin-transform-html-template/test/fixtures/transform-assertions/other-template-literals/output.js index 22f97010b0e9..39d3c52a98fa 100644 --- a/build-system/babel-plugins/babel-plugin-transform-html-template/test/fixtures/transform-assertions/other-template-literals/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-html-template/test/fixtures/transform-assertions/other-template-literals/output.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ console.log(`template literal`); const stringReplacement = 'yo'; console.log(`template (${stringReplacement}) literal`); diff --git a/build-system/babel-plugins/babel-plugin-transform-html-template/test/index.js b/build-system/babel-plugins/babel-plugin-transform-html-template/test/index.js index 7b6d7376a749..23251129fae9 100644 --- a/build-system/babel-plugins/babel-plugin-transform-html-template/test/index.js +++ b/build-system/babel-plugins/babel-plugin-transform-html-template/test/index.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const runner = require('@babel/helper-plugin-test-runner').default; runner(__dirname); diff --git a/build-system/babel-plugins/babel-plugin-transform-inline-isenumvalue/index.js b/build-system/babel-plugins/babel-plugin-transform-inline-isenumvalue/index.js index 86c4e09b415e..8b1f80a1599e 100644 --- a/build-system/babel-plugins/babel-plugin-transform-inline-isenumvalue/index.js +++ b/build-system/babel-plugins/babel-plugin-transform-inline-isenumvalue/index.js @@ -1,18 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ // @ts-nocheck const {dirname, join: joinPath, relative} = require('path'); diff --git a/build-system/babel-plugins/babel-plugin-transform-inline-isenumvalue/test/fixtures/transform-assertions/isenumvalue/exported.mjs b/build-system/babel-plugins/babel-plugin-transform-inline-isenumvalue/test/fixtures/transform-assertions/isenumvalue/exported.mjs index eb2394217e3a..5db806cf8db3 100644 --- a/build-system/babel-plugins/babel-plugin-transform-inline-isenumvalue/test/fixtures/transform-assertions/isenumvalue/exported.mjs +++ b/build-system/babel-plugins/babel-plugin-transform-inline-isenumvalue/test/fixtures/transform-assertions/isenumvalue/exported.mjs @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - export const exportedEnum = { FOO: 'A', BAR: 'B', diff --git a/build-system/babel-plugins/babel-plugin-transform-inline-isenumvalue/test/fixtures/transform-assertions/isenumvalue/input.mjs b/build-system/babel-plugins/babel-plugin-transform-inline-isenumvalue/test/fixtures/transform-assertions/isenumvalue/input.mjs index 98f2d84c03db..c668f0e2b159 100644 --- a/build-system/babel-plugins/babel-plugin-transform-inline-isenumvalue/test/fixtures/transform-assertions/isenumvalue/input.mjs +++ b/build-system/babel-plugins/babel-plugin-transform-inline-isenumvalue/test/fixtures/transform-assertions/isenumvalue/input.mjs @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {exportedEnum} from './exported.mjs'; isEnumValue(exportedEnum, subject); diff --git a/build-system/babel-plugins/babel-plugin-transform-inline-isenumvalue/test/fixtures/transform-assertions/isenumvalue/output.mjs b/build-system/babel-plugins/babel-plugin-transform-inline-isenumvalue/test/fixtures/transform-assertions/isenumvalue/output.mjs index d6752c0979ba..5923e3b0b9c9 100644 --- a/build-system/babel-plugins/babel-plugin-transform-inline-isenumvalue/test/fixtures/transform-assertions/isenumvalue/output.mjs +++ b/build-system/babel-plugins/babel-plugin-transform-inline-isenumvalue/test/fixtures/transform-assertions/isenumvalue/output.mjs @@ -1,18 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ import { exportedEnum } from './exported.mjs'; subject === "A" || subject === "B" || subject === "C"; const enumInFile = { diff --git a/build-system/babel-plugins/babel-plugin-transform-inline-isenumvalue/test/index.js b/build-system/babel-plugins/babel-plugin-transform-inline-isenumvalue/test/index.js index 762295c3a9c8..23251129fae9 100644 --- a/build-system/babel-plugins/babel-plugin-transform-inline-isenumvalue/test/index.js +++ b/build-system/babel-plugins/babel-plugin-transform-inline-isenumvalue/test/index.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const runner = require('@babel/helper-plugin-test-runner').default; runner(__dirname); diff --git a/build-system/babel-plugins/babel-plugin-transform-json-configuration/index.js b/build-system/babel-plugins/babel-plugin-transform-json-configuration/index.js index cdfa1ad0b04d..8a089ab9fae5 100644 --- a/build-system/babel-plugins/babel-plugin-transform-json-configuration/index.js +++ b/build-system/babel-plugins/babel-plugin-transform-json-configuration/index.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ // @ts-nocheck /** diff --git a/build-system/babel-plugins/babel-plugin-transform-json-configuration/test/fixtures/transform/escapes/input.js b/build-system/babel-plugins/babel-plugin-transform-json-configuration/test/fixtures/transform/escapes/input.js index a0c97ef9760f..b089f72d7034 100644 --- a/build-system/babel-plugins/babel-plugin-transform-json-configuration/test/fixtures/transform/escapes/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-json-configuration/test/fixtures/transform/escapes/input.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - jsonLiteral({ 'dblquote': 'a[href$=".pdf"]', 'interpolate': '${foo}', diff --git a/build-system/babel-plugins/babel-plugin-transform-json-configuration/test/fixtures/transform/escapes/output.js b/build-system/babel-plugins/babel-plugin-transform-json-configuration/test/fixtures/transform/escapes/output.js index 0c80b8d3c6bf..3fc10a293706 100644 --- a/build-system/babel-plugins/babel-plugin-transform-json-configuration/test/fixtures/transform/escapes/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-json-configuration/test/fixtures/transform/escapes/output.js @@ -1,17 +1,2 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ `{"dblquote":"a[href$=\\".pdf\\"]","interpolate":"\${foo}","escape":"\\\\u00f8C","tick":"foo\`bar"}`; JSON.parse(`{"dblquote":"a[href$=\\".pdf\\"]","interpolate":"\${foo}","escape":"\\\\u00f8C","tick":"foo\`bar"}`); diff --git a/build-system/babel-plugins/babel-plugin-transform-json-configuration/test/fixtures/transform/json-literal/input.js b/build-system/babel-plugins/babel-plugin-transform-json-configuration/test/fixtures/transform/json-literal/input.js index e0b1afc3adea..915a053f29d0 100644 --- a/build-system/babel-plugins/babel-plugin-transform-json-configuration/test/fixtures/transform/json-literal/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-json-configuration/test/fixtures/transform/json-literal/input.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const inner = jsonLiteral({ inner: true, }); diff --git a/build-system/babel-plugins/babel-plugin-transform-json-configuration/test/fixtures/transform/json-literal/output.js b/build-system/babel-plugins/babel-plugin-transform-json-configuration/test/fixtures/transform/json-literal/output.js index 7f1d28fb636c..ee0f4efbddfa 100644 --- a/build-system/babel-plugins/babel-plugin-transform-json-configuration/test/fixtures/transform/json-literal/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-json-configuration/test/fixtures/transform/json-literal/output.js @@ -1,17 +1,2 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ const inner = `{"inner":true}`; JSON.parse(`{"config":${inner}}`); diff --git a/build-system/babel-plugins/babel-plugin-transform-json-configuration/test/fixtures/transform/transform/input.js b/build-system/babel-plugins/babel-plugin-transform-json-configuration/test/fixtures/transform/transform/input.js index 4e4c173210dc..f9de23a0e974 100644 --- a/build-system/babel-plugins/babel-plugin-transform-json-configuration/test/fixtures/transform/transform/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-json-configuration/test/fixtures/transform/transform/input.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - jsonConfiguration({}); jsonConfiguration({a: 1}); diff --git a/build-system/babel-plugins/babel-plugin-transform-json-configuration/test/fixtures/transform/transform/output.js b/build-system/babel-plugins/babel-plugin-transform-json-configuration/test/fixtures/transform/transform/output.js index acf68036b6ae..c7e71ddb343e 100644 --- a/build-system/babel-plugins/babel-plugin-transform-json-configuration/test/fixtures/transform/transform/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-json-configuration/test/fixtures/transform/transform/output.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ JSON.parse(`{}`); JSON.parse(`{"a":1}`); JSON.parse(`{"b":["test"]}`); diff --git a/build-system/babel-plugins/babel-plugin-transform-json-configuration/test/index.js b/build-system/babel-plugins/babel-plugin-transform-json-configuration/test/index.js index 44564fa07fec..23251129fae9 100644 --- a/build-system/babel-plugins/babel-plugin-transform-json-configuration/test/index.js +++ b/build-system/babel-plugins/babel-plugin-transform-json-configuration/test/index.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const runner = require('@babel/helper-plugin-test-runner').default; runner(__dirname); diff --git a/build-system/babel-plugins/babel-plugin-transform-json-import/index.js b/build-system/babel-plugins/babel-plugin-transform-json-import/index.js index 56f3e1d57af7..24e58e165b11 100644 --- a/build-system/babel-plugins/babel-plugin-transform-json-import/index.js +++ b/build-system/babel-plugins/babel-plugin-transform-json-import/index.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const {dirname, join, relative, resolve} = require('path'); const {readFileSync} = require('fs'); diff --git a/build-system/babel-plugins/babel-plugin-transform-json-import/test/fixtures/transform-assertions/error-cant-load-json/input.js b/build-system/babel-plugins/babel-plugin-transform-json-import/test/fixtures/transform-assertions/error-cant-load-json/input.js index 05b2e1a392ef..9f7f59494ab5 100644 --- a/build-system/babel-plugins/babel-plugin-transform-json-import/test/fixtures/transform-assertions/error-cant-load-json/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-json-import/test/fixtures/transform-assertions/error-cant-load-json/input.js @@ -1,18 +1,2 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import json from './404.json' assert { type: 'json' }; diff --git a/build-system/babel-plugins/babel-plugin-transform-json-import/test/fixtures/transform-assertions/error-not-type-assertion/input.js b/build-system/babel-plugins/babel-plugin-transform-json-import/test/fixtures/transform-assertions/error-not-type-assertion/input.js index c16088d63e2e..35c763f6e817 100644 --- a/build-system/babel-plugins/babel-plugin-transform-json-import/test/fixtures/transform-assertions/error-not-type-assertion/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-json-import/test/fixtures/transform-assertions/error-not-type-assertion/input.js @@ -1,18 +1,2 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import json from './options.json' assert { more: 'other' }; diff --git a/build-system/babel-plugins/babel-plugin-transform-json-import/test/fixtures/transform-assertions/error-not-type-json-assertion/input.js b/build-system/babel-plugins/babel-plugin-transform-json-import/test/fixtures/transform-assertions/error-not-type-json-assertion/input.js index 8a741e52b7a4..20e66cd7745a 100644 --- a/build-system/babel-plugins/babel-plugin-transform-json-import/test/fixtures/transform-assertions/error-not-type-json-assertion/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-json-import/test/fixtures/transform-assertions/error-not-type-json-assertion/input.js @@ -1,18 +1,2 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import json from './options.json' assert { type: 'other' }; diff --git a/build-system/babel-plugins/babel-plugin-transform-json-import/test/fixtures/transform-assertions/error-too-many-assertions/input.js b/build-system/babel-plugins/babel-plugin-transform-json-import/test/fixtures/transform-assertions/error-too-many-assertions/input.js index bf8b5356330e..0ae6d521634f 100644 --- a/build-system/babel-plugins/babel-plugin-transform-json-import/test/fixtures/transform-assertions/error-too-many-assertions/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-json-import/test/fixtures/transform-assertions/error-too-many-assertions/input.js @@ -1,18 +1,2 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import json from './options.json' assert { type: 'json', more: 'other' }; diff --git a/build-system/babel-plugins/babel-plugin-transform-json-import/test/fixtures/transform-assertions/transform-freeze/input.js b/build-system/babel-plugins/babel-plugin-transform-json-import/test/fixtures/transform-assertions/transform-freeze/input.js index 98d9f9b0f46f..4fcea0772111 100644 --- a/build-system/babel-plugins/babel-plugin-transform-json-import/test/fixtures/transform-assertions/transform-freeze/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-json-import/test/fixtures/transform-assertions/transform-freeze/input.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import key from './options.json' assert { type: 'json' }; import string from './options.json' assert { "type": 'json' }; diff --git a/build-system/babel-plugins/babel-plugin-transform-json-import/test/fixtures/transform-assertions/transform-freeze/output.mjs b/build-system/babel-plugins/babel-plugin-transform-json-import/test/fixtures/transform-assertions/transform-freeze/output.mjs index 2c01e1fa90ff..9b36c77da340 100644 --- a/build-system/babel-plugins/babel-plugin-transform-json-import/test/fixtures/transform-assertions/transform-freeze/output.mjs +++ b/build-system/babel-plugins/babel-plugin-transform-json-import/test/fixtures/transform-assertions/transform-freeze/output.mjs @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ const key = JSON.parse("{\"plugins\":[[\"../../../..\",{\"freeze\":true}]],\"sourceType\":\"module\"}", function (key, val) { if (typeof val === 'object') Object.freeze(val); return val; diff --git a/build-system/babel-plugins/babel-plugin-transform-json-import/test/fixtures/transform-assertions/transform-no-freeze/input.js b/build-system/babel-plugins/babel-plugin-transform-json-import/test/fixtures/transform-assertions/transform-no-freeze/input.js index 98d9f9b0f46f..4fcea0772111 100644 --- a/build-system/babel-plugins/babel-plugin-transform-json-import/test/fixtures/transform-assertions/transform-no-freeze/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-json-import/test/fixtures/transform-assertions/transform-no-freeze/input.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import key from './options.json' assert { type: 'json' }; import string from './options.json' assert { "type": 'json' }; diff --git a/build-system/babel-plugins/babel-plugin-transform-json-import/test/fixtures/transform-assertions/transform-no-freeze/output.mjs b/build-system/babel-plugins/babel-plugin-transform-json-import/test/fixtures/transform-assertions/transform-no-freeze/output.mjs index b862d0800a56..1b0472ba1bcc 100644 --- a/build-system/babel-plugins/babel-plugin-transform-json-import/test/fixtures/transform-assertions/transform-no-freeze/output.mjs +++ b/build-system/babel-plugins/babel-plugin-transform-json-import/test/fixtures/transform-assertions/transform-no-freeze/output.mjs @@ -1,17 +1,2 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ const key = JSON.parse("{\"plugins\":[[\"../../../..\",{\"freeze\":false}]],\"sourceType\":\"module\"}"); const string = JSON.parse("{\"plugins\":[[\"../../../..\",{\"freeze\":false}]],\"sourceType\":\"module\"}"); diff --git a/build-system/babel-plugins/babel-plugin-transform-json-import/test/fixtures/transform-assertions/transform/input.js b/build-system/babel-plugins/babel-plugin-transform-json-import/test/fixtures/transform-assertions/transform/input.js index 98d9f9b0f46f..4fcea0772111 100644 --- a/build-system/babel-plugins/babel-plugin-transform-json-import/test/fixtures/transform-assertions/transform/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-json-import/test/fixtures/transform-assertions/transform/input.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import key from './options.json' assert { type: 'json' }; import string from './options.json' assert { "type": 'json' }; diff --git a/build-system/babel-plugins/babel-plugin-transform-json-import/test/fixtures/transform-assertions/transform/output.mjs b/build-system/babel-plugins/babel-plugin-transform-json-import/test/fixtures/transform-assertions/transform/output.mjs index 084b4643d22f..a292d6914404 100644 --- a/build-system/babel-plugins/babel-plugin-transform-json-import/test/fixtures/transform-assertions/transform/output.mjs +++ b/build-system/babel-plugins/babel-plugin-transform-json-import/test/fixtures/transform-assertions/transform/output.mjs @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ const key = JSON.parse("{\"plugins\":[\"../../../..\"],\"sourceType\":\"module\"}", function (key, val) { if (typeof val === 'object') Object.freeze(val); return val; diff --git a/build-system/babel-plugins/babel-plugin-transform-json-import/test/index.js b/build-system/babel-plugins/babel-plugin-transform-json-import/test/index.js index bb2e50c56b6a..23251129fae9 100644 --- a/build-system/babel-plugins/babel-plugin-transform-json-import/test/index.js +++ b/build-system/babel-plugins/babel-plugin-transform-json-import/test/index.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const runner = require('@babel/helper-plugin-test-runner').default; runner(__dirname); diff --git a/build-system/babel-plugins/babel-plugin-transform-jss/create-hash.js b/build-system/babel-plugins/babel-plugin-transform-jss/create-hash.js index bd75969db79f..2684cd1bdb4b 100644 --- a/build-system/babel-plugins/babel-plugin-transform-jss/create-hash.js +++ b/build-system/babel-plugins/babel-plugin-transform-jss/create-hash.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const crypto = require('crypto'); // This is in its own file in order to make it easy to stub in tests. diff --git a/build-system/babel-plugins/babel-plugin-transform-jss/index.js b/build-system/babel-plugins/babel-plugin-transform-jss/index.js index 3afebc64b0af..7c73d6c02303 100644 --- a/build-system/babel-plugins/babel-plugin-transform-jss/index.js +++ b/build-system/babel-plugins/babel-plugin-transform-jss/index.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ // @ts-nocheck /** diff --git a/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/ignore-non-jss-file/input.js b/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/ignore-non-jss-file/input.js index 3e489713c512..c8dfc37fff56 100644 --- a/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/ignore-non-jss-file/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/ignore-non-jss-file/input.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {createUseStyles} from 'react-jss'; const JSS = {button: {fontSize: 12}}; export const useStyles = createUseStyles(JSS); diff --git a/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/ignore-non-jss-file/output.mjs b/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/ignore-non-jss-file/output.mjs index e26871f07bbf..dc582569bcee 100644 --- a/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/ignore-non-jss-file/output.mjs +++ b/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/ignore-non-jss-file/output.mjs @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ import { createUseStyles } from 'react-jss'; const JSS = { button: { diff --git a/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/ignore-unrelated-exports/input.js b/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/ignore-unrelated-exports/input.js index c134476e3ecb..c7572bf077dc 100644 --- a/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/ignore-unrelated-exports/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/ignore-unrelated-exports/input.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {createUseStyles} from 'react-jss'; export const useStyles = createUseStyles({ diff --git a/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/ignore-unrelated-exports/output.mjs b/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/ignore-unrelated-exports/output.mjs index 091472ce0622..4aa27f3da6f9 100644 --- a/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/ignore-unrelated-exports/output.mjs +++ b/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/ignore-unrelated-exports/output.mjs @@ -3,22 +3,6 @@ var _classes = { floatLeft: "float-left-07984bd" }; export const $floatLeft = "float-left-07984bd"; - -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ export const useStyles = () => _classes; // These next lines should be unaffected by jss transform. export const CSS = ".float-left-07984bd{float:left}"; diff --git a/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-deopt-use-styles/input.mjs b/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-deopt-use-styles/input.mjs index 821c11ff5fb9..a98af0bd63b0 100644 --- a/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-deopt-use-styles/input.mjs +++ b/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-deopt-use-styles/input.mjs @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // useStyles() references that don't belong to a MemberExpression should be // preserve the classname object. diff --git a/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-deopt-use-styles/output.mjs b/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-deopt-use-styles/output.mjs index 337b61667d25..f133cd409819 100644 --- a/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-deopt-use-styles/output.mjs +++ b/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-deopt-use-styles/output.mjs @@ -1,21 +1,5 @@ import { $thisOneIsOptimized as _$thisOneIsOptimized2 } from "./bar.jss"; import { $thisOneIsOptimized as _$thisOneIsOptimized } from "./foo.jss"; - -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ // useStyles() references that don't belong to a MemberExpression should be // preserve the classname object. // TODO(alanorozco): It would be nice if these cases were linted to prevent diff --git a/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-replace-use-styles/input.mjs b/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-replace-use-styles/input.mjs index 2f1f8d6d6212..802b4e0137a7 100644 --- a/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-replace-use-styles/input.mjs +++ b/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-replace-use-styles/input.mjs @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {useStyles} from '../foo.jss'; import {useStyles as useSomeOtherNameWithStyles} from './something.jss'; diff --git a/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-replace-use-styles/output.mjs b/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-replace-use-styles/output.mjs index 0b9f4881be85..4cebfed48dc4 100644 --- a/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-replace-use-styles/output.mjs +++ b/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-replace-use-styles/output.mjs @@ -5,22 +5,6 @@ import { $x as _$x2 } from "../foo.jss"; import { $foo as _$foo } from "./something.jss"; import { $x as _$x } from "../foo.jss"; import { $b as _$b } from "../foo.jss"; - -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ import { useStyles } from '../foo.jss'; import { useStyles as useSomeOtherNameWithStyles } from './something.jss'; console.log(_$b); diff --git a/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-replace-variable-refs/input.mjs b/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-replace-variable-refs/input.mjs index 9dd5b0c9696b..46f7a563111c 100644 --- a/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-replace-variable-refs/input.mjs +++ b/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-replace-variable-refs/input.mjs @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {useStyles} from 'foo'; const direct = useStyles(); diff --git a/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-replace-variable-refs/output.mjs b/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-replace-variable-refs/output.mjs index 15ef1e0ed863..3bb1cadd4db6 100644 --- a/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-replace-variable-refs/output.mjs +++ b/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-replace-variable-refs/output.mjs @@ -2,22 +2,6 @@ import { $objectPatternPropertyIndirect as _$objectPatternPropertyIndirect } fro import { $memberExpressionIndirect as _$memberExpressionIndirect } from "foo"; import { $objectPatternProperty as _$objectPatternProperty } from "foo"; import { $memberExpression as _$memberExpression } from "foo"; - -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ import { useStyles } from 'foo'; _$memberExpression; const objectPatternProperty = _$objectPatternProperty; diff --git a/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-throw-classname/input.js b/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-throw-classname/input.js index d8fba9fc2a00..1f0b8715b029 100644 --- a/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-throw-classname/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-throw-classname/input.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // Throws because cant use classname "CSS", as it conflicts with this transform. import {createUseStyles} from 'react-jss'; export const useStyles = createUseStyles({CSS: {fontSize: 12}}); diff --git a/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-throw-confidence/input.js b/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-throw-confidence/input.js index 411572a0b72c..438455b762cb 100644 --- a/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-throw-confidence/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-throw-confidence/input.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // Throws because object spread is not statically evaluable. import {createUseStyles} from 'react-jss'; const foo = {foo: 7} diff --git a/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-transform-jss-var/input.js b/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-transform-jss-var/input.js index 22a0e05a0901..1e9b2f58c688 100644 --- a/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-transform-jss-var/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-transform-jss-var/input.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ import {createUseStyles} from 'react-jss' const JSS = {button: {fontSize: 12}}; diff --git a/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-transform-jss-var/output.mjs b/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-transform-jss-var/output.mjs index 4150a4b53e1d..51be9dc26219 100644 --- a/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-transform-jss-var/output.mjs +++ b/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-transform-jss-var/output.mjs @@ -2,22 +2,6 @@ var _classes = { button: "button-21aa4a8" }; - -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ const JSS = { button: { fontSize: 12 diff --git a/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-transform-literal/input.js b/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-transform-literal/input.js index 2c112dcaeb25..14435c0455dc 100644 --- a/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-transform-literal/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-transform-literal/input.js @@ -1,18 +1,4 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ + import {createUseStyles} from 'react-jss'; diff --git a/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-transform-literal/output.mjs b/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-transform-literal/output.mjs index 9cec9b482330..613985374769 100644 --- a/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-transform-literal/output.mjs +++ b/build-system/babel-plugins/babel-plugin-transform-jss/test/fixtures/transform-assertions/should-transform-literal/output.mjs @@ -5,21 +5,5 @@ var _classes = { }; export const $floatLeft = "float-left-a6c6677"; export const $fill = "fill-a6c6677"; - -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ export const useStyles = () => _classes; export const CSS = ".float-left-a6c6677{float:left;border:1px solid #000}.fill-a6c6677{-ms-flex:1 1 auto;flex:1 1 auto;display:block;position:relative}"; diff --git a/build-system/babel-plugins/babel-plugin-transform-jss/test/index.js b/build-system/babel-plugins/babel-plugin-transform-jss/test/index.js index fd57322cb9d1..9345d8dce828 100644 --- a/build-system/babel-plugins/babel-plugin-transform-jss/test/index.js +++ b/build-system/babel-plugins/babel-plugin-transform-jss/test/index.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const babel = require('@babel/core'); const path = require('path'); const runner = require('@babel/helper-plugin-test-runner').default; diff --git a/build-system/babel-plugins/babel-plugin-transform-log-methods/index.js b/build-system/babel-plugins/babel-plugin-transform-log-methods/index.js index 7c165dd92232..7d20ad5af51d 100644 --- a/build-system/babel-plugins/babel-plugin-transform-log-methods/index.js +++ b/build-system/babel-plugins/babel-plugin-transform-log-methods/index.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ // @ts-nocheck /** diff --git a/build-system/babel-plugins/babel-plugin-transform-log-methods/test/fixtures/transform-log-methods/invalid/input.js b/build-system/babel-plugins/babel-plugin-transform-log-methods/test/fixtures/transform-log-methods/invalid/input.js index 0608ad1edef7..6ec2d14c098c 100644 --- a/build-system/babel-plugins/babel-plugin-transform-log-methods/test/fixtures/transform-log-methods/invalid/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-log-methods/test/fixtures/transform-log-methods/invalid/input.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ // One of method name or singleton name are invalid, so they stay the same. notDev().assert('not', 'transformed'); aRandomModule().createError('not transformed'); diff --git a/build-system/babel-plugins/babel-plugin-transform-log-methods/test/fixtures/transform-log-methods/invalid/output.js b/build-system/babel-plugins/babel-plugin-transform-log-methods/test/fixtures/transform-log-methods/invalid/output.js index 0608ad1edef7..6ec2d14c098c 100644 --- a/build-system/babel-plugins/babel-plugin-transform-log-methods/test/fixtures/transform-log-methods/invalid/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-log-methods/test/fixtures/transform-log-methods/invalid/output.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ // One of method name or singleton name are invalid, so they stay the same. notDev().assert('not', 'transformed'); aRandomModule().createError('not transformed'); diff --git a/build-system/babel-plugins/babel-plugin-transform-log-methods/test/fixtures/transform-log-methods/no-args/input.js b/build-system/babel-plugins/babel-plugin-transform-log-methods/test/fixtures/transform-log-methods/no-args/input.js index ef8624246de1..f3f8bf43be09 100644 --- a/build-system/babel-plugins/babel-plugin-transform-log-methods/test/fixtures/transform-log-methods/no-args/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-log-methods/test/fixtures/transform-log-methods/no-args/input.js @@ -1,17 +1,2 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ // No arguments, should be indirected. dev().createError('This is an error with no arguments.'); diff --git a/build-system/babel-plugins/babel-plugin-transform-log-methods/test/fixtures/transform-log-methods/no-args/output.js b/build-system/babel-plugins/babel-plugin-transform-log-methods/test/fixtures/transform-log-methods/no-args/output.js index 5714880f1e48..1382e4a8012f 100644 --- a/build-system/babel-plugins/babel-plugin-transform-log-methods/test/fixtures/transform-log-methods/no-args/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-log-methods/test/fixtures/transform-log-methods/no-args/output.js @@ -1,17 +1,2 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ // No arguments, should be indirected. dev().createError(["0"]); diff --git a/build-system/babel-plugins/babel-plugin-transform-log-methods/test/fixtures/transform-log-methods/no-message/input.js b/build-system/babel-plugins/babel-plugin-transform-log-methods/test/fixtures/transform-log-methods/no-message/input.js index 4c71f5192fa0..3e469263b0da 100644 --- a/build-system/babel-plugins/babel-plugin-transform-log-methods/test/fixtures/transform-log-methods/no-message/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-log-methods/test/fixtures/transform-log-methods/no-message/input.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ // No message, stays the same. user().assert(1 + 1); const result1 = user().assert(1 + 1); diff --git a/build-system/babel-plugins/babel-plugin-transform-log-methods/test/fixtures/transform-log-methods/no-message/output.js b/build-system/babel-plugins/babel-plugin-transform-log-methods/test/fixtures/transform-log-methods/no-message/output.js index 4c71f5192fa0..3e469263b0da 100644 --- a/build-system/babel-plugins/babel-plugin-transform-log-methods/test/fixtures/transform-log-methods/no-message/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-log-methods/test/fixtures/transform-log-methods/no-message/output.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ // No message, stays the same. user().assert(1 + 1); const result1 = user().assert(1 + 1); diff --git a/build-system/babel-plugins/babel-plugin-transform-log-methods/test/fixtures/transform-log-methods/one-arg-variadic/input.js b/build-system/babel-plugins/babel-plugin-transform-log-methods/test/fixtures/transform-log-methods/one-arg-variadic/input.js index a1477f5c2220..fefdb8a15ac1 100644 --- a/build-system/babel-plugins/babel-plugin-transform-log-methods/test/fixtures/transform-log-methods/one-arg-variadic/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-log-methods/test/fixtures/transform-log-methods/one-arg-variadic/input.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ // One argument in variadic method, should be indirected unless the message // argument itself is variable or the string is small enough that indirection // would increase file size. diff --git a/build-system/babel-plugins/babel-plugin-transform-log-methods/test/fixtures/transform-log-methods/one-arg-variadic/output.js b/build-system/babel-plugins/babel-plugin-transform-log-methods/test/fixtures/transform-log-methods/one-arg-variadic/output.js index 6aaa8c959331..fbe194dac012 100644 --- a/build-system/babel-plugins/babel-plugin-transform-log-methods/test/fixtures/transform-log-methods/one-arg-variadic/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-log-methods/test/fixtures/transform-log-methods/one-arg-variadic/output.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ // One argument in variadic method, should be indirected unless the message // argument itself is variable or the string is small enough that indirection // would increase file size. diff --git a/build-system/babel-plugins/babel-plugin-transform-log-methods/test/fixtures/transform-log-methods/template-literals/input.js b/build-system/babel-plugins/babel-plugin-transform-log-methods/test/fixtures/transform-log-methods/template-literals/input.js index 2eca7e3afc45..4faae6331513 100644 --- a/build-system/babel-plugins/babel-plugin-transform-log-methods/test/fixtures/transform-log-methods/template-literals/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-log-methods/test/fixtures/transform-log-methods/template-literals/input.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ user().assert(true, `I'm a ${template} literal with one argument.`); user().assert(x != y, `I have ${foo}, ${bar} and ${baz}.`); userAssert(false, `Template ${index} = 2`); diff --git a/build-system/babel-plugins/babel-plugin-transform-log-methods/test/fixtures/transform-log-methods/template-literals/output.js b/build-system/babel-plugins/babel-plugin-transform-log-methods/test/fixtures/transform-log-methods/template-literals/output.js index e80c8be7269e..8001adacc7b1 100644 --- a/build-system/babel-plugins/babel-plugin-transform-log-methods/test/fixtures/transform-log-methods/template-literals/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-log-methods/test/fixtures/transform-log-methods/template-literals/output.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ user().assert(true, ["0", template]); user().assert(x != y, ["1", foo, bar, baz]); userAssert(false, ["2", index]); diff --git a/build-system/babel-plugins/babel-plugin-transform-log-methods/test/index.js b/build-system/babel-plugins/babel-plugin-transform-log-methods/test/index.js index 98bb5d3c763c..23251129fae9 100644 --- a/build-system/babel-plugins/babel-plugin-transform-log-methods/test/index.js +++ b/build-system/babel-plugins/babel-plugin-transform-log-methods/test/index.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ const runner = require('@babel/helper-plugin-test-runner').default; runner(__dirname); diff --git a/build-system/babel-plugins/babel-plugin-transform-minified-comments/index.js b/build-system/babel-plugins/babel-plugin-transform-minified-comments/index.js index bac5cae662dc..3684eeccb24f 100644 --- a/build-system/babel-plugins/babel-plugin-transform-minified-comments/index.js +++ b/build-system/babel-plugins/babel-plugin-transform-minified-comments/index.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /** * Ensure comments in minified build output is minimal. * diff --git a/build-system/babel-plugins/babel-plugin-transform-minified-comments/test/fixtures/transform/licenses-tabs/input.js b/build-system/babel-plugins/babel-plugin-transform-minified-comments/test/fixtures/transform/licenses-tabs/input.js index f323fce29f27..38f6433166be 100644 --- a/build-system/babel-plugins/babel-plugin-transform-minified-comments/test/fixtures/transform/licenses-tabs/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-minified-comments/test/fixtures/transform/licenses-tabs/input.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const Gd={PRERENDER:"prerender",VISIBLE:"visible",HIDDEN:"hidden",PAUSED:"paused",INACTIVE:"inactive"};/* Copyright (c) 2014 The Polymer Project Authors. All rights reserved. diff --git a/build-system/babel-plugins/babel-plugin-transform-minified-comments/test/fixtures/transform/licenses-tabs/output.js b/build-system/babel-plugins/babel-plugin-transform-minified-comments/test/fixtures/transform/licenses-tabs/output.js index 1c1aae283a15..4491a80b3346 100644 --- a/build-system/babel-plugins/babel-plugin-transform-minified-comments/test/fixtures/transform/licenses-tabs/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-minified-comments/test/fixtures/transform/licenses-tabs/output.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ const Gd = { PRERENDER: "prerender", VISIBLE: "visible", diff --git a/build-system/babel-plugins/babel-plugin-transform-minified-comments/test/fixtures/transform/licenses/input.js b/build-system/babel-plugins/babel-plugin-transform-minified-comments/test/fixtures/transform/licenses/input.js index 4bcf05402278..50c17d04062b 100644 --- a/build-system/babel-plugins/babel-plugin-transform-minified-comments/test/fixtures/transform/licenses/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-minified-comments/test/fixtures/transform/licenses/input.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const Gd={PRERENDER:"prerender",VISIBLE:"visible",HIDDEN:"hidden",PAUSED:"paused",INACTIVE:"inactive"};/* Copyright (c) 2014 The Polymer Project Authors. All rights reserved. diff --git a/build-system/babel-plugins/babel-plugin-transform-minified-comments/test/fixtures/transform/licenses/output.js b/build-system/babel-plugins/babel-plugin-transform-minified-comments/test/fixtures/transform/licenses/output.js index 1c1aae283a15..4491a80b3346 100644 --- a/build-system/babel-plugins/babel-plugin-transform-minified-comments/test/fixtures/transform/licenses/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-minified-comments/test/fixtures/transform/licenses/output.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ const Gd = { PRERENDER: "prerender", VISIBLE: "visible", diff --git a/build-system/babel-plugins/babel-plugin-transform-minified-comments/test/index.js b/build-system/babel-plugins/babel-plugin-transform-minified-comments/test/index.js index bb2e50c56b6a..23251129fae9 100644 --- a/build-system/babel-plugins/babel-plugin-transform-minified-comments/test/index.js +++ b/build-system/babel-plugins/babel-plugin-transform-minified-comments/test/index.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const runner = require('@babel/helper-plugin-test-runner').default; runner(__dirname); diff --git a/build-system/babel-plugins/babel-plugin-transform-parenthesize-expression/index.js b/build-system/babel-plugins/babel-plugin-transform-parenthesize-expression/index.js index cbc0b624c364..cc9219d97170 100644 --- a/build-system/babel-plugins/babel-plugin-transform-parenthesize-expression/index.js +++ b/build-system/babel-plugins/babel-plugin-transform-parenthesize-expression/index.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /** * @interface {babel.PluginPass} * @param {babel} babel diff --git a/build-system/babel-plugins/babel-plugin-transform-promise-resolve/index.js b/build-system/babel-plugins/babel-plugin-transform-promise-resolve/index.js index 2c653ff97539..b2bb249d06f8 100644 --- a/build-system/babel-plugins/babel-plugin-transform-promise-resolve/index.js +++ b/build-system/babel-plugins/babel-plugin-transform-promise-resolve/index.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const pathmodule = require('path'); const {addNamed} = require('@babel/helper-module-imports'); diff --git a/build-system/babel-plugins/babel-plugin-transform-promise-resolve/test/fixtures/transform/argument/input.js b/build-system/babel-plugins/babel-plugin-transform-promise-resolve/test/fixtures/transform/argument/input.js index 3b32772c7b92..47816b77427d 100644 --- a/build-system/babel-plugins/babel-plugin-transform-promise-resolve/test/fixtures/transform/argument/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-promise-resolve/test/fixtures/transform/argument/input.js @@ -1,18 +1,2 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - Promise.resolve(1); Promise.resolve(undefined); diff --git a/build-system/babel-plugins/babel-plugin-transform-promise-resolve/test/fixtures/transform/argument/output.mjs b/build-system/babel-plugins/babel-plugin-transform-promise-resolve/test/fixtures/transform/argument/output.mjs index 149f92c68c6b..47816b77427d 100644 --- a/build-system/babel-plugins/babel-plugin-transform-promise-resolve/test/fixtures/transform/argument/output.mjs +++ b/build-system/babel-plugins/babel-plugin-transform-promise-resolve/test/fixtures/transform/argument/output.mjs @@ -1,17 +1,2 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ Promise.resolve(1); Promise.resolve(undefined); diff --git a/build-system/babel-plugins/babel-plugin-transform-promise-resolve/test/fixtures/transform/not-promise-resolve/input.js b/build-system/babel-plugins/babel-plugin-transform-promise-resolve/test/fixtures/transform/not-promise-resolve/input.js index 3f113ebbdb2d..17b7d9966032 100644 --- a/build-system/babel-plugins/babel-plugin-transform-promise-resolve/test/fixtures/transform/not-promise-resolve/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-promise-resolve/test/fixtures/transform/not-promise-resolve/input.js @@ -1,18 +1,2 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - Promise.reject(); Promise.resolve.x(); diff --git a/build-system/babel-plugins/babel-plugin-transform-promise-resolve/test/fixtures/transform/not-promise-resolve/output.mjs b/build-system/babel-plugins/babel-plugin-transform-promise-resolve/test/fixtures/transform/not-promise-resolve/output.mjs index 27b766086b3b..17b7d9966032 100644 --- a/build-system/babel-plugins/babel-plugin-transform-promise-resolve/test/fixtures/transform/not-promise-resolve/output.mjs +++ b/build-system/babel-plugins/babel-plugin-transform-promise-resolve/test/fixtures/transform/not-promise-resolve/output.mjs @@ -1,17 +1,2 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ Promise.reject(); Promise.resolve.x(); diff --git a/build-system/babel-plugins/babel-plugin-transform-promise-resolve/test/fixtures/transform/promise-resolve/input.js b/build-system/babel-plugins/babel-plugin-transform-promise-resolve/test/fixtures/transform/promise-resolve/input.js index e16e538767a8..9366dd8951c9 100644 --- a/build-system/babel-plugins/babel-plugin-transform-promise-resolve/test/fixtures/transform/promise-resolve/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-promise-resolve/test/fixtures/transform/promise-resolve/input.js @@ -1,18 +1,2 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - Promise.resolve(); Promise.resolve().then(() => {}); diff --git a/build-system/babel-plugins/babel-plugin-transform-promise-resolve/test/fixtures/transform/promise-resolve/output.mjs b/build-system/babel-plugins/babel-plugin-transform-promise-resolve/test/fixtures/transform/promise-resolve/output.mjs index da2bcedd962b..3cf0ef279202 100644 --- a/build-system/babel-plugins/babel-plugin-transform-promise-resolve/test/fixtures/transform/promise-resolve/output.mjs +++ b/build-system/babel-plugins/babel-plugin-transform-promise-resolve/test/fixtures/transform/promise-resolve/output.mjs @@ -1,21 +1,6 @@ import { resolvedPromise as _resolvedPromise2 } from "./../../../../../../../src/core/data-structures/promise"; import { resolvedPromise as _resolvedPromise } from "./../../../../../../../src/core/data-structures/promise"; -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ _resolvedPromise(); _resolvedPromise2().then(() => {}); diff --git a/build-system/babel-plugins/babel-plugin-transform-promise-resolve/test/fixtures/transform/relative-importing/input.js b/build-system/babel-plugins/babel-plugin-transform-promise-resolve/test/fixtures/transform/relative-importing/input.js index e16e538767a8..9366dd8951c9 100644 --- a/build-system/babel-plugins/babel-plugin-transform-promise-resolve/test/fixtures/transform/relative-importing/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-promise-resolve/test/fixtures/transform/relative-importing/input.js @@ -1,18 +1,2 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - Promise.resolve(); Promise.resolve().then(() => {}); diff --git a/build-system/babel-plugins/babel-plugin-transform-promise-resolve/test/fixtures/transform/relative-importing/output.mjs b/build-system/babel-plugins/babel-plugin-transform-promise-resolve/test/fixtures/transform/relative-importing/output.mjs index bf6f5a36fac4..5eecb612a4e5 100644 --- a/build-system/babel-plugins/babel-plugin-transform-promise-resolve/test/fixtures/transform/relative-importing/output.mjs +++ b/build-system/babel-plugins/babel-plugin-transform-promise-resolve/test/fixtures/transform/relative-importing/output.mjs @@ -1,21 +1,6 @@ import { resolvedPromise as _resolvedPromise2 } from "./core/data-structures/promise"; import { resolvedPromise as _resolvedPromise } from "./core/data-structures/promise"; -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ _resolvedPromise(); _resolvedPromise2().then(() => {}); diff --git a/build-system/babel-plugins/babel-plugin-transform-promise-resolve/test/index.js b/build-system/babel-plugins/babel-plugin-transform-promise-resolve/test/index.js index 7b6d7376a749..23251129fae9 100644 --- a/build-system/babel-plugins/babel-plugin-transform-promise-resolve/test/index.js +++ b/build-system/babel-plugins/babel-plugin-transform-promise-resolve/test/index.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const runner = require('@babel/helper-plugin-test-runner').default; runner(__dirname); diff --git a/build-system/babel-plugins/babel-plugin-transform-remove-directives/index.js b/build-system/babel-plugins/babel-plugin-transform-remove-directives/index.js index 0f1c290151ca..e492d696ba78 100644 --- a/build-system/babel-plugins/babel-plugin-transform-remove-directives/index.js +++ b/build-system/babel-plugins/babel-plugin-transform-remove-directives/index.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /** * @interface {babel.PluginPass} * @return {babel.PluginObj} diff --git a/build-system/babel-plugins/babel-plugin-transform-remove-directives/test/fixtures/transform/directives/input.js b/build-system/babel-plugins/babel-plugin-transform-remove-directives/test/fixtures/transform/directives/input.js index 13b19c148a6b..16b2c20ddfc0 100644 --- a/build-system/babel-plugins/babel-plugin-transform-remove-directives/test/fixtures/transform/directives/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-remove-directives/test/fixtures/transform/directives/input.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - function without() {} 'use strict'; diff --git a/build-system/babel-plugins/babel-plugin-transform-remove-directives/test/fixtures/transform/directives/output.js b/build-system/babel-plugins/babel-plugin-transform-remove-directives/test/fixtures/transform/directives/output.js index 158ac580aa45..ffb204942b7f 100644 --- a/build-system/babel-plugins/babel-plugin-transform-remove-directives/test/fixtures/transform/directives/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-remove-directives/test/fixtures/transform/directives/output.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ function without() {} 'use strict'; diff --git a/build-system/babel-plugins/babel-plugin-transform-remove-directives/test/index.js b/build-system/babel-plugins/babel-plugin-transform-remove-directives/test/index.js index bb2e50c56b6a..23251129fae9 100644 --- a/build-system/babel-plugins/babel-plugin-transform-remove-directives/test/index.js +++ b/build-system/babel-plugins/babel-plugin-transform-remove-directives/test/index.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const runner = require('@babel/helper-plugin-test-runner').default; runner(__dirname); diff --git a/build-system/babel-plugins/babel-plugin-transform-stringish-literals/index.js b/build-system/babel-plugins/babel-plugin-transform-stringish-literals/index.js index 6ee74a282cc7..48df0353a4c6 100644 --- a/build-system/babel-plugins/babel-plugin-transform-stringish-literals/index.js +++ b/build-system/babel-plugins/babel-plugin-transform-stringish-literals/index.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const ESCAPE_REGEX = /\${|\\|`/g; /** diff --git a/build-system/babel-plugins/babel-plugin-transform-stringish-literals/test/fixtures/transform/binary-expression/input.js b/build-system/babel-plugins/babel-plugin-transform-stringish-literals/test/fixtures/transform/binary-expression/input.js index 503c3c85be06..b641f949577d 100644 --- a/build-system/babel-plugins/babel-plugin-transform-stringish-literals/test/fixtures/transform/binary-expression/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-stringish-literals/test/fixtures/transform/binary-expression/input.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - let add = `/rtv` + `/bar`; let multipleAdd = `/rtv` + `/bar` + `/`; let subtract = `/rtv` - `r`; diff --git a/build-system/babel-plugins/babel-plugin-transform-stringish-literals/test/fixtures/transform/binary-expression/output.js b/build-system/babel-plugins/babel-plugin-transform-stringish-literals/test/fixtures/transform/binary-expression/output.js index 6e03c014dcdb..469210ca5321 100644 --- a/build-system/babel-plugins/babel-plugin-transform-stringish-literals/test/fixtures/transform/binary-expression/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-stringish-literals/test/fixtures/transform/binary-expression/output.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ let add = "/rtv/bar"; let multipleAdd = "/rtv/bar/"; let subtract = "/rtv" - "r"; diff --git a/build-system/babel-plugins/babel-plugin-transform-stringish-literals/test/fixtures/transform/literals/input.js b/build-system/babel-plugins/babel-plugin-transform-stringish-literals/test/fixtures/transform/literals/input.js index 4abd32666c43..3fb2aa59b25a 100644 --- a/build-system/babel-plugins/babel-plugin-transform-stringish-literals/test/fixtures/transform/literals/input.js +++ b/build-system/babel-plugins/babel-plugin-transform-stringish-literals/test/fixtures/transform/literals/input.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - let none = `/rtv/100/log-messages.simple.json`; let start = `${'123'}/foo`; let middle = `/rtv/${'012003312116250'}/log-messages.simple.json`; diff --git a/build-system/babel-plugins/babel-plugin-transform-stringish-literals/test/fixtures/transform/literals/output.js b/build-system/babel-plugins/babel-plugin-transform-stringish-literals/test/fixtures/transform/literals/output.js index e25a50ce7b98..5e9b104ff2ce 100644 --- a/build-system/babel-plugins/babel-plugin-transform-stringish-literals/test/fixtures/transform/literals/output.js +++ b/build-system/babel-plugins/babel-plugin-transform-stringish-literals/test/fixtures/transform/literals/output.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ let none = "/rtv/100/log-messages.simple.json"; let start = "123/foo"; let middle = "/rtv/012003312116250/log-messages.simple.json"; diff --git a/build-system/babel-plugins/babel-plugin-transform-stringish-literals/test/index.js b/build-system/babel-plugins/babel-plugin-transform-stringish-literals/test/index.js index bb2e50c56b6a..23251129fae9 100644 --- a/build-system/babel-plugins/babel-plugin-transform-stringish-literals/test/index.js +++ b/build-system/babel-plugins/babel-plugin-transform-stringish-literals/test/index.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const runner = require('@babel/helper-plugin-test-runner').default; runner(__dirname); diff --git a/build-system/babel-plugins/log-module-metadata.js b/build-system/babel-plugins/log-module-metadata.js index 83fea2763fdd..752a81584c77 100644 --- a/build-system/babel-plugins/log-module-metadata.js +++ b/build-system/babel-plugins/log-module-metadata.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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 Definitions of logging methods for transforms and linting. */ /** diff --git a/build-system/babel-plugins/static-template-metadata.js b/build-system/babel-plugins/static-template-metadata.js index ca1e764270f1..2182f293cc69 100644 --- a/build-system/babel-plugins/static-template-metadata.js +++ b/build-system/babel-plugins/static-template-metadata.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /** Metadata for static template functions `htmlFor` and `svgFor`. */ /** diff --git a/build-system/babel-plugins/testSetupFile.js b/build-system/babel-plugins/testSetupFile.js index 856ea3b4bdd4..77f69c87e7fa 100644 --- a/build-system/babel-plugins/testSetupFile.js +++ b/build-system/babel-plugins/testSetupFile.js @@ -1,17 +1 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - jest.setTimeout(10000); // eslint-disable-line no-undef diff --git a/build-system/common/check-package-manager.js b/build-system/common/check-package-manager.js index bf4190b9936c..8c7d8317a4b7 100644 --- a/build-system/common/check-package-manager.js +++ b/build-system/common/check-package-manager.js @@ -1,19 +1,5 @@ #!/usr/bin/env node -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/common/ci.js b/build-system/common/ci.js index c28b84080299..55cd34a2fabb 100644 --- a/build-system/common/ci.js +++ b/build-system/common/ci.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/common/colors.js b/build-system/common/colors.js index b437edff8187..b81e4a0d98b3 100644 --- a/build-system/common/colors.js +++ b/build-system/common/colors.js @@ -1,18 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ const colors = require('kleur/colors'); /** diff --git a/build-system/common/ctrlcHandler.js b/build-system/common/ctrlcHandler.js index 28e526c1313d..28bf8e9ad3ed 100644 --- a/build-system/common/ctrlcHandler.js +++ b/build-system/common/ctrlcHandler.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const colors = require('./colors'); const {exec, execScriptAsync} = require('./exec'); const {logLocalDev} = require('./logging'); diff --git a/build-system/common/debounce.js b/build-system/common/debounce.js index c2cf45c376b8..0f1ee42b511b 100644 --- a/build-system/common/debounce.js +++ b/build-system/common/debounce.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const lodashDebounce = require('lodash.debounce'); /** diff --git a/build-system/common/diff.js b/build-system/common/diff.js index 1ab7bb559659..e14c24c79332 100644 --- a/build-system/common/diff.js +++ b/build-system/common/diff.js @@ -1,18 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ const argv = require('minimist')(process.argv.slice(2)); const tempy = require('tempy'); const {blue, bold, cyan, red} = require('./colors'); diff --git a/build-system/common/esbuild-babel.js b/build-system/common/esbuild-babel.js index 708f059e4503..020862bb8a5e 100644 --- a/build-system/common/esbuild-babel.js +++ b/build-system/common/esbuild-babel.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const babel = require('@babel/core'); const path = require('path'); const {debug} = require('../compile/debug-compilation-lifecycle'); diff --git a/build-system/common/exec.js b/build-system/common/exec.js index 3e3e535eb65f..0b35c3fb10e9 100644 --- a/build-system/common/exec.js +++ b/build-system/common/exec.js @@ -1,18 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/common/git.js b/build-system/common/git.js index 6e0d52e07611..3b85564ee142 100644 --- a/build-system/common/git.js +++ b/build-system/common/git.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/common/logging.js b/build-system/common/logging.js index 765b8e81f63d..41d6baf95889 100644 --- a/build-system/common/logging.js +++ b/build-system/common/logging.js @@ -1,18 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const {bold, gray, yellow} = require('./colors'); diff --git a/build-system/common/npm-checks.js b/build-system/common/npm-checks.js index fcdcb30a19f1..eb8622309aaa 100644 --- a/build-system/common/npm-checks.js +++ b/build-system/common/npm-checks.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/common/process.js b/build-system/common/process.js index 88ad0b06391a..a6426c48b224 100644 --- a/build-system/common/process.js +++ b/build-system/common/process.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/common/transform-cache.js b/build-system/common/transform-cache.js index 2434fa98552c..d8650a57c23e 100644 --- a/build-system/common/transform-cache.js +++ b/build-system/common/transform-cache.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const crypto = require('crypto'); const fs = require('fs-extra'); const path = require('path'); diff --git a/build-system/common/update-packages.js b/build-system/common/update-packages.js index a01da3eb0799..fb6563e2e73b 100644 --- a/build-system/common/update-packages.js +++ b/build-system/common/update-packages.js @@ -1,18 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const checkDependencies = require('check-dependencies'); diff --git a/build-system/common/update-session-issues/index.js b/build-system/common/update-session-issues/index.js index 26b110f3b0de..dc8c7815db42 100644 --- a/build-system/common/update-session-issues/index.js +++ b/build-system/common/update-session-issues/index.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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 * Updates Github issues for scheduled public sessions, like diff --git a/build-system/common/update-session-issues/template/design-review.js b/build-system/common/update-session-issues/template/design-review.js index 96c357d55ac0..e19a030776e6 100644 --- a/build-system/common/update-session-issues/template/design-review.js +++ b/build-system/common/update-session-issues/template/design-review.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const sessionDurationHours = 1; /** diff --git a/build-system/common/update-session-issues/types.js b/build-system/common/update-session-issues/types.js index 1c83301434d2..d721dec57002 100644 --- a/build-system/common/update-session-issues/types.js +++ b/build-system/common/update-session-issues/types.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /** @typedef {0|1|2|3|4|5|6} */ let DayOfWeekDef; // sunday = 0, monday = 1, ... diff --git a/build-system/common/utils.js b/build-system/common/utils.js index 3f32ce4fa114..4c131d9eada5 100644 --- a/build-system/common/utils.js +++ b/build-system/common/utils.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const argv = require('minimist')(process.argv.slice(2)); const experimentsConfig = require('../global-configs/experiments-config.json'); const fs = require('fs-extra'); diff --git a/build-system/compile/build-constants.js b/build-system/compile/build-constants.js index dc7bedcbce34..d87e8804a048 100644 --- a/build-system/compile/build-constants.js +++ b/build-system/compile/build-constants.js @@ -1,18 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ const argv = require('minimist')(process.argv.slice(2)); const {VERSION} = require('./internal-version'); diff --git a/build-system/compile/bundles.config.js b/build-system/compile/bundles.config.js index 729cccc3045b..d78788ff3116 100644 --- a/build-system/compile/bundles.config.js +++ b/build-system/compile/bundles.config.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const extensionBundles = require('./bundles.config.extensions.json'); const wrappers = require('./compile-wrappers'); diff --git a/build-system/compile/check-for-unknown-deps.js b/build-system/compile/check-for-unknown-deps.js index 1008216bd38e..b08547056061 100644 --- a/build-system/compile/check-for-unknown-deps.js +++ b/build-system/compile/check-for-unknown-deps.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const argv = require('minimist')(process.argv.slice(2)); diff --git a/build-system/compile/closure-compile.js b/build-system/compile/closure-compile.js index a59c11399ccb..f362bcf7b0f1 100644 --- a/build-system/compile/closure-compile.js +++ b/build-system/compile/closure-compile.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const compiler = require('@ampproject/google-closure-compiler'); diff --git a/build-system/compile/compile-wrappers.js b/build-system/compile/compile-wrappers.js index cfc93925dfa9..5f0ed7c6ec23 100644 --- a/build-system/compile/compile-wrappers.js +++ b/build-system/compile/compile-wrappers.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const {VERSION} = require('./internal-version'); // If there is a sync JS error during initial load, diff --git a/build-system/compile/compile.js b/build-system/compile/compile.js index 92fc1e37292f..0ae495a5ecfc 100644 --- a/build-system/compile/compile.js +++ b/build-system/compile/compile.js @@ -1,18 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const argv = require('minimist')(process.argv.slice(2)); const del = require('del'); diff --git a/build-system/compile/debug-compilation-lifecycle.js b/build-system/compile/debug-compilation-lifecycle.js index b4bd8191ee68..c2a4b41bfe4d 100644 --- a/build-system/compile/debug-compilation-lifecycle.js +++ b/build-system/compile/debug-compilation-lifecycle.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const argv = require('minimist')(process.argv.slice(2)); const fs = require('fs'); diff --git a/build-system/compile/helpers.js b/build-system/compile/helpers.js index 2ac23bfe5402..82b9bf3b5107 100644 --- a/build-system/compile/helpers.js +++ b/build-system/compile/helpers.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const argv = require('minimist')(process.argv.slice(2)); diff --git a/build-system/compile/internal-version.js b/build-system/compile/internal-version.js index 64f5a93edc5f..6467038d19d9 100644 --- a/build-system/compile/internal-version.js +++ b/build-system/compile/internal-version.js @@ -1,18 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const minimist = require('minimist'); diff --git a/build-system/compile/log-messages.js b/build-system/compile/log-messages.js index 92b49345691e..ef6260bc39b6 100644 --- a/build-system/compile/log-messages.js +++ b/build-system/compile/log-messages.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ const argv = require('minimist')(process.argv.slice(2)); const fs = require('fs-extra'); const {cyan} = require('../common/colors'); diff --git a/build-system/compile/post-closure-babel.js b/build-system/compile/post-closure-babel.js index 976eac71ce48..d52e947aedec 100644 --- a/build-system/compile/post-closure-babel.js +++ b/build-system/compile/post-closure-babel.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const argv = require('minimist')(process.argv.slice(2)); const babel = require('@babel/core'); diff --git a/build-system/compile/pre-closure-babel.js b/build-system/compile/pre-closure-babel.js index 6f385e176209..cc63b207265e 100644 --- a/build-system/compile/pre-closure-babel.js +++ b/build-system/compile/pre-closure-babel.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const babel = require('@babel/core'); diff --git a/build-system/compile/sanitize.js b/build-system/compile/sanitize.js index 19dfe229d727..d34a5b1cbc82 100644 --- a/build-system/compile/sanitize.js +++ b/build-system/compile/sanitize.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const argv = require('minimist')(process.argv.slice(2)); diff --git a/build-system/compile/sources.js b/build-system/compile/sources.js index 1e25ae81ecce..8e19ddc383a8 100644 --- a/build-system/compile/sources.js +++ b/build-system/compile/sources.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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 This file contains all the globs required for babel * transformation and for closure compilation. Try and maintain the glob diff --git a/build-system/eslint-rules/.eslintrc.js b/build-system/eslint-rules/.eslintrc.js index deff6342c31d..2d02cb72b2e1 100644 --- a/build-system/eslint-rules/.eslintrc.js +++ b/build-system/eslint-rules/.eslintrc.js @@ -1,18 +1,4 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ + module.exports = { 'plugins': ['eslint-plugin'], diff --git a/build-system/eslint-rules/always-call-chai-methods.js b/build-system/eslint-rules/always-call-chai-methods.js index 41889a4badbc..85a8b9be0ba7 100644 --- a/build-system/eslint-rules/always-call-chai-methods.js +++ b/build-system/eslint-rules/always-call-chai-methods.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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'; // We need a full database of possible Chai assertions to figure out what to diff --git a/build-system/eslint-rules/await-expect.js b/build-system/eslint-rules/await-expect.js index 8e2eb02beffe..be30f7b5579b 100644 --- a/build-system/eslint-rules/await-expect.js +++ b/build-system/eslint-rules/await-expect.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/eslint-rules/closure-type-primitives.js b/build-system/eslint-rules/closure-type-primitives.js index e934768aaf6f..3f0aa0d5896d 100644 --- a/build-system/eslint-rules/closure-type-primitives.js +++ b/build-system/eslint-rules/closure-type-primitives.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const doctrine = require('@jridgewell/doctrine'); diff --git a/build-system/eslint-rules/dict-string-keys.js b/build-system/eslint-rules/dict-string-keys.js index d3c5c97b6a58..1c00f978bc09 100644 --- a/build-system/eslint-rules/dict-string-keys.js +++ b/build-system/eslint-rules/dict-string-keys.js @@ -1,18 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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'; module.exports = function (context) { diff --git a/build-system/eslint-rules/forbidden-terms-config.js b/build-system/eslint-rules/forbidden-terms-config.js index 8e2256e61f70..552208539c21 100644 --- a/build-system/eslint-rules/forbidden-terms-config.js +++ b/build-system/eslint-rules/forbidden-terms-config.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const {readFileSync} = require('fs'); /** diff --git a/build-system/eslint-rules/get-mode-usage.js b/build-system/eslint-rules/get-mode-usage.js index bcbfd02fe3d2..ca459bbfdf13 100644 --- a/build-system/eslint-rules/get-mode-usage.js +++ b/build-system/eslint-rules/get-mode-usage.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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'; // This rule asserts that we only grab properties from getMode(), and never diff --git a/build-system/eslint-rules/html-template.js b/build-system/eslint-rules/html-template.js index 708fefc42a49..fd033b1f384c 100644 --- a/build-system/eslint-rules/html-template.js +++ b/build-system/eslint-rules/html-template.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const { diff --git a/build-system/eslint-rules/index.js b/build-system/eslint-rules/index.js index 1501966595e7..8aad2b29f8d9 100644 --- a/build-system/eslint-rules/index.js +++ b/build-system/eslint-rules/index.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const fs = require('fs'); diff --git a/build-system/eslint-rules/is-experiment-on.js b/build-system/eslint-rules/is-experiment-on.js index 76b33c0eea95..5841e6fe313f 100644 --- a/build-system/eslint-rules/is-experiment-on.js +++ b/build-system/eslint-rules/is-experiment-on.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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'; module.exports = function (context) { diff --git a/build-system/eslint-rules/json-configuration.js b/build-system/eslint-rules/json-configuration.js index 6a9af9c2d5a2..aad7f6573c4b 100644 --- a/build-system/eslint-rules/json-configuration.js +++ b/build-system/eslint-rules/json-configuration.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/eslint-rules/jss-animation-name.js b/build-system/eslint-rules/jss-animation-name.js index 291a55925ebb..15435c101ca1 100644 --- a/build-system/eslint-rules/jss-animation-name.js +++ b/build-system/eslint-rules/jss-animation-name.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/eslint-rules/no-array-destructuring.js b/build-system/eslint-rules/no-array-destructuring.js new file mode 100644 index 000000000000..929109b8b641 --- /dev/null +++ b/build-system/eslint-rules/no-array-destructuring.js @@ -0,0 +1,69 @@ +'use strict'; + +// Only allow array destructuring on preact functions that are known to return +// real arrays. This is to avoid the very large iterator polyfill and the very +// slow native and polyfilled runtime. +// +// Good: +// const [first] = useXYZ(0); +// const [x] = preact.useXYZ(0); +// +// Bad: +// const [b] = value; +// function bad([b]) {} +module.exports = function (context) { + /** + * @param {*} node + * @return {boolean} + */ + function isAllowed(node) { + const {parent} = node; + if (parent.type !== 'VariableDeclarator') { + return false; + } + const {init} = parent; + + if (!init || init.type !== 'CallExpression') { + return false; + } + + const {callee} = init; + + if (callee.type === 'Identifier') { + return callee.name.startsWith('use'); + } + + if (callee.type === 'MemberExpression') { + const {computed, object, property} = callee; + if (computed) { + return false; + } + if ( + object.type !== 'Identifier' || + object.name.toLowerCase() !== 'preact' + ) { + return false; + } + if (property.type !== 'Identifier' || !property.name.startsWith('use')) { + return false; + } + return true; + } + + return false; + } + + return { + ArrayPattern: function (node) { + if (isAllowed(node)) { + return; + } + + context.report({ + node, + message: + 'Array Destructuring is only allowed on known array-returning preact hooks', + }); + }, + }; +}; diff --git a/build-system/eslint-rules/no-arrow-on-register-functions.js b/build-system/eslint-rules/no-arrow-on-register-functions.js index 1e65537e5071..b48ede2ad741 100644 --- a/build-system/eslint-rules/no-arrow-on-register-functions.js +++ b/build-system/eslint-rules/no-arrow-on-register-functions.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const expression = [ diff --git a/build-system/eslint-rules/no-bigint.js b/build-system/eslint-rules/no-bigint.js index 73ab637f2c1d..0050660c6d9f 100644 --- a/build-system/eslint-rules/no-bigint.js +++ b/build-system/eslint-rules/no-bigint.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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'; module.exports = function (context) { diff --git a/build-system/eslint-rules/no-deep-destructuring.js b/build-system/eslint-rules/no-deep-destructuring.js index 92c31affb1c1..06b034fc79e2 100644 --- a/build-system/eslint-rules/no-deep-destructuring.js +++ b/build-system/eslint-rules/no-deep-destructuring.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/eslint-rules/no-duplicate-import.js b/build-system/eslint-rules/no-duplicate-import.js index a32c4b40f0a9..785374dc6b15 100644 --- a/build-system/eslint-rules/no-duplicate-import.js +++ b/build-system/eslint-rules/no-duplicate-import.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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'; // Enforces imports statements from a module are not duplicated diff --git a/build-system/eslint-rules/no-duplicate-name-typedef.js b/build-system/eslint-rules/no-duplicate-name-typedef.js index 2db0b1b65090..ebf2814c6f20 100644 --- a/build-system/eslint-rules/no-duplicate-name-typedef.js +++ b/build-system/eslint-rules/no-duplicate-name-typedef.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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'; // Global cache of typedefName: typedefLocation. diff --git a/build-system/eslint-rules/no-dynamic-import.js b/build-system/eslint-rules/no-dynamic-import.js index 777545f9c1ab..dcd75ac6bc02 100644 --- a/build-system/eslint-rules/no-dynamic-import.js +++ b/build-system/eslint-rules/no-dynamic-import.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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'; module.exports = function (context) { diff --git a/build-system/eslint-rules/no-es2015-number-props.js b/build-system/eslint-rules/no-es2015-number-props.js index c8e6cdd1d167..a2d5d75f38aa 100644 --- a/build-system/eslint-rules/no-es2015-number-props.js +++ b/build-system/eslint-rules/no-es2015-number-props.js @@ -1,18 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const INVALID_PROPS = [ diff --git a/build-system/eslint-rules/no-export-side-effect.js b/build-system/eslint-rules/no-export-side-effect.js index b843124cef50..391ece7d900e 100644 --- a/build-system/eslint-rules/no-export-side-effect.js +++ b/build-system/eslint-rules/no-export-side-effect.js @@ -1,18 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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'; module.exports = function (context) { diff --git a/build-system/eslint-rules/no-forbidden-terms.js b/build-system/eslint-rules/no-forbidden-terms.js index 2bc32abbb29b..d5e584d582cc 100644 --- a/build-system/eslint-rules/no-forbidden-terms.js +++ b/build-system/eslint-rules/no-forbidden-terms.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const {cyan} = require('../common/colors'); const {matchForbiddenTerms} = require('../test-configs/forbidden-terms'); const {relative} = require('path'); diff --git a/build-system/eslint-rules/no-function-async.js b/build-system/eslint-rules/no-function-async.js index 85d82eec8e2a..d958f3c7db9c 100644 --- a/build-system/eslint-rules/no-function-async.js +++ b/build-system/eslint-rules/no-function-async.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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'; module.exports = function (context) { diff --git a/build-system/eslint-rules/no-function-generator.js b/build-system/eslint-rules/no-function-generator.js index 453d448ee3c6..258ee4bb0109 100644 --- a/build-system/eslint-rules/no-function-generator.js +++ b/build-system/eslint-rules/no-function-generator.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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'; module.exports = function (context) { diff --git a/build-system/eslint-rules/no-global.js b/build-system/eslint-rules/no-global.js index 690c6d6b4212..ac9af4dd9235 100644 --- a/build-system/eslint-rules/no-global.js +++ b/build-system/eslint-rules/no-global.js @@ -1,18 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const astUtils = require('eslint/lib/rules/utils/ast-utils'); diff --git a/build-system/eslint-rules/no-has-own-property-method.js b/build-system/eslint-rules/no-has-own-property-method.js index 242ad20295a9..eed1a8e8368a 100644 --- a/build-system/eslint-rules/no-has-own-property-method.js +++ b/build-system/eslint-rules/no-has-own-property-method.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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'; module.exports = { diff --git a/build-system/eslint-rules/no-import-meta.js b/build-system/eslint-rules/no-import-meta.js index 797207dd071b..11018c0b1e1a 100644 --- a/build-system/eslint-rules/no-import-meta.js +++ b/build-system/eslint-rules/no-import-meta.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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'; module.exports = function (context) { diff --git a/build-system/eslint-rules/no-import-rename.js b/build-system/eslint-rules/no-import-rename.js index 8129a1da0373..dc32bb10a6e6 100644 --- a/build-system/eslint-rules/no-import-rename.js +++ b/build-system/eslint-rules/no-import-rename.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const path = require('path'); diff --git a/build-system/eslint-rules/no-import.js b/build-system/eslint-rules/no-import.js index 8921345a50ec..b1b635ada028 100644 --- a/build-system/eslint-rules/no-import.js +++ b/build-system/eslint-rules/no-import.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const imports = [ diff --git a/build-system/eslint-rules/no-invalid-this.js b/build-system/eslint-rules/no-invalid-this.js index ec4e2c82f915..1d21c41f346b 100644 --- a/build-system/eslint-rules/no-invalid-this.js +++ b/build-system/eslint-rules/no-invalid-this.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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'; // Disables use of the `this` value when we suspect that it is using the diff --git a/build-system/eslint-rules/no-log-array.js b/build-system/eslint-rules/no-log-array.js index b53386e9c40a..f0b12852cca3 100644 --- a/build-system/eslint-rules/no-log-array.js +++ b/build-system/eslint-rules/no-log-array.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const { assertAliases, definitionFile, diff --git a/build-system/eslint-rules/no-mixed-interpolation.js b/build-system/eslint-rules/no-mixed-interpolation.js index ce45d062d450..d5c51d8bc802 100644 --- a/build-system/eslint-rules/no-mixed-interpolation.js +++ b/build-system/eslint-rules/no-mixed-interpolation.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const { assertAliases, definitionFile, diff --git a/build-system/eslint-rules/no-mixed-operators.js b/build-system/eslint-rules/no-mixed-operators.js index 6b1d249399c9..ee89504c8fe0 100644 --- a/build-system/eslint-rules/no-mixed-operators.js +++ b/build-system/eslint-rules/no-mixed-operators.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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'; module.exports = { diff --git a/build-system/eslint-rules/no-module-exports.js b/build-system/eslint-rules/no-module-exports.js index 2c7bcfa3a887..cac307e6ea17 100644 --- a/build-system/eslint-rules/no-module-exports.js +++ b/build-system/eslint-rules/no-module-exports.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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'; //------------------------------------------------------------------------------ diff --git a/build-system/eslint-rules/no-private-props.js b/build-system/eslint-rules/no-private-props.js index 4772bf69552d..f6d312e1b7ec 100644 --- a/build-system/eslint-rules/no-private-props.js +++ b/build-system/eslint-rules/no-private-props.js @@ -1,18 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/eslint-rules/no-rest.js b/build-system/eslint-rules/no-rest.js new file mode 100644 index 000000000000..9a47c4c2e21f --- /dev/null +++ b/build-system/eslint-rules/no-rest.js @@ -0,0 +1,25 @@ +'use strict'; + +// Forbids use of Rest elements when they require an iterator polyfill, or +// there's no clear benefit. +// +// Good: +// ``` +// function foo(...args) {} +// const {...rest} = {foo: 1}; +// ``` +// +// Bad: +// ``` +// const [...rest] = [1, 2, 3]; +// ``` +module.exports = function (context) { + return { + 'ArrayPattern > RestElement': function (node) { + context.report({ + node, + message: 'Collecting elements using a rest element is not allowed.', + }); + }, + }; +}; diff --git a/build-system/eslint-rules/no-spread.js b/build-system/eslint-rules/no-spread.js new file mode 100644 index 000000000000..ce420d2ff81d --- /dev/null +++ b/build-system/eslint-rules/no-spread.js @@ -0,0 +1,25 @@ +'use strict'; + +// Forbids use of Spread elements when they require an iterator polyfill +// +// Good: +// ``` +// const obj = {foo: 1, ...obj}; +// ``` +// +// Bad: +// ``` +// const args = [1, 2, 3, ...array]; +// bar(...args); +// ``` +module.exports = function (context) { + return { + 'ArrayExpression > SpreadElement': function (node) { + context.report({node, message: 'Iterator spreading is not allowed.'}); + }, + + 'CallExpression > SpreadElement': function (node) { + context.report({node, message: 'Iterator spreading is not allowed.'}); + }, + }; +}; diff --git a/build-system/eslint-rules/no-static-this.js b/build-system/eslint-rules/no-static-this.js index ae49eb360cf4..570c5a3e4e64 100644 --- a/build-system/eslint-rules/no-static-this.js +++ b/build-system/eslint-rules/no-static-this.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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'; // Forbids use of `this` inside static class methods diff --git a/build-system/eslint-rules/no-style-display.js b/build-system/eslint-rules/no-style-display.js index 44ee933867e7..54641d1d6d0b 100644 --- a/build-system/eslint-rules/no-style-display.js +++ b/build-system/eslint-rules/no-style-display.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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'; module.exports = function (context) { diff --git a/build-system/eslint-rules/no-style-property-setting.js b/build-system/eslint-rules/no-style-property-setting.js index 01e7aec0fbcf..b2681cfac012 100644 --- a/build-system/eslint-rules/no-style-property-setting.js +++ b/build-system/eslint-rules/no-style-property-setting.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const path = require('path'); diff --git a/build-system/eslint-rules/no-swallow-return-from-allow-console-error.js b/build-system/eslint-rules/no-swallow-return-from-allow-console-error.js index 2a2595914ab9..8303321ec010 100644 --- a/build-system/eslint-rules/no-swallow-return-from-allow-console-error.js +++ b/build-system/eslint-rules/no-swallow-return-from-allow-console-error.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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'; module.exports = { diff --git a/build-system/eslint-rules/no-unload-listener.js b/build-system/eslint-rules/no-unload-listener.js index 33b2cbaa39d0..3197adac3096 100644 --- a/build-system/eslint-rules/no-unload-listener.js +++ b/build-system/eslint-rules/no-unload-listener.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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'; module.exports = function (context) { diff --git a/build-system/eslint-rules/objstr-literal.js b/build-system/eslint-rules/objstr-literal.js index 8234480200b0..9e486df79ad5 100644 --- a/build-system/eslint-rules/objstr-literal.js +++ b/build-system/eslint-rules/objstr-literal.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - module.exports = function objstrLiteral(context) { return { CallExpression(node) { diff --git a/build-system/eslint-rules/preact.js b/build-system/eslint-rules/preact.js index a9638dd38030..b4f9e33f77a2 100644 --- a/build-system/eslint-rules/preact.js +++ b/build-system/eslint-rules/preact.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const path = require('path'); diff --git a/build-system/eslint-rules/prefer-deferred-promise.js b/build-system/eslint-rules/prefer-deferred-promise.js index 0df568215eeb..1f5d7d9f81c1 100644 --- a/build-system/eslint-rules/prefer-deferred-promise.js +++ b/build-system/eslint-rules/prefer-deferred-promise.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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'; module.exports = function (context) { diff --git a/build-system/eslint-rules/prefer-destructuring.js b/build-system/eslint-rules/prefer-destructuring.js index 79760201335c..05a98042bce7 100644 --- a/build-system/eslint-rules/prefer-destructuring.js +++ b/build-system/eslint-rules/prefer-destructuring.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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'; module.exports = { diff --git a/build-system/eslint-rules/prefer-spread-props.js b/build-system/eslint-rules/prefer-spread-props.js index bf45e0b29723..e02149e03248 100644 --- a/build-system/eslint-rules/prefer-spread-props.js +++ b/build-system/eslint-rules/prefer-spread-props.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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'; // This warns when using Object.assign where an object spread is better. Note diff --git a/build-system/eslint-rules/prefer-unnested-spread-objects.js b/build-system/eslint-rules/prefer-unnested-spread-objects.js index 0d7f6c59652b..3197d8dfa512 100644 --- a/build-system/eslint-rules/prefer-unnested-spread-objects.js +++ b/build-system/eslint-rules/prefer-unnested-spread-objects.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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'; // Disallows using an object spread on an inline object expression. Instead, diff --git a/build-system/eslint-rules/private-prop-names.js b/build-system/eslint-rules/private-prop-names.js index 7fbf9da26614..c326b825be00 100644 --- a/build-system/eslint-rules/private-prop-names.js +++ b/build-system/eslint-rules/private-prop-names.js @@ -1,18 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/eslint-rules/query-selector.js b/build-system/eslint-rules/query-selector.js index 6808bc735dc2..be04019f3ff2 100644 --- a/build-system/eslint-rules/query-selector.js +++ b/build-system/eslint-rules/query-selector.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const cssWhat = require('css-what'); diff --git a/build-system/eslint-rules/todo-format.js b/build-system/eslint-rules/todo-format.js index b57c39c4f22a..67b6118353ea 100644 --- a/build-system/eslint-rules/todo-format.js +++ b/build-system/eslint-rules/todo-format.js @@ -1,18 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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'; module.exports = function (context) { diff --git a/build-system/eslint-rules/unused-private-field.js b/build-system/eslint-rules/unused-private-field.js index c63215294da6..43b0a44c7a45 100644 --- a/build-system/eslint-rules/unused-private-field.js +++ b/build-system/eslint-rules/unused-private-field.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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'; module.exports = { diff --git a/build-system/eslint-rules/vsync.js b/build-system/eslint-rules/vsync.js index 5a875e873ed1..8ddce819c73b 100644 --- a/build-system/eslint-rules/vsync.js +++ b/build-system/eslint-rules/vsync.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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'; module.exports = function (context) { diff --git a/build-system/eslint-rules/window-property-name.js b/build-system/eslint-rules/window-property-name.js index 3bda1f4573fc..52e2dce53837 100644 --- a/build-system/eslint-rules/window-property-name.js +++ b/build-system/eslint-rules/window-property-name.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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 * Checks that custom properties set on the window are prefixed with '__AMP_'. diff --git a/build-system/externs/amp.extern.js b/build-system/externs/amp.extern.js index 41a37001eb35..d93bcf2829b4 100644 --- a/build-system/externs/amp.extern.js +++ b/build-system/externs/amp.extern.js @@ -1,19 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /** @externs */ /** diff --git a/build-system/externs/dompurify.extern.js b/build-system/externs/dompurify.extern.js index 648eaae6b09a..1a34e4432797 100644 --- a/build-system/externs/dompurify.extern.js +++ b/build-system/externs/dompurify.extern.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /** @externs */ /** @constructor */ diff --git a/build-system/externs/layout-jank.extern.js b/build-system/externs/layout-jank.extern.js index 938242a3d6c8..170e3774fbb1 100644 --- a/build-system/externs/layout-jank.extern.js +++ b/build-system/externs/layout-jank.extern.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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 Definitions for the Layout Jank API. * diff --git a/build-system/externs/preact.extern.js b/build-system/externs/preact.extern.js index 1a435e13777e..35d1bf8cf85f 100644 --- a/build-system/externs/preact.extern.js +++ b/build-system/externs/preact.extern.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /** @externs */ /** @const */ diff --git a/build-system/npm-publish/build-npm-binaries.js b/build-system/npm-publish/build-npm-binaries.js index a8ab9b87a85d..66fc56dec898 100644 --- a/build-system/npm-publish/build-npm-binaries.js +++ b/build-system/npm-publish/build-npm-binaries.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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 * Builds npm binaries for specified Bento components. diff --git a/build-system/npm-publish/get-extensions.js b/build-system/npm-publish/get-extensions.js index fd277d41ccbe..0ed317bc7ab4 100644 --- a/build-system/npm-publish/get-extensions.js +++ b/build-system/npm-publish/get-extensions.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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 * Logs Bento components to publish. diff --git a/build-system/npm-publish/utils.js b/build-system/npm-publish/utils.js index e2b3d4ffe894..7b622c9318d9 100644 --- a/build-system/npm-publish/utils.js +++ b/build-system/npm-publish/utils.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /** * Get extensions to be published on npm * @return {Array} diff --git a/build-system/npm-publish/write-package-files.js b/build-system/npm-publish/write-package-files.js index d628fc9853f6..68cb44440be1 100644 --- a/build-system/npm-publish/write-package-files.js +++ b/build-system/npm-publish/write-package-files.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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 * Creates npm package files for a given component and AMP version. diff --git a/build-system/pr-check/browser-tests.js b/build-system/pr-check/browser-tests.js index 1f73244f148f..99c455ddc875 100644 --- a/build-system/pr-check/browser-tests.js +++ b/build-system/pr-check/browser-tests.js @@ -1,18 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/pr-check/build-targets.js b/build-system/pr-check/build-targets.js index 6109cad96af6..59e77768b16a 100644 --- a/build-system/pr-check/build-targets.js +++ b/build-system/pr-check/build-targets.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/pr-check/bundle-size-module-build.js b/build-system/pr-check/bundle-size-module-build.js index 6b329fe64aa6..541a8ac57453 100644 --- a/build-system/pr-check/bundle-size-module-build.js +++ b/build-system/pr-check/bundle-size-module-build.js @@ -1,18 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/pr-check/bundle-size-nomodule-build.js b/build-system/pr-check/bundle-size-nomodule-build.js index 5caa335c9aea..0aec6e19c46c 100644 --- a/build-system/pr-check/bundle-size-nomodule-build.js +++ b/build-system/pr-check/bundle-size-nomodule-build.js @@ -1,18 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/pr-check/bundle-size.js b/build-system/pr-check/bundle-size.js index 0c0b4a680549..154daa7f16f0 100644 --- a/build-system/pr-check/bundle-size.js +++ b/build-system/pr-check/bundle-size.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/pr-check/checks.js b/build-system/pr-check/checks.js index 7f1f0d6ed639..be4e19750400 100644 --- a/build-system/pr-check/checks.js +++ b/build-system/pr-check/checks.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/pr-check/ci-job.js b/build-system/pr-check/ci-job.js index 30b607f5176d..f9eb891b7377 100644 --- a/build-system/pr-check/ci-job.js +++ b/build-system/pr-check/ci-job.js @@ -1,18 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const { diff --git a/build-system/pr-check/cross-platform-builds.js b/build-system/pr-check/cross-platform-builds.js index a560d40e88d5..0651f3a5b62b 100644 --- a/build-system/pr-check/cross-platform-builds.js +++ b/build-system/pr-check/cross-platform-builds.js @@ -1,18 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/pr-check/e2e-tests.js b/build-system/pr-check/e2e-tests.js index 94c7f2e9c1f4..d911d52fd24d 100644 --- a/build-system/pr-check/e2e-tests.js +++ b/build-system/pr-check/e2e-tests.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/pr-check/experiment-build.js b/build-system/pr-check/experiment-build.js index 56bf47bfebbd..1b0f1c8d34ad 100644 --- a/build-system/pr-check/experiment-build.js +++ b/build-system/pr-check/experiment-build.js @@ -1,18 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/pr-check/experiment-e2e-tests.js b/build-system/pr-check/experiment-e2e-tests.js index 23248c983a4a..224ec6e5b9e4 100644 --- a/build-system/pr-check/experiment-e2e-tests.js +++ b/build-system/pr-check/experiment-e2e-tests.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/pr-check/experiment-integration-tests.js b/build-system/pr-check/experiment-integration-tests.js index fd9b7df05868..5ddc62cc26a4 100644 --- a/build-system/pr-check/experiment-integration-tests.js +++ b/build-system/pr-check/experiment-integration-tests.js @@ -1,18 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/pr-check/ie-tests.js b/build-system/pr-check/ie-tests.js index b441e4d221e3..6ac7b7d70afe 100644 --- a/build-system/pr-check/ie-tests.js +++ b/build-system/pr-check/ie-tests.js @@ -1,18 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/pr-check/module-build.js b/build-system/pr-check/module-build.js index 74e047d006cd..a2147be6f4fc 100644 --- a/build-system/pr-check/module-build.js +++ b/build-system/pr-check/module-build.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/pr-check/module-tests.js b/build-system/pr-check/module-tests.js index 719e854e33cd..d38e4f5cb820 100644 --- a/build-system/pr-check/module-tests.js +++ b/build-system/pr-check/module-tests.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/pr-check/nomodule-build.js b/build-system/pr-check/nomodule-build.js index fa870ff02708..536549f559de 100644 --- a/build-system/pr-check/nomodule-build.js +++ b/build-system/pr-check/nomodule-build.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/pr-check/nomodule-tests.js b/build-system/pr-check/nomodule-tests.js index dedb4f8863a3..18f588da17b9 100644 --- a/build-system/pr-check/nomodule-tests.js +++ b/build-system/pr-check/nomodule-tests.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/pr-check/performance-tests.js b/build-system/pr-check/performance-tests.js index ff6c40fe2657..249a43125e0e 100644 --- a/build-system/pr-check/performance-tests.js +++ b/build-system/pr-check/performance-tests.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/pr-check/pr-deploy.js b/build-system/pr-check/pr-deploy.js index 09f16fb18e62..00b151a449eb 100644 --- a/build-system/pr-check/pr-deploy.js +++ b/build-system/pr-check/pr-deploy.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/pr-check/unit-tests-local.js b/build-system/pr-check/unit-tests-local.js index 183eb57e8af2..fa8052090088 100644 --- a/build-system/pr-check/unit-tests-local.js +++ b/build-system/pr-check/unit-tests-local.js @@ -1,18 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/pr-check/unit-tests.js b/build-system/pr-check/unit-tests.js index b9a586c3bd4e..46c2c5aa4276 100644 --- a/build-system/pr-check/unit-tests.js +++ b/build-system/pr-check/unit-tests.js @@ -1,18 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/pr-check/unminified-build.js b/build-system/pr-check/unminified-build.js index 539dfe87daa4..dc3c49292e91 100644 --- a/build-system/pr-check/unminified-build.js +++ b/build-system/pr-check/unminified-build.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/pr-check/unminified-tests.js b/build-system/pr-check/unminified-tests.js index 8102e1f52c02..20aac2604ad2 100644 --- a/build-system/pr-check/unminified-tests.js +++ b/build-system/pr-check/unminified-tests.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/pr-check/utils.js b/build-system/pr-check/utils.js index c0e9c3ea69fc..7057e0d5003a 100644 --- a/build-system/pr-check/utils.js +++ b/build-system/pr-check/utils.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const fs = require('fs-extra'); diff --git a/build-system/pr-check/validator-tests.js b/build-system/pr-check/validator-tests.js index 291ad06af946..a627bf446db8 100644 --- a/build-system/pr-check/validator-tests.js +++ b/build-system/pr-check/validator-tests.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/pr-check/visual-diff-tests.js b/build-system/pr-check/visual-diff-tests.js index bdde9f3e8fc9..a218a2960473 100644 --- a/build-system/pr-check/visual-diff-tests.js +++ b/build-system/pr-check/visual-diff-tests.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/release-tagger/label-pull-requests.js b/build-system/release-tagger/label-pull-requests.js index 70eebf00dbf8..1c6c70e8143d 100644 --- a/build-system/release-tagger/label-pull-requests.js +++ b/build-system/release-tagger/label-pull-requests.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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 * Update labels on pull requests for the release tagger. diff --git a/build-system/release-tagger/make-release.js b/build-system/release-tagger/make-release.js index 11dfc11abfb0..a235d343ca0e 100644 --- a/build-system/release-tagger/make-release.js +++ b/build-system/release-tagger/make-release.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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 * Make release for the release tagger. diff --git a/build-system/release-tagger/test/label-pull-requests.test.js b/build-system/release-tagger/test/label-pull-requests.test.js index ca4046ab4d03..9f281c33aaaf 100644 --- a/build-system/release-tagger/test/label-pull-requests.test.js +++ b/build-system/release-tagger/test/label-pull-requests.test.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const nock = require('nock'); const test = require('ava'); const {addLabels, removeLabels} = require('../label-pull-requests'); diff --git a/build-system/release-tagger/test/make-release.test.js b/build-system/release-tagger/test/make-release.test.js index 10186472888c..bc39c87f79aa 100644 --- a/build-system/release-tagger/test/make-release.test.js +++ b/build-system/release-tagger/test/make-release.test.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const nock = require('nock'); const test = require('ava'); const {getExtensions} = require('../../npm-publish/utils'); diff --git a/build-system/release-tagger/test/update-release.test.js b/build-system/release-tagger/test/update-release.test.js index 8efa139ecb32..78a1bdc0e1c7 100644 --- a/build-system/release-tagger/test/update-release.test.js +++ b/build-system/release-tagger/test/update-release.test.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const nock = require('nock'); const test = require('ava'); const {publishRelease, rollbackRelease} = require('../update-release'); diff --git a/build-system/release-tagger/update-release.js b/build-system/release-tagger/update-release.js index d1143c8635bc..51e3f678876a 100644 --- a/build-system/release-tagger/update-release.js +++ b/build-system/release-tagger/update-release.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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 * Update release for the release tagger. diff --git a/build-system/release-tagger/utils.js b/build-system/release-tagger/utils.js index 6574f9a90c70..e581cd6b4aae 100644 --- a/build-system/release-tagger/utils.js +++ b/build-system/release-tagger/utils.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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 * GitHub API util functions. diff --git a/build-system/server/amp-cors.js b/build-system/server/amp-cors.js index e66ca850fbd8..c02ef55c7d7e 100644 --- a/build-system/server/amp-cors.js +++ b/build-system/server/amp-cors.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /** * In practice this would be *.ampproject.org and the publishers * origin. Please see AMP CORS docs for more details: diff --git a/build-system/server/amp4test.js b/build-system/server/amp4test.js index b85e70eeedcb..4bac37989340 100644 --- a/build-system/server/amp4test.js +++ b/build-system/server/amp4test.js @@ -1,18 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const app = require('express').Router(); diff --git a/build-system/server/app-index/amphtml-helpers.js b/build-system/server/app-index/amphtml-helpers.js index feaccb8c01a9..b077099466c3 100644 --- a/build-system/server/app-index/amphtml-helpers.js +++ b/build-system/server/app-index/amphtml-helpers.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /* eslint-disable local/html-template */ const assert = require('assert'); diff --git a/build-system/server/app-index/basepath-mappings.js b/build-system/server/app-index/basepath-mappings.js index 844ffcea436c..b0207671f7d7 100644 --- a/build-system/server/app-index/basepath-mappings.js +++ b/build-system/server/app-index/basepath-mappings.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - // Optional mappings of URL path to filesystem listing path. module.exports = { // Serve /examples/ on main page. diff --git a/build-system/server/app-index/boilerplate.js b/build-system/server/app-index/boilerplate.js index cfd1c6ab9a3a..4ddf1fe4f957 100644 --- a/build-system/server/app-index/boilerplate.js +++ b/build-system/server/app-index/boilerplate.js @@ -1,17 +1,2 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ module.exports = ''; diff --git a/build-system/server/app-index/document-modes.js b/build-system/server/app-index/document-modes.js index e406fe359bd6..830cfd66250c 100644 --- a/build-system/server/app-index/document-modes.js +++ b/build-system/server/app-index/document-modes.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - module.exports = { '/': 'standard', '/shadow/': 'shadow', diff --git a/build-system/server/app-index/file-list.js b/build-system/server/app-index/file-list.js index a5486692e25d..fb47d5f73af3 100644 --- a/build-system/server/app-index/file-list.js +++ b/build-system/server/app-index/file-list.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /* eslint-disable local/html-template */ const {html, joinFragments} = require('./html'); const {htmlEnvelopePrefixKey} = require('./settings'); diff --git a/build-system/server/app-index/header-links.js b/build-system/server/app-index/header-links.js index 60e6aba2f8cf..d6e9ffc669ce 100644 --- a/build-system/server/app-index/header-links.js +++ b/build-system/server/app-index/header-links.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - module.exports = [ { 'name': 'Github', diff --git a/build-system/server/app-index/html.js b/build-system/server/app-index/html.js index 1cf6e743b1a3..33b92ce40677 100644 --- a/build-system/server/app-index/html.js +++ b/build-system/server/app-index/html.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const identity = (a) => a; /** diff --git a/build-system/server/app-index/index.js b/build-system/server/app-index/index.js index 2e3822ece5ed..e99a5b477806 100644 --- a/build-system/server/app-index/index.js +++ b/build-system/server/app-index/index.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const basepathMappings = require('./basepath-mappings'); diff --git a/build-system/server/app-index/main.css b/build-system/server/app-index/main.css index cd8f9b21b076..f0e6ca94becb 100644 --- a/build-system/server/app-index/main.css +++ b/build-system/server/app-index/main.css @@ -1,18 +1,4 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ + body { font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; diff --git a/build-system/server/app-index/proxy-form.js b/build-system/server/app-index/proxy-form.js index df68048d3b0c..74ddaa7e51de 100644 --- a/build-system/server/app-index/proxy-form.js +++ b/build-system/server/app-index/proxy-form.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ /* eslint-disable local/html-template */ const {htmlEnvelopePrefixKey} = require('./settings'); diff --git a/build-system/server/app-index/regex.js b/build-system/server/app-index/regex.js index 913d08b02c74..7caa5c34f2bc 100644 --- a/build-system/server/app-index/regex.js +++ b/build-system/server/app-index/regex.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /** * * @param {RegExp} regex diff --git a/build-system/server/app-index/settings.js b/build-system/server/app-index/settings.js index 253d438b7fba..faad9f4851c1 100644 --- a/build-system/server/app-index/settings.js +++ b/build-system/server/app-index/settings.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ /* eslint-disable local/html-template */ const documentModes = require('./document-modes'); const {AmpState, ampStateKey} = require('./amphtml-helpers'); diff --git a/build-system/server/app-index/template.js b/build-system/server/app-index/template.js index fca255ff6fdb..35c88550d759 100644 --- a/build-system/server/app-index/template.js +++ b/build-system/server/app-index/template.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /* eslint-disable local/html-template */ 'use strict'; diff --git a/build-system/server/app-index/test/helpers.js b/build-system/server/app-index/test/helpers.js index de52a8d66049..d53be8d94fca 100644 --- a/build-system/server/app-index/test/helpers.js +++ b/build-system/server/app-index/test/helpers.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const posthtml = require('posthtml'); function getElementChildren(content) { diff --git a/build-system/server/app-index/test/test-amphtml-helpers.js b/build-system/server/app-index/test/test-amphtml-helpers.js index d4bab6b6046e..e9c4bf118a1e 100644 --- a/build-system/server/app-index/test/test-amphtml-helpers.js +++ b/build-system/server/app-index/test/test-amphtml-helpers.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const posthtml = require('posthtml'); const test = require('ava'); const { diff --git a/build-system/server/app-index/test/test-file-list.js b/build-system/server/app-index/test/test-file-list.js index 7d6c625157c3..7809a8f5aaf8 100644 --- a/build-system/server/app-index/test/test-file-list.js +++ b/build-system/server/app-index/test/test-file-list.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const posthtml = require('posthtml'); const test = require('ava'); const {FileList} = require('../file-list'); diff --git a/build-system/server/app-index/test/test-html.js b/build-system/server/app-index/test/test-html.js index 180aa2276e37..4b50513320e0 100644 --- a/build-system/server/app-index/test/test-html.js +++ b/build-system/server/app-index/test/test-html.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const test = require('ava'); const {html, joinFragments} = require('../html'); diff --git a/build-system/server/app-index/test/test.js b/build-system/server/app-index/test/test.js index e97ded31a9f0..f33842582187 100644 --- a/build-system/server/app-index/test/test.js +++ b/build-system/server/app-index/test/test.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const test = require('ava'); const {serveIndexForTesting} = require('../'); diff --git a/build-system/server/app-index/url.js b/build-system/server/app-index/url.js index 7e8beddcfef0..28078e1e4715 100644 --- a/build-system/server/app-index/url.js +++ b/build-system/server/app-index/url.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const appendQueryParamsToUrl = (url, params) => url + '?' + diff --git a/build-system/server/app-index/util/listing.js b/build-system/server/app-index/util/listing.js index 977d242b97c6..37ff208a815e 100644 --- a/build-system/server/app-index/util/listing.js +++ b/build-system/server/app-index/util/listing.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const fs = require('fs'); diff --git a/build-system/server/app-utils.js b/build-system/server/app-utils.js index 3f1145ce1d91..ae90bb11797d 100644 --- a/build-system/server/app-utils.js +++ b/build-system/server/app-utils.js @@ -1,19 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const minimist = require('minimist'); const {cyan, green} = require('../common/colors'); const {log} = require('../common/logging'); diff --git a/build-system/server/app-video-testbench.js b/build-system/server/app-video-testbench.js index 10f67ba60d2a..983500f66a96 100644 --- a/build-system/server/app-video-testbench.js +++ b/build-system/server/app-video-testbench.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ /* eslint-disable */ 'use strict'; diff --git a/build-system/server/app.js b/build-system/server/app.js index 387a77a7ee77..0ff110155694 100644 --- a/build-system/server/app.js +++ b/build-system/server/app.js @@ -1,18 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/server/autocomplete-test-data.js b/build-system/server/autocomplete-test-data.js index bfbf741e85b9..3b7f4c259b43 100644 --- a/build-system/server/autocomplete-test-data.js +++ b/build-system/server/autocomplete-test-data.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const mentionEmails = [ 'harrypotter@hogwarts.edu', 'albusdumbledore@hogwarts.edu', diff --git a/build-system/server/lazy-build.js b/build-system/server/lazy-build.js index c35f756a82f9..be5298ba60a6 100644 --- a/build-system/server/lazy-build.js +++ b/build-system/server/lazy-build.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const argv = require('minimist')(process.argv.slice(2)); diff --git a/build-system/server/new-server/router.js b/build-system/server/new-server/router.js index 7122b2ed7450..cf8dfa58c9e7 100644 --- a/build-system/server/new-server/router.js +++ b/build-system/server/new-server/router.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const router = require('express').Router(); // @ts-ignore const {transform} = require('./transforms/dist/transform'); diff --git a/build-system/server/new-server/transforms/cdn/cdn-transform.ts b/build-system/server/new-server/transforms/cdn/cdn-transform.ts index b3a72049fa21..315512c3114c 100644 --- a/build-system/server/new-server/transforms/cdn/cdn-transform.ts +++ b/build-system/server/new-server/transforms/cdn/cdn-transform.ts @@ -1,18 +1,4 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ + import posthtml from 'posthtml'; import { diff --git a/build-system/server/new-server/transforms/css/css-transform.ts b/build-system/server/new-server/transforms/css/css-transform.ts index 7254f4951911..d76d0b1b5d62 100644 --- a/build-system/server/new-server/transforms/css/css-transform.ts +++ b/build-system/server/new-server/transforms/css/css-transform.ts @@ -1,18 +1,4 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ + import minimist from 'minimist'; import posthtml from 'posthtml'; diff --git a/build-system/server/new-server/transforms/modules/modules-transform.ts b/build-system/server/new-server/transforms/modules/modules-transform.ts index 01fb0f09dce8..1db4471e63ee 100644 --- a/build-system/server/new-server/transforms/modules/modules-transform.ts +++ b/build-system/server/new-server/transforms/modules/modules-transform.ts @@ -1,18 +1,4 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ + import posthtml from 'posthtml'; import {isJsonScript, isValidScript, toExtension, ScriptNode, tryGetUrl} from '../utilities/cdn-tag'; diff --git a/build-system/server/new-server/transforms/sxg/sxg-transform.ts b/build-system/server/new-server/transforms/sxg/sxg-transform.ts index eac833fdcf1f..75be878a2dff 100644 --- a/build-system/server/new-server/transforms/sxg/sxg-transform.ts +++ b/build-system/server/new-server/transforms/sxg/sxg-transform.ts @@ -1,18 +1,4 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ + import posthtml from 'posthtml'; import {URL} from 'url'; diff --git a/build-system/server/new-server/transforms/transform.ts b/build-system/server/new-server/transforms/transform.ts index e72ef3d3cd81..360ab893508e 100644 --- a/build-system/server/new-server/transforms/transform.ts +++ b/build-system/server/new-server/transforms/transform.ts @@ -1,18 +1,4 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ + import fs from 'fs'; import minimist from 'minimist'; diff --git a/build-system/server/new-server/transforms/utilities/cdn-tag.ts b/build-system/server/new-server/transforms/utilities/cdn-tag.ts index c00997002944..11224203624f 100644 --- a/build-system/server/new-server/transforms/utilities/cdn-tag.ts +++ b/build-system/server/new-server/transforms/utilities/cdn-tag.ts @@ -1,18 +1,4 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ + import posthtml from 'posthtml'; import {URL} from 'url'; diff --git a/build-system/server/new-server/transforms/utilities/cdn.ts b/build-system/server/new-server/transforms/utilities/cdn.ts index a0645440dd42..60a20a94eb29 100644 --- a/build-system/server/new-server/transforms/utilities/cdn.ts +++ b/build-system/server/new-server/transforms/utilities/cdn.ts @@ -1,18 +1,4 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ + import {URL} from 'url'; import {parse, format, basename} from 'path'; diff --git a/build-system/server/new-server/transforms/utilities/option-set.ts b/build-system/server/new-server/transforms/utilities/option-set.ts index 13dcaba2f868..c30fc4dd08db 100644 --- a/build-system/server/new-server/transforms/utilities/option-set.ts +++ b/build-system/server/new-server/transforms/utilities/option-set.ts @@ -1,18 +1,4 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ + /** * A list of options to correspond with options.json for testing purposes. diff --git a/build-system/server/recaptcha-router.js b/build-system/server/recaptcha-router.js index 126edfc6727c..893774a1e908 100644 --- a/build-system/server/recaptcha-router.js +++ b/build-system/server/recaptcha-router.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const argv = require('minimist')(process.argv.slice(2)); const cors = require('./amp-cors'); const pc = process; diff --git a/build-system/server/routes/a4a-envelopes.js b/build-system/server/routes/a4a-envelopes.js index ac097498467a..70ec8113a95a 100644 --- a/build-system/server/routes/a4a-envelopes.js +++ b/build-system/server/routes/a4a-envelopes.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const express = require('express'); const fetch = require('node-fetch'); const fs = require('fs'); diff --git a/build-system/server/routes/analytics.js b/build-system/server/routes/analytics.js index 6ebc992db200..1a18a1ea2708 100644 --- a/build-system/server/routes/analytics.js +++ b/build-system/server/routes/analytics.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const router = require('express').Router(); const {log} = require('../amp4test'); diff --git a/build-system/server/routes/list.js b/build-system/server/routes/list.js index 964820635c78..f7afce14a1b4 100644 --- a/build-system/server/routes/list.js +++ b/build-system/server/routes/list.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const cors = require('../amp-cors'); const router = require('express').Router(); diff --git a/build-system/server/routes/test.js b/build-system/server/routes/test.js index e1dec034813a..1d76b8dc8c2b 100644 --- a/build-system/server/routes/test.js +++ b/build-system/server/routes/test.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const router = require('express').Router(); router.use('/form/post/success', function (req, res) { diff --git a/build-system/server/shadow-viewer.js b/build-system/server/shadow-viewer.js index 03a1c3478beb..4cd64d48e446 100644 --- a/build-system/server/shadow-viewer.js +++ b/build-system/server/shadow-viewer.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ /* eslint-disable local/html-template */ const {html} = require('./app-index/html'); diff --git a/build-system/server/test-server.js b/build-system/server/test-server.js index cf39a5ac5331..7ff09d49ecbc 100644 --- a/build-system/server/test-server.js +++ b/build-system/server/test-server.js @@ -1,18 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/server/test/app-utils.test.js b/build-system/server/test/app-utils.test.js index fea71832f91d..51e8a5db73a8 100644 --- a/build-system/server/test/app-utils.test.js +++ b/build-system/server/test/app-utils.test.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const test = require('ava'); const {replaceUrls, toInaboxDocument} = require('../app-utils'); diff --git a/build-system/server/typescript-compile.js b/build-system/server/typescript-compile.js index c8505831a595..7a3b40fb8e44 100644 --- a/build-system/server/typescript-compile.js +++ b/build-system/server/typescript-compile.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ const esbuild = require('esbuild'); const globby = require('globby'); const path = require('path'); diff --git a/build-system/server/variable-substitution.js b/build-system/server/variable-substitution.js index 9a5130af14c7..4bd9e83cd5cf 100644 --- a/build-system/server/variable-substitution.js +++ b/build-system/server/variable-substitution.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - let url; let variableSubstitution; let variables; diff --git a/build-system/status-page/comment.js b/build-system/status-page/comment.js index 5afe5c427de5..97c74f52fc96 100644 --- a/build-system/status-page/comment.js +++ b/build-system/status-page/comment.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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 * Add progress comment for Stable and LTS cherry-picks diff --git a/build-system/status-page/common.js b/build-system/status-page/common.js index 65eccc562434..fa030e710d30 100644 --- a/build-system/status-page/common.js +++ b/build-system/status-page/common.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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 * Common functions for comment.js and incident.js diff --git a/build-system/status-page/incident.js b/build-system/status-page/incident.js index fb5df1da68bf..a94968ea54d1 100644 --- a/build-system/status-page/incident.js +++ b/build-system/status-page/incident.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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 * Sync status.amp.dev with cherry-pick progress diff --git a/build-system/task-runner/amp-cli-runner.js b/build-system/task-runner/amp-cli-runner.js index 192e52543743..79ede2f85364 100755 --- a/build-system/task-runner/amp-cli-runner.js +++ b/build-system/task-runner/amp-cli-runner.js @@ -1,19 +1,5 @@ #!/usr/bin/env node -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/task-runner/amp-task-runner.js b/build-system/task-runner/amp-task-runner.js index 8ed8fedc32d4..e416c87ca59e 100644 --- a/build-system/task-runner/amp-task-runner.js +++ b/build-system/task-runner/amp-task-runner.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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 This is a lightweight task runner with a one-file implentation * based on the commander npm package. diff --git a/build-system/task-runner/install-amp-task-runner.js b/build-system/task-runner/install-amp-task-runner.js index 197ba6668c6a..4d2d00ac3096 100644 --- a/build-system/task-runner/install-amp-task-runner.js +++ b/build-system/task-runner/install-amp-task-runner.js @@ -1,19 +1,5 @@ #!/usr/bin/env node -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/tasks/3p-vendor-helpers.js b/build-system/tasks/3p-vendor-helpers.js index ffb748417668..f9110821243f 100644 --- a/build-system/tasks/3p-vendor-helpers.js +++ b/build-system/tasks/3p-vendor-helpers.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const debounce = require('../common/debounce'); const globby = require('globby'); const {cyan, red} = require('../common/colors'); diff --git a/build-system/tasks/analytics-vendor-configs.js b/build-system/tasks/analytics-vendor-configs.js index 85257f7cf520..628b8c7354f6 100644 --- a/build-system/tasks/analytics-vendor-configs.js +++ b/build-system/tasks/analytics-vendor-configs.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const minimist = require('minimist'); const argv = minimist(process.argv.slice(2)); const debounce = require('../common/debounce'); diff --git a/build-system/tasks/ava.js b/build-system/tasks/ava.js index d8b5f77b92d0..edf8c21f84f7 100644 --- a/build-system/tasks/ava.js +++ b/build-system/tasks/ava.js @@ -1,18 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const argv = require('minimist')(process.argv.slice(2)); diff --git a/build-system/tasks/babel-plugin-tests.js b/build-system/tasks/babel-plugin-tests.js index b2e476ae2152..92c0a03bc0ee 100644 --- a/build-system/tasks/babel-plugin-tests.js +++ b/build-system/tasks/babel-plugin-tests.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const jest = require('@jest/core'); diff --git a/build-system/tasks/build.js b/build-system/tasks/build.js index 81a3bc1f035b..dcfa971f8f14 100644 --- a/build-system/tasks/build.js +++ b/build-system/tasks/build.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const { bootstrapThirdPartyFrames, compileAllJs, diff --git a/build-system/tasks/bundle-size/index.js b/build-system/tasks/bundle-size/index.js index 89512c1e173a..968214004190 100644 --- a/build-system/tasks/bundle-size/index.js +++ b/build-system/tasks/bundle-size/index.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const argv = require('minimist')(process.argv.slice(2)); diff --git a/build-system/tasks/caches-json.js b/build-system/tasks/caches-json.js index 768dda4bbedf..fc43461e7abc 100644 --- a/build-system/tasks/caches-json.js +++ b/build-system/tasks/caches-json.js @@ -1,18 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const path = require('path'); diff --git a/build-system/tasks/check-analytics-vendors-list.js b/build-system/tasks/check-analytics-vendors-list.js index 49e17bc057bb..a84f662eac0a 100644 --- a/build-system/tasks/check-analytics-vendors-list.js +++ b/build-system/tasks/check-analytics-vendors-list.js @@ -1,18 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ const globby = require('globby'); const {basename} = require('path'); const {readFile} = require('fs-extra'); diff --git a/build-system/tasks/check-asserts.js b/build-system/tasks/check-asserts.js index ccb4ec588010..4e38ad9691b2 100644 --- a/build-system/tasks/check-asserts.js +++ b/build-system/tasks/check-asserts.js @@ -1,18 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const fs = require('fs').promises; diff --git a/build-system/tasks/check-build-system.js b/build-system/tasks/check-build-system.js index 6ae372af8a6e..dc39c53751d8 100644 --- a/build-system/tasks/check-build-system.js +++ b/build-system/tasks/check-build-system.js @@ -1,18 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ const globby = require('globby'); const path = require('path'); const {cyan, green} = require('../common/colors'); diff --git a/build-system/tasks/check-exact-versions.js b/build-system/tasks/check-exact-versions.js index 8152390caa9d..3f3ddff0d556 100644 --- a/build-system/tasks/check-exact-versions.js +++ b/build-system/tasks/check-exact-versions.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const fs = require('fs-extra'); diff --git a/build-system/tasks/check-invalid-whitespaces.js b/build-system/tasks/check-invalid-whitespaces.js index 343f1e8b85de..02c15c70351c 100644 --- a/build-system/tasks/check-invalid-whitespaces.js +++ b/build-system/tasks/check-invalid-whitespaces.js @@ -1,18 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ 'using strict'; const {getFilesToCheck} = require('../common/utils'); diff --git a/build-system/tasks/check-links.js b/build-system/tasks/check-links.js index 35dca68ca409..c8b8e7f15bc5 100644 --- a/build-system/tasks/check-links.js +++ b/build-system/tasks/check-links.js @@ -1,18 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const fs = require('fs-extra'); diff --git a/build-system/tasks/check-owners.js b/build-system/tasks/check-owners.js index 9fc2e3ab9f3e..5a104acb746f 100644 --- a/build-system/tasks/check-owners.js +++ b/build-system/tasks/check-owners.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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 This file implements the `amp check-owners` task, which checks * all OWNERS files in the repo for correctness, as determined by the parsing diff --git a/build-system/tasks/check-renovate-config.js b/build-system/tasks/check-renovate-config.js index 074d159e4972..620d04fefdf7 100644 --- a/build-system/tasks/check-renovate-config.js +++ b/build-system/tasks/check-renovate-config.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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 This file implements the `amp check-renovate-config` task, * which validates the Renovate configuration file using Renovate's provided diff --git a/build-system/tasks/check-sourcemaps.js b/build-system/tasks/check-sourcemaps.js index e9ae21eda77a..4f5b144db4a3 100644 --- a/build-system/tasks/check-sourcemaps.js +++ b/build-system/tasks/check-sourcemaps.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const argv = require('minimist')(process.argv.slice(2)); diff --git a/build-system/tasks/check-types.js b/build-system/tasks/check-types.js index 42ee05949d93..f658f44cc5e3 100644 --- a/build-system/tasks/check-types.js +++ b/build-system/tasks/check-types.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const argv = require('minimist')(process.argv.slice(2)); const globby = require('globby'); const { diff --git a/build-system/tasks/check-video-interface-list.js b/build-system/tasks/check-video-interface-list.js index 2e7546a10941..f39ffd599b1e 100644 --- a/build-system/tasks/check-video-interface-list.js +++ b/build-system/tasks/check-video-interface-list.js @@ -1,18 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ const globby = require('globby'); const {getStdout} = require('../common/process'); const {readFile} = require('fs-extra'); diff --git a/build-system/tasks/cherry-pick.js b/build-system/tasks/cherry-pick.js index 6ffef8ca3ef2..d50ebc130b2b 100644 --- a/build-system/tasks/cherry-pick.js +++ b/build-system/tasks/cherry-pick.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const argv = require('minimist')(process.argv.slice(2)); diff --git a/build-system/tasks/clean.js b/build-system/tasks/clean.js index c924a5bc7349..0733ad10460d 100644 --- a/build-system/tasks/clean.js +++ b/build-system/tasks/clean.js @@ -1,18 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const argv = require('minimist')(process.argv.slice(2)); diff --git a/build-system/tasks/codecov-upload.js b/build-system/tasks/codecov-upload.js index 1bfd9b8d52d4..ddb8db972040 100644 --- a/build-system/tasks/codecov-upload.js +++ b/build-system/tasks/codecov-upload.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const colors = require('../common/colors'); diff --git a/build-system/tasks/compile-jison.js b/build-system/tasks/compile-jison.js index 57ab1bc4c469..0910db53f1f3 100644 --- a/build-system/tasks/compile-jison.js +++ b/build-system/tasks/compile-jison.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const fs = require('fs-extra'); diff --git a/build-system/tasks/create-golden-css/css/main.css b/build-system/tasks/create-golden-css/css/main.css index eac098a2b6da..9f8f73f14fb7 100644 --- a/build-system/tasks/create-golden-css/css/main.css +++ b/build-system/tasks/create-golden-css/css/main.css @@ -1,18 +1,4 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ + /** * NOTE: This file exists to compare outputs of css file transformation diff --git a/build-system/tasks/css/index.js b/build-system/tasks/css/index.js index 57c08eafc518..653485257552 100644 --- a/build-system/tasks/css/index.js +++ b/build-system/tasks/css/index.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const debounce = require('../../common/debounce'); const fs = require('fs-extra'); const globby = require('globby'); diff --git a/build-system/tasks/css/init-sync.js b/build-system/tasks/css/init-sync.js index 644945159d8a..5f91ed39c40a 100644 --- a/build-system/tasks/css/init-sync.js +++ b/build-system/tasks/css/init-sync.js @@ -1,18 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const {transformCssString} = require('./jsify-css'); diff --git a/build-system/tasks/css/jsify-css-sync.js b/build-system/tasks/css/jsify-css-sync.js index 1c9944c6ff0a..bca0cb065c38 100644 --- a/build-system/tasks/css/jsify-css-sync.js +++ b/build-system/tasks/css/jsify-css-sync.js @@ -1,18 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/tasks/css/jsify-css.js b/build-system/tasks/css/jsify-css.js index 906a265e9c86..3b1b129042e4 100644 --- a/build-system/tasks/css/jsify-css.js +++ b/build-system/tasks/css/jsify-css.js @@ -1,18 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const cssnano = require('cssnano'); diff --git a/build-system/tasks/default-task.js b/build-system/tasks/default-task.js index 2ba63eb2e8f3..d09a802b271c 100644 --- a/build-system/tasks/default-task.js +++ b/build-system/tasks/default-task.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const argv = require('minimist')(process.argv.slice(2)); const {createCtrlcHandler} = require('../common/ctrlcHandler'); const {cyan, green} = require('../common/colors'); diff --git a/build-system/tasks/dep-check.js b/build-system/tasks/dep-check.js index 6d5cdfbe196b..5b3a0162ec69 100644 --- a/build-system/tasks/dep-check.js +++ b/build-system/tasks/dep-check.js @@ -1,18 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const depCheckConfig = require('../test-configs/dep-check-config'); diff --git a/build-system/tasks/dist.js b/build-system/tasks/dist.js index 8340246dcd96..dc6b09e2420a 100644 --- a/build-system/tasks/dist.js +++ b/build-system/tasks/dist.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const colors = require('../common/colors'); const fs = require('fs-extra'); const globby = require('globby'); diff --git a/build-system/tasks/e2e/amp-driver.js b/build-system/tasks/e2e/amp-driver.js index ade67c97437c..4ddf1dc2954a 100644 --- a/build-system/tasks/e2e/amp-driver.js +++ b/build-system/tasks/e2e/amp-driver.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /** @enum {string} */ const AmpdocEnvironment = { SINGLE: 'single', diff --git a/build-system/tasks/e2e/controller-promise.js b/build-system/tasks/e2e/controller-promise.js index 0fdf7f865f58..2b695579d42b 100644 --- a/build-system/tasks/e2e/controller-promise.js +++ b/build-system/tasks/e2e/controller-promise.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /** * Allow expectations to await the expected value. Duck-type a real Promise. * This class, and its waitForValue member function, are necessary because diff --git a/build-system/tasks/e2e/describes-e2e.js b/build-system/tasks/e2e/describes-e2e.js index 47f9b0bf2469..f67ecd984073 100644 --- a/build-system/tasks/e2e/describes-e2e.js +++ b/build-system/tasks/e2e/describes-e2e.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ // import to install chromedriver and geckodriver require('chromedriver'); require('geckodriver'); diff --git a/build-system/tasks/e2e/driver/query-xpath.js b/build-system/tasks/e2e/driver/query-xpath.js index b20b7ec29f01..5941796beb37 100644 --- a/build-system/tasks/e2e/driver/query-xpath.js +++ b/build-system/tasks/e2e/driver/query-xpath.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const TEST_ID_PROPERTY = 'iAmphtmlXpathTestId'; const TEST_ID_ATTRIBUTE = 'data-i-amphtml-xpath-test-id'; diff --git a/build-system/tasks/e2e/e2e-types.js b/build-system/tasks/e2e/e2e-types.js index 818f6a6ed1ee..1cd2dcd282d9 100644 --- a/build-system/tasks/e2e/e2e-types.js +++ b/build-system/tasks/e2e/e2e-types.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /** * A wrapper class that allows client code to own references to * framework-specific element handles, but which does not expose any of the diff --git a/build-system/tasks/e2e/expect.js b/build-system/tasks/e2e/expect.js index 2673841bb1e3..04df369c3133 100644 --- a/build-system/tasks/e2e/expect.js +++ b/build-system/tasks/e2e/expect.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const chai = require('chai'); chai.use(require('chai-as-promised')); const {ControllerPromise} = require('./controller-promise'); diff --git a/build-system/tasks/e2e/helper.js b/build-system/tasks/e2e/helper.js index 3f988bc1a8d3..d34a4dcf1dde 100644 --- a/build-system/tasks/e2e/helper.js +++ b/build-system/tasks/e2e/helper.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - require('babel-regenerator-runtime'); const describes = require('./describes-e2e'); const {expect} = require('./expect'); diff --git a/build-system/tasks/e2e/mocha-ci-reporter.js b/build-system/tasks/e2e/mocha-ci-reporter.js index f0d6464c2ce6..726dc2b3e557 100644 --- a/build-system/tasks/e2e/mocha-ci-reporter.js +++ b/build-system/tasks/e2e/mocha-ci-reporter.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const JsonReporter = require('./mocha-custom-json-reporter'); const mocha = require('mocha'); const MochaDotsReporter = require('./mocha-dots-reporter'); diff --git a/build-system/tasks/e2e/mocha-custom-json-reporter.js b/build-system/tasks/e2e/mocha-custom-json-reporter.js index bc4bddc54921..a52ff1750cfc 100644 --- a/build-system/tasks/e2e/mocha-custom-json-reporter.js +++ b/build-system/tasks/e2e/mocha-custom-json-reporter.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const fs = require('fs-extra'); diff --git a/build-system/tasks/e2e/mocha-dots-reporter.js b/build-system/tasks/e2e/mocha-dots-reporter.js index 981774c3617c..2ad6b7ce7e47 100644 --- a/build-system/tasks/e2e/mocha-dots-reporter.js +++ b/build-system/tasks/e2e/mocha-dots-reporter.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const Mocha = require('mocha'); diff --git a/build-system/tasks/e2e/network-logger.js b/build-system/tasks/e2e/network-logger.js index e5d0559e2356..7f044563a88a 100644 --- a/build-system/tasks/e2e/network-logger.js +++ b/build-system/tasks/e2e/network-logger.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ import selenium from 'selenium-webdriver'; const {logging} = selenium; diff --git a/build-system/tasks/e2e/repl.js b/build-system/tasks/e2e/repl.js index 9e5be8d84166..7bcded68aeb2 100644 --- a/build-system/tasks/e2e/repl.js +++ b/build-system/tasks/e2e/repl.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const READY_MESSAGE = 'e2e repl ready'; const CONTINUE_MESSAGE = 'cleaning up repl'; diff --git a/build-system/tasks/e2e/selenium-webdriver-controller.js b/build-system/tasks/e2e/selenium-webdriver-controller.js index 4b0f9740978b..9df90f8f3b82 100644 --- a/build-system/tasks/e2e/selenium-webdriver-controller.js +++ b/build-system/tasks/e2e/selenium-webdriver-controller.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const fs = require('fs'); const selenium = require('selenium-webdriver'); const { diff --git a/build-system/tasks/extension-helpers.js b/build-system/tasks/extension-helpers.js index 21ec977acc0e..9fce26224f20 100644 --- a/build-system/tasks/extension-helpers.js +++ b/build-system/tasks/extension-helpers.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const argv = require('minimist')(process.argv.slice(2)); const babel = require('@babel/core'); const debounce = require('../common/debounce'); diff --git a/build-system/tasks/firebase.js b/build-system/tasks/firebase.js index 7afdd5c34775..9b976987880f 100644 --- a/build-system/tasks/firebase.js +++ b/build-system/tasks/firebase.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ const argv = require('minimist')(process.argv.slice(2)); const fs = require('fs-extra'); const path = require('path'); diff --git a/build-system/tasks/get-zindex/get-zindex.test.js b/build-system/tasks/get-zindex/get-zindex.test.js index 45379a2cf151..f958ca27bb43 100644 --- a/build-system/tasks/get-zindex/get-zindex.test.js +++ b/build-system/tasks/get-zindex/get-zindex.test.js @@ -1,18 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const test = require('ava'); diff --git a/build-system/tasks/get-zindex/index.js b/build-system/tasks/get-zindex/index.js index 6c63b1c9cdb8..7a8dffad0cbd 100644 --- a/build-system/tasks/get-zindex/index.js +++ b/build-system/tasks/get-zindex/index.js @@ -1,18 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const fs = require('fs'); diff --git a/build-system/tasks/get-zindex/jscodeshift/collect-zindex.js b/build-system/tasks/get-zindex/jscodeshift/collect-zindex.js index 86b1d0a39831..df47fcb0b4f1 100644 --- a/build-system/tasks/get-zindex/jscodeshift/collect-zindex.js +++ b/build-system/tasks/get-zindex/jscodeshift/collect-zindex.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const zIndexRegExp = /^z-?index$/i; /** diff --git a/build-system/tasks/get-zindex/test-0.js b/build-system/tasks/get-zindex/test-0.js index 917cc10b2221..e15cde1242c6 100644 --- a/build-system/tasks/get-zindex/test-0.js +++ b/build-system/tasks/get-zindex/test-0.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /* eslint-disable */ const declarator = { diff --git a/build-system/tasks/get-zindex/test-1.js b/build-system/tasks/get-zindex/test-1.js index 1c98aea8e10e..23af87c11aeb 100644 --- a/build-system/tasks/get-zindex/test-1.js +++ b/build-system/tasks/get-zindex/test-1.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /* eslint-disable */ ; diff --git a/build-system/tasks/get-zindex/test-2.css b/build-system/tasks/get-zindex/test-2.css index 646d0ed6fa16..6e8396f72bb6 100644 --- a/build-system/tasks/get-zindex/test-2.css +++ b/build-system/tasks/get-zindex/test-2.css @@ -1,18 +1,4 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ + /** * Horizontal scrolling interferes with embedded scenarios and predominantly diff --git a/build-system/tasks/get-zindex/test.css b/build-system/tasks/get-zindex/test.css index 99e240bbae17..cfd79c7a84ec 100644 --- a/build-system/tasks/get-zindex/test.css +++ b/build-system/tasks/get-zindex/test.css @@ -1,19 +1,5 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ + /** * Horizontal scrolling interferes with embedded scenarios and predominantly diff --git a/build-system/tasks/helpers.js b/build-system/tasks/helpers.js index c810c5d36765..21995baebd28 100644 --- a/build-system/tasks/helpers.js +++ b/build-system/tasks/helpers.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const argv = require('minimist')(process.argv.slice(2)); const debounce = require('../common/debounce'); const esbuild = require('esbuild'); diff --git a/build-system/tasks/integration.js b/build-system/tasks/integration.js index f5c0d5891dcf..cc95c407e8ec 100644 --- a/build-system/tasks/integration.js +++ b/build-system/tasks/integration.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ 'using strict'; const argv = require('minimist')(process.argv.slice(2)); diff --git a/build-system/tasks/js-license.txt b/build-system/tasks/js-license.txt index afe69188c987..8b137891791f 100644 --- a/build-system/tasks/js-license.txt +++ b/build-system/tasks/js-license.txt @@ -1,15 +1 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ + diff --git a/build-system/tasks/lint.js b/build-system/tasks/lint.js index 4eb81f51c648..0405d13efdf9 100644 --- a/build-system/tasks/lint.js +++ b/build-system/tasks/lint.js @@ -1,18 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const argv = require('minimist')(process.argv.slice(2)); diff --git a/build-system/tasks/make-extension/format.js b/build-system/tasks/make-extension/format.js index 28f40679018a..e001b5b5329b 100644 --- a/build-system/tasks/make-extension/format.js +++ b/build-system/tasks/make-extension/format.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const {getOutput} = require('../../common/process'); /** diff --git a/build-system/tasks/make-extension/index.js b/build-system/tasks/make-extension/index.js index 4a2084ca483a..2308ad4b633d 100644 --- a/build-system/tasks/make-extension/index.js +++ b/build-system/tasks/make-extension/index.js @@ -1,18 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const del = require('del'); diff --git a/build-system/tasks/make-extension/test/test.js b/build-system/tasks/make-extension/test/test.js index eca23be3fb77..06b670021ccf 100644 --- a/build-system/tasks/make-extension/test/test.js +++ b/build-system/tasks/make-extension/test/test.js @@ -1,18 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ const ava = require('ava'); const path = require('path'); const tempy = require('tempy'); diff --git a/build-system/tasks/markdown-toc/index.js b/build-system/tasks/markdown-toc/index.js index d9529acf5771..07521e3c9593 100644 --- a/build-system/tasks/markdown-toc/index.js +++ b/build-system/tasks/markdown-toc/index.js @@ -1,18 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ const globby = require('globby'); const path = require('path'); const prettier = require('prettier'); diff --git a/build-system/tasks/markdown-toc/test/test.js b/build-system/tasks/markdown-toc/test/test.js index f947a65cba5f..3251175fdea3 100644 --- a/build-system/tasks/markdown-toc/test/test.js +++ b/build-system/tasks/markdown-toc/test/test.js @@ -1,18 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ const globby = require('globby'); const path = require('path'); const test = require('ava'); diff --git a/build-system/tasks/performance-urls.js b/build-system/tasks/performance-urls.js index c33499bf0816..759cbd106d2b 100644 --- a/build-system/tasks/performance-urls.js +++ b/build-system/tasks/performance-urls.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const fs = require('fs'); const path = require('path'); const {cyan, green, red} = require('../common/colors'); diff --git a/build-system/tasks/performance/ads-handler.js b/build-system/tasks/performance/ads-handler.js index c644836bfd73..85b6ddd0d914 100644 --- a/build-system/tasks/performance/ads-handler.js +++ b/build-system/tasks/performance/ads-handler.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const fs = require('fs'); const {urlToCachePath} = require('./helpers'); diff --git a/build-system/tasks/performance/analytics-handler.js b/build-system/tasks/performance/analytics-handler.js index f885bbd7bfe7..479b31ac7aa1 100644 --- a/build-system/tasks/performance/analytics-handler.js +++ b/build-system/tasks/performance/analytics-handler.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const puppeteer = require('puppeteer'); // eslint-disable-line no-unused-vars /** diff --git a/build-system/tasks/performance/cache-documents.js b/build-system/tasks/performance/cache-documents.js index cca0a70358a7..fbda35a049c4 100644 --- a/build-system/tasks/performance/cache-documents.js +++ b/build-system/tasks/performance/cache-documents.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const {CONTROL, EXPERIMENT, downloadToDisk} = require('./helpers'); const {startServer, stopServer} = require('../serve'); const HOST = 'localhost'; diff --git a/build-system/tasks/performance/compile-scripts.js b/build-system/tasks/performance/compile-scripts.js index a1a55dd21b7f..716e2fa5730b 100644 --- a/build-system/tasks/performance/compile-scripts.js +++ b/build-system/tasks/performance/compile-scripts.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const argv = require('minimist')(process.argv.slice(2)); const {buildRuntime} = require('../../common/utils'); const {EXPERIMENT, urlToCachePath} = require('./helpers'); diff --git a/build-system/tasks/performance/copy-images.js b/build-system/tasks/performance/copy-images.js index 0aa2f766c9d6..aaeb75059f74 100644 --- a/build-system/tasks/performance/copy-images.js +++ b/build-system/tasks/performance/copy-images.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const fs = require('fs'); const {CONTROL, maybeCopyImageToCache, urlToCachePath} = require('./helpers'); const {JSDOM} = require('jsdom'); diff --git a/build-system/tasks/performance/helpers.js b/build-system/tasks/performance/helpers.js index d128d243dc64..fe8971989f79 100644 --- a/build-system/tasks/performance/helpers.js +++ b/build-system/tasks/performance/helpers.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const fetch = require('node-fetch'); const fs = require('fs'); const path = require('path'); diff --git a/build-system/tasks/performance/index.js b/build-system/tasks/performance/index.js index 74b036be58ab..c0af2d1d4b9f 100644 --- a/build-system/tasks/performance/index.js +++ b/build-system/tasks/performance/index.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const cacheDocuments = require('./cache-documents'); const compileScripts = require('./compile-scripts'); const copyLocalImages = require('./copy-images'); diff --git a/build-system/tasks/performance/load-config.js b/build-system/tasks/performance/load-config.js index 0cc6b3f3cfdd..d1ddd26748b9 100644 --- a/build-system/tasks/performance/load-config.js +++ b/build-system/tasks/performance/load-config.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const argv = require('minimist')(process.argv.slice(2)); const fs = require('fs'); const path = require('path'); diff --git a/build-system/tasks/performance/measure-documents.js b/build-system/tasks/performance/measure-documents.js index 12dcfb883c51..dcf21b07251d 100644 --- a/build-system/tasks/performance/measure-documents.js +++ b/build-system/tasks/performance/measure-documents.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const argv = require('minimist')(process.argv.slice(2)); const fs = require('fs-extra'); const puppeteer = require('puppeteer'); diff --git a/build-system/tasks/performance/print-report.js b/build-system/tasks/performance/print-report.js index 3454668c463d..01fd100d152b 100644 --- a/build-system/tasks/performance/print-report.js +++ b/build-system/tasks/performance/print-report.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const fs = require('fs'); const {CONTROL, EXPERIMENT, RESULTS_PATH} = require('./helpers'); const {cyan} = require('../../common/colors'); diff --git a/build-system/tasks/performance/rewrite-analytics-tags.js b/build-system/tasks/performance/rewrite-analytics-tags.js index 5224ad35888d..85b922906246 100644 --- a/build-system/tasks/performance/rewrite-analytics-tags.js +++ b/build-system/tasks/performance/rewrite-analytics-tags.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const fs = require('fs'); const { CONTROL, diff --git a/build-system/tasks/performance/rewrite-script-tags.js b/build-system/tasks/performance/rewrite-script-tags.js index 55f26b4b7808..412c7c864fb0 100644 --- a/build-system/tasks/performance/rewrite-script-tags.js +++ b/build-system/tasks/performance/rewrite-script-tags.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const fs = require('fs'); const { CDN_URL, diff --git a/build-system/tasks/performance/run-tests.js b/build-system/tasks/performance/run-tests.js index d80c1281ef69..96d0a98929d3 100644 --- a/build-system/tasks/performance/run-tests.js +++ b/build-system/tasks/performance/run-tests.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const Mocha = require('mocha'); const path = require('path'); const TEST_SUITE_PATH = 'build-system/tasks/performance/test-suite.js'; diff --git a/build-system/tasks/performance/stats.js b/build-system/tasks/performance/stats.js index f18f816354c7..542f6a0ff741 100644 --- a/build-system/tasks/performance/stats.js +++ b/build-system/tasks/performance/stats.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /** * Get the average of an array * diff --git a/build-system/tasks/performance/test-suite.js b/build-system/tasks/performance/test-suite.js index 2e6a22719e9c..4d884ae4cb82 100644 --- a/build-system/tasks/performance/test-suite.js +++ b/build-system/tasks/performance/test-suite.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const argv = require('minimist')(process.argv.slice(2)); const loadConfig = require('./load-config'); const {expect} = require('chai'); diff --git a/build-system/tasks/pr-check.js b/build-system/tasks/pr-check.js index aaf7fd14c553..da8042d96f63 100644 --- a/build-system/tasks/pr-check.js +++ b/build-system/tasks/pr-check.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const argv = require('minimist')(process.argv.slice(2)); diff --git a/build-system/tasks/pr-deploy-bot-utils.js b/build-system/tasks/pr-deploy-bot-utils.js index 5bac24cedf3d..d07d95630b0f 100644 --- a/build-system/tasks/pr-deploy-bot-utils.js +++ b/build-system/tasks/pr-deploy-bot-utils.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const fetch = require('node-fetch'); diff --git a/build-system/tasks/prepend-global/index.js b/build-system/tasks/prepend-global/index.js index d86820d4e8e2..b7ed161adbf8 100644 --- a/build-system/tasks/prepend-global/index.js +++ b/build-system/tasks/prepend-global/index.js @@ -1,18 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const argv = require('minimist')(process.argv.slice(2)); diff --git a/build-system/tasks/prepend-global/prepend-global.test.js b/build-system/tasks/prepend-global/prepend-global.test.js index bcdb60acf37a..34042fcb79da 100644 --- a/build-system/tasks/prepend-global/prepend-global.test.js +++ b/build-system/tasks/prepend-global/prepend-global.test.js @@ -1,18 +1,3 @@ -/** - * Copyright 2016 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const m = require('.'); diff --git a/build-system/tasks/presubmit.js b/build-system/tasks/presubmit.js index 918bf75da04c..08eedc7446fd 100644 --- a/build-system/tasks/presubmit.js +++ b/build-system/tasks/presubmit.js @@ -1,18 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const fs = require('fs'); diff --git a/build-system/tasks/prettify.js b/build-system/tasks/prettify.js index d1294a403973..11aee92ee81d 100644 --- a/build-system/tasks/prettify.js +++ b/build-system/tasks/prettify.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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 This file implements the `amp prettify` task, which uses * prettier to check (and optionally fix) the formatting in a variety of diff --git a/build-system/tasks/release/index.js b/build-system/tasks/release/index.js index 1c9ff001b43c..082d790a5c31 100644 --- a/build-system/tasks/release/index.js +++ b/build-system/tasks/release/index.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/tasks/runtime-test/custom-launchers.js b/build-system/tasks/runtime-test/custom-launchers.js index 0a9a35df47f2..eb7bbacf5d55 100644 --- a/build-system/tasks/runtime-test/custom-launchers.js +++ b/build-system/tasks/runtime-test/custom-launchers.js @@ -1,18 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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'; /** diff --git a/build-system/tasks/runtime-test/helpers-unit.js b/build-system/tasks/runtime-test/helpers-unit.js index 4b1b6223d8c0..29046c83e1fc 100644 --- a/build-system/tasks/runtime-test/helpers-unit.js +++ b/build-system/tasks/runtime-test/helpers-unit.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const fs = require('fs'); diff --git a/build-system/tasks/runtime-test/helpers.js b/build-system/tasks/runtime-test/helpers.js index 05f2abf1c367..5c343ca2ddd1 100644 --- a/build-system/tasks/runtime-test/helpers.js +++ b/build-system/tasks/runtime-test/helpers.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const argv = require('minimist')(process.argv.slice(2)); diff --git a/build-system/tasks/runtime-test/runtime-test-base.js b/build-system/tasks/runtime-test/runtime-test-base.js index f055e0f03534..9f4eaafc10bc 100644 --- a/build-system/tasks/runtime-test/runtime-test-base.js +++ b/build-system/tasks/runtime-test/runtime-test-base.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const argv = require('minimist')(process.argv.slice(2)); diff --git a/build-system/tasks/serve.js b/build-system/tasks/serve.js index 22b2da301dff..411618b08705 100644 --- a/build-system/tasks/serve.js +++ b/build-system/tasks/serve.js @@ -1,18 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const connect = require('gulp-connect'); diff --git a/build-system/tasks/server-tests.js b/build-system/tasks/server-tests.js index b83155cd9adb..f2b6d4b403e2 100644 --- a/build-system/tasks/server-tests.js +++ b/build-system/tasks/server-tests.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const assert = require('assert'); const fs = require('fs'); const globby = require('globby'); diff --git a/build-system/tasks/storybook/amp-env/main.js b/build-system/tasks/storybook/amp-env/main.js index 14a0b77bce50..fff16f56daeb 100644 --- a/build-system/tasks/storybook/amp-env/main.js +++ b/build-system/tasks/storybook/amp-env/main.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const {webpackConfigNoChunkTilde} = require('../env-utils'); module.exports = { diff --git a/build-system/tasks/storybook/amp-env/register.js b/build-system/tasks/storybook/amp-env/register.js index e8dc2c88646e..4910119f7d60 100644 --- a/build-system/tasks/storybook/amp-env/register.js +++ b/build-system/tasks/storybook/amp-env/register.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - import {addons} from '@storybook/addons'; /** diff --git a/build-system/tasks/storybook/amp-env/webpack.config.js b/build-system/tasks/storybook/amp-env/webpack.config.js index 83c25dd1ee3d..01b8afda9ce9 100644 --- a/build-system/tasks/storybook/amp-env/webpack.config.js +++ b/build-system/tasks/storybook/amp-env/webpack.config.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ const path = require('path'); const {getRelativeAliasMap} = require('../../../babel-config/import-resolver'); const {webpackConfigNoChunkTilde} = require('../env-utils'); diff --git a/build-system/tasks/storybook/env-utils.js b/build-system/tasks/storybook/env-utils.js index b9bdeaaf4661..e80c11f46591 100644 --- a/build-system/tasks/storybook/env-utils.js +++ b/build-system/tasks/storybook/env-utils.js @@ -1,19 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - /** * Change a Webpack config object so that filenames resulting from chunk * splitting do not include a tilde (~) character. diff --git a/build-system/tasks/storybook/index.js b/build-system/tasks/storybook/index.js index eec867b788bc..4463179b0d13 100644 --- a/build-system/tasks/storybook/index.js +++ b/build-system/tasks/storybook/index.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const argv = require('minimist')(process.argv.slice(2)); diff --git a/build-system/tasks/storybook/preact-env/main.js b/build-system/tasks/storybook/preact-env/main.js index 15aaa9dbfc3f..09d7acbc9c8d 100644 --- a/build-system/tasks/storybook/preact-env/main.js +++ b/build-system/tasks/storybook/preact-env/main.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ - const {webpackConfigNoChunkTilde} = require('../env-utils'); module.exports = { diff --git a/build-system/tasks/storybook/preact-env/webpack.config.js b/build-system/tasks/storybook/preact-env/webpack.config.js index a96ae2e36e16..9119ae6b6f1b 100644 --- a/build-system/tasks/storybook/preact-env/webpack.config.js +++ b/build-system/tasks/storybook/preact-env/webpack.config.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ const path = require('path'); const {BUILD_CONSTANTS} = require('../../../compile/build-constants'); const {DefinePlugin} = require('webpack'); diff --git a/build-system/tasks/sweep-experiments/index.js b/build-system/tasks/sweep-experiments/index.js index 8915c04bd148..c188524e6c95 100644 --- a/build-system/tasks/sweep-experiments/index.js +++ b/build-system/tasks/sweep-experiments/index.js @@ -1,18 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ const argv = require('minimist')(process.argv.slice(2)); const globby = require('globby'); const path = require('path'); diff --git a/build-system/tasks/test-report-upload.js b/build-system/tasks/test-report-upload.js index 3d01397bde9b..7c65852e59b5 100644 --- a/build-system/tasks/test-report-upload.js +++ b/build-system/tasks/test-report-upload.js @@ -1,19 +1,3 @@ -/** - * Copyright 2020 The AMP HTML Authors. All Rights Reserved. - * - * 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 This file implements the `amp test-report-upload` task, which POSTs test result reports * to an API endpoint that stores them in the database. diff --git a/build-system/tasks/unit.js b/build-system/tasks/unit.js index f5bb12fccad4..61daa8c34dcd 100644 --- a/build-system/tasks/unit.js +++ b/build-system/tasks/unit.js @@ -1,18 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ 'using strict'; const argv = require('minimist')(process.argv.slice(2)); diff --git a/build-system/tasks/validate-html-fixtures.js b/build-system/tasks/validate-html-fixtures.js index 288c23de67cb..7b373c5228c8 100644 --- a/build-system/tasks/validate-html-fixtures.js +++ b/build-system/tasks/validate-html-fixtures.js @@ -1,18 +1,3 @@ -/** - * Copyright 2021 The AMP HTML Authors. All Rights Reserved. - * - * 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. - */ 'using strict'; const argv = require('minimist')(process.argv.slice(2)); diff --git a/build-system/tasks/validator.js b/build-system/tasks/validator.js index 20a2e3bdd848..63e95700d4e1 100644 --- a/build-system/tasks/validator.js +++ b/build-system/tasks/validator.js @@ -1,18 +1,3 @@ -/** - * Copyright 2015 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const argv = require('minimist')(process.argv.slice(2)); diff --git a/build-system/tasks/visual-diff/helpers.js b/build-system/tasks/visual-diff/helpers.js index 128aed9a2cd2..89b81d22e1f1 100644 --- a/build-system/tasks/visual-diff/helpers.js +++ b/build-system/tasks/visual-diff/helpers.js @@ -1,18 +1,3 @@ -/** - * Copyright 2018 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const argv = require('minimist')(process.argv.slice(2)); diff --git a/build-system/tasks/visual-diff/index.js b/build-system/tasks/visual-diff/index.js index 3bc26e04aaac..baa2101fe977 100644 --- a/build-system/tasks/visual-diff/index.js +++ b/build-system/tasks/visual-diff/index.js @@ -1,18 +1,3 @@ -/** - * Copyright 2017 The AMP HTML Authors. All Rights Reserved. - * - * 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'; const argv = require('minimist')(process.argv.slice(2)); diff --git a/build-system/tasks/visual-diff/snippets/freeze-canvas-image.js b/build-system/tasks/visual-diff/snippets/freeze-canvas-image.js index 8a58a4d1d6fa..d458e320d1a8 100644 --- a/build-system/tasks/visual-diff/snippets/freeze-canvas-image.js +++ b/build-system/tasks/visual-diff/snippets/freeze-canvas-image.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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 This file is executed via Puppeteer's page.evaluate on a * document to copy the current image data of the canvas to an attribute so that diff --git a/build-system/tasks/visual-diff/snippets/freeze-form-values.js b/build-system/tasks/visual-diff/snippets/freeze-form-values.js index d57013bc6db8..18a9155538c0 100644 --- a/build-system/tasks/visual-diff/snippets/freeze-form-values.js +++ b/build-system/tasks/visual-diff/snippets/freeze-form-values.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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 This file is executed via Puppeteer's page.evaluate on a * document to copy the values of forms into their attributes, so that they will diff --git a/build-system/tasks/visual-diff/snippets/iframe-wrapper.js b/build-system/tasks/visual-diff/snippets/iframe-wrapper.js index 099c37a80ab5..42dcef5337a4 100644 --- a/build-system/tasks/visual-diff/snippets/iframe-wrapper.js +++ b/build-system/tasks/visual-diff/snippets/iframe-wrapper.js @@ -1,19 +1,3 @@ -/** - * Copyright 2019 The AMP HTML Authors. All Rights Reserved. - * - * 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 This file is executed via Puppeteer's page.evaluate on a * document to wrap it with an