From b1815095dde333810e2fe040a68ae8de6beddec0 Mon Sep 17 00:00:00 2001 From: hai007 Date: Tue, 27 Jul 2021 12:22:13 -0700 Subject: [PATCH] BEGIN_PUBLIC Microsoft has updated the winrt library END_PUBLC PiperOrigin-RevId: 387168248 --- cpp/core/BUILD | 21 +- cpp/core/core.cc | 2 +- cpp/core/core.h | 4 +- cpp/core/core_test.cc | 6 +- cpp/core/internal/BUILD | 51 ++--- cpp/core/internal/base_bwu_handler.h | 4 +- cpp/core/internal/base_endpoint_channel.cc | 6 +- cpp/core/internal/base_endpoint_channel.h | 4 +- .../internal/base_endpoint_channel_test.cc | 14 +- cpp/core/internal/base_pcp_handler.cc | 12 +- cpp/core/internal/base_pcp_handler.h | 10 +- cpp/core/internal/base_pcp_handler_test.cc | 10 +- cpp/core/internal/ble_advertisement.cc | 2 +- cpp/core/internal/ble_advertisement.h | 3 +- cpp/core/internal/ble_advertisement_test.cc | 191 +++++++----------- cpp/core/internal/bluetooth_bwu_handler.cc | 2 +- cpp/core/internal/bluetooth_device_name.cc | 5 +- cpp/core/internal/bluetooth_device_name.h | 5 +- .../internal/bluetooth_device_name_test.cc | 90 +++------ cpp/core/internal/bwu_manager.cc | 14 +- cpp/core/internal/bwu_manager.h | 6 +- cpp/core/internal/bwu_manager_test.cc | 6 +- cpp/core/internal/client_proxy.cc | 8 +- cpp/core/internal/client_proxy_test.cc | 12 +- cpp/core/internal/encryption_runner.cc | 8 +- cpp/core/internal/encryption_runner.h | 2 +- cpp/core/internal/encryption_runner_test.cc | 8 +- cpp/core/internal/endpoint_channel.h | 6 +- cpp/core/internal/endpoint_channel_manager.cc | 4 +- cpp/core/internal/endpoint_channel_manager.h | 4 +- cpp/core/internal/endpoint_manager.cc | 2 +- cpp/core/internal/endpoint_manager.h | 8 +- cpp/core/internal/endpoint_manager_test.cc | 12 +- cpp/core/internal/fuzzers/BUILD | 7 +- .../injected_bluetooth_device_store.cc | 30 +-- .../injected_bluetooth_device_store.h | 6 +- .../injected_bluetooth_device_store_test.cc | 8 +- cpp/core/internal/internal_payload.cc | 4 +- cpp/core/internal/internal_payload_factory.cc | 2 +- .../internal/internal_payload_factory_test.cc | 6 +- cpp/core/internal/mediums/BUILD | 27 +-- cpp/core/internal/mediums/ble.cc | 2 +- cpp/core/internal/mediums/ble.h | 4 +- cpp/core/internal/mediums/ble_test.cc | 4 +- cpp/core/internal/mediums/ble_v2/BUILD | 13 +- .../ble_v2/advertisement_read_result.cc | 2 +- .../ble_v2/advertisement_read_result.h | 6 +- .../mediums/ble_v2/ble_advertisement.cc | 21 +- .../ble_v2/ble_advertisement_header.cc | 2 +- .../ble_v2/ble_advertisement_header_test.cc | 2 +- .../mediums/ble_v2/ble_advertisement_test.cc | 176 +++++----------- .../internal/mediums/ble_v2/ble_packet.cc | 2 +- cpp/core/internal/mediums/bluetooth_classic.h | 2 +- .../mediums/bluetooth_classic_test.cc | 6 +- cpp/core/internal/mediums/bluetooth_radio.h | 10 +- .../internal/mediums/lost_entity_tracker.h | 2 +- cpp/core/internal/mediums/mediums.cc | 12 +- cpp/core/internal/mediums/uuid.cc | 6 +- cpp/core/internal/mediums/uuid.h | 4 +- cpp/core/internal/mediums/uuid_test.cc | 12 +- cpp/core/internal/mediums/webrtc.cc | 8 +- cpp/core/internal/mediums/webrtc.h | 8 +- cpp/core/internal/mediums/webrtc/BUILD | 17 +- .../mediums/webrtc/connection_flow.cc | 7 +- .../mediums/webrtc/connection_flow_test.cc | 6 +- cpp/core/internal/mediums/webrtc/peer_id.cc | 2 +- .../internal/mediums/webrtc/peer_id_test.cc | 4 +- .../mediums/webrtc/signaling_frames.h | 2 +- .../mediums/webrtc/signaling_frames_test.cc | 4 +- .../internal/mediums/webrtc/webrtc_socket.cc | 14 +- .../mediums/webrtc/webrtc_socket_test.cc | 2 +- cpp/core/internal/mediums/webrtc_test.cc | 4 +- cpp/core/internal/mediums/wifi_lan.h | 4 +- cpp/core/internal/mediums/wifi_lan_test.cc | 6 +- cpp/core/internal/mock_service_controller.h | 2 +- cpp/core/internal/offline_frames.cc | 9 +- cpp/core/internal/offline_frames.h | 5 +- cpp/core/internal/offline_frames_test.cc | 14 +- cpp/core/internal/offline_frames_validator.cc | 2 +- .../internal/offline_frames_validator_test.cc | 4 +- .../internal/offline_service_controller.h | 3 +- .../offline_service_controller_test.cc | 14 +- cpp/core/internal/offline_simulation_user.cc | 15 +- cpp/core/internal/offline_simulation_user.h | 4 +- cpp/core/internal/p2p_cluster_pcp_handler.cc | 6 +- .../internal/p2p_cluster_pcp_handler_test.cc | 6 +- cpp/core/internal/p2p_star_pcp_handler.cc | 4 +- cpp/core/internal/payload_manager.cc | 65 +++--- cpp/core/internal/payload_manager.h | 4 +- cpp/core/internal/payload_manager_test.cc | 6 +- cpp/core/internal/pcp_manager.h | 5 +- cpp/core/internal/pcp_manager_test.cc | 20 +- .../internal/service_controller_router.cc | 4 +- cpp/core/internal/service_controller_router.h | 9 +- .../service_controller_router_test.cc | 10 +- cpp/core/internal/simulation_user.cc | 2 +- cpp/core/internal/simulation_user.h | 2 +- cpp/core/internal/webrtc_bwu_handler.cc | 2 +- cpp/core/internal/webrtc_endpoint_channel.cc | 4 +- cpp/core/internal/wifi_lan_bwu_handler.cc | 3 +- cpp/core/internal/wifi_lan_endpoint_channel.h | 3 +- cpp/core/internal/wifi_lan_service_info.cc | 2 +- cpp/core/internal/wifi_lan_service_info.h | 5 +- .../internal/wifi_lan_service_info_test.cc | 92 +++------ cpp/core/options.h | 5 +- cpp/core/payload.h | 2 +- cpp/core/payload_test.cc | 19 +- cpp/core/status.h | 6 +- cpp/core/strategy.cc | 6 +- cpp/core/strategy.h | 4 +- cpp/platform/api/BUILD | 9 +- cpp/platform/api/ble_v2.h | 4 +- cpp/platform/api/condition_variable.h | 2 +- cpp/platform/api/count_down_latch.h | 2 +- cpp/platform/api/crypto.h | 2 +- cpp/platform/api/future.h | 2 +- cpp/platform/api/listenable_future.h | 3 +- cpp/platform/api/mutex.h | 2 +- cpp/platform/api/platform.h | 2 +- cpp/platform/api/scheduled_executor.h | 2 +- cpp/platform/api/server_sync.h | 2 +- cpp/platform/api/system_clock.h | 2 +- cpp/platform/api/webrtc.h | 2 +- cpp/platform/api/wifi_lan.h | 2 +- cpp/platform/base/BUILD | 15 +- cpp/platform/base/base64_utils.cc | 2 +- cpp/platform/base/base64_utils.h | 2 +- cpp/platform/base/base_mutex_lock.h | 2 +- cpp/platform/base/base_pipe.h | 10 +- cpp/platform/base/bluetooth_utils.h | 2 +- cpp/platform/base/bluetooth_utils_test.cc | 8 +- cpp/platform/base/byte_utils.cc | 2 +- cpp/platform/base/byte_utils_test.cc | 2 +- cpp/platform/base/cancellation_flag.cc | 4 +- cpp/platform/base/cancellation_flag_test.cc | 6 +- cpp/platform/base/exception_test.cc | 2 +- cpp/platform/base/feature_flags_test.cc | 2 +- cpp/platform/base/logging.h | 3 +- cpp/platform/base/medium_environment.cc | 20 +- cpp/platform/base/medium_environment.h | 4 +- cpp/platform/base/prng_test.cc | 8 +- cpp/platform/impl/g3/BUILD | 27 +-- cpp/platform/impl/g3/atomic_reference.h | 8 +- cpp/platform/impl/g3/ble.cc | 2 +- cpp/platform/impl/g3/ble.h | 20 +- cpp/platform/impl/g3/bluetooth_adapter.h | 6 +- cpp/platform/impl/g3/bluetooth_classic.cc | 2 +- cpp/platform/impl/g3/bluetooth_classic.h | 9 +- cpp/platform/impl/g3/condition_variable.h | 2 +- cpp/platform/impl/g3/count_down_latch.h | 2 +- cpp/platform/impl/g3/crypto.cc | 2 +- cpp/platform/impl/g3/log_message.h | 2 +- cpp/platform/impl/g3/multi_thread_executor.h | 6 +- cpp/platform/impl/g3/mutex.h | 2 +- cpp/platform/impl/g3/pipe.h | 2 +- cpp/platform/impl/g3/platform.cc | 12 +- cpp/platform/impl/g3/scheduled_executor.cc | 2 +- cpp/platform/impl/g3/scheduled_executor.h | 11 +- cpp/platform/impl/g3/system_clock.cc | 2 +- cpp/platform/impl/g3/webrtc.cc | 4 +- cpp/platform/impl/g3/webrtc.h | 2 +- cpp/platform/impl/g3/wifi_lan.cc | 2 +- cpp/platform/impl/g3/wifi_lan.h | 9 +- cpp/platform/impl/shared/BUILD | 5 +- cpp/platform/impl/shared/file.cc | 2 +- cpp/platform/impl/shared/file.h | 2 +- cpp/platform/impl/shared/file_test.cc | 2 +- cpp/platform/impl/windows/BUILD | 7 +- cpp/platform/impl/windows/atomic_boolean.h | 4 +- .../impl/windows/atomic_boolean_test.cc | 31 +-- cpp/platform/impl/windows/atomic_reference.h | 4 +- .../impl/windows/atomic_reference_test.cc | 31 +-- cpp/platform/impl/windows/bluetooth_classic.h | 18 +- .../impl/windows/bluetooth_classic_device.cc | 32 +-- .../impl/windows/bluetooth_classic_medium.cc | 28 +-- .../impl/windows/bluetooth_classic_medium.h | 28 +-- .../bluetooth_classic_server_socket.cc | 28 +-- .../windows/bluetooth_classic_server_socket.h | 28 +-- .../impl/windows/bluetooth_classic_socket.cc | 28 +-- .../impl/windows/bluetooth_classic_socket.h | 28 +-- cpp/platform/impl/windows/crypto.cc | 4 +- cpp/platform/impl/windows/generated/BUILD | 1 + .../Windows.AI.MachineLearning.Preview.h | 14 -- .../winrt/Windows.AI.MachineLearning.h | 14 -- .../Windows.ApplicationModel.Activation.h | 14 -- .../Windows.ApplicationModel.AppExtensions.h | 14 -- .../Windows.ApplicationModel.AppService.h | 14 -- ...nModel.Appointments.AppointmentsProvider.h | 14 -- ...plicationModel.Appointments.DataProvider.h | 14 -- .../Windows.ApplicationModel.Appointments.h | 14 -- .../Windows.ApplicationModel.Background.h | 14 -- ...indows.ApplicationModel.Calls.Background.h | 14 -- .../Windows.ApplicationModel.Calls.Provider.h | 14 -- .../winrt/Windows.ApplicationModel.Calls.h | 14 -- .../winrt/Windows.ApplicationModel.Chat.h | 14 -- ...s.ApplicationModel.CommunicationBlocking.h | 14 -- ...s.ApplicationModel.Contacts.DataProvider.h | 14 -- ...ndows.ApplicationModel.Contacts.Provider.h | 14 -- .../winrt/Windows.ApplicationModel.Contacts.h | 14 -- ...ows.ApplicationModel.ConversationalAgent.h | 14 -- .../winrt/Windows.ApplicationModel.Core.h | 14 -- ...licationModel.DataTransfer.DragDrop.Core.h | 14 -- ...s.ApplicationModel.DataTransfer.DragDrop.h | 14 -- ...pplicationModel.DataTransfer.ShareTarget.h | 14 -- .../Windows.ApplicationModel.DataTransfer.h | 14 -- ...dows.ApplicationModel.Email.DataProvider.h | 14 -- .../winrt/Windows.ApplicationModel.Email.h | 14 -- ...cationModel.ExtendedExecution.Foreground.h | 14 -- ...ndows.ApplicationModel.ExtendedExecution.h | 14 -- .../Windows.ApplicationModel.LockScreen.h | 14 -- ...ndows.ApplicationModel.Payments.Provider.h | 14 -- .../winrt/Windows.ApplicationModel.Payments.h | 14 -- ...ows.ApplicationModel.Preview.Holographic.h | 14 -- ...ws.ApplicationModel.Preview.InkWorkspace.h | 14 -- .../Windows.ApplicationModel.Preview.Notes.h | 14 -- .../Windows.ApplicationModel.Resources.Core.h | 14 -- ...ws.ApplicationModel.Resources.Management.h | 14 -- .../Windows.ApplicationModel.Resources.h | 14 -- .../Windows.ApplicationModel.Search.Core.h | 14 -- .../winrt/Windows.ApplicationModel.Search.h | 14 -- ...ows.ApplicationModel.SocialInfo.Provider.h | 14 -- .../Windows.ApplicationModel.SocialInfo.h | 14 -- ...ApplicationModel.Store.LicenseManagement.h | 14 -- ...cationModel.Store.Preview.InstallControl.h | 14 -- .../Windows.ApplicationModel.Store.Preview.h | 14 -- .../winrt/Windows.ApplicationModel.Store.h | 14 -- ...ows.ApplicationModel.UserActivities.Core.h | 14 -- .../Windows.ApplicationModel.UserActivities.h | 14 -- ...plicationModel.UserDataAccounts.Provider.h | 14 -- ...ationModel.UserDataAccounts.SystemAccess.h | 14 -- ...indows.ApplicationModel.UserDataAccounts.h | 14 -- ...licationModel.UserDataTasks.DataProvider.h | 14 -- .../Windows.ApplicationModel.UserDataTasks.h | 14 -- .../Windows.ApplicationModel.VoiceCommands.h | 14 -- .../Windows.ApplicationModel.Wallet.System.h | 14 -- .../winrt/Windows.ApplicationModel.Wallet.h | 14 -- .../winrt/Windows.ApplicationModel.h | 14 -- .../generated/winrt/Windows.Data.Html.h | 14 -- .../generated/winrt/Windows.Data.Json.h | 14 -- .../generated/winrt/Windows.Data.Pdf.h | 14 -- .../generated/winrt/Windows.Data.Text.h | 14 -- .../generated/winrt/Windows.Data.Xml.Dom.h | 14 -- .../generated/winrt/Windows.Data.Xml.Xsl.h | 14 -- .../winrt/Windows.Devices.Adc.Provider.h | 14 -- .../generated/winrt/Windows.Devices.Adc.h | 14 -- .../generated/winrt/Windows.Devices.AllJoyn.h | 14 -- .../winrt/Windows.Devices.Background.h | 14 -- .../Windows.Devices.Bluetooth.Advertisement.h | 14 -- .../Windows.Devices.Bluetooth.Background.h | 14 -- ...evices.Bluetooth.GenericAttributeProfile.h | 14 -- .../winrt/Windows.Devices.Bluetooth.Rfcomm.h | 14 -- .../winrt/Windows.Devices.Bluetooth.h | 14 -- .../generated/winrt/Windows.Devices.Custom.h | 14 -- .../winrt/Windows.Devices.Display.Core.h | 14 -- .../generated/winrt/Windows.Devices.Display.h | 14 -- .../winrt/Windows.Devices.Enumeration.Pnp.h | 14 -- .../winrt/Windows.Devices.Enumeration.h | 14 -- .../Windows.Devices.Geolocation.Geofencing.h | 14 -- .../winrt/Windows.Devices.Geolocation.h | 14 -- .../winrt/Windows.Devices.Gpio.Provider.h | 14 -- .../generated/winrt/Windows.Devices.Gpio.h | 14 -- .../generated/winrt/Windows.Devices.Haptics.h | 14 -- .../Windows.Devices.HumanInterfaceDevice.h | 14 -- .../winrt/Windows.Devices.I2c.Provider.h | 14 -- .../generated/winrt/Windows.Devices.I2c.h | 14 -- .../winrt/Windows.Devices.Input.Preview.h | 14 -- .../generated/winrt/Windows.Devices.Input.h | 14 -- .../winrt/Windows.Devices.Lights.Effects.h | 14 -- .../generated/winrt/Windows.Devices.Lights.h | 14 -- .../generated/winrt/Windows.Devices.Midi.h | 14 -- .../Windows.Devices.Perception.Provider.h | 14 -- .../winrt/Windows.Devices.Perception.h | 14 -- .../Windows.Devices.PointOfService.Provider.h | 14 -- .../winrt/Windows.Devices.PointOfService.h | 14 -- .../winrt/Windows.Devices.Portable.h | 14 -- .../generated/winrt/Windows.Devices.Power.h | 14 -- .../Windows.Devices.Printers.Extensions.h | 14 -- .../winrt/Windows.Devices.Printers.h | 14 -- .../winrt/Windows.Devices.Pwm.Provider.h | 14 -- .../generated/winrt/Windows.Devices.Pwm.h | 14 -- .../generated/winrt/Windows.Devices.Radios.h | 14 -- .../winrt/Windows.Devices.Scanners.h | 14 -- .../winrt/Windows.Devices.Sensors.Custom.h | 14 -- .../generated/winrt/Windows.Devices.Sensors.h | 14 -- .../Windows.Devices.SerialCommunication.h | 14 -- .../winrt/Windows.Devices.SmartCards.h | 14 -- .../generated/winrt/Windows.Devices.Sms.h | 14 -- .../winrt/Windows.Devices.Spi.Provider.h | 14 -- .../generated/winrt/Windows.Devices.Spi.h | 14 -- .../generated/winrt/Windows.Devices.Usb.h | 14 -- .../generated/winrt/Windows.Devices.WiFi.h | 14 -- .../Windows.Devices.WiFiDirect.Services.h | 14 -- .../winrt/Windows.Devices.WiFiDirect.h | 14 -- .../windows/generated/winrt/Windows.Devices.h | 14 -- .../winrt/Windows.Embedded.DeviceLockdown.h | 14 -- .../winrt/Windows.Foundation.Collections.h | 14 -- .../winrt/Windows.Foundation.Diagnostics.h | 14 -- .../winrt/Windows.Foundation.Metadata.h | 14 -- .../winrt/Windows.Foundation.Numerics.h | 14 -- .../generated/winrt/Windows.Foundation.h | 14 -- .../winrt/Windows.Gaming.Input.Custom.h | 14 -- .../Windows.Gaming.Input.ForceFeedback.h | 14 -- .../winrt/Windows.Gaming.Input.Preview.h | 14 -- .../generated/winrt/Windows.Gaming.Input.h | 14 -- .../Windows.Gaming.Preview.GamesEnumeration.h | 14 -- .../generated/winrt/Windows.Gaming.UI.h | 14 -- .../winrt/Windows.Gaming.XboxLive.Storage.h | 14 -- .../winrt/Windows.Globalization.Collation.h | 14 -- ...Windows.Globalization.DateTimeFormatting.h | 14 -- .../winrt/Windows.Globalization.Fonts.h | 14 -- .../Windows.Globalization.NumberFormatting.h | 14 -- ...dows.Globalization.PhoneNumberFormatting.h | 14 -- .../generated/winrt/Windows.Globalization.h | 14 -- .../winrt/Windows.Graphics.Capture.h | 14 -- .../Windows.Graphics.DirectX.Direct3D11.h | 14 -- .../winrt/Windows.Graphics.DirectX.h | 14 -- .../winrt/Windows.Graphics.Display.Core.h | 14 -- .../winrt/Windows.Graphics.Display.h | 14 -- .../winrt/Windows.Graphics.Effects.h | 14 -- .../winrt/Windows.Graphics.Holographic.h | 14 -- .../winrt/Windows.Graphics.Imaging.h | 14 -- .../Windows.Graphics.Printing.OptionDetails.h | 14 -- .../Windows.Graphics.Printing.PrintTicket.h | 14 -- .../Windows.Graphics.Printing.Workflow.h | 14 -- .../winrt/Windows.Graphics.Printing.h | 14 -- .../winrt/Windows.Graphics.Printing3D.h | 14 -- .../generated/winrt/Windows.Graphics.h | 14 -- .../generated/winrt/Windows.Management.Core.h | 14 -- .../Windows.Management.Deployment.Preview.h | 14 -- .../winrt/Windows.Management.Deployment.h | 14 -- .../winrt/Windows.Management.Policies.h | 14 -- .../winrt/Windows.Management.Update.h | 14 -- .../winrt/Windows.Management.Workplace.h | 14 -- .../generated/winrt/Windows.Management.h | 14 -- .../winrt/Windows.Media.AppBroadcasting.h | 14 -- .../winrt/Windows.Media.AppRecording.h | 14 -- .../generated/winrt/Windows.Media.Audio.h | 14 -- .../winrt/Windows.Media.Capture.Core.h | 14 -- .../winrt/Windows.Media.Capture.Frames.h | 14 -- .../generated/winrt/Windows.Media.Capture.h | 14 -- .../generated/winrt/Windows.Media.Casting.h | 14 -- .../winrt/Windows.Media.ClosedCaptioning.h | 14 -- .../winrt/Windows.Media.ContentRestrictions.h | 14 -- .../generated/winrt/Windows.Media.Control.h | 14 -- .../winrt/Windows.Media.Core.Preview.h | 14 -- .../generated/winrt/Windows.Media.Core.h | 14 -- .../winrt/Windows.Media.Devices.Core.h | 14 -- .../generated/winrt/Windows.Media.Devices.h | 14 -- .../winrt/Windows.Media.DialProtocol.h | 14 -- .../generated/winrt/Windows.Media.Editing.h | 14 -- .../generated/winrt/Windows.Media.Effects.h | 14 -- .../winrt/Windows.Media.FaceAnalysis.h | 14 -- .../generated/winrt/Windows.Media.Import.h | 14 -- .../winrt/Windows.Media.MediaProperties.h | 14 -- .../generated/winrt/Windows.Media.Miracast.h | 14 -- .../generated/winrt/Windows.Media.Ocr.h | 14 -- .../generated/winrt/Windows.Media.PlayTo.h | 14 -- .../generated/winrt/Windows.Media.Playback.h | 14 -- .../generated/winrt/Windows.Media.Playlists.h | 14 -- .../Windows.Media.Protection.PlayReady.h | 14 -- .../winrt/Windows.Media.Protection.h | 14 -- .../generated/winrt/Windows.Media.Render.h | 14 -- .../winrt/Windows.Media.SpeechRecognition.h | 14 -- .../winrt/Windows.Media.SpeechSynthesis.h | 14 -- .../winrt/Windows.Media.Streaming.Adaptive.h | 14 -- .../winrt/Windows.Media.Transcoding.h | 14 -- .../windows/generated/winrt/Windows.Media.h | 14 -- .../Windows.Networking.BackgroundTransfer.h | 14 -- .../winrt/Windows.Networking.Connectivity.h | 14 -- .../Windows.Networking.NetworkOperators.h | 14 -- .../winrt/Windows.Networking.Proximity.h | 14 -- .../Windows.Networking.PushNotifications.h | 14 -- ...indows.Networking.ServiceDiscovery.Dnssd.h | 14 -- .../winrt/Windows.Networking.Sockets.h | 14 -- .../generated/winrt/Windows.Networking.Vpn.h | 14 -- .../winrt/Windows.Networking.XboxLive.h | 14 -- .../generated/winrt/Windows.Networking.h | 14 -- .../Windows.Perception.Automation.Core.h | 14 -- .../winrt/Windows.Perception.People.h | 14 -- .../Windows.Perception.Spatial.Preview.h | 14 -- .../Windows.Perception.Spatial.Surfaces.h | 14 -- .../winrt/Windows.Perception.Spatial.h | 14 -- .../generated/winrt/Windows.Perception.h | 14 -- .../winrt/Windows.Phone.ApplicationModel.h | 14 -- .../Windows.Phone.Devices.Notification.h | 14 -- .../winrt/Windows.Phone.Devices.Power.h | 14 -- .../Windows.Phone.Management.Deployment.h | 14 -- .../winrt/Windows.Phone.Media.Devices.h | 14 -- .../Windows.Phone.Notification.Management.h | 14 -- ...s.Phone.PersonalInformation.Provisioning.h | 14 -- .../winrt/Windows.Phone.PersonalInformation.h | 14 -- .../winrt/Windows.Phone.Speech.Recognition.h | 14 -- .../winrt/Windows.Phone.StartScreen.h | 14 -- .../winrt/Windows.Phone.System.Power.h | 14 -- .../winrt/Windows.Phone.System.Profile.h | 14 -- ...one.System.UserProfile.GameServices.Core.h | 14 -- .../generated/winrt/Windows.Phone.System.h | 14 -- .../generated/winrt/Windows.Phone.UI.Input.h | 14 -- ...ws.Security.Authentication.Identity.Core.h | 14 -- ...ecurity.Authentication.Identity.Provider.h | 14 -- ...Windows.Security.Authentication.Identity.h | 14 -- ...Windows.Security.Authentication.OnlineId.h | 14 -- ...Windows.Security.Authentication.Web.Core.h | 14 -- ...ows.Security.Authentication.Web.Provider.h | 14 -- .../Windows.Security.Authentication.Web.h | 14 -- ...curity.Authorization.AppCapabilityAccess.h | 14 -- .../winrt/Windows.Security.Credentials.UI.h | 14 -- .../winrt/Windows.Security.Credentials.h | 14 -- ...ndows.Security.Cryptography.Certificates.h | 14 -- .../Windows.Security.Cryptography.Core.h | 14 -- ...ows.Security.Cryptography.DataProtection.h | 14 -- .../winrt/Windows.Security.Cryptography.h | 14 -- .../winrt/Windows.Security.DataProtection.h | 14 -- .../winrt/Windows.Security.EnterpriseData.h | 14 -- ....Security.ExchangeActiveSyncProvisioning.h | 14 -- .../winrt/Windows.Security.Isolation.h | 14 -- .../winrt/Windows.Services.Cortana.h | 14 -- .../winrt/Windows.Services.Maps.Guidance.h | 14 -- .../winrt/Windows.Services.Maps.LocalSearch.h | 14 -- .../winrt/Windows.Services.Maps.OfflineMaps.h | 14 -- .../generated/winrt/Windows.Services.Maps.h | 14 -- .../generated/winrt/Windows.Services.Store.h | 14 -- .../winrt/Windows.Services.TargetedContent.h | 14 -- .../winrt/Windows.Storage.AccessCache.h | 14 -- .../winrt/Windows.Storage.BulkAccess.h | 14 -- .../winrt/Windows.Storage.Compression.h | 14 -- .../winrt/Windows.Storage.FileProperties.h | 14 -- .../winrt/Windows.Storage.Pickers.Provider.h | 14 -- .../generated/winrt/Windows.Storage.Pickers.h | 14 -- .../winrt/Windows.Storage.Provider.h | 14 -- .../generated/winrt/Windows.Storage.Search.h | 14 -- .../generated/winrt/Windows.Storage.Streams.h | 14 -- .../windows/generated/winrt/Windows.Storage.h | 14 -- .../Windows.System.Diagnostics.DevicePortal.h | 14 -- .../Windows.System.Diagnostics.Telemetry.h | 14 -- ...indows.System.Diagnostics.TraceReporting.h | 14 -- .../winrt/Windows.System.Diagnostics.h | 14 -- .../generated/winrt/Windows.System.Display.h | 14 -- .../winrt/Windows.System.Inventory.h | 14 -- .../winrt/Windows.System.Power.Diagnostics.h | 14 -- .../generated/winrt/Windows.System.Power.h | 14 -- .../generated/winrt/Windows.System.Preview.h | 14 -- ...ndows.System.Profile.SystemManufacturers.h | 14 -- .../generated/winrt/Windows.System.Profile.h | 14 -- .../winrt/Windows.System.RemoteDesktop.h | 14 -- .../winrt/Windows.System.RemoteSystems.h | 14 -- .../winrt/Windows.System.Threading.Core.h | 14 -- .../winrt/Windows.System.Threading.h | 14 -- .../generated/winrt/Windows.System.Update.h | 14 -- .../winrt/Windows.System.UserProfile.h | 14 -- .../windows/generated/winrt/Windows.System.h | 14 -- .../winrt/Windows.UI.Accessibility.h | 14 -- .../winrt/Windows.UI.ApplicationSettings.h | 14 -- .../winrt/Windows.UI.Composition.Core.h | 14 -- .../winrt/Windows.UI.Composition.Desktop.h | 14 -- .../Windows.UI.Composition.Diagnostics.h | 14 -- .../winrt/Windows.UI.Composition.Effects.h | 14 -- .../Windows.UI.Composition.Interactions.h | 14 -- .../winrt/Windows.UI.Composition.Scenes.h | 14 -- .../generated/winrt/Windows.UI.Composition.h | 14 -- .../winrt/Windows.UI.Core.AnimationMetrics.h | 14 -- .../Windows.UI.Core.Preview.Communications.h | 14 -- .../generated/winrt/Windows.UI.Core.Preview.h | 14 -- .../windows/generated/winrt/Windows.UI.Core.h | 14 -- .../generated/winrt/Windows.UI.Input.Core.h | 14 -- .../winrt/Windows.UI.Input.Inking.Analysis.h | 14 -- .../winrt/Windows.UI.Input.Inking.Core.h | 14 -- .../winrt/Windows.UI.Input.Inking.Preview.h | 14 -- .../generated/winrt/Windows.UI.Input.Inking.h | 14 -- .../Windows.UI.Input.Preview.Injection.h | 14 -- .../winrt/Windows.UI.Input.Preview.h | 14 -- .../winrt/Windows.UI.Input.Spatial.h | 14 -- .../generated/winrt/Windows.UI.Input.h | 14 -- .../Windows.UI.Notifications.Management.h | 14 -- .../winrt/Windows.UI.Notifications.h | 14 -- .../generated/winrt/Windows.UI.Popups.h | 14 -- .../generated/winrt/Windows.UI.Shell.h | 14 -- .../generated/winrt/Windows.UI.StartScreen.h | 14 -- .../generated/winrt/Windows.UI.Text.Core.h | 14 -- .../windows/generated/winrt/Windows.UI.Text.h | 14 -- .../winrt/Windows.UI.ViewManagement.Core.h | 14 -- .../winrt/Windows.UI.ViewManagement.h | 14 -- .../generated/winrt/Windows.UI.WebUI.Core.h | 14 -- .../generated/winrt/Windows.UI.WebUI.h | 14 -- .../Windows.UI.WindowManagement.Preview.h | 14 -- .../winrt/Windows.UI.WindowManagement.h | 14 -- .../winrt/Windows.UI.Xaml.Automation.Peers.h | 14 -- .../Windows.UI.Xaml.Automation.Provider.h | 14 -- .../winrt/Windows.UI.Xaml.Automation.Text.h | 14 -- .../winrt/Windows.UI.Xaml.Automation.h | 14 -- .../winrt/Windows.UI.Xaml.Controls.Maps.h | 14 -- .../Windows.UI.Xaml.Controls.Primitives.h | 14 -- .../winrt/Windows.UI.Xaml.Controls.h | 14 -- .../winrt/Windows.UI.Xaml.Core.Direct.h | 14 -- .../generated/winrt/Windows.UI.Xaml.Data.h | 14 -- .../winrt/Windows.UI.Xaml.Documents.h | 14 -- .../generated/winrt/Windows.UI.Xaml.Hosting.h | 14 -- .../generated/winrt/Windows.UI.Xaml.Input.h | 14 -- .../generated/winrt/Windows.UI.Xaml.Interop.h | 14 -- .../generated/winrt/Windows.UI.Xaml.Markup.h | 14 -- .../winrt/Windows.UI.Xaml.Media.Animation.h | 14 -- .../winrt/Windows.UI.Xaml.Media.Imaging.h | 14 -- .../winrt/Windows.UI.Xaml.Media.Media3D.h | 14 -- .../generated/winrt/Windows.UI.Xaml.Media.h | 14 -- .../winrt/Windows.UI.Xaml.Navigation.h | 14 -- .../winrt/Windows.UI.Xaml.Printing.h | 14 -- .../winrt/Windows.UI.Xaml.Resources.h | 14 -- .../generated/winrt/Windows.UI.Xaml.Shapes.h | 14 -- .../windows/generated/winrt/Windows.UI.Xaml.h | 14 -- .../impl/windows/generated/winrt/Windows.UI.h | 14 -- .../generated/winrt/Windows.Web.AtomPub.h | 14 -- .../winrt/Windows.Web.Http.Diagnostics.h | 14 -- .../winrt/Windows.Web.Http.Filters.h | 14 -- .../winrt/Windows.Web.Http.Headers.h | 14 -- .../generated/winrt/Windows.Web.Http.h | 14 -- .../generated/winrt/Windows.Web.Syndication.h | 14 -- .../generated/winrt/Windows.Web.UI.Interop.h | 14 -- .../windows/generated/winrt/Windows.Web.UI.h | 14 -- .../windows/generated/winrt/Windows.Web.h | 14 -- .../impl/windows/generated/winrt/base.h | 14 -- .../winrt/impl/Windows.AI.MachineLearning.0.h | 14 -- .../winrt/impl/Windows.AI.MachineLearning.1.h | 14 -- .../winrt/impl/Windows.AI.MachineLearning.2.h | 14 -- .../Windows.AI.MachineLearning.Preview.0.h | 14 -- .../Windows.AI.MachineLearning.Preview.1.h | 14 -- .../Windows.AI.MachineLearning.Preview.2.h | 14 -- .../winrt/impl/Windows.ApplicationModel.0.h | 14 -- .../winrt/impl/Windows.ApplicationModel.1.h | 14 -- .../winrt/impl/Windows.ApplicationModel.2.h | 14 -- .../Windows.ApplicationModel.Activation.0.h | 14 -- .../Windows.ApplicationModel.Activation.1.h | 14 -- .../Windows.ApplicationModel.Activation.2.h | 14 -- ...Windows.ApplicationModel.AppExtensions.0.h | 14 -- ...Windows.ApplicationModel.AppExtensions.1.h | 14 -- ...Windows.ApplicationModel.AppExtensions.2.h | 14 -- .../Windows.ApplicationModel.AppService.0.h | 14 -- .../Windows.ApplicationModel.AppService.1.h | 14 -- .../Windows.ApplicationModel.AppService.2.h | 14 -- .../Windows.ApplicationModel.Appointments.0.h | 14 -- .../Windows.ApplicationModel.Appointments.1.h | 14 -- .../Windows.ApplicationModel.Appointments.2.h | 14 -- ...odel.Appointments.AppointmentsProvider.0.h | 14 -- ...odel.Appointments.AppointmentsProvider.1.h | 14 -- ...odel.Appointments.AppointmentsProvider.2.h | 14 -- ...icationModel.Appointments.DataProvider.0.h | 14 -- ...icationModel.Appointments.DataProvider.1.h | 14 -- ...icationModel.Appointments.DataProvider.2.h | 14 -- .../Windows.ApplicationModel.Background.0.h | 14 -- .../Windows.ApplicationModel.Background.1.h | 14 -- .../Windows.ApplicationModel.Background.2.h | 14 -- .../impl/Windows.ApplicationModel.Calls.0.h | 14 -- .../impl/Windows.ApplicationModel.Calls.1.h | 14 -- .../impl/Windows.ApplicationModel.Calls.2.h | 14 -- ...dows.ApplicationModel.Calls.Background.0.h | 14 -- ...dows.ApplicationModel.Calls.Background.1.h | 14 -- ...dows.ApplicationModel.Calls.Background.2.h | 14 -- ...indows.ApplicationModel.Calls.Provider.0.h | 14 -- ...indows.ApplicationModel.Calls.Provider.1.h | 14 -- ...indows.ApplicationModel.Calls.Provider.2.h | 14 -- .../impl/Windows.ApplicationModel.Chat.0.h | 14 -- .../impl/Windows.ApplicationModel.Chat.1.h | 14 -- .../impl/Windows.ApplicationModel.Chat.2.h | 14 -- ...ApplicationModel.CommunicationBlocking.0.h | 14 -- ...ApplicationModel.CommunicationBlocking.1.h | 14 -- ...ApplicationModel.CommunicationBlocking.2.h | 14 -- .../Windows.ApplicationModel.Contacts.0.h | 14 -- .../Windows.ApplicationModel.Contacts.1.h | 14 -- .../Windows.ApplicationModel.Contacts.2.h | 14 -- ...ApplicationModel.Contacts.DataProvider.0.h | 14 -- ...ApplicationModel.Contacts.DataProvider.1.h | 14 -- ...ApplicationModel.Contacts.DataProvider.2.h | 14 -- ...ows.ApplicationModel.Contacts.Provider.0.h | 14 -- ...ows.ApplicationModel.Contacts.Provider.1.h | 14 -- ...ows.ApplicationModel.Contacts.Provider.2.h | 14 -- ...s.ApplicationModel.ConversationalAgent.0.h | 14 -- ...s.ApplicationModel.ConversationalAgent.1.h | 14 -- ...s.ApplicationModel.ConversationalAgent.2.h | 14 -- .../impl/Windows.ApplicationModel.Core.0.h | 14 -- .../impl/Windows.ApplicationModel.Core.1.h | 14 -- .../impl/Windows.ApplicationModel.Core.2.h | 14 -- .../Windows.ApplicationModel.DataTransfer.0.h | 14 -- .../Windows.ApplicationModel.DataTransfer.1.h | 14 -- .../Windows.ApplicationModel.DataTransfer.2.h | 14 -- ...ApplicationModel.DataTransfer.DragDrop.0.h | 14 -- ...ApplicationModel.DataTransfer.DragDrop.1.h | 14 -- ...ApplicationModel.DataTransfer.DragDrop.2.h | 14 -- ...cationModel.DataTransfer.DragDrop.Core.0.h | 14 -- ...cationModel.DataTransfer.DragDrop.Core.1.h | 14 -- ...cationModel.DataTransfer.DragDrop.Core.2.h | 14 -- ...licationModel.DataTransfer.ShareTarget.0.h | 14 -- ...licationModel.DataTransfer.ShareTarget.1.h | 14 -- ...licationModel.DataTransfer.ShareTarget.2.h | 14 -- .../impl/Windows.ApplicationModel.Email.0.h | 14 -- .../impl/Windows.ApplicationModel.Email.1.h | 14 -- .../impl/Windows.ApplicationModel.Email.2.h | 14 -- ...ws.ApplicationModel.Email.DataProvider.0.h | 14 -- ...ws.ApplicationModel.Email.DataProvider.1.h | 14 -- ...ws.ApplicationModel.Email.DataProvider.2.h | 14 -- ...ows.ApplicationModel.ExtendedExecution.0.h | 14 -- ...ows.ApplicationModel.ExtendedExecution.1.h | 14 -- ...ows.ApplicationModel.ExtendedExecution.2.h | 14 -- ...tionModel.ExtendedExecution.Foreground.0.h | 14 -- ...tionModel.ExtendedExecution.Foreground.1.h | 14 -- ...tionModel.ExtendedExecution.Foreground.2.h | 14 -- .../Windows.ApplicationModel.LockScreen.0.h | 14 -- .../Windows.ApplicationModel.LockScreen.1.h | 14 -- .../Windows.ApplicationModel.LockScreen.2.h | 14 -- .../Windows.ApplicationModel.Payments.0.h | 14 -- .../Windows.ApplicationModel.Payments.1.h | 14 -- .../Windows.ApplicationModel.Payments.2.h | 14 -- ...ows.ApplicationModel.Payments.Provider.0.h | 14 -- ...ows.ApplicationModel.Payments.Provider.1.h | 14 -- ...ows.ApplicationModel.Payments.Provider.2.h | 14 -- ...s.ApplicationModel.Preview.Holographic.0.h | 14 -- ...s.ApplicationModel.Preview.Holographic.1.h | 14 -- ...s.ApplicationModel.Preview.Holographic.2.h | 14 -- ....ApplicationModel.Preview.InkWorkspace.0.h | 14 -- ....ApplicationModel.Preview.InkWorkspace.1.h | 14 -- ....ApplicationModel.Preview.InkWorkspace.2.h | 14 -- ...Windows.ApplicationModel.Preview.Notes.0.h | 14 -- ...Windows.ApplicationModel.Preview.Notes.1.h | 14 -- ...Windows.ApplicationModel.Preview.Notes.2.h | 14 -- .../Windows.ApplicationModel.Resources.0.h | 14 -- .../Windows.ApplicationModel.Resources.1.h | 14 -- .../Windows.ApplicationModel.Resources.2.h | 14 -- ...indows.ApplicationModel.Resources.Core.0.h | 14 -- ...indows.ApplicationModel.Resources.Core.1.h | 14 -- ...indows.ApplicationModel.Resources.Core.2.h | 14 -- ....ApplicationModel.Resources.Management.0.h | 14 -- ....ApplicationModel.Resources.Management.1.h | 14 -- ....ApplicationModel.Resources.Management.2.h | 14 -- .../impl/Windows.ApplicationModel.Search.0.h | 14 -- .../impl/Windows.ApplicationModel.Search.1.h | 14 -- .../impl/Windows.ApplicationModel.Search.2.h | 14 -- .../Windows.ApplicationModel.Search.Core.0.h | 14 -- .../Windows.ApplicationModel.Search.Core.1.h | 14 -- .../Windows.ApplicationModel.Search.Core.2.h | 14 -- .../Windows.ApplicationModel.SocialInfo.0.h | 14 -- .../Windows.ApplicationModel.SocialInfo.1.h | 14 -- .../Windows.ApplicationModel.SocialInfo.2.h | 14 -- ...s.ApplicationModel.SocialInfo.Provider.0.h | 14 -- ...s.ApplicationModel.SocialInfo.Provider.1.h | 14 -- ...s.ApplicationModel.SocialInfo.Provider.2.h | 14 -- .../impl/Windows.ApplicationModel.Store.0.h | 14 -- .../impl/Windows.ApplicationModel.Store.1.h | 14 -- .../impl/Windows.ApplicationModel.Store.2.h | 14 -- ...plicationModel.Store.LicenseManagement.0.h | 14 -- ...plicationModel.Store.LicenseManagement.1.h | 14 -- ...plicationModel.Store.LicenseManagement.2.h | 14 -- ...Windows.ApplicationModel.Store.Preview.0.h | 14 -- ...Windows.ApplicationModel.Store.Preview.1.h | 14 -- ...Windows.ApplicationModel.Store.Preview.2.h | 14 -- ...tionModel.Store.Preview.InstallControl.0.h | 14 -- ...tionModel.Store.Preview.InstallControl.1.h | 14 -- ...tionModel.Store.Preview.InstallControl.2.h | 14 -- ...indows.ApplicationModel.UserActivities.0.h | 14 -- ...indows.ApplicationModel.UserActivities.1.h | 14 -- ...indows.ApplicationModel.UserActivities.2.h | 14 -- ...s.ApplicationModel.UserActivities.Core.0.h | 14 -- ...s.ApplicationModel.UserActivities.Core.1.h | 14 -- ...s.ApplicationModel.UserActivities.Core.2.h | 14 -- ...dows.ApplicationModel.UserDataAccounts.0.h | 14 -- ...dows.ApplicationModel.UserDataAccounts.1.h | 14 -- ...dows.ApplicationModel.UserDataAccounts.2.h | 14 -- ...icationModel.UserDataAccounts.Provider.0.h | 14 -- ...icationModel.UserDataAccounts.Provider.1.h | 14 -- ...icationModel.UserDataAccounts.Provider.2.h | 14 -- ...ionModel.UserDataAccounts.SystemAccess.0.h | 14 -- ...ionModel.UserDataAccounts.SystemAccess.1.h | 14 -- ...ionModel.UserDataAccounts.SystemAccess.2.h | 14 -- ...Windows.ApplicationModel.UserDataTasks.0.h | 14 -- ...Windows.ApplicationModel.UserDataTasks.1.h | 14 -- ...Windows.ApplicationModel.UserDataTasks.2.h | 14 -- ...cationModel.UserDataTasks.DataProvider.0.h | 14 -- ...cationModel.UserDataTasks.DataProvider.1.h | 14 -- ...cationModel.UserDataTasks.DataProvider.2.h | 14 -- ...Windows.ApplicationModel.VoiceCommands.0.h | 14 -- ...Windows.ApplicationModel.VoiceCommands.1.h | 14 -- ...Windows.ApplicationModel.VoiceCommands.2.h | 14 -- .../impl/Windows.ApplicationModel.Wallet.0.h | 14 -- .../impl/Windows.ApplicationModel.Wallet.1.h | 14 -- .../impl/Windows.ApplicationModel.Wallet.2.h | 14 -- ...Windows.ApplicationModel.Wallet.System.0.h | 14 -- ...Windows.ApplicationModel.Wallet.System.1.h | 14 -- ...Windows.ApplicationModel.Wallet.System.2.h | 14 -- .../winrt/impl/Windows.Data.Html.0.h | 14 -- .../winrt/impl/Windows.Data.Html.1.h | 14 -- .../winrt/impl/Windows.Data.Html.2.h | 14 -- .../winrt/impl/Windows.Data.Json.0.h | 14 -- .../winrt/impl/Windows.Data.Json.1.h | 14 -- .../winrt/impl/Windows.Data.Json.2.h | 14 -- .../generated/winrt/impl/Windows.Data.Pdf.0.h | 14 -- .../generated/winrt/impl/Windows.Data.Pdf.1.h | 14 -- .../generated/winrt/impl/Windows.Data.Pdf.2.h | 14 -- .../winrt/impl/Windows.Data.Text.0.h | 14 -- .../winrt/impl/Windows.Data.Text.1.h | 14 -- .../winrt/impl/Windows.Data.Text.2.h | 14 -- .../winrt/impl/Windows.Data.Xml.Dom.0.h | 14 -- .../winrt/impl/Windows.Data.Xml.Dom.1.h | 14 -- .../winrt/impl/Windows.Data.Xml.Dom.2.h | 14 -- .../winrt/impl/Windows.Data.Xml.Xsl.0.h | 14 -- .../winrt/impl/Windows.Data.Xml.Xsl.1.h | 14 -- .../winrt/impl/Windows.Data.Xml.Xsl.2.h | 14 -- .../generated/winrt/impl/Windows.Devices.0.h | 14 -- .../generated/winrt/impl/Windows.Devices.1.h | 14 -- .../generated/winrt/impl/Windows.Devices.2.h | 14 -- .../winrt/impl/Windows.Devices.Adc.0.h | 14 -- .../winrt/impl/Windows.Devices.Adc.1.h | 14 -- .../winrt/impl/Windows.Devices.Adc.2.h | 14 -- .../impl/Windows.Devices.Adc.Provider.0.h | 14 -- .../impl/Windows.Devices.Adc.Provider.1.h | 14 -- .../impl/Windows.Devices.Adc.Provider.2.h | 14 -- .../winrt/impl/Windows.Devices.AllJoyn.0.h | 14 -- .../winrt/impl/Windows.Devices.AllJoyn.1.h | 14 -- .../winrt/impl/Windows.Devices.AllJoyn.2.h | 14 -- .../winrt/impl/Windows.Devices.Background.0.h | 14 -- .../winrt/impl/Windows.Devices.Background.1.h | 14 -- .../winrt/impl/Windows.Devices.Background.2.h | 14 -- .../winrt/impl/Windows.Devices.Bluetooth.0.h | 14 -- .../winrt/impl/Windows.Devices.Bluetooth.1.h | 14 -- .../winrt/impl/Windows.Devices.Bluetooth.2.h | 14 -- ...indows.Devices.Bluetooth.Advertisement.0.h | 14 -- ...indows.Devices.Bluetooth.Advertisement.1.h | 14 -- ...indows.Devices.Bluetooth.Advertisement.2.h | 14 -- .../Windows.Devices.Bluetooth.Background.0.h | 14 -- .../Windows.Devices.Bluetooth.Background.1.h | 14 -- .../Windows.Devices.Bluetooth.Background.2.h | 14 -- ...ices.Bluetooth.GenericAttributeProfile.0.h | 14 -- ...ices.Bluetooth.GenericAttributeProfile.1.h | 14 -- ...ices.Bluetooth.GenericAttributeProfile.2.h | 14 -- .../impl/Windows.Devices.Bluetooth.Rfcomm.0.h | 14 -- .../impl/Windows.Devices.Bluetooth.Rfcomm.1.h | 14 -- .../impl/Windows.Devices.Bluetooth.Rfcomm.2.h | 14 -- .../winrt/impl/Windows.Devices.Custom.0.h | 14 -- .../winrt/impl/Windows.Devices.Custom.1.h | 14 -- .../winrt/impl/Windows.Devices.Custom.2.h | 14 -- .../winrt/impl/Windows.Devices.Display.0.h | 14 -- .../winrt/impl/Windows.Devices.Display.1.h | 14 -- .../winrt/impl/Windows.Devices.Display.2.h | 14 -- .../impl/Windows.Devices.Display.Core.0.h | 14 -- .../impl/Windows.Devices.Display.Core.1.h | 14 -- .../impl/Windows.Devices.Display.Core.2.h | 14 -- .../impl/Windows.Devices.Enumeration.0.h | 14 -- .../impl/Windows.Devices.Enumeration.1.h | 14 -- .../impl/Windows.Devices.Enumeration.2.h | 14 -- .../impl/Windows.Devices.Enumeration.Pnp.0.h | 14 -- .../impl/Windows.Devices.Enumeration.Pnp.1.h | 14 -- .../impl/Windows.Devices.Enumeration.Pnp.2.h | 14 -- .../impl/Windows.Devices.Geolocation.0.h | 14 -- .../impl/Windows.Devices.Geolocation.1.h | 14 -- .../impl/Windows.Devices.Geolocation.2.h | 14 -- ...Windows.Devices.Geolocation.Geofencing.0.h | 14 -- ...Windows.Devices.Geolocation.Geofencing.1.h | 14 -- ...Windows.Devices.Geolocation.Geofencing.2.h | 14 -- .../winrt/impl/Windows.Devices.Gpio.0.h | 14 -- .../winrt/impl/Windows.Devices.Gpio.1.h | 14 -- .../winrt/impl/Windows.Devices.Gpio.2.h | 14 -- .../impl/Windows.Devices.Gpio.Provider.0.h | 14 -- .../impl/Windows.Devices.Gpio.Provider.1.h | 14 -- .../impl/Windows.Devices.Gpio.Provider.2.h | 14 -- .../winrt/impl/Windows.Devices.Haptics.0.h | 14 -- .../winrt/impl/Windows.Devices.Haptics.1.h | 14 -- .../winrt/impl/Windows.Devices.Haptics.2.h | 14 -- .../Windows.Devices.HumanInterfaceDevice.0.h | 14 -- .../Windows.Devices.HumanInterfaceDevice.1.h | 14 -- .../Windows.Devices.HumanInterfaceDevice.2.h | 14 -- .../winrt/impl/Windows.Devices.I2c.0.h | 14 -- .../winrt/impl/Windows.Devices.I2c.1.h | 14 -- .../winrt/impl/Windows.Devices.I2c.2.h | 14 -- .../impl/Windows.Devices.I2c.Provider.0.h | 14 -- .../impl/Windows.Devices.I2c.Provider.1.h | 14 -- .../impl/Windows.Devices.I2c.Provider.2.h | 14 -- .../winrt/impl/Windows.Devices.Input.0.h | 14 -- .../winrt/impl/Windows.Devices.Input.1.h | 14 -- .../winrt/impl/Windows.Devices.Input.2.h | 14 -- .../impl/Windows.Devices.Input.Preview.0.h | 14 -- .../impl/Windows.Devices.Input.Preview.1.h | 14 -- .../impl/Windows.Devices.Input.Preview.2.h | 14 -- .../winrt/impl/Windows.Devices.Lights.0.h | 14 -- .../winrt/impl/Windows.Devices.Lights.1.h | 14 -- .../winrt/impl/Windows.Devices.Lights.2.h | 14 -- .../impl/Windows.Devices.Lights.Effects.0.h | 14 -- .../impl/Windows.Devices.Lights.Effects.1.h | 14 -- .../impl/Windows.Devices.Lights.Effects.2.h | 14 -- .../winrt/impl/Windows.Devices.Midi.0.h | 14 -- .../winrt/impl/Windows.Devices.Midi.1.h | 14 -- .../winrt/impl/Windows.Devices.Midi.2.h | 14 -- .../winrt/impl/Windows.Devices.Perception.0.h | 14 -- .../winrt/impl/Windows.Devices.Perception.1.h | 14 -- .../winrt/impl/Windows.Devices.Perception.2.h | 14 -- .../Windows.Devices.Perception.Provider.0.h | 14 -- .../Windows.Devices.Perception.Provider.1.h | 14 -- .../Windows.Devices.Perception.Provider.2.h | 14 -- .../impl/Windows.Devices.PointOfService.0.h | 14 -- .../impl/Windows.Devices.PointOfService.1.h | 14 -- .../impl/Windows.Devices.PointOfService.2.h | 14 -- ...indows.Devices.PointOfService.Provider.0.h | 14 -- ...indows.Devices.PointOfService.Provider.1.h | 14 -- ...indows.Devices.PointOfService.Provider.2.h | 14 -- .../winrt/impl/Windows.Devices.Portable.0.h | 14 -- .../winrt/impl/Windows.Devices.Portable.1.h | 14 -- .../winrt/impl/Windows.Devices.Portable.2.h | 14 -- .../winrt/impl/Windows.Devices.Power.0.h | 14 -- .../winrt/impl/Windows.Devices.Power.1.h | 14 -- .../winrt/impl/Windows.Devices.Power.2.h | 14 -- .../winrt/impl/Windows.Devices.Printers.0.h | 14 -- .../winrt/impl/Windows.Devices.Printers.1.h | 14 -- .../winrt/impl/Windows.Devices.Printers.2.h | 14 -- .../Windows.Devices.Printers.Extensions.0.h | 14 -- .../Windows.Devices.Printers.Extensions.1.h | 14 -- .../Windows.Devices.Printers.Extensions.2.h | 14 -- .../winrt/impl/Windows.Devices.Pwm.0.h | 14 -- .../winrt/impl/Windows.Devices.Pwm.1.h | 14 -- .../winrt/impl/Windows.Devices.Pwm.2.h | 14 -- .../impl/Windows.Devices.Pwm.Provider.0.h | 14 -- .../impl/Windows.Devices.Pwm.Provider.1.h | 14 -- .../impl/Windows.Devices.Pwm.Provider.2.h | 14 -- .../winrt/impl/Windows.Devices.Radios.0.h | 14 -- .../winrt/impl/Windows.Devices.Radios.1.h | 14 -- .../winrt/impl/Windows.Devices.Radios.2.h | 14 -- .../winrt/impl/Windows.Devices.Scanners.0.h | 14 -- .../winrt/impl/Windows.Devices.Scanners.1.h | 14 -- .../winrt/impl/Windows.Devices.Scanners.2.h | 14 -- .../winrt/impl/Windows.Devices.Sensors.0.h | 14 -- .../winrt/impl/Windows.Devices.Sensors.1.h | 14 -- .../winrt/impl/Windows.Devices.Sensors.2.h | 14 -- .../impl/Windows.Devices.Sensors.Custom.0.h | 14 -- .../impl/Windows.Devices.Sensors.Custom.1.h | 14 -- .../impl/Windows.Devices.Sensors.Custom.2.h | 14 -- .../Windows.Devices.SerialCommunication.0.h | 14 -- .../Windows.Devices.SerialCommunication.1.h | 14 -- .../Windows.Devices.SerialCommunication.2.h | 14 -- .../winrt/impl/Windows.Devices.SmartCards.0.h | 14 -- .../winrt/impl/Windows.Devices.SmartCards.1.h | 14 -- .../winrt/impl/Windows.Devices.SmartCards.2.h | 14 -- .../winrt/impl/Windows.Devices.Sms.0.h | 14 -- .../winrt/impl/Windows.Devices.Sms.1.h | 14 -- .../winrt/impl/Windows.Devices.Sms.2.h | 14 -- .../winrt/impl/Windows.Devices.Spi.0.h | 14 -- .../winrt/impl/Windows.Devices.Spi.1.h | 14 -- .../winrt/impl/Windows.Devices.Spi.2.h | 14 -- .../impl/Windows.Devices.Spi.Provider.0.h | 14 -- .../impl/Windows.Devices.Spi.Provider.1.h | 14 -- .../impl/Windows.Devices.Spi.Provider.2.h | 14 -- .../winrt/impl/Windows.Devices.Usb.0.h | 14 -- .../winrt/impl/Windows.Devices.Usb.1.h | 14 -- .../winrt/impl/Windows.Devices.Usb.2.h | 14 -- .../winrt/impl/Windows.Devices.WiFi.0.h | 14 -- .../winrt/impl/Windows.Devices.WiFi.1.h | 14 -- .../winrt/impl/Windows.Devices.WiFi.2.h | 14 -- .../winrt/impl/Windows.Devices.WiFiDirect.0.h | 14 -- .../winrt/impl/Windows.Devices.WiFiDirect.1.h | 14 -- .../winrt/impl/Windows.Devices.WiFiDirect.2.h | 14 -- .../Windows.Devices.WiFiDirect.Services.0.h | 14 -- .../Windows.Devices.WiFiDirect.Services.1.h | 14 -- .../Windows.Devices.WiFiDirect.Services.2.h | 14 -- .../impl/Windows.Embedded.DeviceLockdown.0.h | 14 -- .../impl/Windows.Embedded.DeviceLockdown.1.h | 14 -- .../impl/Windows.Embedded.DeviceLockdown.2.h | 14 -- .../winrt/impl/Windows.Foundation.0.h | 14 -- .../winrt/impl/Windows.Foundation.1.h | 14 -- .../winrt/impl/Windows.Foundation.2.h | 14 -- .../impl/Windows.Foundation.Collections.0.h | 14 -- .../impl/Windows.Foundation.Collections.1.h | 14 -- .../impl/Windows.Foundation.Collections.2.h | 14 -- .../impl/Windows.Foundation.Diagnostics.0.h | 14 -- .../impl/Windows.Foundation.Diagnostics.1.h | 14 -- .../impl/Windows.Foundation.Diagnostics.2.h | 14 -- .../impl/Windows.Foundation.Metadata.0.h | 14 -- .../impl/Windows.Foundation.Metadata.1.h | 14 -- .../impl/Windows.Foundation.Metadata.2.h | 14 -- .../impl/Windows.Foundation.Numerics.0.h | 14 -- .../impl/Windows.Foundation.Numerics.1.h | 14 -- .../impl/Windows.Foundation.Numerics.2.h | 14 -- .../winrt/impl/Windows.Gaming.Input.0.h | 14 -- .../winrt/impl/Windows.Gaming.Input.1.h | 14 -- .../winrt/impl/Windows.Gaming.Input.2.h | 14 -- .../impl/Windows.Gaming.Input.Custom.0.h | 14 -- .../impl/Windows.Gaming.Input.Custom.1.h | 14 -- .../impl/Windows.Gaming.Input.Custom.2.h | 14 -- .../Windows.Gaming.Input.ForceFeedback.0.h | 14 -- .../Windows.Gaming.Input.ForceFeedback.1.h | 14 -- .../Windows.Gaming.Input.ForceFeedback.2.h | 14 -- .../impl/Windows.Gaming.Input.Preview.0.h | 14 -- .../impl/Windows.Gaming.Input.Preview.1.h | 14 -- .../impl/Windows.Gaming.Input.Preview.2.h | 14 -- ...indows.Gaming.Preview.GamesEnumeration.0.h | 14 -- ...indows.Gaming.Preview.GamesEnumeration.1.h | 14 -- ...indows.Gaming.Preview.GamesEnumeration.2.h | 14 -- .../winrt/impl/Windows.Gaming.UI.0.h | 14 -- .../winrt/impl/Windows.Gaming.UI.1.h | 14 -- .../winrt/impl/Windows.Gaming.UI.2.h | 14 -- .../impl/Windows.Gaming.XboxLive.Storage.0.h | 14 -- .../impl/Windows.Gaming.XboxLive.Storage.1.h | 14 -- .../impl/Windows.Gaming.XboxLive.Storage.2.h | 14 -- .../winrt/impl/Windows.Globalization.0.h | 14 -- .../winrt/impl/Windows.Globalization.1.h | 14 -- .../winrt/impl/Windows.Globalization.2.h | 14 -- .../impl/Windows.Globalization.Collation.0.h | 14 -- .../impl/Windows.Globalization.Collation.1.h | 14 -- .../impl/Windows.Globalization.Collation.2.h | 14 -- ...ndows.Globalization.DateTimeFormatting.0.h | 14 -- ...ndows.Globalization.DateTimeFormatting.1.h | 14 -- ...ndows.Globalization.DateTimeFormatting.2.h | 14 -- .../impl/Windows.Globalization.Fonts.0.h | 14 -- .../impl/Windows.Globalization.Fonts.1.h | 14 -- .../impl/Windows.Globalization.Fonts.2.h | 14 -- ...Windows.Globalization.NumberFormatting.0.h | 14 -- ...Windows.Globalization.NumberFormatting.1.h | 14 -- ...Windows.Globalization.NumberFormatting.2.h | 14 -- ...ws.Globalization.PhoneNumberFormatting.0.h | 14 -- ...ws.Globalization.PhoneNumberFormatting.1.h | 14 -- ...ws.Globalization.PhoneNumberFormatting.2.h | 14 -- .../generated/winrt/impl/Windows.Graphics.0.h | 14 -- .../generated/winrt/impl/Windows.Graphics.1.h | 14 -- .../generated/winrt/impl/Windows.Graphics.2.h | 14 -- .../winrt/impl/Windows.Graphics.Capture.0.h | 14 -- .../winrt/impl/Windows.Graphics.Capture.1.h | 14 -- .../winrt/impl/Windows.Graphics.Capture.2.h | 14 -- .../winrt/impl/Windows.Graphics.DirectX.0.h | 14 -- .../winrt/impl/Windows.Graphics.DirectX.1.h | 14 -- .../winrt/impl/Windows.Graphics.DirectX.2.h | 14 -- .../Windows.Graphics.DirectX.Direct3D11.0.h | 14 -- .../Windows.Graphics.DirectX.Direct3D11.1.h | 14 -- .../Windows.Graphics.DirectX.Direct3D11.2.h | 14 -- .../winrt/impl/Windows.Graphics.Display.0.h | 14 -- .../winrt/impl/Windows.Graphics.Display.1.h | 14 -- .../winrt/impl/Windows.Graphics.Display.2.h | 14 -- .../impl/Windows.Graphics.Display.Core.0.h | 14 -- .../impl/Windows.Graphics.Display.Core.1.h | 14 -- .../impl/Windows.Graphics.Display.Core.2.h | 14 -- .../winrt/impl/Windows.Graphics.Effects.0.h | 14 -- .../winrt/impl/Windows.Graphics.Effects.1.h | 14 -- .../winrt/impl/Windows.Graphics.Effects.2.h | 14 -- .../impl/Windows.Graphics.Holographic.0.h | 14 -- .../impl/Windows.Graphics.Holographic.1.h | 14 -- .../impl/Windows.Graphics.Holographic.2.h | 14 -- .../winrt/impl/Windows.Graphics.Imaging.0.h | 14 -- .../winrt/impl/Windows.Graphics.Imaging.1.h | 14 -- .../winrt/impl/Windows.Graphics.Imaging.2.h | 14 -- .../winrt/impl/Windows.Graphics.Printing.0.h | 14 -- .../winrt/impl/Windows.Graphics.Printing.1.h | 14 -- .../winrt/impl/Windows.Graphics.Printing.2.h | 14 -- ...indows.Graphics.Printing.OptionDetails.0.h | 14 -- ...indows.Graphics.Printing.OptionDetails.1.h | 14 -- ...indows.Graphics.Printing.OptionDetails.2.h | 14 -- .../Windows.Graphics.Printing.PrintTicket.0.h | 14 -- .../Windows.Graphics.Printing.PrintTicket.1.h | 14 -- .../Windows.Graphics.Printing.PrintTicket.2.h | 14 -- .../Windows.Graphics.Printing.Workflow.0.h | 14 -- .../Windows.Graphics.Printing.Workflow.1.h | 14 -- .../Windows.Graphics.Printing.Workflow.2.h | 14 -- .../impl/Windows.Graphics.Printing3D.0.h | 14 -- .../impl/Windows.Graphics.Printing3D.1.h | 14 -- .../impl/Windows.Graphics.Printing3D.2.h | 14 -- .../winrt/impl/Windows.Management.0.h | 14 -- .../winrt/impl/Windows.Management.1.h | 14 -- .../winrt/impl/Windows.Management.2.h | 14 -- .../winrt/impl/Windows.Management.Core.0.h | 14 -- .../winrt/impl/Windows.Management.Core.1.h | 14 -- .../winrt/impl/Windows.Management.Core.2.h | 14 -- .../impl/Windows.Management.Deployment.0.h | 14 -- .../impl/Windows.Management.Deployment.1.h | 14 -- .../impl/Windows.Management.Deployment.2.h | 14 -- .../Windows.Management.Deployment.Preview.0.h | 14 -- .../Windows.Management.Deployment.Preview.1.h | 14 -- .../Windows.Management.Deployment.Preview.2.h | 14 -- .../impl/Windows.Management.Policies.0.h | 14 -- .../impl/Windows.Management.Policies.1.h | 14 -- .../impl/Windows.Management.Policies.2.h | 14 -- .../winrt/impl/Windows.Management.Update.0.h | 14 -- .../winrt/impl/Windows.Management.Update.1.h | 14 -- .../winrt/impl/Windows.Management.Update.2.h | 14 -- .../impl/Windows.Management.Workplace.0.h | 14 -- .../impl/Windows.Management.Workplace.1.h | 14 -- .../impl/Windows.Management.Workplace.2.h | 14 -- .../generated/winrt/impl/Windows.Media.0.h | 14 -- .../generated/winrt/impl/Windows.Media.1.h | 14 -- .../generated/winrt/impl/Windows.Media.2.h | 14 -- .../impl/Windows.Media.AppBroadcasting.0.h | 14 -- .../impl/Windows.Media.AppBroadcasting.1.h | 14 -- .../impl/Windows.Media.AppBroadcasting.2.h | 14 -- .../winrt/impl/Windows.Media.AppRecording.0.h | 14 -- .../winrt/impl/Windows.Media.AppRecording.1.h | 14 -- .../winrt/impl/Windows.Media.AppRecording.2.h | 14 -- .../winrt/impl/Windows.Media.Audio.0.h | 14 -- .../winrt/impl/Windows.Media.Audio.1.h | 14 -- .../winrt/impl/Windows.Media.Audio.2.h | 14 -- .../winrt/impl/Windows.Media.Capture.0.h | 14 -- .../winrt/impl/Windows.Media.Capture.1.h | 14 -- .../winrt/impl/Windows.Media.Capture.2.h | 14 -- .../winrt/impl/Windows.Media.Capture.Core.0.h | 14 -- .../winrt/impl/Windows.Media.Capture.Core.1.h | 14 -- .../winrt/impl/Windows.Media.Capture.Core.2.h | 14 -- .../impl/Windows.Media.Capture.Frames.0.h | 14 -- .../impl/Windows.Media.Capture.Frames.1.h | 14 -- .../impl/Windows.Media.Capture.Frames.2.h | 14 -- .../winrt/impl/Windows.Media.Casting.0.h | 14 -- .../winrt/impl/Windows.Media.Casting.1.h | 14 -- .../winrt/impl/Windows.Media.Casting.2.h | 14 -- .../impl/Windows.Media.ClosedCaptioning.0.h | 14 -- .../impl/Windows.Media.ClosedCaptioning.1.h | 14 -- .../impl/Windows.Media.ClosedCaptioning.2.h | 14 -- .../Windows.Media.ContentRestrictions.0.h | 14 -- .../Windows.Media.ContentRestrictions.1.h | 14 -- .../Windows.Media.ContentRestrictions.2.h | 14 -- .../winrt/impl/Windows.Media.Control.0.h | 14 -- .../winrt/impl/Windows.Media.Control.1.h | 14 -- .../winrt/impl/Windows.Media.Control.2.h | 14 -- .../winrt/impl/Windows.Media.Core.0.h | 14 -- .../winrt/impl/Windows.Media.Core.1.h | 14 -- .../winrt/impl/Windows.Media.Core.2.h | 14 -- .../winrt/impl/Windows.Media.Core.Preview.0.h | 14 -- .../winrt/impl/Windows.Media.Core.Preview.1.h | 14 -- .../winrt/impl/Windows.Media.Core.Preview.2.h | 14 -- .../winrt/impl/Windows.Media.Devices.0.h | 14 -- .../winrt/impl/Windows.Media.Devices.1.h | 14 -- .../winrt/impl/Windows.Media.Devices.2.h | 14 -- .../winrt/impl/Windows.Media.Devices.Core.0.h | 14 -- .../winrt/impl/Windows.Media.Devices.Core.1.h | 14 -- .../winrt/impl/Windows.Media.Devices.Core.2.h | 14 -- .../winrt/impl/Windows.Media.DialProtocol.0.h | 14 -- .../winrt/impl/Windows.Media.DialProtocol.1.h | 14 -- .../winrt/impl/Windows.Media.DialProtocol.2.h | 14 -- .../winrt/impl/Windows.Media.Editing.0.h | 14 -- .../winrt/impl/Windows.Media.Editing.1.h | 14 -- .../winrt/impl/Windows.Media.Editing.2.h | 14 -- .../winrt/impl/Windows.Media.Effects.0.h | 14 -- .../winrt/impl/Windows.Media.Effects.1.h | 14 -- .../winrt/impl/Windows.Media.Effects.2.h | 14 -- .../winrt/impl/Windows.Media.FaceAnalysis.0.h | 14 -- .../winrt/impl/Windows.Media.FaceAnalysis.1.h | 14 -- .../winrt/impl/Windows.Media.FaceAnalysis.2.h | 14 -- .../winrt/impl/Windows.Media.Import.0.h | 14 -- .../winrt/impl/Windows.Media.Import.1.h | 14 -- .../winrt/impl/Windows.Media.Import.2.h | 14 -- .../impl/Windows.Media.MediaProperties.0.h | 14 -- .../impl/Windows.Media.MediaProperties.1.h | 14 -- .../impl/Windows.Media.MediaProperties.2.h | 14 -- .../winrt/impl/Windows.Media.Miracast.0.h | 14 -- .../winrt/impl/Windows.Media.Miracast.1.h | 14 -- .../winrt/impl/Windows.Media.Miracast.2.h | 14 -- .../winrt/impl/Windows.Media.Ocr.0.h | 14 -- .../winrt/impl/Windows.Media.Ocr.1.h | 14 -- .../winrt/impl/Windows.Media.Ocr.2.h | 14 -- .../winrt/impl/Windows.Media.PlayTo.0.h | 14 -- .../winrt/impl/Windows.Media.PlayTo.1.h | 14 -- .../winrt/impl/Windows.Media.PlayTo.2.h | 14 -- .../winrt/impl/Windows.Media.Playback.0.h | 14 -- .../winrt/impl/Windows.Media.Playback.1.h | 14 -- .../winrt/impl/Windows.Media.Playback.2.h | 14 -- .../winrt/impl/Windows.Media.Playlists.0.h | 14 -- .../winrt/impl/Windows.Media.Playlists.1.h | 14 -- .../winrt/impl/Windows.Media.Playlists.2.h | 14 -- .../winrt/impl/Windows.Media.Protection.0.h | 14 -- .../winrt/impl/Windows.Media.Protection.1.h | 14 -- .../winrt/impl/Windows.Media.Protection.2.h | 14 -- .../Windows.Media.Protection.PlayReady.0.h | 14 -- .../Windows.Media.Protection.PlayReady.1.h | 14 -- .../Windows.Media.Protection.PlayReady.2.h | 14 -- .../winrt/impl/Windows.Media.Render.0.h | 14 -- .../winrt/impl/Windows.Media.Render.1.h | 14 -- .../winrt/impl/Windows.Media.Render.2.h | 14 -- .../impl/Windows.Media.SpeechRecognition.0.h | 14 -- .../impl/Windows.Media.SpeechRecognition.1.h | 14 -- .../impl/Windows.Media.SpeechRecognition.2.h | 14 -- .../impl/Windows.Media.SpeechSynthesis.0.h | 14 -- .../impl/Windows.Media.SpeechSynthesis.1.h | 14 -- .../impl/Windows.Media.SpeechSynthesis.2.h | 14 -- .../impl/Windows.Media.Streaming.Adaptive.0.h | 14 -- .../impl/Windows.Media.Streaming.Adaptive.1.h | 14 -- .../impl/Windows.Media.Streaming.Adaptive.2.h | 14 -- .../winrt/impl/Windows.Media.Transcoding.0.h | 14 -- .../winrt/impl/Windows.Media.Transcoding.1.h | 14 -- .../winrt/impl/Windows.Media.Transcoding.2.h | 14 -- .../winrt/impl/Windows.Networking.0.h | 14 -- .../winrt/impl/Windows.Networking.1.h | 14 -- .../winrt/impl/Windows.Networking.2.h | 14 -- .../Windows.Networking.BackgroundTransfer.0.h | 14 -- .../Windows.Networking.BackgroundTransfer.1.h | 14 -- .../Windows.Networking.BackgroundTransfer.2.h | 14 -- .../impl/Windows.Networking.Connectivity.0.h | 14 -- .../impl/Windows.Networking.Connectivity.1.h | 14 -- .../impl/Windows.Networking.Connectivity.2.h | 14 -- .../Windows.Networking.NetworkOperators.0.h | 14 -- .../Windows.Networking.NetworkOperators.1.h | 14 -- .../Windows.Networking.NetworkOperators.2.h | 14 -- .../impl/Windows.Networking.Proximity.0.h | 14 -- .../impl/Windows.Networking.Proximity.1.h | 14 -- .../impl/Windows.Networking.Proximity.2.h | 14 -- .../Windows.Networking.PushNotifications.0.h | 14 -- .../Windows.Networking.PushNotifications.1.h | 14 -- .../Windows.Networking.PushNotifications.2.h | 14 -- ...dows.Networking.ServiceDiscovery.Dnssd.0.h | 14 -- ...dows.Networking.ServiceDiscovery.Dnssd.1.h | 14 -- ...dows.Networking.ServiceDiscovery.Dnssd.2.h | 14 -- .../winrt/impl/Windows.Networking.Sockets.0.h | 14 -- .../winrt/impl/Windows.Networking.Sockets.1.h | 14 -- .../winrt/impl/Windows.Networking.Sockets.2.h | 14 -- .../winrt/impl/Windows.Networking.Vpn.0.h | 14 -- .../winrt/impl/Windows.Networking.Vpn.1.h | 14 -- .../winrt/impl/Windows.Networking.Vpn.2.h | 14 -- .../impl/Windows.Networking.XboxLive.0.h | 14 -- .../impl/Windows.Networking.XboxLive.1.h | 14 -- .../impl/Windows.Networking.XboxLive.2.h | 14 -- .../winrt/impl/Windows.Perception.0.h | 14 -- .../winrt/impl/Windows.Perception.1.h | 14 -- .../winrt/impl/Windows.Perception.2.h | 14 -- .../Windows.Perception.Automation.Core.0.h | 14 -- .../Windows.Perception.Automation.Core.1.h | 14 -- .../Windows.Perception.Automation.Core.2.h | 14 -- .../winrt/impl/Windows.Perception.People.0.h | 14 -- .../winrt/impl/Windows.Perception.People.1.h | 14 -- .../winrt/impl/Windows.Perception.People.2.h | 14 -- .../winrt/impl/Windows.Perception.Spatial.0.h | 14 -- .../winrt/impl/Windows.Perception.Spatial.1.h | 14 -- .../winrt/impl/Windows.Perception.Spatial.2.h | 14 -- .../Windows.Perception.Spatial.Preview.0.h | 14 -- .../Windows.Perception.Spatial.Preview.1.h | 14 -- .../Windows.Perception.Spatial.Preview.2.h | 14 -- .../Windows.Perception.Spatial.Surfaces.0.h | 14 -- .../Windows.Perception.Spatial.Surfaces.1.h | 14 -- .../Windows.Perception.Spatial.Surfaces.2.h | 14 -- .../impl/Windows.Phone.ApplicationModel.0.h | 14 -- .../impl/Windows.Phone.ApplicationModel.1.h | 14 -- .../impl/Windows.Phone.ApplicationModel.2.h | 14 -- .../Windows.Phone.Devices.Notification.0.h | 14 -- .../Windows.Phone.Devices.Notification.1.h | 14 -- .../Windows.Phone.Devices.Notification.2.h | 14 -- .../impl/Windows.Phone.Devices.Power.0.h | 14 -- .../impl/Windows.Phone.Devices.Power.1.h | 14 -- .../impl/Windows.Phone.Devices.Power.2.h | 14 -- .../Windows.Phone.Management.Deployment.0.h | 14 -- .../Windows.Phone.Management.Deployment.1.h | 14 -- .../Windows.Phone.Management.Deployment.2.h | 14 -- .../impl/Windows.Phone.Media.Devices.0.h | 14 -- .../impl/Windows.Phone.Media.Devices.1.h | 14 -- .../impl/Windows.Phone.Media.Devices.2.h | 14 -- .../Windows.Phone.Notification.Management.0.h | 14 -- .../Windows.Phone.Notification.Management.1.h | 14 -- .../Windows.Phone.Notification.Management.2.h | 14 -- .../Windows.Phone.PersonalInformation.0.h | 14 -- .../Windows.Phone.PersonalInformation.1.h | 14 -- .../Windows.Phone.PersonalInformation.2.h | 14 -- ...Phone.PersonalInformation.Provisioning.0.h | 14 -- ...Phone.PersonalInformation.Provisioning.1.h | 14 -- ...Phone.PersonalInformation.Provisioning.2.h | 14 -- .../impl/Windows.Phone.Speech.Recognition.0.h | 14 -- .../impl/Windows.Phone.Speech.Recognition.1.h | 14 -- .../impl/Windows.Phone.Speech.Recognition.2.h | 14 -- .../winrt/impl/Windows.Phone.StartScreen.0.h | 14 -- .../winrt/impl/Windows.Phone.StartScreen.1.h | 14 -- .../winrt/impl/Windows.Phone.StartScreen.2.h | 14 -- .../winrt/impl/Windows.Phone.System.0.h | 14 -- .../winrt/impl/Windows.Phone.System.1.h | 14 -- .../winrt/impl/Windows.Phone.System.2.h | 14 -- .../winrt/impl/Windows.Phone.System.Power.0.h | 14 -- .../winrt/impl/Windows.Phone.System.Power.1.h | 14 -- .../winrt/impl/Windows.Phone.System.Power.2.h | 14 -- .../impl/Windows.Phone.System.Profile.0.h | 14 -- .../impl/Windows.Phone.System.Profile.1.h | 14 -- .../impl/Windows.Phone.System.Profile.2.h | 14 -- ...e.System.UserProfile.GameServices.Core.0.h | 14 -- ...e.System.UserProfile.GameServices.Core.1.h | 14 -- ...e.System.UserProfile.GameServices.Core.2.h | 14 -- .../winrt/impl/Windows.Phone.UI.Input.0.h | 14 -- .../winrt/impl/Windows.Phone.UI.Input.1.h | 14 -- .../winrt/impl/Windows.Phone.UI.Input.2.h | 14 -- ...ndows.Security.Authentication.Identity.0.h | 14 -- ...ndows.Security.Authentication.Identity.1.h | 14 -- ...ndows.Security.Authentication.Identity.2.h | 14 -- ....Security.Authentication.Identity.Core.0.h | 14 -- ....Security.Authentication.Identity.Core.1.h | 14 -- ....Security.Authentication.Identity.Core.2.h | 14 -- ...urity.Authentication.Identity.Provider.0.h | 14 -- ...urity.Authentication.Identity.Provider.1.h | 14 -- ...urity.Authentication.Identity.Provider.2.h | 14 -- ...ndows.Security.Authentication.OnlineId.0.h | 14 -- ...ndows.Security.Authentication.OnlineId.1.h | 14 -- ...ndows.Security.Authentication.OnlineId.2.h | 14 -- .../Windows.Security.Authentication.Web.0.h | 14 -- .../Windows.Security.Authentication.Web.1.h | 14 -- .../Windows.Security.Authentication.Web.2.h | 14 -- ...ndows.Security.Authentication.Web.Core.0.h | 14 -- ...ndows.Security.Authentication.Web.Core.1.h | 14 -- ...ndows.Security.Authentication.Web.Core.2.h | 14 -- ...s.Security.Authentication.Web.Provider.0.h | 14 -- ...s.Security.Authentication.Web.Provider.1.h | 14 -- ...s.Security.Authentication.Web.Provider.2.h | 14 -- ...rity.Authorization.AppCapabilityAccess.0.h | 14 -- ...rity.Authorization.AppCapabilityAccess.1.h | 14 -- ...rity.Authorization.AppCapabilityAccess.2.h | 14 -- .../impl/Windows.Security.Credentials.0.h | 14 -- .../impl/Windows.Security.Credentials.1.h | 14 -- .../impl/Windows.Security.Credentials.2.h | 14 -- .../impl/Windows.Security.Credentials.UI.0.h | 14 -- .../impl/Windows.Security.Credentials.UI.1.h | 14 -- .../impl/Windows.Security.Credentials.UI.2.h | 14 -- .../impl/Windows.Security.Cryptography.0.h | 14 -- .../impl/Windows.Security.Cryptography.1.h | 14 -- .../impl/Windows.Security.Cryptography.2.h | 14 -- ...ows.Security.Cryptography.Certificates.0.h | 14 -- ...ows.Security.Cryptography.Certificates.1.h | 14 -- ...ows.Security.Cryptography.Certificates.2.h | 14 -- .../Windows.Security.Cryptography.Core.0.h | 14 -- .../Windows.Security.Cryptography.Core.1.h | 14 -- .../Windows.Security.Cryptography.Core.2.h | 14 -- ...s.Security.Cryptography.DataProtection.0.h | 14 -- ...s.Security.Cryptography.DataProtection.1.h | 14 -- ...s.Security.Cryptography.DataProtection.2.h | 14 -- .../impl/Windows.Security.DataProtection.0.h | 14 -- .../impl/Windows.Security.DataProtection.1.h | 14 -- .../impl/Windows.Security.DataProtection.2.h | 14 -- .../impl/Windows.Security.EnterpriseData.0.h | 14 -- .../impl/Windows.Security.EnterpriseData.1.h | 14 -- .../impl/Windows.Security.EnterpriseData.2.h | 14 -- ...ecurity.ExchangeActiveSyncProvisioning.0.h | 14 -- ...ecurity.ExchangeActiveSyncProvisioning.1.h | 14 -- ...ecurity.ExchangeActiveSyncProvisioning.2.h | 14 -- .../winrt/impl/Windows.Security.Isolation.0.h | 14 -- .../winrt/impl/Windows.Security.Isolation.1.h | 14 -- .../winrt/impl/Windows.Security.Isolation.2.h | 14 -- .../winrt/impl/Windows.Services.Cortana.0.h | 14 -- .../winrt/impl/Windows.Services.Cortana.1.h | 14 -- .../winrt/impl/Windows.Services.Cortana.2.h | 14 -- .../winrt/impl/Windows.Services.Maps.0.h | 14 -- .../winrt/impl/Windows.Services.Maps.1.h | 14 -- .../winrt/impl/Windows.Services.Maps.2.h | 14 -- .../impl/Windows.Services.Maps.Guidance.0.h | 14 -- .../impl/Windows.Services.Maps.Guidance.1.h | 14 -- .../impl/Windows.Services.Maps.Guidance.2.h | 14 -- .../Windows.Services.Maps.LocalSearch.0.h | 14 -- .../Windows.Services.Maps.LocalSearch.1.h | 14 -- .../Windows.Services.Maps.LocalSearch.2.h | 14 -- .../Windows.Services.Maps.OfflineMaps.0.h | 14 -- .../Windows.Services.Maps.OfflineMaps.1.h | 14 -- .../Windows.Services.Maps.OfflineMaps.2.h | 14 -- .../winrt/impl/Windows.Services.Store.0.h | 14 -- .../winrt/impl/Windows.Services.Store.1.h | 14 -- .../winrt/impl/Windows.Services.Store.2.h | 14 -- .../impl/Windows.Services.TargetedContent.0.h | 14 -- .../impl/Windows.Services.TargetedContent.1.h | 14 -- .../impl/Windows.Services.TargetedContent.2.h | 14 -- .../generated/winrt/impl/Windows.Storage.0.h | 14 -- .../generated/winrt/impl/Windows.Storage.1.h | 14 -- .../generated/winrt/impl/Windows.Storage.2.h | 14 -- .../impl/Windows.Storage.AccessCache.0.h | 14 -- .../impl/Windows.Storage.AccessCache.1.h | 14 -- .../impl/Windows.Storage.AccessCache.2.h | 14 -- .../winrt/impl/Windows.Storage.BulkAccess.0.h | 14 -- .../winrt/impl/Windows.Storage.BulkAccess.1.h | 14 -- .../winrt/impl/Windows.Storage.BulkAccess.2.h | 14 -- .../impl/Windows.Storage.Compression.0.h | 14 -- .../impl/Windows.Storage.Compression.1.h | 14 -- .../impl/Windows.Storage.Compression.2.h | 14 -- .../impl/Windows.Storage.FileProperties.0.h | 14 -- .../impl/Windows.Storage.FileProperties.1.h | 14 -- .../impl/Windows.Storage.FileProperties.2.h | 14 -- .../winrt/impl/Windows.Storage.Pickers.0.h | 14 -- .../winrt/impl/Windows.Storage.Pickers.1.h | 14 -- .../winrt/impl/Windows.Storage.Pickers.2.h | 14 -- .../impl/Windows.Storage.Pickers.Provider.0.h | 14 -- .../impl/Windows.Storage.Pickers.Provider.1.h | 14 -- .../impl/Windows.Storage.Pickers.Provider.2.h | 14 -- .../winrt/impl/Windows.Storage.Provider.0.h | 14 -- .../winrt/impl/Windows.Storage.Provider.1.h | 14 -- .../winrt/impl/Windows.Storage.Provider.2.h | 14 -- .../winrt/impl/Windows.Storage.Search.0.h | 14 -- .../winrt/impl/Windows.Storage.Search.1.h | 14 -- .../winrt/impl/Windows.Storage.Search.2.h | 14 -- .../winrt/impl/Windows.Storage.Streams.0.h | 14 -- .../winrt/impl/Windows.Storage.Streams.1.h | 14 -- .../winrt/impl/Windows.Storage.Streams.2.h | 14 -- .../generated/winrt/impl/Windows.System.0.h | 14 -- .../generated/winrt/impl/Windows.System.1.h | 14 -- .../generated/winrt/impl/Windows.System.2.h | 14 -- .../winrt/impl/Windows.System.Diagnostics.0.h | 14 -- .../winrt/impl/Windows.System.Diagnostics.1.h | 14 -- .../winrt/impl/Windows.System.Diagnostics.2.h | 14 -- ...indows.System.Diagnostics.DevicePortal.0.h | 14 -- ...indows.System.Diagnostics.DevicePortal.1.h | 14 -- ...indows.System.Diagnostics.DevicePortal.2.h | 14 -- .../Windows.System.Diagnostics.Telemetry.0.h | 14 -- .../Windows.System.Diagnostics.Telemetry.1.h | 14 -- .../Windows.System.Diagnostics.Telemetry.2.h | 14 -- ...dows.System.Diagnostics.TraceReporting.0.h | 14 -- ...dows.System.Diagnostics.TraceReporting.1.h | 14 -- ...dows.System.Diagnostics.TraceReporting.2.h | 14 -- .../winrt/impl/Windows.System.Display.0.h | 14 -- .../winrt/impl/Windows.System.Display.1.h | 14 -- .../winrt/impl/Windows.System.Display.2.h | 14 -- .../winrt/impl/Windows.System.Inventory.0.h | 14 -- .../winrt/impl/Windows.System.Inventory.1.h | 14 -- .../winrt/impl/Windows.System.Inventory.2.h | 14 -- .../winrt/impl/Windows.System.Power.0.h | 14 -- .../winrt/impl/Windows.System.Power.1.h | 14 -- .../winrt/impl/Windows.System.Power.2.h | 14 -- .../impl/Windows.System.Power.Diagnostics.0.h | 14 -- .../impl/Windows.System.Power.Diagnostics.1.h | 14 -- .../impl/Windows.System.Power.Diagnostics.2.h | 14 -- .../winrt/impl/Windows.System.Preview.0.h | 14 -- .../winrt/impl/Windows.System.Preview.1.h | 14 -- .../winrt/impl/Windows.System.Preview.2.h | 14 -- .../winrt/impl/Windows.System.Profile.0.h | 14 -- .../winrt/impl/Windows.System.Profile.1.h | 14 -- .../winrt/impl/Windows.System.Profile.2.h | 14 -- ...ows.System.Profile.SystemManufacturers.0.h | 14 -- ...ows.System.Profile.SystemManufacturers.1.h | 14 -- ...ows.System.Profile.SystemManufacturers.2.h | 14 -- .../impl/Windows.System.RemoteDesktop.0.h | 14 -- .../impl/Windows.System.RemoteDesktop.1.h | 14 -- .../impl/Windows.System.RemoteDesktop.2.h | 14 -- .../impl/Windows.System.RemoteSystems.0.h | 14 -- .../impl/Windows.System.RemoteSystems.1.h | 14 -- .../impl/Windows.System.RemoteSystems.2.h | 14 -- .../winrt/impl/Windows.System.Threading.0.h | 14 -- .../winrt/impl/Windows.System.Threading.1.h | 14 -- .../winrt/impl/Windows.System.Threading.2.h | 14 -- .../impl/Windows.System.Threading.Core.0.h | 14 -- .../impl/Windows.System.Threading.Core.1.h | 14 -- .../impl/Windows.System.Threading.Core.2.h | 14 -- .../winrt/impl/Windows.System.Update.0.h | 14 -- .../winrt/impl/Windows.System.Update.1.h | 14 -- .../winrt/impl/Windows.System.Update.2.h | 14 -- .../winrt/impl/Windows.System.UserProfile.0.h | 14 -- .../winrt/impl/Windows.System.UserProfile.1.h | 14 -- .../winrt/impl/Windows.System.UserProfile.2.h | 14 -- .../generated/winrt/impl/Windows.UI.0.h | 14 -- .../generated/winrt/impl/Windows.UI.1.h | 14 -- .../generated/winrt/impl/Windows.UI.2.h | 14 -- .../winrt/impl/Windows.UI.Accessibility.0.h | 14 -- .../winrt/impl/Windows.UI.Accessibility.1.h | 14 -- .../winrt/impl/Windows.UI.Accessibility.2.h | 14 -- .../impl/Windows.UI.ApplicationSettings.0.h | 14 -- .../impl/Windows.UI.ApplicationSettings.1.h | 14 -- .../impl/Windows.UI.ApplicationSettings.2.h | 14 -- .../winrt/impl/Windows.UI.Composition.0.h | 14 -- .../winrt/impl/Windows.UI.Composition.1.h | 14 -- .../winrt/impl/Windows.UI.Composition.2.h | 14 -- .../impl/Windows.UI.Composition.Core.0.h | 14 -- .../impl/Windows.UI.Composition.Core.1.h | 14 -- .../impl/Windows.UI.Composition.Core.2.h | 14 -- .../impl/Windows.UI.Composition.Desktop.0.h | 14 -- .../impl/Windows.UI.Composition.Desktop.1.h | 14 -- .../impl/Windows.UI.Composition.Desktop.2.h | 14 -- .../Windows.UI.Composition.Diagnostics.0.h | 14 -- .../Windows.UI.Composition.Diagnostics.1.h | 14 -- .../Windows.UI.Composition.Diagnostics.2.h | 14 -- .../impl/Windows.UI.Composition.Effects.0.h | 14 -- .../impl/Windows.UI.Composition.Effects.1.h | 14 -- .../impl/Windows.UI.Composition.Effects.2.h | 14 -- .../Windows.UI.Composition.Interactions.0.h | 14 -- .../Windows.UI.Composition.Interactions.1.h | 14 -- .../Windows.UI.Composition.Interactions.2.h | 14 -- .../impl/Windows.UI.Composition.Scenes.0.h | 14 -- .../impl/Windows.UI.Composition.Scenes.1.h | 14 -- .../impl/Windows.UI.Composition.Scenes.2.h | 14 -- .../generated/winrt/impl/Windows.UI.Core.0.h | 14 -- .../generated/winrt/impl/Windows.UI.Core.1.h | 14 -- .../generated/winrt/impl/Windows.UI.Core.2.h | 14 -- .../impl/Windows.UI.Core.AnimationMetrics.0.h | 14 -- .../impl/Windows.UI.Core.AnimationMetrics.1.h | 14 -- .../impl/Windows.UI.Core.AnimationMetrics.2.h | 14 -- .../winrt/impl/Windows.UI.Core.Preview.0.h | 14 -- .../winrt/impl/Windows.UI.Core.Preview.1.h | 14 -- .../winrt/impl/Windows.UI.Core.Preview.2.h | 14 -- ...Windows.UI.Core.Preview.Communications.0.h | 14 -- ...Windows.UI.Core.Preview.Communications.1.h | 14 -- ...Windows.UI.Core.Preview.Communications.2.h | 14 -- .../generated/winrt/impl/Windows.UI.Input.0.h | 14 -- .../generated/winrt/impl/Windows.UI.Input.1.h | 14 -- .../generated/winrt/impl/Windows.UI.Input.2.h | 14 -- .../winrt/impl/Windows.UI.Input.Core.0.h | 14 -- .../winrt/impl/Windows.UI.Input.Core.1.h | 14 -- .../winrt/impl/Windows.UI.Input.Core.2.h | 14 -- .../winrt/impl/Windows.UI.Input.Inking.0.h | 14 -- .../winrt/impl/Windows.UI.Input.Inking.1.h | 14 -- .../winrt/impl/Windows.UI.Input.Inking.2.h | 14 -- .../impl/Windows.UI.Input.Inking.Analysis.0.h | 14 -- .../impl/Windows.UI.Input.Inking.Analysis.1.h | 14 -- .../impl/Windows.UI.Input.Inking.Analysis.2.h | 14 -- .../impl/Windows.UI.Input.Inking.Core.0.h | 14 -- .../impl/Windows.UI.Input.Inking.Core.1.h | 14 -- .../impl/Windows.UI.Input.Inking.Core.2.h | 14 -- .../impl/Windows.UI.Input.Inking.Preview.0.h | 14 -- .../impl/Windows.UI.Input.Inking.Preview.1.h | 14 -- .../impl/Windows.UI.Input.Inking.Preview.2.h | 14 -- .../winrt/impl/Windows.UI.Input.Preview.0.h | 14 -- .../winrt/impl/Windows.UI.Input.Preview.1.h | 14 -- .../winrt/impl/Windows.UI.Input.Preview.2.h | 14 -- .../Windows.UI.Input.Preview.Injection.0.h | 14 -- .../Windows.UI.Input.Preview.Injection.1.h | 14 -- .../Windows.UI.Input.Preview.Injection.2.h | 14 -- .../winrt/impl/Windows.UI.Input.Spatial.0.h | 14 -- .../winrt/impl/Windows.UI.Input.Spatial.1.h | 14 -- .../winrt/impl/Windows.UI.Input.Spatial.2.h | 14 -- .../winrt/impl/Windows.UI.Notifications.0.h | 14 -- .../winrt/impl/Windows.UI.Notifications.1.h | 14 -- .../winrt/impl/Windows.UI.Notifications.2.h | 14 -- .../Windows.UI.Notifications.Management.0.h | 14 -- .../Windows.UI.Notifications.Management.1.h | 14 -- .../Windows.UI.Notifications.Management.2.h | 14 -- .../winrt/impl/Windows.UI.Popups.0.h | 14 -- .../winrt/impl/Windows.UI.Popups.1.h | 14 -- .../winrt/impl/Windows.UI.Popups.2.h | 14 -- .../generated/winrt/impl/Windows.UI.Shell.0.h | 14 -- .../generated/winrt/impl/Windows.UI.Shell.1.h | 14 -- .../generated/winrt/impl/Windows.UI.Shell.2.h | 14 -- .../winrt/impl/Windows.UI.StartScreen.0.h | 14 -- .../winrt/impl/Windows.UI.StartScreen.1.h | 14 -- .../winrt/impl/Windows.UI.StartScreen.2.h | 14 -- .../generated/winrt/impl/Windows.UI.Text.0.h | 14 -- .../generated/winrt/impl/Windows.UI.Text.1.h | 14 -- .../generated/winrt/impl/Windows.UI.Text.2.h | 14 -- .../winrt/impl/Windows.UI.Text.Core.0.h | 14 -- .../winrt/impl/Windows.UI.Text.Core.1.h | 14 -- .../winrt/impl/Windows.UI.Text.Core.2.h | 14 -- .../winrt/impl/Windows.UI.ViewManagement.0.h | 14 -- .../winrt/impl/Windows.UI.ViewManagement.1.h | 14 -- .../winrt/impl/Windows.UI.ViewManagement.2.h | 14 -- .../impl/Windows.UI.ViewManagement.Core.0.h | 14 -- .../impl/Windows.UI.ViewManagement.Core.1.h | 14 -- .../impl/Windows.UI.ViewManagement.Core.2.h | 14 -- .../generated/winrt/impl/Windows.UI.WebUI.0.h | 14 -- .../generated/winrt/impl/Windows.UI.WebUI.1.h | 14 -- .../generated/winrt/impl/Windows.UI.WebUI.2.h | 14 -- .../winrt/impl/Windows.UI.WebUI.Core.0.h | 14 -- .../winrt/impl/Windows.UI.WebUI.Core.1.h | 14 -- .../winrt/impl/Windows.UI.WebUI.Core.2.h | 14 -- .../impl/Windows.UI.WindowManagement.0.h | 14 -- .../impl/Windows.UI.WindowManagement.1.h | 14 -- .../impl/Windows.UI.WindowManagement.2.h | 14 -- .../Windows.UI.WindowManagement.Preview.0.h | 14 -- .../Windows.UI.WindowManagement.Preview.1.h | 14 -- .../Windows.UI.WindowManagement.Preview.2.h | 14 -- .../generated/winrt/impl/Windows.UI.Xaml.0.h | 14 -- .../generated/winrt/impl/Windows.UI.Xaml.1.h | 14 -- .../generated/winrt/impl/Windows.UI.Xaml.2.h | 14 -- .../winrt/impl/Windows.UI.Xaml.Automation.0.h | 14 -- .../winrt/impl/Windows.UI.Xaml.Automation.1.h | 14 -- .../winrt/impl/Windows.UI.Xaml.Automation.2.h | 14 -- .../impl/Windows.UI.Xaml.Automation.Peers.0.h | 14 -- .../impl/Windows.UI.Xaml.Automation.Peers.1.h | 14 -- .../impl/Windows.UI.Xaml.Automation.Peers.2.h | 14 -- .../Windows.UI.Xaml.Automation.Provider.0.h | 14 -- .../Windows.UI.Xaml.Automation.Provider.1.h | 14 -- .../Windows.UI.Xaml.Automation.Provider.2.h | 14 -- .../impl/Windows.UI.Xaml.Automation.Text.0.h | 14 -- .../impl/Windows.UI.Xaml.Automation.Text.1.h | 14 -- .../impl/Windows.UI.Xaml.Automation.Text.2.h | 14 -- .../winrt/impl/Windows.UI.Xaml.Controls.0.h | 14 -- .../winrt/impl/Windows.UI.Xaml.Controls.1.h | 14 -- .../winrt/impl/Windows.UI.Xaml.Controls.2.h | 14 -- .../impl/Windows.UI.Xaml.Controls.Maps.0.h | 14 -- .../impl/Windows.UI.Xaml.Controls.Maps.1.h | 14 -- .../impl/Windows.UI.Xaml.Controls.Maps.2.h | 14 -- .../Windows.UI.Xaml.Controls.Primitives.0.h | 14 -- .../Windows.UI.Xaml.Controls.Primitives.1.h | 14 -- .../Windows.UI.Xaml.Controls.Primitives.2.h | 14 -- .../impl/Windows.UI.Xaml.Core.Direct.0.h | 14 -- .../impl/Windows.UI.Xaml.Core.Direct.1.h | 14 -- .../impl/Windows.UI.Xaml.Core.Direct.2.h | 14 -- .../winrt/impl/Windows.UI.Xaml.Data.0.h | 14 -- .../winrt/impl/Windows.UI.Xaml.Data.1.h | 14 -- .../winrt/impl/Windows.UI.Xaml.Data.2.h | 14 -- .../winrt/impl/Windows.UI.Xaml.Documents.0.h | 14 -- .../winrt/impl/Windows.UI.Xaml.Documents.1.h | 14 -- .../winrt/impl/Windows.UI.Xaml.Documents.2.h | 14 -- .../winrt/impl/Windows.UI.Xaml.Hosting.0.h | 14 -- .../winrt/impl/Windows.UI.Xaml.Hosting.1.h | 14 -- .../winrt/impl/Windows.UI.Xaml.Hosting.2.h | 14 -- .../winrt/impl/Windows.UI.Xaml.Input.0.h | 14 -- .../winrt/impl/Windows.UI.Xaml.Input.1.h | 14 -- .../winrt/impl/Windows.UI.Xaml.Input.2.h | 14 -- .../winrt/impl/Windows.UI.Xaml.Interop.0.h | 14 -- .../winrt/impl/Windows.UI.Xaml.Interop.1.h | 14 -- .../winrt/impl/Windows.UI.Xaml.Interop.2.h | 14 -- .../winrt/impl/Windows.UI.Xaml.Markup.0.h | 14 -- .../winrt/impl/Windows.UI.Xaml.Markup.1.h | 14 -- .../winrt/impl/Windows.UI.Xaml.Markup.2.h | 14 -- .../winrt/impl/Windows.UI.Xaml.Media.0.h | 14 -- .../winrt/impl/Windows.UI.Xaml.Media.1.h | 14 -- .../winrt/impl/Windows.UI.Xaml.Media.2.h | 14 -- .../impl/Windows.UI.Xaml.Media.Animation.0.h | 14 -- .../impl/Windows.UI.Xaml.Media.Animation.1.h | 14 -- .../impl/Windows.UI.Xaml.Media.Animation.2.h | 14 -- .../impl/Windows.UI.Xaml.Media.Imaging.0.h | 14 -- .../impl/Windows.UI.Xaml.Media.Imaging.1.h | 14 -- .../impl/Windows.UI.Xaml.Media.Imaging.2.h | 14 -- .../impl/Windows.UI.Xaml.Media.Media3D.0.h | 14 -- .../impl/Windows.UI.Xaml.Media.Media3D.1.h | 14 -- .../impl/Windows.UI.Xaml.Media.Media3D.2.h | 14 -- .../winrt/impl/Windows.UI.Xaml.Navigation.0.h | 14 -- .../winrt/impl/Windows.UI.Xaml.Navigation.1.h | 14 -- .../winrt/impl/Windows.UI.Xaml.Navigation.2.h | 14 -- .../winrt/impl/Windows.UI.Xaml.Printing.0.h | 14 -- .../winrt/impl/Windows.UI.Xaml.Printing.1.h | 14 -- .../winrt/impl/Windows.UI.Xaml.Printing.2.h | 14 -- .../winrt/impl/Windows.UI.Xaml.Resources.0.h | 14 -- .../winrt/impl/Windows.UI.Xaml.Resources.1.h | 14 -- .../winrt/impl/Windows.UI.Xaml.Resources.2.h | 14 -- .../winrt/impl/Windows.UI.Xaml.Shapes.0.h | 14 -- .../winrt/impl/Windows.UI.Xaml.Shapes.1.h | 14 -- .../winrt/impl/Windows.UI.Xaml.Shapes.2.h | 14 -- .../generated/winrt/impl/Windows.Web.0.h | 14 -- .../generated/winrt/impl/Windows.Web.1.h | 14 -- .../generated/winrt/impl/Windows.Web.2.h | 14 -- .../winrt/impl/Windows.Web.AtomPub.0.h | 14 -- .../winrt/impl/Windows.Web.AtomPub.1.h | 14 -- .../winrt/impl/Windows.Web.AtomPub.2.h | 14 -- .../generated/winrt/impl/Windows.Web.Http.0.h | 14 -- .../generated/winrt/impl/Windows.Web.Http.1.h | 14 -- .../generated/winrt/impl/Windows.Web.Http.2.h | 14 -- .../impl/Windows.Web.Http.Diagnostics.0.h | 14 -- .../impl/Windows.Web.Http.Diagnostics.1.h | 14 -- .../impl/Windows.Web.Http.Diagnostics.2.h | 14 -- .../winrt/impl/Windows.Web.Http.Filters.0.h | 14 -- .../winrt/impl/Windows.Web.Http.Filters.1.h | 14 -- .../winrt/impl/Windows.Web.Http.Filters.2.h | 14 -- .../winrt/impl/Windows.Web.Http.Headers.0.h | 14 -- .../winrt/impl/Windows.Web.Http.Headers.1.h | 14 -- .../winrt/impl/Windows.Web.Http.Headers.2.h | 14 -- .../winrt/impl/Windows.Web.Syndication.0.h | 14 -- .../winrt/impl/Windows.Web.Syndication.1.h | 14 -- .../winrt/impl/Windows.Web.Syndication.2.h | 14 -- .../generated/winrt/impl/Windows.Web.UI.0.h | 14 -- .../generated/winrt/impl/Windows.Web.UI.1.h | 14 -- .../generated/winrt/impl/Windows.Web.UI.2.h | 14 -- .../winrt/impl/Windows.Web.UI.Interop.0.h | 14 -- .../winrt/impl/Windows.Web.UI.Interop.1.h | 14 -- .../winrt/impl/Windows.Web.UI.Interop.2.h | 14 -- cpp/platform/impl/windows/input_file_test.cc | 56 +++-- cpp/platform/impl/windows/log_message.h | 2 +- cpp/platform/impl/windows/output_file_test.cc | 30 +-- cpp/platform/impl/windows/test_utils.cc | 28 +-- cpp/platform/impl/windows/test_utils.h | 30 +-- cpp/platform/public/BUILD | 19 +- cpp/platform/public/atomic_boolean.h | 2 +- cpp/platform/public/ble.cc | 3 +- cpp/platform/public/ble.h | 2 +- cpp/platform/public/ble_test.cc | 4 +- cpp/platform/public/bluetooth_adapter.h | 6 +- cpp/platform/public/bluetooth_adapter_test.cc | 4 +- cpp/platform/public/bluetooth_classic.h | 2 +- cpp/platform/public/bluetooth_classic_test.cc | 6 +- cpp/platform/public/cancelable_alarm.h | 8 +- cpp/platform/public/cancelable_alarm_test.cc | 4 +- .../public/condition_variable_test.cc | 6 +- cpp/platform/public/count_down_latch.h | 2 +- cpp/platform/public/count_down_latch_test.cc | 2 +- cpp/platform/public/crypto_test.cc | 2 +- cpp/platform/public/future.h | 4 +- cpp/platform/public/future_test.cc | 4 +- cpp/platform/public/monitored_runnable.h | 2 +- cpp/platform/public/multi_thread_executor.h | 2 +- .../public/multi_thread_executor_test.cc | 2 +- cpp/platform/public/mutex.h | 2 +- cpp/platform/public/mutex_lock.h | 2 +- cpp/platform/public/mutex_test.cc | 4 +- cpp/platform/public/pending_job_registry.cc | 3 +- cpp/platform/public/pending_job_registry.h | 2 +- cpp/platform/public/pipe_test.cc | 2 +- cpp/platform/public/scheduled_executor.h | 4 +- .../public/scheduled_executor_test.cc | 4 +- cpp/platform/public/single_thread_executor.h | 2 +- .../public/single_thread_executor_test.cc | 2 +- cpp/platform/public/submittable_executor.h | 2 +- cpp/platform/public/thread_check_callable.h | 2 +- cpp/platform/public/thread_check_nocompile.cc | 2 +- cpp/platform/public/thread_check_runnable.h | 2 +- cpp/platform/public/wifi_lan.cc | 2 +- cpp/platform/public/wifi_lan.h | 2 +- cpp/platform/public/wifi_lan_test.cc | 6 +- third_party/absl | 1 - third_party/depot_tools | 1 - third_party/gtest | 1 - third_party/protobuf | 1 - third_party/smhasher | 1 - third_party/ukey2 | 1 - 1579 files changed, 967 insertions(+), 20157 deletions(-) delete mode 160000 third_party/absl delete mode 160000 third_party/depot_tools delete mode 160000 third_party/gtest delete mode 160000 third_party/protobuf delete mode 160000 third_party/smhasher delete mode 160000 third_party/ukey2 diff --git a/cpp/core/BUILD b/cpp/core/BUILD index ef9ebf87..e656f774 100644 --- a/cpp/core/BUILD +++ b/cpp/core/BUILD @@ -1,3 +1,4 @@ +licenses(["notice"]) # Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -26,13 +27,13 @@ cc_library( ], deps = [ ":core_types", + "//absl/strings", + "//absl/time", + "//absl/types:span", "//core/internal", "//platform/base", "//platform/public:logging", "//platform/public:types", - "//absl/strings", - "//absl/time", - "//absl/types:span", ], ) @@ -53,12 +54,12 @@ cc_library( "//core:__subpackages__", ], deps = [ - "//platform/base", - "//platform/base:util", - "//platform/public:types", "//proto:connections_enums_portable_proto", "//absl/strings", "//absl/types:variant", + "//platform/base", + "//platform/base:util", + "//platform/public:types", ], ) @@ -76,15 +77,15 @@ cc_test( deps = [ ":core", ":core_types", + "//testing/base/public:gunit_main", + "//absl/strings", + "//absl/time", + "//absl/types:variant", "//core/internal", "//core/internal:internal_test", "//platform/base", "//platform/impl/g3", # build_cleaner: keep "//platform/public:logging", "//platform/public:types", - "//testing/base/public:gunit_main", - "//absl/strings", - "//absl/time", - "//absl/types:variant", ], ) diff --git a/cpp/core/core.cc b/cpp/core/core.cc index 9c7813b1..3e432d01 100644 --- a/cpp/core/core.cc +++ b/cpp/core/core.cc @@ -17,11 +17,11 @@ #include #include +#include "absl/time/clock.h" #include "core/options.h" #include "platform/base/feature_flags.h" #include "platform/public/count_down_latch.h" #include "platform/public/logging.h" -#include "absl/time/clock.h" namespace location { namespace nearby { diff --git a/cpp/core/core.h b/cpp/core/core.h index e5bf78e2..0a594852 100644 --- a/cpp/core/core.h +++ b/cpp/core/core.h @@ -17,6 +17,8 @@ #include +#include "absl/strings/string_view.h" +#include "absl/types/span.h" #include "core/internal/client_proxy.h" #include "core/internal/offline_service_controller.h" #include "core/internal/service_controller.h" @@ -24,8 +26,6 @@ #include "core/listeners.h" #include "core/options.h" #include "core/params.h" -#include "absl/strings/string_view.h" -#include "absl/types/span.h" namespace location { namespace nearby { diff --git a/cpp/core/core_test.cc b/cpp/core/core_test.cc index 76cd8f08..ca5aa698 100644 --- a/cpp/core/core_test.cc +++ b/cpp/core/core_test.cc @@ -14,13 +14,13 @@ #include "core/core.h" +#include "gmock/gmock.h" +#include "gtest/gtest.h" +#include "absl/time/clock.h" #include "core/internal/client_proxy.h" #include "core/internal/mock_service_controller.h" #include "core/internal/service_controller.h" #include "platform/public/logging.h" -#include "gmock/gmock.h" -#include "gtest/gtest.h" -#include "absl/time/clock.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/BUILD b/cpp/core/internal/BUILD index 88b74ceb..57093485 100644 --- a/cpp/core/internal/BUILD +++ b/cpp/core/internal/BUILD @@ -1,3 +1,4 @@ +licenses(["notice"]) # Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -88,20 +89,8 @@ cc_library( ], deps = [ ":message_lite", - "//core:core_types", - "//core/internal/mediums", - "//core/internal/mediums:utils", - "//core/internal/mediums/webrtc", "//proto/connections:offline_wire_formats_portable_proto", - "//platform/api:comm", - "//platform/base", - "//platform/base:cancellation_flag", - "//platform/base:util", - "//platform/public:comm", - "//platform/public:logging", - "//platform/public:types", "//proto:connections_enums_portable_proto", - "//securegcm:ukey2", "//absl/base:core_headers", "//absl/container:btree", "//absl/container:flat_hash_map", @@ -111,6 +100,18 @@ cc_library( "//absl/strings", "//absl/time", "//absl/types:span", + "//core:core_types", + "//core/internal/mediums", + "//core/internal/mediums:utils", + "//core/internal/mediums/webrtc", + "//platform/api:comm", + "//platform/base", + "//platform/base:cancellation_flag", + "//platform/base:util", + "//platform/public:comm", + "//platform/public:logging", + "//platform/public:types", + "//securegcm:ukey2", ], ) @@ -144,13 +145,13 @@ cc_library( ], deps = [ ":internal", + "//testing/base/public:gunit", + "//absl/functional:bind_front", + "//absl/strings", "//core:core_types", "//platform/base", "//platform/base:test_util", "//platform/public:types", - "//testing/base/public:gunit", - "//absl/functional:bind_front", - "//absl/strings", ], ) @@ -183,18 +184,8 @@ cc_test( deps = [ ":internal", ":internal_test", - "//core:core_types", - "//core/internal/mediums", - "//core/internal/mediums:utils", "//proto/connections:offline_wire_formats_portable_proto", - "//platform/base", - "//platform/base:test_util", - "//platform/impl/g3", # build_cleaner: keep - "//platform/public:comm", - "//platform/public:logging", - "//platform/public:types", "//proto:connections_enums_portable_proto", - "//securegcm:ukey2", "//testing/base/public:gunit", "//testing/base/public:gunit_main", "//absl/container:flat_hash_set", @@ -202,5 +193,15 @@ cc_test( "//absl/synchronization", "//absl/time", "//absl/types:span", + "//core:core_types", + "//core/internal/mediums", + "//core/internal/mediums:utils", + "//platform/base", + "//platform/base:test_util", + "//platform/impl/g3", # build_cleaner: keep + "//platform/public:comm", + "//platform/public:logging", + "//platform/public:types", + "//securegcm:ukey2", ], ) diff --git a/cpp/core/internal/base_bwu_handler.h b/cpp/core/internal/base_bwu_handler.h index 71e35123..e26ca7b7 100644 --- a/cpp/core/internal/base_bwu_handler.h +++ b/cpp/core/internal/base_bwu_handler.h @@ -19,6 +19,8 @@ #include #include +#include "absl/container/flat_hash_map.h" +#include "absl/time/clock.h" #include "core/internal/bwu_handler.h" #include "core/internal/client_proxy.h" #include "core/internal/endpoint_channel_manager.h" @@ -26,8 +28,6 @@ #include "platform/public/count_down_latch.h" #include "platform/public/scheduled_executor.h" #include "platform/public/single_thread_executor.h" -#include "absl/container/flat_hash_map.h" -#include "absl/time/clock.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/base_endpoint_channel.cc b/cpp/core/internal/base_endpoint_channel.cc index aea2a501..05b01eeb 100644 --- a/cpp/core/internal/base_endpoint_channel.cc +++ b/cpp/core/internal/base_endpoint_channel.cc @@ -16,15 +16,15 @@ #include +#include "proto/connections_enums.pb.h" +#include "absl/strings/escaping.h" +#include "absl/strings/str_cat.h" #include "core/internal/offline_frames.h" #include "platform/base/byte_array.h" #include "platform/base/exception.h" #include "platform/public/logging.h" #include "platform/public/mutex.h" #include "platform/public/mutex_lock.h" -#include "proto/connections_enums.pb.h" -#include "absl/strings/escaping.h" -#include "absl/strings/str_cat.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/base_endpoint_channel.h b/cpp/core/internal/base_endpoint_channel.h index 89688a5d..9def7378 100644 --- a/cpp/core/internal/base_endpoint_channel.h +++ b/cpp/core/internal/base_endpoint_channel.h @@ -19,6 +19,8 @@ #include #include +#include "securegcm/d2d_connection_context_v1.h" +#include "absl/base/thread_annotations.h" #include "core/internal/endpoint_channel.h" #include "platform/base/byte_array.h" #include "platform/base/input_stream.h" @@ -27,8 +29,6 @@ #include "platform/public/condition_variable.h" #include "platform/public/mutex.h" #include "platform/public/system_clock.h" -#include "securegcm/d2d_connection_context_v1.h" -#include "absl/base/thread_annotations.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/base_endpoint_channel_test.cc b/cpp/core/internal/base_endpoint_channel_test.cc index 768a5f53..56039062 100644 --- a/cpp/core/internal/base_endpoint_channel_test.cc +++ b/cpp/core/internal/base_endpoint_channel_test.cc @@ -18,6 +18,13 @@ #include #include +#include "proto/connections_enums.pb.h" +#include "securegcm/d2d_connection_context_v1.h" +#include "securegcm/ukey2_handshake.h" +#include "gmock/gmock.h" +#include "gtest/gtest.h" +#include "absl/synchronization/mutex.h" +#include "absl/time/time.h" #include "core/internal/encryption_runner.h" #include "core/internal/offline_frames.h" #include "platform/base/byte_array.h" @@ -29,13 +36,6 @@ #include "platform/public/multi_thread_executor.h" #include "platform/public/pipe.h" #include "platform/public/single_thread_executor.h" -#include "proto/connections_enums.pb.h" -#include "securegcm/d2d_connection_context_v1.h" -#include "securegcm/ukey2_handshake.h" -#include "gmock/gmock.h" -#include "gtest/gtest.h" -#include "absl/synchronization/mutex.h" -#include "absl/time/time.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/base_pcp_handler.cc b/cpp/core/internal/base_pcp_handler.cc index bf6d8bfa..42b0214e 100644 --- a/cpp/core/internal/base_pcp_handler.cc +++ b/cpp/core/internal/base_pcp_handler.cc @@ -20,17 +20,17 @@ #include #include +#include "securegcm/d2d_connection_context_v1.h" +#include "securegcm/ukey2_handshake.h" +#include "absl/container/flat_hash_set.h" +#include "absl/strings/escaping.h" +#include "absl/types/span.h" #include "core/internal/offline_frames.h" #include "core/internal/pcp_handler.h" #include "core/options.h" #include "platform/base/bluetooth_utils.h" #include "platform/public/logging.h" #include "platform/public/system_clock.h" -#include "securegcm/d2d_connection_context_v1.h" -#include "securegcm/ukey2_handshake.h" -#include "absl/container/flat_hash_set.h" -#include "absl/strings/escaping.h" -#include "absl/types/span.h" namespace location { namespace nearby { @@ -963,7 +963,7 @@ void BasePcpHandler::OnEndpointLost( const auto* discovered_endpoint = GetDiscoveredEndpoint(endpoint.endpoint_id); if (discovered_endpoint == nullptr) { NEARBY_LOGS(INFO) << "No previous endpoint (nothing to lose): endpoint_id=" - << endpoint.endpoint_id; + << endpoint.endpoint_id; return; } diff --git a/cpp/core/internal/base_pcp_handler.h b/cpp/core/internal/base_pcp_handler.h index f54ad96e..976704eb 100644 --- a/cpp/core/internal/base_pcp_handler.h +++ b/cpp/core/internal/base_pcp_handler.h @@ -20,6 +20,11 @@ #include #include +#include "securegcm/d2d_connection_context_v1.h" +#include "securegcm/ukey2_handshake.h" +#include "absl/container/btree_map.h" +#include "absl/container/flat_hash_map.h" +#include "absl/time/time.h" #include "core/internal/bwu_manager.h" #include "core/internal/client_proxy.h" #include "core/internal/encryption_runner.h" @@ -42,11 +47,6 @@ #include "platform/public/scheduled_executor.h" #include "platform/public/single_thread_executor.h" #include "platform/public/system_clock.h" -#include "securegcm/d2d_connection_context_v1.h" -#include "securegcm/ukey2_handshake.h" -#include "absl/container/btree_map.h" -#include "absl/container/flat_hash_map.h" -#include "absl/time/time.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/base_pcp_handler_test.cc b/cpp/core/internal/base_pcp_handler_test.cc index b6cbbb93..f0a2bfd0 100644 --- a/cpp/core/internal/base_pcp_handler_test.cc +++ b/cpp/core/internal/base_pcp_handler_test.cc @@ -18,6 +18,11 @@ #include #include +#include "proto/connections/offline_wire_formats.pb.h" +#include "proto/connections_enums.pb.h" +#include "gmock/gmock.h" +#include "gtest/gtest.h" +#include "absl/time/time.h" #include "core/internal/base_endpoint_channel.h" #include "core/internal/bwu_manager.h" #include "core/internal/client_proxy.h" @@ -26,16 +31,11 @@ #include "core/listeners.h" #include "core/options.h" #include "core/params.h" -#include "proto/connections/offline_wire_formats.pb.h" #include "platform/base/byte_array.h" #include "platform/base/exception.h" #include "platform/base/medium_environment.h" #include "platform/public/count_down_latch.h" #include "platform/public/pipe.h" -#include "proto/connections_enums.pb.h" -#include "gmock/gmock.h" -#include "gtest/gtest.h" -#include "absl/time/time.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/ble_advertisement.cc b/cpp/core/internal/ble_advertisement.cc index 82bc49ab..bd5f24d1 100644 --- a/cpp/core/internal/ble_advertisement.cc +++ b/cpp/core/internal/ble_advertisement.cc @@ -16,10 +16,10 @@ #include +#include "absl/strings/escaping.h" #include "core/internal/base_pcp_handler.h" #include "platform/base/base_input_stream.h" #include "platform/public/logging.h" -#include "absl/strings/escaping.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/ble_advertisement.h b/cpp/core/internal/ble_advertisement.h index d4658a42..a47bbbd8 100644 --- a/cpp/core/internal/ble_advertisement.h +++ b/cpp/core/internal/ble_advertisement.h @@ -77,8 +77,7 @@ class BleAdvertisement { const std::string& endpoint_id, const ByteArray& endpoint_info, const std::string& bluetooth_mac_address, - const ByteArray& uwb_address, - WebRtcState web_rtc_state); + const ByteArray& uwb_address, WebRtcState web_rtc_state); BleAdvertisement(bool fast_advertisement, const ByteArray& ble_advertisement_bytes); BleAdvertisement(const BleAdvertisement&) = default; diff --git a/cpp/core/internal/ble_advertisement_test.cc b/cpp/core/internal/ble_advertisement_test.cc index 516da55d..61871d53 100644 --- a/cpp/core/internal/ble_advertisement_test.cc +++ b/cpp/core/internal/ble_advertisement_test.cc @@ -14,8 +14,8 @@ #include "core/internal/ble_advertisement.h" -#include "core/internal/base_pcp_handler.h" #include "gtest/gtest.h" +#include "core/internal/base_pcp_handler.h" namespace location { namespace nearby { @@ -36,14 +36,11 @@ constexpr WebRtcState kWebRtcState = WebRtcState::kConnectable; TEST(BleAdvertisementTest, ConstructionWorks) { ByteArray service_id_hash{std::string(kServiceIdHashBytes)}; ByteArray endpoint_info{std::string(kEndpointName)}; - BleAdvertisement ble_advertisement{kVersion, - kPcp, - service_id_hash, - std::string(kEndpointId), - endpoint_info, - std::string(kBluetoothMacAddress), - ByteArray{}, - kWebRtcState}; + BleAdvertisement ble_advertisement{ + kVersion, kPcp, + service_id_hash, std::string(kEndpointId), + endpoint_info, std::string(kBluetoothMacAddress), + ByteArray{}, kWebRtcState}; EXPECT_TRUE(ble_advertisement.IsValid()); EXPECT_FALSE(ble_advertisement.IsFastAdvertisement()); @@ -58,11 +55,8 @@ TEST(BleAdvertisementTest, ConstructionWorks) { TEST(BleAdvertisementTest, ConstructionWorksForFastAdvertisement) { ByteArray fast_endpoint_info{std::string(kFastAdvertisementEndpointName)}; - BleAdvertisement ble_advertisement{kVersion, - kPcp, - std::string(kEndpointId), - fast_endpoint_info, - ByteArray{}}; + BleAdvertisement ble_advertisement{kVersion, kPcp, std::string(kEndpointId), + fast_endpoint_info, ByteArray{}}; EXPECT_TRUE(ble_advertisement.IsValid()); EXPECT_TRUE(ble_advertisement.IsFastAdvertisement()); @@ -101,11 +95,8 @@ TEST(BleAdvertisementTest, ConstructionWorksWithEmptyEndpointInfoForFastAdvertisement) { ByteArray empty_endpoint_info; - BleAdvertisement ble_advertisement{kVersion, - kPcp, - std::string(kEndpointId), - empty_endpoint_info, - ByteArray{}}; + BleAdvertisement ble_advertisement{kVersion, kPcp, std::string(kEndpointId), + empty_endpoint_info, ByteArray{}}; EXPECT_TRUE(ble_advertisement.IsValid()); EXPECT_TRUE(ble_advertisement.IsFastAdvertisement()); @@ -144,11 +135,8 @@ TEST(BleAdvertisementTest, ConstructionWorksWithEmojiEndpointInfoForFastAdvertisement) { ByteArray emoji_endpoint_info{std::string("\u0001F450 \u0001F450")}; - BleAdvertisement ble_advertisement{kVersion, - kPcp, - std::string(kEndpointId), - emoji_endpoint_info, - ByteArray{}}; + BleAdvertisement ble_advertisement{kVersion, kPcp, std::string(kEndpointId), + emoji_endpoint_info, ByteArray{}}; EXPECT_TRUE(ble_advertisement.IsValid()); EXPECT_TRUE(ble_advertisement.IsFastAdvertisement()); @@ -165,14 +153,11 @@ TEST(BleAdvertisementTest, ConstructionFailsWithLongEndpointInfo) { ByteArray long_endpoint_info{long_endpoint_name}; ByteArray service_id_hash{std::string(kServiceIdHashBytes)}; - BleAdvertisement ble_advertisement{kVersion, - kPcp, - service_id_hash, - std::string(kEndpointId), - long_endpoint_info, - std::string(kBluetoothMacAddress), - ByteArray{}, - kWebRtcState}; + BleAdvertisement ble_advertisement{ + kVersion, kPcp, + service_id_hash, std::string(kEndpointId), + long_endpoint_info, std::string(kBluetoothMacAddress), + ByteArray{}, kWebRtcState}; EXPECT_FALSE(ble_advertisement.IsValid()); } @@ -183,11 +168,8 @@ TEST(BleAdvertisementTest, BleAdvertisement::kMaxFastEndpointInfoLength + 1, 'x'); ByteArray long_endpoint_info{long_endpoint_name}; - BleAdvertisement ble_advertisement{kVersion, - kPcp, - std::string(kEndpointId), - long_endpoint_info, - ByteArray{}}; + BleAdvertisement ble_advertisement{kVersion, kPcp, std::string(kEndpointId), + long_endpoint_info, ByteArray{}}; EXPECT_FALSE(ble_advertisement.IsValid()); } @@ -197,14 +179,11 @@ TEST(BleAdvertisementTest, ConstructionFailsWithBadVersion) { ByteArray service_id_hash{std::string(kServiceIdHashBytes)}; ByteArray endpoint_info{std::string(kEndpointName)}; - BleAdvertisement ble_advertisement{bad_version, - kPcp, - service_id_hash, - std::string(kEndpointId), - endpoint_info, - std::string(kBluetoothMacAddress), - ByteArray{}, - kWebRtcState}; + BleAdvertisement ble_advertisement{ + bad_version, kPcp, + service_id_hash, std::string(kEndpointId), + endpoint_info, std::string(kBluetoothMacAddress), + ByteArray{}, kWebRtcState}; EXPECT_FALSE(ble_advertisement.IsValid()); } @@ -214,11 +193,9 @@ TEST(BleAdvertisementTest, auto bad_version = static_cast(666); ByteArray fast_endpoint_info{std::string(kFastAdvertisementEndpointName)}; - BleAdvertisement ble_advertisement{bad_version, - kPcp, + BleAdvertisement ble_advertisement{bad_version, kPcp, std::string(kEndpointId), - fast_endpoint_info, - ByteArray{}}; + fast_endpoint_info, ByteArray{}}; EXPECT_FALSE(ble_advertisement.IsValid()); } @@ -228,14 +205,11 @@ TEST(BleAdvertisementTest, ConstructionFailsWithBadPCP) { ByteArray service_id_hash{std::string(kServiceIdHashBytes)}; ByteArray endpoint_info{std::string(kEndpointName)}; - BleAdvertisement ble_advertisement{kVersion, - bad_pcp, - service_id_hash, - std::string(kEndpointId), - endpoint_info, - std::string(kBluetoothMacAddress), - ByteArray{}, - kWebRtcState}; + BleAdvertisement ble_advertisement{ + kVersion, bad_pcp, + service_id_hash, std::string(kEndpointId), + endpoint_info, std::string(kBluetoothMacAddress), + ByteArray{}, kWebRtcState}; EXPECT_FALSE(ble_advertisement.IsValid()); } @@ -244,11 +218,9 @@ TEST(BleAdvertisementTest, ConstructionFailsWithBadPCPForFastAdvertisement) { auto bad_pcp = static_cast(666); ByteArray fast_endpoint_info{std::string(kFastAdvertisementEndpointName)}; - BleAdvertisement ble_advertisement{kVersion, - bad_pcp, + BleAdvertisement ble_advertisement{kVersion, bad_pcp, std::string(kEndpointId), - fast_endpoint_info, - ByteArray{}}; + fast_endpoint_info, ByteArray{}}; EXPECT_FALSE(ble_advertisement.IsValid()); } @@ -258,14 +230,11 @@ TEST(BleAdvertisementTest, ConstructionSucceedsWithEmptyBluetoothMacAddress) { ByteArray service_id_hash{std::string(kServiceIdHashBytes)}; ByteArray endpoint_info{std::string(kEndpointName)}; - BleAdvertisement ble_advertisement{kVersion, - kPcp, - service_id_hash, - std::string(kEndpointId), - endpoint_info, - empty_bluetooth_mac_address, - ByteArray{}, - kWebRtcState}; + BleAdvertisement ble_advertisement{ + kVersion, kPcp, + service_id_hash, std::string(kEndpointId), + endpoint_info, empty_bluetooth_mac_address, + ByteArray{}, kWebRtcState}; EXPECT_TRUE(ble_advertisement.IsValid()); } @@ -275,14 +244,10 @@ TEST(BleAdvertisementTest, ConstructionSucceedsWithInvalidBluetoothMacAddress) { ByteArray service_id_hash{std::string(kServiceIdHashBytes)}; ByteArray endpoint_info{std::string(kEndpointName)}; - BleAdvertisement ble_advertisement{kVersion, - kPcp, - service_id_hash, - std::string(kEndpointId), - endpoint_info, - bad_bluetooth_mac_address, - ByteArray{}, - kWebRtcState}; + BleAdvertisement ble_advertisement{kVersion, kPcp, + service_id_hash, std::string(kEndpointId), + endpoint_info, bad_bluetooth_mac_address, + ByteArray{}, kWebRtcState}; EXPECT_TRUE(ble_advertisement.IsValid()); EXPECT_EQ(kVersion, ble_advertisement.GetVersion()); @@ -298,14 +263,11 @@ TEST(BleAdvertisementTest, ConstructionFromBytesWorks) { // Serialize good data into a good Ble Advertisement. ByteArray service_id_hash{std::string(kServiceIdHashBytes)}; ByteArray endpoint_info{std::string(kEndpointName)}; - BleAdvertisement org_ble_advertisement{kVersion, - kPcp, - service_id_hash, - std::string(kEndpointId), - endpoint_info, - std::string(kBluetoothMacAddress), - ByteArray{}, - kWebRtcState}; + BleAdvertisement org_ble_advertisement{ + kVersion, kPcp, + service_id_hash, std::string(kEndpointId), + endpoint_info, std::string(kBluetoothMacAddress), + ByteArray{}, kWebRtcState}; ByteArray ble_advertisement_bytes(org_ble_advertisement); BleAdvertisement ble_advertisement{false, ble_advertisement_bytes}; @@ -324,11 +286,9 @@ TEST(BleAdvertisementTest, ConstructionFromBytesWorks) { TEST(BleAdvertisementTest, ConstructionFromBytesWorksForFastAdvertisement) { // Serialize good data into a good Ble Advertisement. ByteArray fast_endpoint_info{std::string(kFastAdvertisementEndpointName)}; - BleAdvertisement org_ble_advertisement{kVersion, - kPcp, + BleAdvertisement org_ble_advertisement{kVersion, kPcp, std::string(kEndpointId), - fast_endpoint_info, - ByteArray{}}; + fast_endpoint_info, ByteArray{}}; ByteArray ble_advertisement_bytes(org_ble_advertisement); BleAdvertisement ble_advertisement{true, ble_advertisement_bytes}; @@ -348,14 +308,11 @@ TEST(BleAdvertisementTest, ConstructionFromLongLengthBytesWorks) { // Serialize good data into a good Ble Advertisement. ByteArray service_id_hash{std::string(kServiceIdHashBytes)}; ByteArray endpoint_info{std::string(kEndpointName)}; - BleAdvertisement ble_advertisement{kVersion, - kPcp, - service_id_hash, - std::string(kEndpointId), - endpoint_info, - std::string(kBluetoothMacAddress), - ByteArray{}, - kWebRtcState}; + BleAdvertisement ble_advertisement{ + kVersion, kPcp, + service_id_hash, std::string(kEndpointId), + endpoint_info, std::string(kBluetoothMacAddress), + ByteArray{}, kWebRtcState}; ByteArray ble_advertisement_bytes(ble_advertisement); // Add bytes to the end of the valid Ble advertisement. @@ -395,14 +352,11 @@ TEST(BleAdvertisementTest, ConstructionFromShortLengthBytesFails) { // Serialize good data into a good Ble Advertisement. ByteArray service_id_hash{std::string(kServiceIdHashBytes)}; ByteArray endpoint_info{std::string(kEndpointName)}; - BleAdvertisement ble_advertisement{kVersion, - kPcp, - service_id_hash, - std::string(kEndpointId), - endpoint_info, - std::string(kBluetoothMacAddress), - ByteArray{}, - kWebRtcState}; + BleAdvertisement ble_advertisement{ + kVersion, kPcp, + service_id_hash, std::string(kEndpointId), + endpoint_info, std::string(kBluetoothMacAddress), + ByteArray{}, kWebRtcState}; ByteArray ble_advertisement_bytes(ble_advertisement); // Shorten the valid Ble Advertisement. @@ -420,11 +374,8 @@ TEST(BleAdvertisementTest, ConstructionFromShortLengthBytesFailsForFastAdvertisement) { // Serialize good data into a good Ble Advertisement. ByteArray fast_endpoint_info{std::string(kFastAdvertisementEndpointName)}; - BleAdvertisement ble_advertisement{kVersion, - kPcp, - std::string(kEndpointId), - fast_endpoint_info, - ByteArray{}}; + BleAdvertisement ble_advertisement{kVersion, kPcp, std::string(kEndpointId), + fast_endpoint_info, ByteArray{}}; ByteArray ble_advertisement_bytes(ble_advertisement); // Shorten the valid Ble Advertisement. @@ -442,14 +393,11 @@ TEST(BleAdvertisementTest, // Serialize good data into a good Ble Advertisement. ByteArray service_id_hash{std::string(kServiceIdHashBytes)}; ByteArray endpoint_info{std::string(kEndpointName)}; - BleAdvertisement ble_advertisement{kVersion, - kPcp, - service_id_hash, - std::string(kEndpointId), - endpoint_info, - std::string(kBluetoothMacAddress), - ByteArray{}, - kWebRtcState}; + BleAdvertisement ble_advertisement{ + kVersion, kPcp, + service_id_hash, std::string(kEndpointId), + endpoint_info, std::string(kBluetoothMacAddress), + ByteArray{}, kWebRtcState}; ByteArray ble_advertisement_bytes(ble_advertisement); // Corrupt the EndpointNameLength bits. @@ -467,11 +415,8 @@ TEST(BleAdvertisementTest, ConstructionFromByesWithWrongEndpointInfoLengthFailsForFastAdvertisement) { // Serialize good data into a good Ble Advertisement. ByteArray fast_endpoint_info{std::string(kFastAdvertisementEndpointName)}; - BleAdvertisement ble_advertisement{kVersion, - kPcp, - std::string(kEndpointId), - fast_endpoint_info, - ByteArray{}}; + BleAdvertisement ble_advertisement{kVersion, kPcp, std::string(kEndpointId), + fast_endpoint_info, ByteArray{}}; ByteArray ble_advertisement_bytes = ByteArray(ble_advertisement); // Corrupt the EndpointInfoLength bits. diff --git a/cpp/core/internal/bluetooth_bwu_handler.cc b/cpp/core/internal/bluetooth_bwu_handler.cc index bb6e84dc..24186c2d 100644 --- a/cpp/core/internal/bluetooth_bwu_handler.cc +++ b/cpp/core/internal/bluetooth_bwu_handler.cc @@ -14,10 +14,10 @@ #include "core/internal/bluetooth_bwu_handler.h" +#include "absl/functional/bind_front.h" #include "core/internal/bluetooth_endpoint_channel.h" #include "core/internal/client_proxy.h" #include "core/internal/offline_frames.h" -#include "absl/functional/bind_front.h" // Manages the Bluetooth-specific methods needed to upgrade an {@link // EndpointChannel}. diff --git a/cpp/core/internal/bluetooth_device_name.cc b/cpp/core/internal/bluetooth_device_name.cc index 49e7838f..45f5a6ca 100644 --- a/cpp/core/internal/bluetooth_device_name.cc +++ b/cpp/core/internal/bluetooth_device_name.cc @@ -19,11 +19,11 @@ #include #include +#include "absl/strings/escaping.h" +#include "absl/strings/str_cat.h" #include "platform/base/base64_utils.h" #include "platform/base/base_input_stream.h" #include "platform/public/logging.h" -#include "absl/strings/escaping.h" -#include "absl/strings/str_cat.h" namespace location { namespace nearby { @@ -107,7 +107,6 @@ BluetoothDeviceName::BluetoothDeviceName( // The next 3 bytes are supposed to be the service_id_hash. service_id_hash_ = base_input_stream.ReadBytes(kServiceIdHashLength); - // The next 1 byte is field containning WebRtc state. auto field_byte = static_cast(base_input_stream.ReadUint8()); web_rtc_state_ = (field_byte & kWebRtcConnectableFlagBitmask) == 1 diff --git a/cpp/core/internal/bluetooth_device_name.h b/cpp/core/internal/bluetooth_device_name.h index a2ce550e..44e3c07d 100644 --- a/cpp/core/internal/bluetooth_device_name.h +++ b/cpp/core/internal/bluetooth_device_name.h @@ -17,10 +17,10 @@ #include +#include "absl/strings/string_view.h" #include "core/internal/base_pcp_handler.h" #include "core/internal/pcp.h" #include "platform/base/byte_array.h" -#include "absl/strings/string_view.h" namespace location { namespace nearby { @@ -46,8 +46,7 @@ class BluetoothDeviceName { BluetoothDeviceName(Version version, Pcp pcp, absl::string_view endpoint_id, const ByteArray& service_id_hash, const ByteArray& endpoint_info, - const ByteArray& uwb_address, - WebRtcState web_rtc_state); + const ByteArray& uwb_address, WebRtcState web_rtc_state); explicit BluetoothDeviceName(absl::string_view bluetooth_device_name_string); BluetoothDeviceName(const BluetoothDeviceName&) = default; BluetoothDeviceName& operator=(const BluetoothDeviceName&) = default; diff --git a/cpp/core/internal/bluetooth_device_name_test.cc b/cpp/core/internal/bluetooth_device_name_test.cc index 95dc6fb1..f4b82b88 100644 --- a/cpp/core/internal/bluetooth_device_name_test.cc +++ b/cpp/core/internal/bluetooth_device_name_test.cc @@ -17,8 +17,8 @@ #include #include -#include "platform/base/base64_utils.h" #include "gtest/gtest.h" +#include "platform/base/base64_utils.h" namespace location { namespace nearby { @@ -37,13 +37,9 @@ constexpr WebRtcState kWebRtcState = WebRtcState::kConnectable; TEST(BluetoothDeviceNameTest, ConstructionWorks) { ByteArray service_id_hash{std::string(kServiceIDHashBytes)}; ByteArray endpoint_info{std::string(kEndPointName)}; - BluetoothDeviceName bluetooth_device_name{kVersion, - kPcp, - kEndPointID, - service_id_hash, - endpoint_info, - ByteArray{}, - kWebRtcState}; + BluetoothDeviceName bluetooth_device_name{ + kVersion, kPcp, kEndPointID, service_id_hash, + endpoint_info, ByteArray{}, kWebRtcState}; EXPECT_TRUE(bluetooth_device_name.IsValid()); EXPECT_EQ(kVersion, bluetooth_device_name.GetVersion()); @@ -80,13 +76,9 @@ TEST(BluetoothDeviceNameTest, ConstructionFailsWithBadVersion) { ByteArray service_id_hash{std::string(kServiceIDHashBytes)}; ByteArray endpoint_info{std::string(kEndPointName)}; - BluetoothDeviceName bluetooth_device_name{bad_version, - kPcp, - kEndPointID, - service_id_hash, - endpoint_info, - ByteArray{}, - kWebRtcState}; + BluetoothDeviceName bluetooth_device_name{ + bad_version, kPcp, kEndPointID, service_id_hash, + endpoint_info, ByteArray{}, kWebRtcState}; EXPECT_FALSE(bluetooth_device_name.IsValid()); } @@ -96,13 +88,9 @@ TEST(BluetoothDeviceNameTest, ConstructionFailsWithBadPcp) { ByteArray service_id_hash{std::string(kServiceIDHashBytes)}; ByteArray endpoint_info{std::string(kEndPointName)}; - BluetoothDeviceName bluetooth_device_name{kVersion, - bad_pcp, - kEndPointID, - service_id_hash, - endpoint_info, - ByteArray{}, - kWebRtcState}; + BluetoothDeviceName bluetooth_device_name{ + kVersion, bad_pcp, kEndPointID, service_id_hash, + endpoint_info, ByteArray{}, kWebRtcState}; EXPECT_FALSE(bluetooth_device_name.IsValid()); } @@ -112,13 +100,9 @@ TEST(BluetoothDeviceNameTest, ConstructionFailsWithShortEndpointId) { ByteArray service_id_hash{std::string(kServiceIDHashBytes)}; ByteArray endpoint_info{std::string(kEndPointName)}; - BluetoothDeviceName bluetooth_device_name{kVersion, - kPcp, - short_endpoint_id, - service_id_hash, - endpoint_info, - ByteArray{}, - kWebRtcState}; + BluetoothDeviceName bluetooth_device_name{ + kVersion, kPcp, short_endpoint_id, service_id_hash, + endpoint_info, ByteArray{}, kWebRtcState}; EXPECT_FALSE(bluetooth_device_name.IsValid()); } @@ -128,13 +112,9 @@ TEST(BluetoothDeviceNameTest, ConstructionFailsWithLongEndpointId) { ByteArray service_id_hash{std::string(kServiceIDHashBytes)}; ByteArray endpoint_info{std::string(kEndPointName)}; - BluetoothDeviceName bluetooth_device_name{kVersion, - kPcp, - long_endpoint_id, - service_id_hash, - endpoint_info, - ByteArray{}, - kWebRtcState}; + BluetoothDeviceName bluetooth_device_name{ + kVersion, kPcp, long_endpoint_id, service_id_hash, + endpoint_info, ByteArray{}, kWebRtcState}; EXPECT_FALSE(bluetooth_device_name.IsValid()); } @@ -144,13 +124,9 @@ TEST(BluetoothDeviceNameTest, ConstructionFailsWithShortServiceIdHash) { ByteArray short_service_id_hash{short_service_id_hash_bytes}; ByteArray endpoint_info{std::string(kEndPointName)}; - BluetoothDeviceName bluetooth_device_name{kVersion, - kPcp, - kEndPointID, - short_service_id_hash, - endpoint_info, - ByteArray{}, - kWebRtcState}; + BluetoothDeviceName bluetooth_device_name{ + kVersion, kPcp, kEndPointID, short_service_id_hash, + endpoint_info, ByteArray{}, kWebRtcState}; EXPECT_FALSE(bluetooth_device_name.IsValid()); } @@ -160,13 +136,9 @@ TEST(BluetoothDeviceNameTest, ConstructionFailsWithLongServiceIdHash) { ByteArray long_service_id_hash{long_service_id_hash_bytes}; ByteArray endpoint_info{std::string(kEndPointName)}; - BluetoothDeviceName bluetooth_device_name{kVersion, - kPcp, - kEndPointID, - long_service_id_hash, - endpoint_info, - ByteArray{}, - kWebRtcState}; + BluetoothDeviceName bluetooth_device_name{ + kVersion, kPcp, kEndPointID, long_service_id_hash, + endpoint_info, ByteArray{}, kWebRtcState}; EXPECT_FALSE(bluetooth_device_name.IsValid()); } @@ -185,13 +157,9 @@ TEST(BluetoothDeviceNameTest, ConstructionFailsWithWrongEndpointNameLength) { // Serialize good data into a good Bluetooth Device Name. ByteArray service_id_hash{std::string(kServiceIDHashBytes)}; ByteArray endpoint_info{std::string(kEndPointName)}; - BluetoothDeviceName bluetooth_device_name{kVersion, - kPcp, - kEndPointID, - service_id_hash, - endpoint_info, - ByteArray{}, - kWebRtcState}; + BluetoothDeviceName bluetooth_device_name{ + kVersion, kPcp, kEndPointID, service_id_hash, + endpoint_info, ByteArray{}, kWebRtcState}; auto bluetooth_device_name_string = std::string(bluetooth_device_name); // Base64-decode the good Bluetooth Device Name. @@ -218,12 +186,8 @@ TEST(BluetoothDeviceNameTest, CanParseGeneratedName) { ByteArray service_id_hash{std::string(kServiceIDHashBytes)}; ByteArray endpoint_info{std::string(kEndPointName)}; // Build name1 from scratch. - BluetoothDeviceName name1{kVersion, - kPcp, - kEndPointID, - service_id_hash, - endpoint_info, - ByteArray{}, + BluetoothDeviceName name1{kVersion, kPcp, kEndPointID, + service_id_hash, endpoint_info, ByteArray{}, kWebRtcState}; // Build name2 from string composed from name1. BluetoothDeviceName name2{std::string(name1)}; diff --git a/cpp/core/internal/bwu_manager.cc b/cpp/core/internal/bwu_manager.cc index 406a8fa0..279d4948 100644 --- a/cpp/core/internal/bwu_manager.cc +++ b/cpp/core/internal/bwu_manager.cc @@ -17,6 +17,9 @@ #include #include +#include "proto/connections_enums.pb.h" +#include "absl/functional/bind_front.h" +#include "absl/time/time.h" #include "core/internal/bluetooth_bwu_handler.h" #include "core/internal/bwu_handler.h" #include "core/internal/offline_frames.h" @@ -25,9 +28,6 @@ #include "platform/base/byte_array.h" #include "platform/base/feature_flags.h" #include "platform/public/count_down_latch.h" -#include "proto/connections_enums.pb.h" -#include "absl/functional/bind_front.h" -#include "absl/time/time.h" namespace location { namespace nearby { @@ -187,10 +187,10 @@ void BwuManager::InitiateBwuForEndpoint(ClientProxy* client, // connects over Bluetooth, and is not connected to LAN. Bluetooth is the // best medium, and we attempt to upgrade from Bluetooth to Bluetooth. // if (medium_ == channel->GetMedium()) { - NEARBY_LOGS(INFO) << "BwuManager ignoring the upgrade for endpoint " - << endpoint_id - << " because it is already connected over medium " - << proto::connections::Medium_Name(medium_); + NEARBY_LOGS(INFO) << "BwuManager ignoring the upgrade for endpoint " + << endpoint_id + << " because it is already connected over medium " + << proto::connections::Medium_Name(medium_); if (medium_ == channel->GetMedium()) { return; } diff --git a/cpp/core/internal/bwu_manager.h b/cpp/core/internal/bwu_manager.h index c16cd690..05dc9c6a 100644 --- a/cpp/core/internal/bwu_manager.h +++ b/cpp/core/internal/bwu_manager.h @@ -19,6 +19,9 @@ #include #include +#include "absl/container/flat_hash_map.h" +#include "absl/container/flat_hash_set.h" +#include "absl/time/time.h" #include "core/internal/bwu_handler.h" #include "core/internal/client_proxy.h" #include "core/internal/endpoint_manager.h" @@ -26,9 +29,6 @@ #include "core/options.h" #include "platform/base/byte_array.h" #include "platform/public/scheduled_executor.h" -#include "absl/container/flat_hash_map.h" -#include "absl/container/flat_hash_set.h" -#include "absl/time/time.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/bwu_manager_test.cc b/cpp/core/internal/bwu_manager_test.cc index 50f19054..050a4563 100644 --- a/cpp/core/internal/bwu_manager_test.cc +++ b/cpp/core/internal/bwu_manager_test.cc @@ -16,6 +16,9 @@ #include +#include "gmock/gmock.h" +#include "gtest/gtest.h" +#include "absl/time/time.h" #include "core/internal/client_proxy.h" #include "core/internal/endpoint_channel_manager.h" #include "core/internal/endpoint_manager.h" @@ -23,9 +26,6 @@ #include "core/internal/mediums/utils.h" #include "core/internal/offline_frames.h" #include "platform/public/system_clock.h" -#include "gmock/gmock.h" -#include "gtest/gtest.h" -#include "absl/time/time.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/client_proxy.cc b/cpp/core/internal/client_proxy.cc index 4db73d2e..08c27003 100644 --- a/cpp/core/internal/client_proxy.cc +++ b/cpp/core/internal/client_proxy.cc @@ -18,15 +18,15 @@ #include #include -#include "platform/base/feature_flags.h" -#include "platform/base/prng.h" -#include "platform/public/logging.h" -#include "platform/public/mutex_lock.h" #include "proto/connections_enums.pb.h" #include "absl/container/flat_hash_map.h" #include "absl/container/flat_hash_set.h" #include "absl/strings/escaping.h" #include "absl/strings/str_cat.h" +#include "platform/base/feature_flags.h" +#include "platform/base/prng.h" +#include "platform/public/logging.h" +#include "platform/public/mutex_lock.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/client_proxy_test.cc b/cpp/core/internal/client_proxy_test.cc index 7d196750..d3e71683 100644 --- a/cpp/core/internal/client_proxy_test.cc +++ b/cpp/core/internal/client_proxy_test.cc @@ -16,18 +16,18 @@ #include -#include "core/listeners.h" -#include "core/options.h" -#include "core/strategy.h" -#include "platform/base/byte_array.h" -#include "platform/base/feature_flags.h" -#include "platform/base/medium_environment.h" #include "gmock/gmock.h" #include "gtest/gtest.h" #include "absl/container/flat_hash_set.h" #include "absl/time/clock.h" #include "absl/time/time.h" #include "absl/types/span.h" +#include "core/listeners.h" +#include "core/options.h" +#include "core/strategy.h" +#include "platform/base/byte_array.h" +#include "platform/base/feature_flags.h" +#include "platform/base/medium_environment.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/encryption_runner.cc b/cpp/core/internal/encryption_runner.cc index 206e4bd8..e81f6065 100644 --- a/cpp/core/internal/encryption_runner.cc +++ b/cpp/core/internal/encryption_runner.cc @@ -18,15 +18,15 @@ #include #include +#include "securegcm/ukey2_handshake.h" +#include "absl/strings/ascii.h" +#include "absl/time/clock.h" +#include "absl/time/time.h" #include "platform/base/base64_utils.h" #include "platform/base/byte_array.h" #include "platform/base/exception.h" #include "platform/public/cancelable_alarm.h" #include "platform/public/logging.h" -#include "securegcm/ukey2_handshake.h" -#include "absl/strings/ascii.h" -#include "absl/time/clock.h" -#include "absl/time/time.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/encryption_runner.h b/cpp/core/internal/encryption_runner.h index bc1b4cf9..452fa627 100644 --- a/cpp/core/internal/encryption_runner.h +++ b/cpp/core/internal/encryption_runner.h @@ -17,13 +17,13 @@ #include +#include "securegcm/ukey2_handshake.h" #include "core/internal/client_proxy.h" #include "core/internal/endpoint_channel.h" #include "core/listeners.h" #include "platform/base/byte_array.h" #include "platform/public/scheduled_executor.h" #include "platform/public/single_thread_executor.h" -#include "securegcm/ukey2_handshake.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/encryption_runner_test.cc b/cpp/core/internal/encryption_runner_test.cc index 2dc3cfc4..94cda03c 100644 --- a/cpp/core/internal/encryption_runner_test.cc +++ b/cpp/core/internal/encryption_runner_test.cc @@ -14,16 +14,16 @@ #include "core/internal/encryption_runner.h" +#include "proto/connections_enums.pb.h" +#include "gmock/gmock.h" +#include "gtest/gtest.h" +#include "absl/time/clock.h" #include "core/internal/client_proxy.h" #include "core/internal/endpoint_channel.h" #include "platform/base/byte_array.h" #include "platform/public/count_down_latch.h" #include "platform/public/pipe.h" #include "platform/public/system_clock.h" -#include "proto/connections_enums.pb.h" -#include "gmock/gmock.h" -#include "gtest/gtest.h" -#include "absl/time/clock.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/endpoint_channel.h b/cpp/core/internal/endpoint_channel.h index 02b9c0d9..523c5875 100644 --- a/cpp/core/internal/endpoint_channel.h +++ b/cpp/core/internal/endpoint_channel.h @@ -18,12 +18,12 @@ #include #include -#include "platform/base/byte_array.h" -#include "platform/base/exception.h" -#include "platform/public/mutex.h" #include "proto/connections_enums.pb.h" #include "securegcm/d2d_connection_context_v1.h" #include "absl/time/clock.h" +#include "platform/base/byte_array.h" +#include "platform/base/exception.h" +#include "platform/public/mutex.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/endpoint_channel_manager.cc b/cpp/core/internal/endpoint_channel_manager.cc index e4a7e901..3847e745 100644 --- a/cpp/core/internal/endpoint_channel_manager.cc +++ b/cpp/core/internal/endpoint_channel_manager.cc @@ -18,14 +18,14 @@ #include #include -#include "core/internal/offline_frames.h" #include "proto/connections/offline_wire_formats.pb.h" +#include "absl/time/time.h" +#include "core/internal/offline_frames.h" #include "platform/base/feature_flags.h" #include "platform/public/logging.h" #include "platform/public/mutex.h" #include "platform/public/mutex_lock.h" #include "platform/public/system_clock.h" -#include "absl/time/time.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/endpoint_channel_manager.h b/cpp/core/internal/endpoint_channel_manager.h index fc30e24f..7ec1e1a1 100644 --- a/cpp/core/internal/endpoint_channel_manager.h +++ b/cpp/core/internal/endpoint_channel_manager.h @@ -18,12 +18,12 @@ #include #include +#include "securegcm/d2d_connection_context_v1.h" +#include "absl/container/flat_hash_map.h" #include "core/internal/client_proxy.h" #include "core/internal/endpoint_channel.h" #include "platform/public/logging.h" #include "platform/public/mutex.h" -#include "securegcm/d2d_connection_context_v1.h" -#include "absl/container/flat_hash_map.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/endpoint_manager.cc b/cpp/core/internal/endpoint_manager.cc index 1079cec0..6d76e6c0 100644 --- a/cpp/core/internal/endpoint_manager.cc +++ b/cpp/core/internal/endpoint_manager.cc @@ -17,9 +17,9 @@ #include #include +#include "proto/connections/offline_wire_formats.pb.h" #include "core/internal/endpoint_channel.h" #include "core/internal/offline_frames.h" -#include "proto/connections/offline_wire_formats.pb.h" #include "platform/base/exception.h" #include "platform/public/count_down_latch.h" #include "platform/public/logging.h" diff --git a/cpp/core/internal/endpoint_manager.h b/cpp/core/internal/endpoint_manager.h index c33f1956..320b4227 100644 --- a/cpp/core/internal/endpoint_manager.h +++ b/cpp/core/internal/endpoint_manager.h @@ -18,6 +18,10 @@ #include #include +#include "absl/base/thread_annotations.h" +#include "absl/container/flat_hash_map.h" +#include "absl/container/flat_hash_set.h" +#include "absl/time/time.h" #include "core/internal/client_proxy.h" #include "core/internal/endpoint_channel.h" #include "core/internal/endpoint_channel_manager.h" @@ -28,10 +32,6 @@ #include "platform/public/multi_thread_executor.h" #include "platform/public/single_thread_executor.h" #include "platform/public/system_clock.h" -#include "absl/base/thread_annotations.h" -#include "absl/container/flat_hash_map.h" -#include "absl/container/flat_hash_set.h" -#include "absl/time/time.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/endpoint_manager_test.cc b/cpp/core/internal/endpoint_manager_test.cc index ed2997cc..2f61ec1f 100644 --- a/cpp/core/internal/endpoint_manager_test.cc +++ b/cpp/core/internal/endpoint_manager_test.cc @@ -19,6 +19,12 @@ #include #include +#include "proto/connections_enums.pb.h" +#include "gmock/gmock.h" +#include "gtest/gtest.h" +#include "absl/synchronization/mutex.h" +#include "absl/time/clock.h" +#include "absl/time/time.h" #include "core/internal/client_proxy.h" #include "core/internal/endpoint_channel_manager.h" #include "core/internal/offline_frames.h" @@ -28,12 +34,6 @@ #include "platform/public/count_down_latch.h" #include "platform/public/logging.h" #include "platform/public/pipe.h" -#include "proto/connections_enums.pb.h" -#include "gmock/gmock.h" -#include "gtest/gtest.h" -#include "absl/synchronization/mutex.h" -#include "absl/time/clock.h" -#include "absl/time/time.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/fuzzers/BUILD b/cpp/core/internal/fuzzers/BUILD index ca304322..8fe3d03b 100644 --- a/cpp/core/internal/fuzzers/BUILD +++ b/cpp/core/internal/fuzzers/BUILD @@ -1,3 +1,6 @@ +load("//security/fuzzing/blaze:cc_fuzz_target.bzl", "cc_fuzz_target") + +licenses(["notice"]) # Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -12,15 +15,13 @@ # See the License for the specific language governing permissions and # limitations under the License. -load("//security/fuzzing/blaze:cc_fuzz_target.bzl", "cc_fuzz_target") - cc_fuzz_target( name = "offline_frames_fuzzer", srcs = ["offline_frames_fuzzer.cc"], componentid = 148515, deps = [ + "//security/fuzzing/blaze:default_init_google_for_cc_fuzz_target", "//core/internal", "//platform/base", - "//security/fuzzing/blaze:default_init_google_for_cc_fuzz_target", ], ) diff --git a/cpp/core/internal/injected_bluetooth_device_store.cc b/cpp/core/internal/injected_bluetooth_device_store.cc index e270e54b..1ba0a422 100644 --- a/cpp/core/internal/injected_bluetooth_device_store.cc +++ b/cpp/core/internal/injected_bluetooth_device_store.cc @@ -36,13 +36,9 @@ class InjectedBluetoothDevice : public api::BluetoothDevice { ~InjectedBluetoothDevice() override = default; // api::BluetoothDevice: - std::string GetName() const override { - return name_; - } + std::string GetName() const override { return name_; } - std::string GetMacAddress() const override { - return mac_address_; - } + std::string GetMacAddress() const override { return mac_address_; } private: const std::string name_; @@ -55,13 +51,10 @@ InjectedBluetoothDeviceStore::InjectedBluetoothDeviceStore() = default; InjectedBluetoothDeviceStore::~InjectedBluetoothDeviceStore() = default; -BluetoothDevice -InjectedBluetoothDeviceStore::CreateInjectedBluetoothDevice( +BluetoothDevice InjectedBluetoothDeviceStore::CreateInjectedBluetoothDevice( const ByteArray& remote_bluetooth_mac_address, - const std::string& endpoint_id, - const ByteArray& endpoint_info, - const ByteArray& service_id_hash, - Pcp pcp) { + const std::string& endpoint_id, const ByteArray& endpoint_info, + const ByteArray& service_id_hash, Pcp pcp) { std::string remote_bluetooth_mac_address_str = BluetoothUtils::ToString(remote_bluetooth_mac_address); @@ -70,22 +63,17 @@ InjectedBluetoothDeviceStore::CreateInjectedBluetoothDevice( return BluetoothDevice(/*device=*/nullptr); // Non-empty endpoint info is required. - if (endpoint_info.Empty()) - return BluetoothDevice(/*device=*/nullptr); + if (endpoint_info.Empty()) return BluetoothDevice(/*device=*/nullptr); - BluetoothDeviceName name(BluetoothDeviceName::Version::kV1, - pcp, - endpoint_id, - service_id_hash, - endpoint_info, + BluetoothDeviceName name(BluetoothDeviceName::Version::kV1, pcp, endpoint_id, + service_id_hash, endpoint_info, /*uwb_address=*/ByteArray(), WebRtcState::kConnectable); // Note: BluetoothDeviceName internally verifies that |endpoint_id| and // |service_id_hash| are valid; the check below will fail if they are // malformed. - if (!name.IsValid()) - return BluetoothDevice(/*device=*/nullptr); + if (!name.IsValid()) return BluetoothDevice(/*device=*/nullptr); auto injected_device = std::make_unique( static_cast(name), remote_bluetooth_mac_address_str); diff --git a/cpp/core/internal/injected_bluetooth_device_store.h b/cpp/core/internal/injected_bluetooth_device_store.h index c2805c87..cc61c2fe 100644 --- a/cpp/core/internal/injected_bluetooth_device_store.h +++ b/cpp/core/internal/injected_bluetooth_device_store.h @@ -51,10 +51,8 @@ class InjectedBluetoothDeviceStore { // deleted. BluetoothDevice CreateInjectedBluetoothDevice( const ByteArray& remote_bluetooth_mac_address, - const std::string& endpoint_id, - const ByteArray& endpoint_info, - const ByteArray& service_id_hash, - Pcp pcp); + const std::string& endpoint_id, const ByteArray& endpoint_info, + const ByteArray& service_id_hash, Pcp pcp); private: // Devices created by this class. BluetoothDevice objects returned by diff --git a/cpp/core/internal/injected_bluetooth_device_store_test.cc b/cpp/core/internal/injected_bluetooth_device_store_test.cc index 87ae4266..bae33bbd 100644 --- a/cpp/core/internal/injected_bluetooth_device_store_test.cc +++ b/cpp/core/internal/injected_bluetooth_device_store_test.cc @@ -16,20 +16,20 @@ #include +#include "gtest/gtest.h" #include "core/internal/bluetooth_device_name.h" #include "platform/base/bluetooth_utils.h" #include "platform/base/byte_array.h" #include "platform/public/bluetooth_adapter.h" -#include "gtest/gtest.h" namespace location { namespace nearby { namespace connections { namespace { -constexpr std::array - kTestRemoteBluetoothMacAddress{0x01, 0x23, 0x45, 0x67, 0x89, 0xab}; -constexpr std::array kTestEndpointInfo {0xcd, 0xef}; +constexpr std::array kTestRemoteBluetoothMacAddress{0x01, 0x23, 0x45, + 0x67, 0x89, 0xab}; +constexpr std::array kTestEndpointInfo{0xcd, 0xef}; constexpr std::array kTestServiceIdHash{0x01, 0x23, 0x45}; const char kTestEndpointId[] = "abcd"; diff --git a/cpp/core/internal/internal_payload.cc b/cpp/core/internal/internal_payload.cc index b230d548..fcb70025 100644 --- a/cpp/core/internal/internal_payload.cc +++ b/cpp/core/internal/internal_payload.cc @@ -24,9 +24,7 @@ constexpr int InternalPayload::kIndeterminateSize; InternalPayload::InternalPayload(Payload payload) : payload_(std::move(payload)), payload_id_(payload_.GetId()) {} -Payload InternalPayload::ReleasePayload() { - return std::move(payload_); -} +Payload InternalPayload::ReleasePayload() { return std::move(payload_); } Payload::Id InternalPayload::GetId() const { return payload_id_; } diff --git a/cpp/core/internal/internal_payload_factory.cc b/cpp/core/internal/internal_payload_factory.cc index caeaeb7c..8895992d 100644 --- a/cpp/core/internal/internal_payload_factory.cc +++ b/cpp/core/internal/internal_payload_factory.cc @@ -17,6 +17,7 @@ #include #include +#include "absl/memory/memory.h" #include "core/payload.h" #include "platform/base/byte_array.h" #include "platform/base/exception.h" @@ -25,7 +26,6 @@ #include "platform/public/logging.h" #include "platform/public/mutex.h" #include "platform/public/pipe.h" -#include "absl/memory/memory.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/internal_payload_factory_test.cc b/cpp/core/internal/internal_payload_factory_test.cc index c03b60ce..3b171723 100644 --- a/cpp/core/internal/internal_payload_factory_test.cc +++ b/cpp/core/internal/internal_payload_factory_test.cc @@ -17,12 +17,12 @@ #include #include -#include "core/internal/offline_frames.h" #include "proto/connections/offline_wire_formats.pb.h" -#include "platform/base/byte_array.h" -#include "platform/public/pipe.h" #include "gmock/gmock.h" #include "gtest/gtest.h" +#include "core/internal/offline_frames.h" +#include "platform/base/byte_array.h" +#include "platform/public/pipe.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/mediums/BUILD b/cpp/core/internal/mediums/BUILD index 9a721a3d..0b5ab16b 100644 --- a/cpp/core/internal/mediums/BUILD +++ b/cpp/core/internal/mediums/BUILD @@ -1,3 +1,4 @@ +licenses(["notice"]) # Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -40,15 +41,7 @@ cc_library( ], deps = [ ":utils", - "//core:core_types", - "//core/internal/mediums/ble_v2", - "//core/internal/mediums/webrtc", "//proto/connections:offline_wire_formats_portable_proto", - "//platform/base", - "//platform/base:cancellation_flag", - "//platform/public:comm", - "//platform/public:logging", - "//platform/public:types", "//location/nearby/mediums/proto:web_rtc_signaling_frames_cc_proto", "//absl/container:flat_hash_map", "//absl/container:flat_hash_set", @@ -56,6 +49,14 @@ cc_library( "//absl/numeric:int128", "//absl/strings", "//absl/time", + "//core:core_types", + "//core/internal/mediums/ble_v2", + "//core/internal/mediums/webrtc", + "//platform/base", + "//platform/base:cancellation_flag", + "//platform/public:comm", + "//platform/public:logging", + "//platform/public:types", "//smhasher:libmurmur3", "//webrtc/api:libjingle_peerconnection_api", "//webrtc/api:scoped_refptr", @@ -93,13 +94,13 @@ cc_test( shard_count = 16, deps = [ ":mediums", + "//testing/base/public:gunit_main", + "//absl/strings", + "//absl/time", "//platform/base:test_util", "//platform/impl/g3", # build_cleaner: keep "//platform/public:comm", "//platform/public:types", - "//testing/base/public:gunit_main", - "//absl/strings", - "//absl/time", ], ) @@ -113,12 +114,12 @@ cc_test( tags = ["notsan"], # NOTE(b/139734036): known data race in usrsctplib. deps = [ ":mediums", + "//testing/base/public:gunit_main", + "//absl/strings", "//core/internal/mediums/webrtc", "//platform/base", "//platform/base:test_util", "//platform/impl/g3", # build_cleaner: keep "//platform/public:types", - "//testing/base/public:gunit_main", - "//absl/strings", ], ) diff --git a/cpp/core/internal/mediums/ble.cc b/cpp/core/internal/mediums/ble.cc index 841d04a2..63e54f8d 100644 --- a/cpp/core/internal/mediums/ble.cc +++ b/cpp/core/internal/mediums/ble.cc @@ -18,12 +18,12 @@ #include #include +#include "absl/strings/escaping.h" #include "core/internal/mediums/ble_v2/ble_advertisement.h" #include "core/internal/mediums/utils.h" #include "platform/base/prng.h" #include "platform/public/logging.h" #include "platform/public/mutex_lock.h" -#include "absl/strings/escaping.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/mediums/ble.h b/cpp/core/internal/mediums/ble.h index b8263773..bfacb340 100644 --- a/cpp/core/internal/mediums/ble.h +++ b/cpp/core/internal/mediums/ble.h @@ -18,6 +18,8 @@ #include #include +#include "absl/container/flat_hash_map.h" +#include "absl/container/flat_hash_set.h" #include "core/internal/mediums/bluetooth_radio.h" #include "core/listeners.h" #include "platform/base/byte_array.h" @@ -25,8 +27,6 @@ #include "platform/public/ble.h" #include "platform/public/multi_thread_executor.h" #include "platform/public/mutex.h" -#include "absl/container/flat_hash_map.h" -#include "absl/container/flat_hash_set.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/mediums/ble_test.cc b/cpp/core/internal/mediums/ble_test.cc index 3393ac66..6f03e677 100644 --- a/cpp/core/internal/mediums/ble_test.cc +++ b/cpp/core/internal/mediums/ble_test.cc @@ -16,13 +16,13 @@ #include +#include "gmock/gmock.h" +#include "gtest/gtest.h" #include "core/internal/mediums/bluetooth_radio.h" #include "platform/base/medium_environment.h" #include "platform/public/ble.h" #include "platform/public/count_down_latch.h" #include "platform/public/logging.h" -#include "gmock/gmock.h" -#include "gtest/gtest.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/mediums/ble_v2/BUILD b/cpp/core/internal/mediums/ble_v2/BUILD index 10b1aafb..d4dbbc31 100644 --- a/cpp/core/internal/mediums/ble_v2/BUILD +++ b/cpp/core/internal/mediums/ble_v2/BUILD @@ -1,3 +1,4 @@ +licenses(["notice"]) # Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -32,15 +33,15 @@ cc_library( "//core/internal:__subpackages__", ], deps = [ + "//absl/container:flat_hash_map", + "//absl/container:flat_hash_set", + "//absl/strings", + "//absl/time", "//core:core_types", "//platform/base", "//platform/base:util", "//platform/public:logging", "//platform/public:types", - "//absl/container:flat_hash_map", - "//absl/container:flat_hash_set", - "//absl/strings", - "//absl/time", ], ) @@ -55,9 +56,9 @@ cc_test( ], deps = [ ":ble_v2", - "//platform/base", - "//platform/impl/g3", # buildcleaner: keep "//testing/base/public:gunit_main", "//absl/time", + "//platform/base", + "//platform/impl/g3", # buildcleaner: keep ], ) diff --git a/cpp/core/internal/mediums/ble_v2/advertisement_read_result.cc b/cpp/core/internal/mediums/ble_v2/advertisement_read_result.cc index bf1328cc..aa82f0ed 100644 --- a/cpp/core/internal/mediums/ble_v2/advertisement_read_result.cc +++ b/cpp/core/internal/mediums/ble_v2/advertisement_read_result.cc @@ -17,9 +17,9 @@ #include #include -#include "platform/public/mutex_lock.h" #include "absl/container/flat_hash_set.h" #include "absl/time/clock.h" +#include "platform/public/mutex_lock.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/mediums/ble_v2/advertisement_read_result.h b/cpp/core/internal/mediums/ble_v2/advertisement_read_result.h index 03c97d2d..afd8bb84 100644 --- a/cpp/core/internal/mediums/ble_v2/advertisement_read_result.h +++ b/cpp/core/internal/mediums/ble_v2/advertisement_read_result.h @@ -18,12 +18,12 @@ #include #include -#include "platform/base/byte_array.h" -#include "platform/public/mutex.h" -#include "platform/public/system_clock.h" #include "absl/container/flat_hash_map.h" #include "absl/container/flat_hash_set.h" #include "absl/time/clock.h" +#include "platform/base/byte_array.h" +#include "platform/public/mutex.h" +#include "platform/public/system_clock.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/mediums/ble_v2/ble_advertisement.cc b/cpp/core/internal/mediums/ble_v2/ble_advertisement.cc index a2afa609..f6280611 100644 --- a/cpp/core/internal/mediums/ble_v2/ble_advertisement.cc +++ b/cpp/core/internal/mediums/ble_v2/ble_advertisement.cc @@ -16,9 +16,9 @@ #include +#include "absl/strings/str_cat.h" #include "platform/base/base_input_stream.h" #include "platform/public/logging.h" -#include "absl/strings/str_cat.h" namespace location { namespace nearby { @@ -86,8 +86,7 @@ BleAdvertisement::BleAdvertisement(const ByteArray &ble_advertisement_bytes) { BaseInputStream base_input_stream{advertisement_bytes}; // The first 1 byte is supposed to be the version, socket version and the fast // advertisement flag. - auto version_byte = - static_cast(base_input_stream.ReadUint8()); + auto version_byte = static_cast(base_input_stream.ReadUint8()); // Version. version_ = static_cast((version_byte & kVersionBitmask) >> 5); @@ -177,18 +176,14 @@ BleAdvertisement::operator ByteArray() const { // clang-format on if (fast_advertisement_) { std::string out = - absl::StrCat(std::string(1, version_byte), - std::string(data_size_bytes), - std::string(data_), - std::string(device_token_)); + absl::StrCat(std::string(1, version_byte), std::string(data_size_bytes), + std::string(data_), std::string(device_token_)); return ByteArray{std::move(out)}; } else { - std::string out = - absl::StrCat(std::string(1, version_byte), - std::string(service_id_hash_), - std::string(data_size_bytes), - std::string(data_), - std::string(device_token_)); + std::string out = absl::StrCat( + std::string(1, version_byte), std::string(service_id_hash_), + std::string(data_size_bytes), std::string(data_), + std::string(device_token_)); return ByteArray{std::move(out)}; } // clang-format on diff --git a/cpp/core/internal/mediums/ble_v2/ble_advertisement_header.cc b/cpp/core/internal/mediums/ble_v2/ble_advertisement_header.cc index 704e01bd..321924e4 100644 --- a/cpp/core/internal/mediums/ble_v2/ble_advertisement_header.cc +++ b/cpp/core/internal/mediums/ble_v2/ble_advertisement_header.cc @@ -16,10 +16,10 @@ #include +#include "absl/strings/str_cat.h" #include "platform/base/base64_utils.h" #include "platform/base/base_input_stream.h" #include "platform/public/logging.h" -#include "absl/strings/str_cat.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/mediums/ble_v2/ble_advertisement_header_test.cc b/cpp/core/internal/mediums/ble_v2/ble_advertisement_header_test.cc index 4e82f1c3..bfd9bb99 100644 --- a/cpp/core/internal/mediums/ble_v2/ble_advertisement_header_test.cc +++ b/cpp/core/internal/mediums/ble_v2/ble_advertisement_header_test.cc @@ -14,8 +14,8 @@ #include "core/internal/mediums/ble_v2/ble_advertisement_header.h" -#include "platform/base/base64_utils.h" #include "gtest/gtest.h" +#include "platform/base/base64_utils.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/mediums/ble_v2/ble_advertisement_test.cc b/cpp/core/internal/mediums/ble_v2/ble_advertisement_test.cc index b77f6122..b91e8d95 100644 --- a/cpp/core/internal/mediums/ble_v2/ble_advertisement_test.cc +++ b/cpp/core/internal/mediums/ble_v2/ble_advertisement_test.cc @@ -46,9 +46,7 @@ TEST(BleAdvertisementTest, ConstructionWorksV1) { BleAdvertisement ble_advertisement{BleAdvertisement::Version::kV1, BleAdvertisement::SocketVersion::kV1, - service_id_hash, - data, - device_token}; + service_id_hash, data, device_token}; EXPECT_TRUE(ble_advertisement.IsValid()); EXPECT_FALSE(ble_advertisement.IsFastAdvertisement()); @@ -67,9 +65,7 @@ TEST(BleAdvertisementTest, ConstructionWorksV1ForFastAdvertisement) { BleAdvertisement ble_advertisement{BleAdvertisement::Version::kV1, BleAdvertisement::SocketVersion::kV1, - ByteArray{}, - fast_data, - device_token}; + ByteArray{}, fast_data, device_token}; EXPECT_TRUE(ble_advertisement.IsValid()); EXPECT_TRUE(ble_advertisement.IsFastAdvertisement()); @@ -89,18 +85,12 @@ TEST(BleAdvertisementTest, ConstructionFailsWithBadVersion) { ByteArray data{std::string(kData)}; ByteArray device_token{std::string(kDeviceToken)}; - BleAdvertisement ble_advertisement{bad_version, - kSocketVersion, - service_id_hash, - data, - device_token}; + BleAdvertisement ble_advertisement{bad_version, kSocketVersion, + service_id_hash, data, device_token}; EXPECT_FALSE(ble_advertisement.IsValid()); - BleAdvertisement fast_ble_advertisement{bad_version, - kSocketVersion, - ByteArray{}, - data, - device_token}; + BleAdvertisement fast_ble_advertisement{bad_version, kSocketVersion, + ByteArray{}, data, device_token}; EXPECT_FALSE(fast_ble_advertisement.IsValid()); } @@ -112,18 +102,12 @@ TEST(BleAdvertisementTest, ConstructionFailsWithBadSocketVersion) { ByteArray data{std::string(kData)}; ByteArray device_token{std::string(kDeviceToken)}; - BleAdvertisement ble_advertisement{kVersion, - bad_socket_version, - service_id_hash, - data, - device_token}; + BleAdvertisement ble_advertisement{kVersion, bad_socket_version, + service_id_hash, data, device_token}; EXPECT_FALSE(ble_advertisement.IsValid()); - BleAdvertisement fast_ble_advertisement{kVersion, - bad_socket_version, - ByteArray{}, - data, - device_token}; + BleAdvertisement fast_ble_advertisement{kVersion, bad_socket_version, + ByteArray{}, data, device_token}; EXPECT_FALSE(fast_ble_advertisement.IsValid()); } @@ -134,11 +118,8 @@ TEST(BleAdvertisementTest, ConstructionFailsWithShortServiceIdHash) { ByteArray data{std::string(kData)}; ByteArray device_token{std::string(kDeviceToken)}; - BleAdvertisement ble_advertisement{kVersion, - kSocketVersion, - bad_service_id_hash, - data, - device_token}; + BleAdvertisement ble_advertisement{kVersion, kSocketVersion, + bad_service_id_hash, data, device_token}; EXPECT_FALSE(ble_advertisement.IsValid()); } @@ -150,11 +131,8 @@ TEST(BleAdvertisementTest, ConstructionFailsWithLongServiceIdHash) { ByteArray data{std::string(kData)}; ByteArray device_token{std::string(kDeviceToken)}; - BleAdvertisement ble_advertisement{kVersion, - kSocketVersion, - bad_service_id_hash, - data, - device_token}; + BleAdvertisement ble_advertisement{kVersion, kSocketVersion, + bad_service_id_hash, data, device_token}; EXPECT_FALSE(ble_advertisement.IsValid()); } @@ -168,18 +146,12 @@ TEST(BleAdvertisementTest, ConstructionFailsWithLongData) { ByteArray bad_data{long_data, 512}; ByteArray device_token{std::string(kDeviceToken)}; - BleAdvertisement ble_advertisement{kVersion, - kSocketVersion, - service_id_hash, - bad_data, - device_token}; + BleAdvertisement ble_advertisement{kVersion, kSocketVersion, service_id_hash, + bad_data, device_token}; EXPECT_FALSE(ble_advertisement.IsValid()); - BleAdvertisement fast_ble_advertisement{kVersion, - kSocketVersion, - ByteArray{}, - bad_data, - device_token}; + BleAdvertisement fast_ble_advertisement{kVersion, kSocketVersion, ByteArray{}, + bad_data, device_token}; EXPECT_FALSE(fast_ble_advertisement.IsValid()); } @@ -187,11 +159,8 @@ TEST(BleAdvertisementTest, ConstructionWorksWithEmptyDeviceToken) { ByteArray service_id_hash{std::string(kServiceIDHashBytes)}; ByteArray data{std::string(kData)}; - BleAdvertisement ble_advertisement{kVersion, - kSocketVersion, - service_id_hash, - data, - ByteArray{}}; + BleAdvertisement ble_advertisement{kVersion, kSocketVersion, service_id_hash, + data, ByteArray{}}; EXPECT_TRUE(ble_advertisement.IsValid()); EXPECT_FALSE(ble_advertisement.IsFastAdvertisement()); @@ -207,11 +176,8 @@ TEST(BleAdvertisementTest, ConstructionWorksWithEmptyDeviceTokenForFastAdvertisement) { ByteArray fast_data{std::string(kFastData)}; - BleAdvertisement ble_advertisement{kVersion, - kSocketVersion, - ByteArray{}, - fast_data, - ByteArray{}}; + BleAdvertisement ble_advertisement{kVersion, kSocketVersion, ByteArray{}, + fast_data, ByteArray{}}; EXPECT_TRUE(ble_advertisement.IsValid()); EXPECT_TRUE(ble_advertisement.IsFastAdvertisement()); @@ -231,32 +197,20 @@ TEST(BleAdvertisementTest, ConstructionFailsWithWrongSizeofDeviceToken) { ByteArray bad_device_token_1{wrong_device_token_bytes_1}; ByteArray bad_device_token_2{wrong_device_token_bytes_2}; - BleAdvertisement ble_advertisement_1{kVersion, - kSocketVersion, - service_id_hash, - data, - bad_device_token_1}; + BleAdvertisement ble_advertisement_1{ + kVersion, kSocketVersion, service_id_hash, data, bad_device_token_1}; EXPECT_FALSE(ble_advertisement_1.IsValid()); - BleAdvertisement ble_advertisement_2{kVersion, - kSocketVersion, - service_id_hash, - data, - bad_device_token_2}; + BleAdvertisement ble_advertisement_2{ + kVersion, kSocketVersion, service_id_hash, data, bad_device_token_2}; EXPECT_FALSE(ble_advertisement_2.IsValid()); - BleAdvertisement fast_ble_advertisement_1{kVersion, - kSocketVersion, - ByteArray{}, - data, - bad_device_token_1}; + BleAdvertisement fast_ble_advertisement_1{ + kVersion, kSocketVersion, ByteArray{}, data, bad_device_token_1}; EXPECT_FALSE(fast_ble_advertisement_1.IsValid()); - BleAdvertisement fast_ble_advertisement_2{kVersion, - kSocketVersion, - ByteArray{}, - data, - bad_device_token_2}; + BleAdvertisement fast_ble_advertisement_2{ + kVersion, kSocketVersion, ByteArray{}, data, bad_device_token_2}; EXPECT_FALSE(fast_ble_advertisement_2.IsValid()); } @@ -265,11 +219,8 @@ TEST(BleAdvertisementTest, ConstructionFromSerializedBytesWorks) { ByteArray data{std::string(kData)}; ByteArray device_token{std::string(kDeviceToken)}; - BleAdvertisement org_ble_advertisement{kVersion, - kSocketVersion, - service_id_hash, - data, - device_token}; + BleAdvertisement org_ble_advertisement{kVersion, kSocketVersion, + service_id_hash, data, device_token}; ByteArray ble_advertisement_bytes{org_ble_advertisement}; BleAdvertisement ble_advertisement{ble_advertisement_bytes}; @@ -289,11 +240,8 @@ TEST(BleAdvertisementTest, ByteArray fast_data{std::string(kFastData)}; ByteArray device_token{std::string(kDeviceToken)}; - BleAdvertisement org_ble_advertisement{kVersion, - kSocketVersion, - ByteArray{}, - fast_data, - device_token}; + BleAdvertisement org_ble_advertisement{kVersion, kSocketVersion, ByteArray{}, + fast_data, device_token}; ByteArray ble_advertisement_bytes{org_ble_advertisement}; BleAdvertisement ble_advertisement{ble_advertisement_bytes}; @@ -311,11 +259,8 @@ TEST(BleAdvertisementTest, ConstructionFromSerializedBytesWithEmptyDataWorks) { ByteArray service_id_hash{std::string(kServiceIDHashBytes)}; ByteArray device_token{std::string(kDeviceToken)}; - BleAdvertisement org_ble_advertisement{kVersion, - kSocketVersion, - service_id_hash, - ByteArray(), - device_token}; + BleAdvertisement org_ble_advertisement{ + kVersion, kSocketVersion, service_id_hash, ByteArray(), device_token}; ByteArray ble_advertisement_bytes{org_ble_advertisement}; BleAdvertisement ble_advertisement{ble_advertisement_bytes}; @@ -332,11 +277,8 @@ TEST(BleAdvertisementTest, ConstructionFromSerializedBytesWithEmptyDataWorksForFastAdvertisement) { ByteArray device_token{std::string(kDeviceToken)}; - BleAdvertisement org_ble_advertisement{kVersion, - kSocketVersion, - ByteArray{}, - ByteArray(), - device_token}; + BleAdvertisement org_ble_advertisement{kVersion, kSocketVersion, ByteArray{}, + ByteArray(), device_token}; ByteArray ble_advertisement_bytes{org_ble_advertisement}; BleAdvertisement ble_advertisement{ble_advertisement_bytes}; @@ -353,11 +295,8 @@ TEST(BleAdvertisementTest, ConstructionFromExtraSerializedBytesWorks) { ByteArray data{std::string(kData)}; ByteArray device_token{std::string(kDeviceToken)}; - BleAdvertisement org_ble_advertisement{kVersion, - kSocketVersion, - service_id_hash, - data, - device_token}; + BleAdvertisement org_ble_advertisement{kVersion, kSocketVersion, + service_id_hash, data, device_token}; ByteArray org_ble_advertisement_bytes{org_ble_advertisement}; // Copy the bytes into a new array with extra bytes. We must explicitly @@ -387,11 +326,8 @@ TEST(BleAdvertisementTest, ByteArray fast_data{std::string(kFastData)}; ByteArray device_token{std::string(kDeviceToken)}; - BleAdvertisement org_ble_advertisement{kVersion, - kSocketVersion, - ByteArray{}, - fast_data, - device_token}; + BleAdvertisement org_ble_advertisement{kVersion, kSocketVersion, ByteArray{}, + fast_data, device_token}; ByteArray org_ble_advertisement_bytes{org_ble_advertisement}; // Copy the bytes into a new array with extra bytes. We must explicitly @@ -426,11 +362,8 @@ TEST(BleAdvertisementTest, ConstructionFromShortLengthSerializedBytesFails) { ByteArray data{std::string(kData)}; ByteArray device_token{std::string(kDeviceToken)}; - BleAdvertisement org_ble_advertisement{kVersion, - kSocketVersion, - service_id_hash, - data, - device_token}; + BleAdvertisement org_ble_advertisement{kVersion, kSocketVersion, + service_id_hash, data, device_token}; ByteArray org_ble_advertisement_bytes{org_ble_advertisement}; // Cut off the advertisement so that it's too short. @@ -446,11 +379,8 @@ TEST(BleAdvertisementTest, ByteArray fast_data{std::string(kFastData)}; ByteArray device_token{std::string(kDeviceToken)}; - BleAdvertisement org_ble_advertisement{kVersion, - kSocketVersion, - ByteArray{}, - fast_data, - device_token}; + BleAdvertisement org_ble_advertisement{kVersion, kSocketVersion, ByteArray{}, + fast_data, device_token}; ByteArray org_ble_advertisement_bytes{org_ble_advertisement}; // Cut off the advertisement so that it's too short. @@ -467,11 +397,8 @@ TEST(BleAdvertisementTest, ByteArray data{std::string(kData)}; ByteArray device_token{std::string(kDeviceToken)}; - BleAdvertisement org_ble_advertisement{kVersion, - kSocketVersion, - service_id_hash, - data, - device_token}; + BleAdvertisement org_ble_advertisement{kVersion, kSocketVersion, + service_id_hash, data, device_token}; ByteArray org_ble_advertisement_bytes{org_ble_advertisement}; // Corrupt the DATA_SIZE bits. Start by making a raw copy of the Ble @@ -498,11 +425,8 @@ TEST(BleAdvertisementTest, ByteArray fast_data{std::string(kFastData)}; ByteArray device_token{std::string(kDeviceToken)}; - BleAdvertisement org_ble_advertisement{kVersion, - kSocketVersion, - ByteArray{}, - fast_data, - device_token}; + BleAdvertisement org_ble_advertisement{kVersion, kSocketVersion, ByteArray{}, + fast_data, device_token}; ByteArray org_ble_advertisement_bytes{org_ble_advertisement}; // Corrupt the DATA_SIZE bits. Start by making a raw copy of the Ble diff --git a/cpp/core/internal/mediums/ble_v2/ble_packet.cc b/cpp/core/internal/mediums/ble_v2/ble_packet.cc index 1eddf094..17ab10e3 100644 --- a/cpp/core/internal/mediums/ble_v2/ble_packet.cc +++ b/cpp/core/internal/mediums/ble_v2/ble_packet.cc @@ -14,9 +14,9 @@ #include "core/internal/mediums/ble_v2/ble_packet.h" +#include "absl/strings/str_cat.h" #include "platform/base/base_input_stream.h" #include "platform/public/logging.h" -#include "absl/strings/str_cat.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/mediums/bluetooth_classic.h b/cpp/core/internal/mediums/bluetooth_classic.h index 45c6626e..8389b1a0 100644 --- a/cpp/core/internal/mediums/bluetooth_classic.h +++ b/cpp/core/internal/mediums/bluetooth_classic.h @@ -18,6 +18,7 @@ #include #include +#include "absl/container/flat_hash_map.h" #include "core/internal/mediums/bluetooth_radio.h" #include "core/listeners.h" #include "platform/base/byte_array.h" @@ -26,7 +27,6 @@ #include "platform/public/bluetooth_classic.h" #include "platform/public/multi_thread_executor.h" #include "platform/public/mutex.h" -#include "absl/container/flat_hash_map.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/mediums/bluetooth_classic_test.cc b/cpp/core/internal/mediums/bluetooth_classic_test.cc index 8772c578..d386bea5 100644 --- a/cpp/core/internal/mediums/bluetooth_classic_test.cc +++ b/cpp/core/internal/mediums/bluetooth_classic_test.cc @@ -16,15 +16,15 @@ #include +#include "gmock/gmock.h" +#include "gtest/gtest.h" +#include "absl/time/time.h" #include "core/internal/mediums/bluetooth_radio.h" #include "platform/base/medium_environment.h" #include "platform/public/bluetooth_classic.h" #include "platform/public/count_down_latch.h" #include "platform/public/logging.h" #include "platform/public/system_clock.h" -#include "gmock/gmock.h" -#include "gtest/gtest.h" -#include "absl/time/time.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/mediums/bluetooth_radio.h b/cpp/core/internal/mediums/bluetooth_radio.h index 31cd6735..59ee3f7d 100644 --- a/cpp/core/internal/mediums/bluetooth_radio.h +++ b/cpp/core/internal/mediums/bluetooth_radio.h @@ -17,9 +17,9 @@ #include +#include "absl/time/clock.h" #include "platform/public/atomic_boolean.h" #include "platform/public/bluetooth_adapter.h" -#include "absl/time/clock.h" namespace location { namespace nearby { @@ -56,13 +56,9 @@ class BluetoothRadio { bool Toggle(); // Returns result of BluetoothAdapter::IsValid() for private adapter instance. - bool IsAdapterValid() const { - return bluetooth_adapter_.IsValid(); - } + bool IsAdapterValid() const { return bluetooth_adapter_.IsValid(); } - BluetoothAdapter& GetBluetoothAdapter() { - return bluetooth_adapter_; - } + BluetoothAdapter& GetBluetoothAdapter() { return bluetooth_adapter_; } private: static constexpr absl::Duration kPauseBetweenToggle = absl::Seconds(3); diff --git a/cpp/core/internal/mediums/lost_entity_tracker.h b/cpp/core/internal/mediums/lost_entity_tracker.h index 024cb1c3..b589155e 100644 --- a/cpp/core/internal/mediums/lost_entity_tracker.h +++ b/cpp/core/internal/mediums/lost_entity_tracker.h @@ -15,9 +15,9 @@ #ifndef CORE_INTERNAL_MEDIUMS_LOST_ENTITY_TRACKER_H_ #define CORE_INTERNAL_MEDIUMS_LOST_ENTITY_TRACKER_H_ +#include "absl/container/flat_hash_set.h" #include "platform/public/mutex.h" #include "platform/public/mutex_lock.h" -#include "absl/container/flat_hash_set.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/mediums/mediums.cc b/cpp/core/internal/mediums/mediums.cc index 04f098b3..8b0b3100 100644 --- a/cpp/core/internal/mediums/mediums.cc +++ b/cpp/core/internal/mediums/mediums.cc @@ -18,19 +18,13 @@ namespace location { namespace nearby { namespace connections { -BluetoothRadio& Mediums::GetBluetoothRadio() { - return bluetooth_radio_; -} +BluetoothRadio& Mediums::GetBluetoothRadio() { return bluetooth_radio_; } -BluetoothClassic& Mediums::GetBluetoothClassic() { - return bluetooth_classic_; -} +BluetoothClassic& Mediums::GetBluetoothClassic() { return bluetooth_classic_; } Ble& Mediums::GetBle() { return ble_; } -WifiLan& Mediums::GetWifiLan() { - return wifi_lan_; -} +WifiLan& Mediums::GetWifiLan() { return wifi_lan_; } mediums::WebRtc& Mediums::GetWebRtc() { return webrtc_; } diff --git a/cpp/core/internal/mediums/uuid.cc b/cpp/core/internal/mediums/uuid.cc index bca74c48..e3c17159 100644 --- a/cpp/core/internal/mediums/uuid.cc +++ b/cpp/core/internal/mediums/uuid.cc @@ -25,10 +25,8 @@ namespace connections { namespace { std::ostream& write_hex(std::ostream& os, absl::string_view data) { for (const auto b : data) { - os << std::setfill('0') - << std::setw(2) - << std::hex - << (static_cast(b) & 0x0ff); + os << std::setfill('0') << std::setw(2) << std::hex + << (static_cast(b) & 0x0ff); } return os; } diff --git a/cpp/core/internal/mediums/uuid.h b/cpp/core/internal/mediums/uuid.h index 0cfb7caa..fec9e071 100644 --- a/cpp/core/internal/mediums/uuid.h +++ b/cpp/core/internal/mediums/uuid.h @@ -44,9 +44,7 @@ class Uuid final { // (https://en.wikipedia.org/wiki/Universally_unique_identifier#Format) of the // UUID. explicit operator std::string() const; - std::string data() const { - return data_; - } + std::string data() const { return data_; } private: std::string data_; diff --git a/cpp/core/internal/mediums/uuid_test.cc b/cpp/core/internal/mediums/uuid_test.cc index 2289ef6d..f5a83032 100644 --- a/cpp/core/internal/mediums/uuid_test.cc +++ b/cpp/core/internal/mediums/uuid_test.cc @@ -14,10 +14,10 @@ #include "core/internal/mediums/uuid.h" -#include "platform/public/crypto.h" -#include "platform/public/logging.h" #include "gmock/gmock.h" #include "gtest/gtest.h" +#include "platform/public/crypto.h" +#include "platform/public/logging.h" namespace location { namespace nearby { @@ -52,16 +52,16 @@ TEST(UuidTest, CreateFromBinary) { EXPECT_EQ(uuid_data[3], (kNum1 >> 32) & 0xFF); EXPECT_EQ(uuid_data[4], (kNum1 >> 24) & 0xFF); EXPECT_EQ(uuid_data[5], (kNum1 >> 16) & 0xFF); - EXPECT_EQ(uuid_data[6], (kNum1 >> 8) & 0xFF); - EXPECT_EQ(uuid_data[7], (kNum1 >> 0) & 0xFF); + EXPECT_EQ(uuid_data[6], (kNum1 >> 8) & 0xFF); + EXPECT_EQ(uuid_data[7], (kNum1 >> 0) & 0xFF); EXPECT_EQ(uuid_data[8], (kNum2 >> 56) & 0xFF); EXPECT_EQ(uuid_data[9], (kNum2 >> 48) & 0xFF); EXPECT_EQ(uuid_data[10], (kNum2 >> 40) & 0xFF); EXPECT_EQ(uuid_data[11], (kNum2 >> 32) & 0xFF); EXPECT_EQ(uuid_data[12], (kNum2 >> 24) & 0xFF); EXPECT_EQ(uuid_data[13], (kNum2 >> 16) & 0xFF); - EXPECT_EQ(uuid_data[14], (kNum2 >> 8) & 0xFF); - EXPECT_EQ(uuid_data[15], (kNum2 >> 0) & 0xFF); + EXPECT_EQ(uuid_data[14], (kNum2 >> 8) & 0xFF); + EXPECT_EQ(uuid_data[15], (kNum2 >> 0) & 0xFF); } } // namespace diff --git a/cpp/core/internal/mediums/webrtc.cc b/cpp/core/internal/mediums/webrtc.cc index 929d60c0..defcea51 100644 --- a/cpp/core/internal/mediums/webrtc.cc +++ b/cpp/core/internal/mediums/webrtc.cc @@ -17,6 +17,10 @@ #include #include +#include "location/nearby/mediums/proto/web_rtc_signaling_frames.pb.h" +#include "absl/functional/bind_front.h" +#include "absl/strings/str_cat.h" +#include "absl/time/time.h" #include "core/internal/mediums/webrtc/session_description_wrapper.h" #include "core/internal/mediums/webrtc/signaling_frames.h" #include "core/internal/mediums/webrtc/webrtc_socket_wrapper.h" @@ -26,10 +30,6 @@ #include "platform/public/future.h" #include "platform/public/logging.h" #include "platform/public/mutex_lock.h" -#include "location/nearby/mediums/proto/web_rtc_signaling_frames.pb.h" -#include "absl/functional/bind_front.h" -#include "absl/strings/str_cat.h" -#include "absl/time/time.h" #include "webrtc/api/jsep.h" namespace location { diff --git a/cpp/core/internal/mediums/webrtc.h b/cpp/core/internal/mediums/webrtc.h index 40a933f1..070c4c82 100644 --- a/cpp/core/internal/mediums/webrtc.h +++ b/cpp/core/internal/mediums/webrtc.h @@ -20,13 +20,16 @@ #include #include +#include "proto/connections/offline_wire_formats.pb.h" +#include "location/nearby/mediums/proto/web_rtc_signaling_frames.pb.h" +#include "absl/container/flat_hash_map.h" +#include "absl/container/flat_hash_set.h" #include "core/internal/mediums/webrtc/connection_flow.h" #include "core/internal/mediums/webrtc/data_channel_listener.h" #include "core/internal/mediums/webrtc/local_ice_candidate_listener.h" #include "core/internal/mediums/webrtc/peer_id.h" #include "core/internal/mediums/webrtc/webrtc_socket.h" #include "core/internal/mediums/webrtc/webrtc_socket_wrapper.h" -#include "proto/connections/offline_wire_formats.pb.h" #include "platform/base/byte_array.h" #include "platform/base/cancellation_flag.h" #include "platform/base/listeners.h" @@ -38,9 +41,6 @@ #include "platform/public/scheduled_executor.h" #include "platform/public/single_thread_executor.h" #include "platform/public/webrtc.h" -#include "location/nearby/mediums/proto/web_rtc_signaling_frames.pb.h" -#include "absl/container/flat_hash_map.h" -#include "absl/container/flat_hash_set.h" #include "webrtc/api/data_channel_interface.h" #include "webrtc/api/jsep.h" #include "webrtc/api/scoped_refptr.h" diff --git a/cpp/core/internal/mediums/webrtc/BUILD b/cpp/core/internal/mediums/webrtc/BUILD index 461bd846..d93ca14c 100644 --- a/cpp/core/internal/mediums/webrtc/BUILD +++ b/cpp/core/internal/mediums/webrtc/BUILD @@ -1,3 +1,4 @@ +licenses(["notice"]) # Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -34,18 +35,18 @@ cc_library( "//core/internal:__subpackages__", ], deps = [ + "//location/nearby/mediums/proto:web_rtc_signaling_frames_cc_proto", + "//absl/memory", + "//absl/strings", + "//absl/time", "//core:core_types", "//core/internal/mediums:utils", "//platform/base", "//platform/public:comm", "//platform/public:logging", "//platform/public:types", - "//location/nearby/mediums/proto:web_rtc_signaling_frames_cc_proto", - "//absl/memory", - "//absl/strings", - "//absl/time", "//webrtc/api:libjingle_peerconnection_api", - "//webrtc/pc:peerconnection", + "//third_party/webrtc/files/stable/webrtc/pc:peerconnection", ], ) @@ -61,14 +62,14 @@ cc_test( tags = ["notsan"], # NOTE(b/139734036): known data race in usrsctplib. deps = [ ":webrtc", + "//net/proto2/compat/public:proto2", + "//testing/base/public:gunit_main", + "//absl/time", "//platform/base", "//platform/base:test_util", "//platform/impl/g3", # buildcleaner: keep "//platform/public:comm", "//platform/public:types", - "//net/proto2/public:proto2", - "//testing/base/public:gunit_main", - "//absl/time", "//webrtc/api:libjingle_peerconnection_api", "//webrtc/api:rtc_error", "//webrtc/api:scoped_refptr", diff --git a/cpp/core/internal/mediums/webrtc/connection_flow.cc b/cpp/core/internal/mediums/webrtc/connection_flow.cc index af11aa94..ad24b6a0 100644 --- a/cpp/core/internal/mediums/webrtc/connection_flow.cc +++ b/cpp/core/internal/mediums/webrtc/connection_flow.cc @@ -17,14 +17,14 @@ #include #include +#include "absl/memory/memory.h" +#include "absl/time/time.h" #include "core/internal/mediums/webrtc/session_description_wrapper.h" #include "core/internal/mediums/webrtc/webrtc_socket.h" #include "core/internal/mediums/webrtc/webrtc_socket_wrapper.h" #include "platform/public/logging.h" #include "platform/public/mutex_lock.h" #include "platform/public/webrtc.h" -#include "absl/memory/memory.h" -#include "absl/time/time.h" #include "webrtc/api/data_channel_interface.h" #include "webrtc/api/jsep.h" @@ -522,8 +522,7 @@ bool ConnectionFlow::RunOnSignalingThread(Runnable&& runnable) { // (signaling thread). This guarantees that if the weak_ptr is valid // when this task starts, it will stay valid until the task ends. if (!can_run_tasks.lock()) { - NEARBY_LOG(INFO, - "Peer connection already closed. Cannot run tasks."); + NEARBY_LOG(INFO, "Peer connection already closed. Cannot run tasks."); return; } task(); diff --git a/cpp/core/internal/mediums/webrtc/connection_flow_test.cc b/cpp/core/internal/mediums/webrtc/connection_flow_test.cc index d845b240..c46f8bd2 100644 --- a/cpp/core/internal/mediums/webrtc/connection_flow_test.cc +++ b/cpp/core/internal/mediums/webrtc/connection_flow_test.cc @@ -17,15 +17,15 @@ #include #include +#include "gmock/gmock.h" +#include "gtest/gtest.h" +#include "absl/time/time.h" #include "core/internal/mediums/webrtc/session_description_wrapper.h" #include "core/internal/mediums/webrtc/webrtc_socket_wrapper.h" #include "platform/base/byte_array.h" #include "platform/base/medium_environment.h" #include "platform/public/count_down_latch.h" #include "platform/public/webrtc.h" -#include "gmock/gmock.h" -#include "gtest/gtest.h" -#include "absl/time/time.h" #include "webrtc/api/data_channel_interface.h" #include "webrtc/api/jsep.h" #include "webrtc/api/rtc_error.h" diff --git a/cpp/core/internal/mediums/webrtc/peer_id.cc b/cpp/core/internal/mediums/webrtc/peer_id.cc index 455e2de8..96109cc9 100644 --- a/cpp/core/internal/mediums/webrtc/peer_id.cc +++ b/cpp/core/internal/mediums/webrtc/peer_id.cc @@ -16,9 +16,9 @@ #include -#include "core/internal/mediums/utils.h" #include "absl/strings/ascii.h" #include "absl/strings/escaping.h" +#include "core/internal/mediums/utils.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/mediums/webrtc/peer_id_test.cc b/cpp/core/internal/mediums/webrtc/peer_id_test.cc index 06832e30..68ea725a 100644 --- a/cpp/core/internal/mediums/webrtc/peer_id_test.cc +++ b/cpp/core/internal/mediums/webrtc/peer_id_test.cc @@ -16,10 +16,10 @@ #include -#include "platform/base/byte_array.h" -#include "platform/public/crypto.h" #include "gmock/gmock.h" #include "gtest/gtest.h" +#include "platform/base/byte_array.h" +#include "platform/public/crypto.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/mediums/webrtc/signaling_frames.h b/cpp/core/internal/mediums/webrtc/signaling_frames.h index 067bb31c..c3a1246d 100644 --- a/cpp/core/internal/mediums/webrtc/signaling_frames.h +++ b/cpp/core/internal/mediums/webrtc/signaling_frames.h @@ -17,9 +17,9 @@ #include +#include "location/nearby/mediums/proto/web_rtc_signaling_frames.pb.h" #include "core/internal/mediums/webrtc/peer_id.h" #include "platform/base/byte_array.h" -#include "location/nearby/mediums/proto/web_rtc_signaling_frames.pb.h" #include "webrtc/api/peer_connection_interface.h" namespace location { diff --git a/cpp/core/internal/mediums/webrtc/signaling_frames_test.cc b/cpp/core/internal/mediums/webrtc/signaling_frames_test.cc index 6fe8384a..cf2a4ab6 100644 --- a/cpp/core/internal/mediums/webrtc/signaling_frames_test.cc +++ b/cpp/core/internal/mediums/webrtc/signaling_frames_test.cc @@ -16,10 +16,10 @@ #include -#include "core/internal/mediums/webrtc/peer_id.h" -#include "net/proto2/public/text_format.h" +#include "google/protobuf/text_format.h" #include "gmock/gmock.h" #include "gtest/gtest.h" +#include "core/internal/mediums/webrtc/peer_id.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/mediums/webrtc/webrtc_socket.cc b/cpp/core/internal/mediums/webrtc/webrtc_socket.cc index 17d7b8c5..0e4f34ba 100644 --- a/cpp/core/internal/mediums/webrtc/webrtc_socket.cc +++ b/cpp/core/internal/mediums/webrtc/webrtc_socket.cc @@ -59,16 +59,16 @@ WebRtcSocket::WebRtcSocket( rtc::scoped_refptr data_channel) : name_(name), data_channel_(std::move(data_channel)) { NEARBY_LOGS(INFO) << "WebRtcSocket::WebRtcSocket(" << name_ - << ") this: " << this; + << ") this: " << this; data_channel_->RegisterObserver(this); } WebRtcSocket::~WebRtcSocket() { NEARBY_LOGS(INFO) << "WebRtcSocket::~WebRtcSocket(" << name_ - << ") this: " << this; + << ") this: " << this; Close(); NEARBY_LOGS(INFO) << "WebRtcSocket::~WebRtcSocket(" << name_ - << ") this: " << this << " done"; + << ") this: " << this << " done"; } InputStream& WebRtcSocket::GetInputStream() { return pipe_.GetInputStream(); } @@ -85,7 +85,7 @@ void WebRtcSocket::Close() { // is not fully closed when this call is done. data_channel_->Close(); NEARBY_LOGS(INFO) << "WebRtcSocket::Close(" << name_ << ") this: " << this - << " done"; + << " done"; } void WebRtcSocket::OnStateChange() { @@ -150,15 +150,15 @@ bool WebRtcSocket::IsClosed() { return closed_.Get(); } void WebRtcSocket::ClosePipe() { NEARBY_LOGS(INFO) << "WebRtcSocket::ClosePipe(" << name_ - << ") this: " << this; + << ") this: " << this; // This is thread-safe to close these sockets even if a read or write is in // process on another thread, Close will wait for the exclusive mutex before // setting state. pipe_.GetInputStream().Close(); pipe_.GetOutputStream().Close(); WakeUpWriter(); - NEARBY_LOGS(INFO) << "WebRtcSocket::ClosePipe(" << name_ - << ") this: " << this << " done"; + NEARBY_LOGS(INFO) << "WebRtcSocket::ClosePipe(" << name_ << ") this: " << this + << " done"; } // Must not be called on signalling thread. diff --git a/cpp/core/internal/mediums/webrtc/webrtc_socket_test.cc b/cpp/core/internal/mediums/webrtc/webrtc_socket_test.cc index 7ff38861..135a6334 100644 --- a/cpp/core/internal/mediums/webrtc/webrtc_socket_test.cc +++ b/cpp/core/internal/mediums/webrtc/webrtc_socket_test.cc @@ -16,9 +16,9 @@ #include -#include "platform/base/byte_array.h" #include "gmock/gmock.h" #include "gtest/gtest.h" +#include "platform/base/byte_array.h" #include "webrtc/api/data_channel_interface.h" namespace location { diff --git a/cpp/core/internal/mediums/webrtc_test.cc b/cpp/core/internal/mediums/webrtc_test.cc index 1a0e9a0f..4fa77cc0 100644 --- a/cpp/core/internal/mediums/webrtc_test.cc +++ b/cpp/core/internal/mediums/webrtc_test.cc @@ -14,12 +14,12 @@ #include "core/internal/mediums/webrtc.h" +#include "gmock/gmock.h" +#include "gtest/gtest.h" #include "core/internal/mediums/webrtc/webrtc_socket_wrapper.h" #include "platform/base/listeners.h" #include "platform/base/medium_environment.h" #include "platform/public/mutex_lock.h" -#include "gmock/gmock.h" -#include "gtest/gtest.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/mediums/wifi_lan.h b/cpp/core/internal/mediums/wifi_lan.h index 53eb4d85..ee6ef850 100644 --- a/cpp/core/internal/mediums/wifi_lan.h +++ b/cpp/core/internal/mediums/wifi_lan.h @@ -18,13 +18,13 @@ #include #include +#include "absl/container/flat_hash_map.h" +#include "absl/container/flat_hash_set.h" #include "platform/base/byte_array.h" #include "platform/base/cancellation_flag.h" #include "platform/public/multi_thread_executor.h" #include "platform/public/mutex.h" #include "platform/public/wifi_lan.h" -#include "absl/container/flat_hash_map.h" -#include "absl/container/flat_hash_set.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/mediums/wifi_lan_test.cc b/cpp/core/internal/mediums/wifi_lan_test.cc index 7b88ef63..2b37818e 100644 --- a/cpp/core/internal/mediums/wifi_lan_test.cc +++ b/cpp/core/internal/mediums/wifi_lan_test.cc @@ -16,13 +16,13 @@ #include +#include "gmock/gmock.h" +#include "gtest/gtest.h" +#include "absl/strings/string_view.h" #include "platform/base/medium_environment.h" #include "platform/public/count_down_latch.h" #include "platform/public/logging.h" #include "platform/public/wifi_lan.h" -#include "gmock/gmock.h" -#include "gtest/gtest.h" -#include "absl/strings/string_view.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/mock_service_controller.h b/cpp/core/internal/mock_service_controller.h index 9f2c0e27..30173eeb 100644 --- a/cpp/core/internal/mock_service_controller.h +++ b/cpp/core/internal/mock_service_controller.h @@ -15,8 +15,8 @@ #ifndef CORE_INTERNAL_MOCK_SERVICE_CONTROLLER_H_ #define CORE_INTERNAL_MOCK_SERVICE_CONTROLLER_H_ -#include "core/internal/service_controller.h" #include "gmock/gmock.h" +#include "core/internal/service_controller.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/offline_frames.cc b/cpp/core/internal/offline_frames.cc index 5ac4c920..f2862c3e 100644 --- a/cpp/core/internal/offline_frames.cc +++ b/cpp/core/internal/offline_frames.cc @@ -64,8 +64,7 @@ V1Frame::FrameType GetFrameType(const OfflineFrame& frame) { ByteArray ForConnectionRequest(const std::string& endpoint_id, const ByteArray& endpoint_info, - std::int32_t nonce, - bool supports_5_ghz, + std::int32_t nonce, bool supports_5_ghz, const std::string& bssid, const std::vector& mediums, std::int32_t keep_alive_interval_millis, @@ -76,8 +75,7 @@ ByteArray ForConnectionRequest(const std::string& endpoint_id, auto* v1_frame = frame.mutable_v1(); v1_frame->set_type(V1Frame::CONNECTION_REQUEST); auto* connection_request = v1_frame->mutable_connection_request(); - if (!endpoint_id.empty()) - connection_request->set_endpoint_id(endpoint_id); + if (!endpoint_id.empty()) connection_request->set_endpoint_id(endpoint_id); if (!endpoint_info.Empty()) { connection_request->set_endpoint_name(std::string(endpoint_info)); connection_request->set_endpoint_info(std::string(endpoint_info)); @@ -85,8 +83,7 @@ ByteArray ForConnectionRequest(const std::string& endpoint_id, connection_request->set_nonce(nonce); auto* medium_metadata = connection_request->mutable_medium_metadata(); medium_metadata->set_supports_5_ghz(supports_5_ghz); - if (!bssid.empty()) - medium_metadata->set_bssid(bssid); + if (!bssid.empty()) medium_metadata->set_bssid(bssid); if (!mediums.empty()) { for (const auto& medium : mediums) { connection_request->add_mediums(MediumToConnectionRequestMedium(medium)); diff --git a/cpp/core/internal/offline_frames.h b/cpp/core/internal/offline_frames.h index b50886de..f325e8af 100644 --- a/cpp/core/internal/offline_frames.h +++ b/cpp/core/internal/offline_frames.h @@ -18,8 +18,8 @@ #include #include -#include "core/options.h" #include "proto/connections/offline_wire_formats.pb.h" +#include "core/options.h" #include "platform/base/byte_array.h" #include "platform/base/exception.h" @@ -44,8 +44,7 @@ V1Frame::FrameType GetFrameType(const OfflineFrame& offline_frame); // Builds Connection Request / Response messages. ByteArray ForConnectionRequest(const std::string& endpoint_id, const ByteArray& endpoint_info, - std::int32_t nonce, - bool supports_5_ghz, + std::int32_t nonce, bool supports_5_ghz, const std::string& bssid, const std::vector& mediums, std::int32_t keep_alive_interval_millis, diff --git a/cpp/core/internal/offline_frames_test.cc b/cpp/core/internal/offline_frames_test.cc index cfe8b787..5cf9b823 100644 --- a/cpp/core/internal/offline_frames_test.cc +++ b/cpp/core/internal/offline_frames_test.cc @@ -20,9 +20,9 @@ #include #include "proto/connections/offline_wire_formats.pb.h" -#include "platform/base/byte_array.h" #include "gmock/gmock.h" #include "gtest/gtest.h" +#include "platform/base/byte_array.h" namespace location { namespace nearby { @@ -92,10 +92,7 @@ TEST(OfflineFramesTest, CanGenerateConnectionRequest) { endpoint_name: "XYZ" endpoint_info: "XYZ" nonce: 1234 - medium_metadata: < - supports_5_ghz: true - bssid: "FF:FF:FF:FF:FF:FF" - > + medium_metadata: < supports_5_ghz: true bssid: "FF:FF:FF:FF:FF:FF" > mediums: MDNS mediums: BLUETOOTH mediums: WIFI_HOTSPOT @@ -106,7 +103,7 @@ TEST(OfflineFramesTest, CanGenerateConnectionRequest) { mediums: WIFI_DIRECT mediums: WEB_RTC keep_alive_interval_millis: 1000 - keep_alive_timeout_millis : 5000 + keep_alive_timeout_millis: 5000 > >)pb"; ByteArray bytes = ForConnectionRequest( @@ -126,10 +123,7 @@ TEST(OfflineFramesTest, CanGenerateConnectionResponse) { version: V1 v1: < type: CONNECTION_RESPONSE - connection_response: < - status: 1 - response: REJECT - > + connection_response: < status: 1 response: REJECT > >)pb"; ByteArray bytes = ForConnectionResponse(1); auto response = FromBytes(bytes); diff --git a/cpp/core/internal/offline_frames_validator.cc b/cpp/core/internal/offline_frames_validator.cc index 614c65f8..273dddef 100644 --- a/cpp/core/internal/offline_frames_validator.cc +++ b/cpp/core/internal/offline_frames_validator.cc @@ -16,9 +16,9 @@ #include //NOLINT +#include "proto/connections/offline_wire_formats.pb.h" #include "core/internal/internal_payload.h" #include "core/internal/offline_frames.h" -#include "proto/connections/offline_wire_formats.pb.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/offline_frames_validator_test.cc b/cpp/core/internal/offline_frames_validator_test.cc index 28fea595..ff171657 100644 --- a/cpp/core/internal/offline_frames_validator_test.cc +++ b/cpp/core/internal/offline_frames_validator_test.cc @@ -16,11 +16,11 @@ #include -#include "core/internal/offline_frames.h" #include "proto/connections/offline_wire_formats.pb.h" -#include "platform/base/byte_array.h" #include "gmock/gmock.h" #include "gtest/gtest.h" +#include "core/internal/offline_frames.h" +#include "platform/base/byte_array.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/offline_service_controller.h b/cpp/core/internal/offline_service_controller.h index 9e1d0e8d..6e397de9 100644 --- a/cpp/core/internal/offline_service_controller.h +++ b/cpp/core/internal/offline_service_controller.h @@ -52,8 +52,7 @@ class OfflineServiceController : public ServiceController { const DiscoveryListener& listener) override; void StopDiscovery(ClientProxy* client) override; - void InjectEndpoint(ClientProxy* client, - const std::string& service_id, + void InjectEndpoint(ClientProxy* client, const std::string& service_id, const OutOfBandConnectionMetadata& metadata) override; Status RequestConnection(ClientProxy* client, const std::string& endpoint_id, diff --git a/cpp/core/internal/offline_service_controller_test.cc b/cpp/core/internal/offline_service_controller_test.cc index 4707dfd8..8649fd71 100644 --- a/cpp/core/internal/offline_service_controller_test.cc +++ b/cpp/core/internal/offline_service_controller_test.cc @@ -16,6 +16,8 @@ #include +#include "gmock/gmock.h" +#include "gtest/gtest.h" #include "core/internal/offline_simulation_user.h" #include "platform/base/medium_environment.h" #include "platform/base/output_stream.h" @@ -23,8 +25,6 @@ #include "platform/public/logging.h" #include "platform/public/pipe.h" #include "platform/public/system_clock.h" -#include "gmock/gmock.h" -#include "gtest/gtest.h" namespace location { namespace nearby { @@ -373,11 +373,11 @@ TEST_F(OfflineServiceControllerTest, InjectEndpoint) { Eq(Status{Status::kSuccess})); EXPECT_TRUE(user_a.IsDiscovering()); user_a.InjectEndpoint( - std::string(kServiceId), - OutOfBandConnectionMetadata{ - .medium = Medium::BLUETOOTH, - .remote_bluetooth_mac_address = ByteArray(kFakeMacAddress), - }); + std::string(kServiceId), + OutOfBandConnectionMetadata{ + .medium = Medium::BLUETOOTH, + .remote_bluetooth_mac_address = ByteArray(kFakeMacAddress), + }); user_a.Stop(); env_.Stop(); } diff --git a/cpp/core/internal/offline_simulation_user.cc b/cpp/core/internal/offline_simulation_user.cc index e3271253..6b6db548 100644 --- a/cpp/core/internal/offline_simulation_user.cc +++ b/cpp/core/internal/offline_simulation_user.cc @@ -14,11 +14,11 @@ #include "core/internal/offline_simulation_user.h" +#include "absl/functional/bind_front.h" #include "core/listeners.h" #include "platform/base/byte_array.h" #include "platform/public/count_down_latch.h" #include "platform/public/system_clock.h" -#include "absl/functional/bind_front.h" namespace location { namespace nearby { @@ -168,13 +168,12 @@ Status OfflineSimulationUser::RequestConnection(CountDownLatch* latch) { absl::bind_front(&OfflineSimulationUser::OnEndpointDisconnect, this), }; client_.AddCancellationFlag(discovered_.endpoint_id); - return ctrl_.RequestConnection( - &client_, discovered_.endpoint_id, - { - .endpoint_info = discovered_.endpoint_info, - .listener = std::move(listener), - }, - connection_options_); + return ctrl_.RequestConnection(&client_, discovered_.endpoint_id, + { + .endpoint_info = discovered_.endpoint_info, + .listener = std::move(listener), + }, + connection_options_); } Status OfflineSimulationUser::AcceptConnection(CountDownLatch* latch) { diff --git a/cpp/core/internal/offline_simulation_user.h b/cpp/core/internal/offline_simulation_user.h index bbd9eb6e..01de6f88 100644 --- a/cpp/core/internal/offline_simulation_user.h +++ b/cpp/core/internal/offline_simulation_user.h @@ -17,6 +17,8 @@ #include +#include "gtest/gtest.h" +#include "absl/strings/string_view.h" #include "core/internal/client_proxy.h" #include "core/internal/offline_service_controller.h" #include "core/options.h" @@ -24,8 +26,6 @@ #include "platform/public/condition_variable.h" #include "platform/public/count_down_latch.h" #include "platform/public/future.h" -#include "gtest/gtest.h" -#include "absl/strings/string_view.h" // Test-only class to help run end-to-end simulations for nearby connections // protocol. diff --git a/cpp/core/internal/p2p_cluster_pcp_handler.cc b/cpp/core/internal/p2p_cluster_pcp_handler.cc index 40223725..f7a8150e 100644 --- a/cpp/core/internal/p2p_cluster_pcp_handler.cc +++ b/cpp/core/internal/p2p_cluster_pcp_handler.cc @@ -14,6 +14,9 @@ #include "core/internal/p2p_cluster_pcp_handler.h" +#include "proto/connections_enums.pb.h" +#include "absl/functional/bind_front.h" +#include "absl/strings/escaping.h" #include "core/internal/base_pcp_handler.h" #include "core/internal/ble_advertisement.h" #include "core/internal/ble_endpoint_channel.h" @@ -26,9 +29,6 @@ #include "platform/base/nsd_service_info.h" #include "platform/base/types.h" #include "platform/public/crypto.h" -#include "proto/connections_enums.pb.h" -#include "absl/functional/bind_front.h" -#include "absl/strings/escaping.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/p2p_cluster_pcp_handler_test.cc b/cpp/core/internal/p2p_cluster_pcp_handler_test.cc index 344239df..526cee66 100644 --- a/cpp/core/internal/p2p_cluster_pcp_handler_test.cc +++ b/cpp/core/internal/p2p_cluster_pcp_handler_test.cc @@ -16,15 +16,15 @@ #include +#include "gmock/gmock.h" +#include "gtest/gtest.h" +#include "absl/time/time.h" #include "core/internal/bwu_manager.h" #include "core/internal/injected_bluetooth_device_store.h" #include "core/options.h" #include "platform/base/medium_environment.h" #include "platform/public/count_down_latch.h" #include "platform/public/logging.h" -#include "gmock/gmock.h" -#include "gtest/gtest.h" -#include "absl/time/time.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/p2p_star_pcp_handler.cc b/cpp/core/internal/p2p_star_pcp_handler.cc index 72cd9add..c870ffa0 100644 --- a/cpp/core/internal/p2p_star_pcp_handler.cc +++ b/cpp/core/internal/p2p_star_pcp_handler.cc @@ -25,8 +25,8 @@ P2pStarPcpHandler::P2pStarPcpHandler( EndpointChannelManager& channel_manager, BwuManager& bwu_manager, InjectedBluetoothDeviceStore& injected_bluetooth_device_store, Pcp pcp) : P2pClusterPcpHandler(&mediums, &endpoint_manager, &channel_manager, - &bwu_manager, injected_bluetooth_device_store, - pcp) {} + &bwu_manager, injected_bluetooth_device_store, pcp) { +} std::vector P2pStarPcpHandler::GetConnectionMediumsByPriority() { diff --git a/cpp/core/internal/payload_manager.cc b/cpp/core/internal/payload_manager.cc index fdc77c2d..fc3728b1 100644 --- a/cpp/core/internal/payload_manager.cc +++ b/cpp/core/internal/payload_manager.cc @@ -20,14 +20,14 @@ #include #include +#include "absl/memory/memory.h" +#include "absl/strings/str_cat.h" +#include "absl/time/time.h" #include "core/internal/internal_payload_factory.h" #include "platform/public/count_down_latch.h" #include "platform/public/mutex_lock.h" #include "platform/public/single_thread_executor.h" #include "platform/public/system_clock.h" -#include "absl/memory/memory.h" -#include "absl/strings/str_cat.h" -#include "absl/time/time.h" namespace location { namespace nearby { @@ -375,35 +375,36 @@ void PayloadManager::SendPayload(ClientProxy* client, Payload::Id payload_id = CreateOutgoingPayload(std::move(payload), endpoint_ids); - executor->Execute("send-payload", [this, client, endpoint_ids, payload_id, - payload_type, resume_offset]() { - if (shutdown_.Get()) return; - PendingPayload* pending_payload = GetPayload(payload_id); - if (!pending_payload) { - NEARBY_LOGS(INFO) - << "PayloadManager failed to create InternalPayload for outgoing " - "payload_id=" - << payload_id << ", payload_type=" << ToString(payload_type) - << ", aborting sendPayload()."; - return; - } - auto* internal_payload = pending_payload->GetInternalPayload(); - if (!internal_payload) return; - PayloadTransferFrame::PayloadHeader payload_header{ - CreatePayloadHeader(*internal_payload, resume_offset)}; - bool should_continue = true; - std::int64_t next_chunk_offset = 0; - while (should_continue && !shutdown_.Get()) { - should_continue = - SendPayloadLoop(client, *pending_payload, payload_header, - next_chunk_offset, resume_offset); - } - RunOnStatusUpdateThread("destroy-payload", - [this, payload_id]() - RUN_ON_PAYLOAD_STATUS_UPDATE_THREAD() { - DestroyPendingPayload(payload_id); - }); - }); + executor->Execute( + "send-payload", + [this, client, endpoint_ids, payload_id, payload_type, resume_offset]() { + if (shutdown_.Get()) return; + PendingPayload* pending_payload = GetPayload(payload_id); + if (!pending_payload) { + NEARBY_LOGS(INFO) + << "PayloadManager failed to create InternalPayload for outgoing " + "payload_id=" + << payload_id << ", payload_type=" << ToString(payload_type) + << ", aborting sendPayload()."; + return; + } + auto* internal_payload = pending_payload->GetInternalPayload(); + if (!internal_payload) return; + PayloadTransferFrame::PayloadHeader payload_header{ + CreatePayloadHeader(*internal_payload, resume_offset)}; + bool should_continue = true; + std::int64_t next_chunk_offset = 0; + while (should_continue && !shutdown_.Get()) { + should_continue = + SendPayloadLoop(client, *pending_payload, payload_header, + next_chunk_offset, resume_offset); + } + RunOnStatusUpdateThread("destroy-payload", + [this, payload_id]() + RUN_ON_PAYLOAD_STATUS_UPDATE_THREAD() { + DestroyPendingPayload(payload_id); + }); + }); NEARBY_LOGS(INFO) << "PayloadManager: xfer scheduled: self=" << this << "; payload_id=" << payload_id << ", payload_type=" << ToString(payload_type); diff --git a/cpp/core/internal/payload_manager.h b/cpp/core/internal/payload_manager.h index dd29a1f6..cc1d5926 100644 --- a/cpp/core/internal/payload_manager.h +++ b/cpp/core/internal/payload_manager.h @@ -20,6 +20,7 @@ #include #include +#include "absl/container/flat_hash_map.h" #include "core/internal/client_proxy.h" #include "core/internal/endpoint_manager.h" #include "core/internal/internal_payload.h" @@ -31,7 +32,6 @@ #include "platform/public/atomic_reference.h" #include "platform/public/count_down_latch.h" #include "platform/public/mutex.h" -#include "absl/container/flat_hash_map.h" namespace location { namespace nearby { @@ -85,7 +85,7 @@ class PayloadManager : public EndpointManager::FrameProcessor { PayloadTransferFrame::ControlMessage::EventType event); std::string id; - AtomicReference status {Status::kUnknown}; + AtomicReference status{Status::kUnknown}; std::int64_t offset = 0; }; diff --git a/cpp/core/internal/payload_manager_test.cc b/cpp/core/internal/payload_manager_test.cc index bcfd3d6e..372642d3 100644 --- a/cpp/core/internal/payload_manager_test.cc +++ b/cpp/core/internal/payload_manager_test.cc @@ -14,13 +14,13 @@ #include "core/internal/payload_manager.h" +#include "gmock/gmock.h" +#include "gtest/gtest.h" +#include "absl/strings/string_view.h" #include "core/internal/simulation_user.h" #include "platform/base/byte_array.h" #include "platform/public/pipe.h" #include "platform/public/system_clock.h" -#include "gmock/gmock.h" -#include "gtest/gtest.h" -#include "absl/strings/string_view.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/pcp_manager.h b/cpp/core/internal/pcp_manager.h index 16708d62..5c8dd8a9 100644 --- a/cpp/core/internal/pcp_manager.h +++ b/cpp/core/internal/pcp_manager.h @@ -17,6 +17,7 @@ #include +#include "absl/container/flat_hash_map.h" #include "core/internal/base_pcp_handler.h" #include "core/internal/bwu_manager.h" #include "core/internal/client_proxy.h" @@ -29,7 +30,6 @@ #include "core/status.h" #include "core/strategy.h" #include "platform/public/atomic_boolean.h" -#include "absl/container/flat_hash_map.h" namespace location { namespace nearby { @@ -59,8 +59,7 @@ class PcpManager { DiscoveryListener listener); void StopDiscovery(ClientProxy* client); - void InjectEndpoint(ClientProxy* client, - const std::string& service_id, + void InjectEndpoint(ClientProxy* client, const std::string& service_id, const OutOfBandConnectionMetadata& metadata); Status RequestConnection(ClientProxy* client, const string& endpoint_id, diff --git a/cpp/core/internal/pcp_manager_test.cc b/cpp/core/internal/pcp_manager_test.cc index 3d628ab6..fd703d16 100644 --- a/cpp/core/internal/pcp_manager_test.cc +++ b/cpp/core/internal/pcp_manager_test.cc @@ -17,14 +17,14 @@ #include #include +#include "gmock/gmock.h" +#include "gtest/gtest.h" +#include "absl/time/time.h" #include "core/internal/endpoint_channel_manager.h" #include "core/internal/simulation_user.h" #include "core/options.h" #include "platform/base/medium_environment.h" #include "platform/public/count_down_latch.h" -#include "gmock/gmock.h" -#include "gtest/gtest.h" -#include "absl/time/time.h" namespace location { namespace nearby { @@ -160,15 +160,13 @@ INSTANTIATE_TEST_SUITE_P(ParametrisedPcpManagerTest, PcpManagerTest, // Note: Not parameterized because InjectEndpoint only works over Bluetooth. TEST_F(PcpManagerTest, InjectEndpoint) { env_.Start(); - SimulationUser user_a(kDeviceA, - BooleanMediumSelector{.bluetooth = true}); + SimulationUser user_a(kDeviceA, BooleanMediumSelector{.bluetooth = true}); user_a.StartDiscovery(kServiceId, /*latch=*/nullptr); - user_a.InjectEndpoint( - kServiceId, - OutOfBandConnectionMetadata{ - .medium = Medium::BLUETOOTH, - .remote_bluetooth_mac_address = ByteArray(kFakeMacAddress), - }); + user_a.InjectEndpoint(kServiceId, OutOfBandConnectionMetadata{ + .medium = Medium::BLUETOOTH, + .remote_bluetooth_mac_address = + ByteArray(kFakeMacAddress), + }); user_a.Stop(); env_.Stop(); } diff --git a/cpp/core/internal/service_controller_router.cc b/cpp/core/internal/service_controller_router.cc index e21e7ae7..124ded85 100644 --- a/cpp/core/internal/service_controller_router.cc +++ b/cpp/core/internal/service_controller_router.cc @@ -19,6 +19,8 @@ #include #include +#include "absl/memory/memory.h" +#include "absl/time/clock.h" #include "core/internal/client_proxy.h" #include "core/listeners.h" #include "core/options.h" @@ -26,8 +28,6 @@ #include "core/payload.h" #include "platform/base/feature_flags.h" #include "platform/public/logging.h" -#include "absl/memory/memory.h" -#include "absl/time/clock.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/service_controller_router.h b/cpp/core/internal/service_controller_router.h index 62f070f3..cf4e508a 100644 --- a/cpp/core/internal/service_controller_router.h +++ b/cpp/core/internal/service_controller_router.h @@ -19,15 +19,15 @@ #include #include +#include "absl/container/flat_hash_set.h" +#include "absl/strings/string_view.h" +#include "absl/types/span.h" #include "core/internal/client_proxy.h" #include "core/internal/service_controller.h" #include "core/options.h" #include "core/params.h" #include "platform/base/runnable.h" #include "platform/public/single_thread_executor.h" -#include "absl/container/flat_hash_set.h" -#include "absl/strings/string_view.h" -#include "absl/types/span.h" namespace location { namespace nearby { @@ -70,8 +70,7 @@ class ServiceControllerRouter { const ResultCallback& callback); void StopDiscovery(ClientProxy* client, const ResultCallback& callback); - void InjectEndpoint(ClientProxy* client, - absl::string_view service_id, + void InjectEndpoint(ClientProxy* client, absl::string_view service_id, const OutOfBandConnectionMetadata& metadata, const ResultCallback& callback); diff --git a/cpp/core/internal/service_controller_router_test.cc b/cpp/core/internal/service_controller_router_test.cc index beb2c2e3..f0f4942f 100644 --- a/cpp/core/internal/service_controller_router_test.cc +++ b/cpp/core/internal/service_controller_router_test.cc @@ -19,6 +19,11 @@ #include #include +#include "gmock/gmock.h" +#include "gtest/gtest.h" +#include "absl/container/flat_hash_set.h" +#include "absl/time/clock.h" +#include "absl/types/span.h" #include "core/internal/client_proxy.h" #include "core/internal/mock_service_controller.h" #include "core/internal/service_controller.h" @@ -29,11 +34,6 @@ #include "platform/public/condition_variable.h" #include "platform/public/mutex.h" #include "platform/public/mutex_lock.h" -#include "gmock/gmock.h" -#include "gtest/gtest.h" -#include "absl/container/flat_hash_set.h" -#include "absl/time/clock.h" -#include "absl/types/span.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/simulation_user.cc b/cpp/core/internal/simulation_user.cc index 5c57a3d5..afeab134 100644 --- a/cpp/core/internal/simulation_user.cc +++ b/cpp/core/internal/simulation_user.cc @@ -14,10 +14,10 @@ #include "core/internal/simulation_user.h" +#include "absl/functional/bind_front.h" #include "core/listeners.h" #include "platform/public/count_down_latch.h" #include "platform/public/system_clock.h" -#include "absl/functional/bind_front.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/simulation_user.h b/cpp/core/internal/simulation_user.h index 98522921..6e62a6be 100644 --- a/cpp/core/internal/simulation_user.h +++ b/cpp/core/internal/simulation_user.h @@ -17,6 +17,7 @@ #include +#include "gtest/gtest.h" #include "core/internal/bwu_manager.h" #include "core/internal/client_proxy.h" #include "core/internal/endpoint_channel_manager.h" @@ -29,7 +30,6 @@ #include "platform/public/condition_variable.h" #include "platform/public/count_down_latch.h" #include "platform/public/future.h" -#include "gtest/gtest.h" // Test-only class to help run end-to-end simulations for nearby connections // protocol. diff --git a/cpp/core/internal/webrtc_bwu_handler.cc b/cpp/core/internal/webrtc_bwu_handler.cc index d4ca9e39..d36f1e9e 100644 --- a/cpp/core/internal/webrtc_bwu_handler.cc +++ b/cpp/core/internal/webrtc_bwu_handler.cc @@ -16,12 +16,12 @@ #include +#include "absl/functional/bind_front.h" #include "core/internal/client_proxy.h" #include "core/internal/mediums/utils.h" #include "core/internal/mediums/webrtc/peer_id.h" #include "core/internal/offline_frames.h" #include "core/internal/webrtc_endpoint_channel.h" -#include "absl/functional/bind_front.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/webrtc_endpoint_channel.cc b/cpp/core/internal/webrtc_endpoint_channel.cc index dba671d8..18d7c701 100644 --- a/cpp/core/internal/webrtc_endpoint_channel.cc +++ b/cpp/core/internal/webrtc_endpoint_channel.cc @@ -28,9 +28,7 @@ proto::connections::Medium WebRtcEndpointChannel::GetMedium() const { return proto::connections::Medium::WEB_RTC; } -void WebRtcEndpointChannel::CloseImpl() { - webrtc_socket_.Close(); -} +void WebRtcEndpointChannel::CloseImpl() { webrtc_socket_.Close(); } } // namespace connections } // namespace nearby diff --git a/cpp/core/internal/wifi_lan_bwu_handler.cc b/cpp/core/internal/wifi_lan_bwu_handler.cc index 43976360..faa4fbd7 100644 --- a/cpp/core/internal/wifi_lan_bwu_handler.cc +++ b/cpp/core/internal/wifi_lan_bwu_handler.cc @@ -17,12 +17,12 @@ #include #include +#include "absl/functional/bind_front.h" #include "core/internal/client_proxy.h" #include "core/internal/mediums/utils.h" #include "core/internal/offline_frames.h" #include "core/internal/wifi_lan_endpoint_channel.h" #include "platform/public/wifi_lan.h" -#include "absl/functional/bind_front.h" namespace location { namespace nearby { @@ -154,4 +154,3 @@ void WifiLanBwuHandler::OnIncomingWifiLanConnection( } // namespace connections } // namespace nearby } // namespace location - diff --git a/cpp/core/internal/wifi_lan_endpoint_channel.h b/cpp/core/internal/wifi_lan_endpoint_channel.h index 38459c81..673b3b00 100644 --- a/cpp/core/internal/wifi_lan_endpoint_channel.h +++ b/cpp/core/internal/wifi_lan_endpoint_channel.h @@ -25,8 +25,7 @@ namespace connections { class WifiLanEndpointChannel final : public BaseEndpointChannel { public: // Creates both outgoing and incoming WifiLan channels. - WifiLanEndpointChannel(const std::string& channel_name, - WifiLanSocket socket); + WifiLanEndpointChannel(const std::string& channel_name, WifiLanSocket socket); proto::connections::Medium GetMedium() const override; diff --git a/cpp/core/internal/wifi_lan_service_info.cc b/cpp/core/internal/wifi_lan_service_info.cc index bb07b1d0..98a82f50 100644 --- a/cpp/core/internal/wifi_lan_service_info.cc +++ b/cpp/core/internal/wifi_lan_service_info.cc @@ -19,10 +19,10 @@ #include #include +#include "absl/strings/str_cat.h" #include "platform/base/base64_utils.h" #include "platform/base/base_input_stream.h" #include "platform/public/logging.h" -#include "absl/strings/str_cat.h" namespace location { namespace nearby { diff --git a/cpp/core/internal/wifi_lan_service_info.h b/cpp/core/internal/wifi_lan_service_info.h index 27557831..943fe51d 100644 --- a/cpp/core/internal/wifi_lan_service_info.h +++ b/cpp/core/internal/wifi_lan_service_info.h @@ -17,11 +17,11 @@ #include +#include "absl/strings/string_view.h" #include "core/internal/base_pcp_handler.h" #include "core/internal/pcp.h" #include "platform/base/byte_array.h" #include "platform/base/nsd_service_info.h" -#include "absl/strings/string_view.h" namespace location { namespace nearby { @@ -48,8 +48,7 @@ class WifiLanServiceInfo { WifiLanServiceInfo(Version version, Pcp pcp, absl::string_view endpoint_id, const ByteArray& service_id_hash, const ByteArray& endpoint_info, - const ByteArray& uwb_address, - WebRtcState web_rtc_state); + const ByteArray& uwb_address, WebRtcState web_rtc_state); // Constructs WifiLanServiceInfo through NsdServiceInfo. explicit WifiLanServiceInfo(const NsdServiceInfo& nsd_service_info); diff --git a/cpp/core/internal/wifi_lan_service_info_test.cc b/cpp/core/internal/wifi_lan_service_info_test.cc index bc4e4c06..77fec6b8 100644 --- a/cpp/core/internal/wifi_lan_service_info_test.cc +++ b/cpp/core/internal/wifi_lan_service_info_test.cc @@ -17,9 +17,9 @@ #include #include +#include "gtest/gtest.h" #include "platform/base/base64_utils.h" #include "platform/base/nsd_service_info.h" -#include "gtest/gtest.h" namespace location { namespace nearby { @@ -38,13 +38,9 @@ constexpr WebRtcState kWebRtcState = WebRtcState::kConnectable; TEST(WifiLanServiceInfoTest, ConstructionWorks) { ByteArray service_id_hash{std::string(kServiceIDHashBytes)}; ByteArray endpoint_info{std::string(kEndPointName)}; - WifiLanServiceInfo wifi_lan_service_info{kVersion, - kPcp, - kEndPointID, - service_id_hash, - endpoint_info, - ByteArray{}, - kWebRtcState}; + WifiLanServiceInfo wifi_lan_service_info{ + kVersion, kPcp, kEndPointID, service_id_hash, + endpoint_info, ByteArray{}, kWebRtcState}; EXPECT_TRUE(wifi_lan_service_info.IsValid()); EXPECT_EQ(kPcp, wifi_lan_service_info.GetPcp()); @@ -57,13 +53,9 @@ TEST(WifiLanServiceInfoTest, ConstructionWorks) { TEST(WifiLanServiceInfoTest, ConstructionFromSerializedStringWorks) { ByteArray service_id_hash{std::string(kServiceIDHashBytes)}; ByteArray endpoint_info{std::string(kEndPointName)}; - WifiLanServiceInfo org_wifi_lan_service_info{kVersion, - kPcp, - kEndPointID, - service_id_hash, - endpoint_info, - ByteArray{}, - kWebRtcState}; + WifiLanServiceInfo org_wifi_lan_service_info{ + kVersion, kPcp, kEndPointID, service_id_hash, + endpoint_info, ByteArray{}, kWebRtcState}; NsdServiceInfo nsd_service_info{org_wifi_lan_service_info}; WifiLanServiceInfo wifi_lan_service_info{nsd_service_info}; @@ -82,13 +74,9 @@ TEST(WifiLanServiceInfoTest, ConstructionFailsWithBadVersion) { ByteArray service_id_hash{std::string(kServiceIDHashBytes)}; ByteArray endpoint_info{std::string(kEndPointName)}; - WifiLanServiceInfo wifi_lan_service_info{bad_version, - kPcp, - kEndPointID, - service_id_hash, - endpoint_info, - ByteArray{}, - kWebRtcState}; + WifiLanServiceInfo wifi_lan_service_info{ + bad_version, kPcp, kEndPointID, service_id_hash, + endpoint_info, ByteArray{}, kWebRtcState}; EXPECT_FALSE(wifi_lan_service_info.IsValid()); } @@ -98,13 +86,9 @@ TEST(WifiLanServiceInfoTest, ConstructionFailsWithBadPCP) { ByteArray service_id_hash{std::string(kServiceIDHashBytes)}; ByteArray endpoint_info{std::string(kEndPointName)}; - WifiLanServiceInfo wifi_lan_service_info{kVersion, - bad_pcp, - kEndPointID, - service_id_hash, - endpoint_info, - ByteArray{}, - kWebRtcState}; + WifiLanServiceInfo wifi_lan_service_info{ + kVersion, bad_pcp, kEndPointID, service_id_hash, + endpoint_info, ByteArray{}, kWebRtcState}; EXPECT_FALSE(wifi_lan_service_info.IsValid()); } @@ -114,13 +98,9 @@ TEST(WifiLanServiceInfoTest, ConstructionFailsWithShortEndpointId) { ByteArray service_id_hash{std::string(kServiceIDHashBytes)}; ByteArray endpoint_info{std::string(kEndPointName)}; - WifiLanServiceInfo wifi_lan_service_info{kVersion, - kPcp, - short_endpoint_id, - service_id_hash, - endpoint_info, - ByteArray{}, - kWebRtcState}; + WifiLanServiceInfo wifi_lan_service_info{ + kVersion, kPcp, short_endpoint_id, service_id_hash, + endpoint_info, ByteArray{}, kWebRtcState}; EXPECT_FALSE(wifi_lan_service_info.IsValid()); } @@ -130,13 +110,9 @@ TEST(WifiLanServiceInfoTest, ConstructionFailsWithLongEndpointId) { ByteArray service_id_hash{std::string(kServiceIDHashBytes)}; ByteArray endpoint_info{std::string(kEndPointName)}; - WifiLanServiceInfo wifi_lan_service_info{kVersion, - kPcp, - long_endpoint_id, - service_id_hash, - endpoint_info, - ByteArray{}, - kWebRtcState}; + WifiLanServiceInfo wifi_lan_service_info{ + kVersion, kPcp, long_endpoint_id, service_id_hash, + endpoint_info, ByteArray{}, kWebRtcState}; EXPECT_FALSE(wifi_lan_service_info.IsValid()); } @@ -146,13 +122,9 @@ TEST(WifiLanServiceInfoTest, ConstructionFailsWithShortServiceIdHash) { ByteArray short_service_id_hash{short_service_id_hash_bytes}; ByteArray endpoint_info{std::string(kEndPointName)}; - WifiLanServiceInfo wifi_lan_service_info{kVersion, - kPcp, - kEndPointID, - short_service_id_hash, - endpoint_info, - ByteArray{}, - kWebRtcState}; + WifiLanServiceInfo wifi_lan_service_info{ + kVersion, kPcp, kEndPointID, short_service_id_hash, + endpoint_info, ByteArray{}, kWebRtcState}; EXPECT_FALSE(wifi_lan_service_info.IsValid()); } @@ -162,13 +134,9 @@ TEST(WifiLanServiceInfoTest, ConstructionFailsWithLongServiceIdHash) { ByteArray long_service_id_hash{long_service_id_hash_bytes}; ByteArray endpoint_info{std::string(kEndPointName)}; - WifiLanServiceInfo wifi_lan_service_info{kVersion, - kPcp, - kEndPointID, - long_service_id_hash, - endpoint_info, - ByteArray{}, - kWebRtcState}; + WifiLanServiceInfo wifi_lan_service_info{ + kVersion, kPcp, kEndPointID, long_service_id_hash, + endpoint_info, ByteArray{}, kWebRtcState}; EXPECT_FALSE(wifi_lan_service_info.IsValid()); } @@ -190,13 +158,9 @@ TEST(WifiLanServiceInfoTest, ConstructionFailsWithLongEndpointInfoLength) { ByteArray service_id_hash{std::string(kServiceIDHashBytes)}; ByteArray long_endpoint_info(WifiLanServiceInfo::kMaxEndpointInfoLength + 1); - WifiLanServiceInfo wifi_lan_service_info{kVersion, - kPcp, - kEndPointID, - service_id_hash, - long_endpoint_info, - ByteArray{}, - kWebRtcState}; + WifiLanServiceInfo wifi_lan_service_info{ + kVersion, kPcp, kEndPointID, service_id_hash, + long_endpoint_info, ByteArray{}, kWebRtcState}; EXPECT_FALSE(wifi_lan_service_info.IsValid()); } diff --git a/cpp/core/options.h b/cpp/core/options.h index c0baba9a..a6b65289 100644 --- a/cpp/core/options.h +++ b/cpp/core/options.h @@ -17,9 +17,9 @@ #include +#include "proto/connections_enums.pb.h" #include "core/strategy.h" #include "platform/base/byte_array.h" -#include "proto/connections_enums.pb.h" namespace location { namespace nearby { @@ -131,8 +131,7 @@ struct ConnectionOptions { // Normal connections (i.e., not out-of-band) connections can specify // multiple mediums. If none are specified, default to allowing all mediums. - if (!allowed.Any(true)) - result.allowed.SetAll(true); + if (!allowed.Any(true)) result.allowed.SetAll(true); return result; } std::vector GetMediums() const { return allowed.GetMediums(true); } diff --git a/cpp/core/payload.h b/cpp/core/payload.h index 7eae23aa..9a93e4bc 100644 --- a/cpp/core/payload.h +++ b/cpp/core/payload.h @@ -20,13 +20,13 @@ #include #include +#include "absl/types/variant.h" #include "platform/base/byte_array.h" #include "platform/base/input_stream.h" #include "platform/base/payload_id.h" #include "platform/base/prng.h" #include "platform/public/file.h" #include "platform/public/logging.h" -#include "absl/types/variant.h" namespace location { namespace nearby { diff --git a/cpp/core/payload_test.cc b/cpp/core/payload_test.cc index 8a4ce580..f6d54c76 100644 --- a/cpp/core/payload_test.cc +++ b/cpp/core/payload_test.cc @@ -17,12 +17,12 @@ #include #include +#include "gmock/gmock.h" +#include "gtest/gtest.h" #include "platform/base/byte_array.h" #include "platform/base/input_stream.h" #include "platform/public/file.h" #include "platform/public/pipe.h" -#include "gmock/gmock.h" -#include "gtest/gtest.h" namespace location { namespace nearby { @@ -62,14 +62,13 @@ TEST(PayloadTest, SupportsStreamType) { constexpr size_t kOffset = 1234456; auto pipe = std::make_shared(); - Payload payload( - [streamable = pipe]() -> InputStream& { - // For some reason, linter warns us that we return a dangling reference. - // This is not true: we return a reference to internal variable of a - // shared_ptr which remains valid while Payload is valid, since - // shared_ptr is captured by value. - return streamable->GetInputStream(); // NOLINT - }); + Payload payload([streamable = pipe]() -> InputStream& { + // For some reason, linter warns us that we return a dangling reference. + // This is not true: we return a reference to internal variable of a + // shared_ptr which remains valid while Payload is valid, since + // shared_ptr is captured by value. + return streamable->GetInputStream(); // NOLINT + }); payload.SetOffset(kOffset); EXPECT_EQ(payload.GetType(), Payload::Type::kStream); diff --git a/cpp/core/status.h b/cpp/core/status.h index ae72d138..4fef2ad1 100644 --- a/cpp/core/status.h +++ b/cpp/core/status.h @@ -42,7 +42,7 @@ struct Status { kWifiLanError, kPayloadUnknown, }; - Value value {kError}; + Value value{kError}; bool Ok() const { return value == kSuccess; } }; @@ -50,9 +50,7 @@ inline bool operator==(const Status& a, const Status& b) { return a.value == b.value; } -inline bool operator!=(const Status& a, const Status& b) { - return !(a == b); -} +inline bool operator!=(const Status& a, const Status& b) { return !(a == b); } } // namespace connections } // namespace nearby diff --git a/cpp/core/strategy.cc b/cpp/core/strategy.cc index 8e46463e..f42e3f74 100644 --- a/cpp/core/strategy.cc +++ b/cpp/core/strategy.cc @@ -27,12 +27,10 @@ const Strategy Strategy::kP2pStar{Strategy::ConnectionType::kPointToPoint, const Strategy Strategy::kP2pPointToPoint{ Strategy::ConnectionType::kPointToPoint, Strategy::TopologyType::kOneToOne}; -bool Strategy::IsNone() const { - return *this == kNone; -} +bool Strategy::IsNone() const { return *this == kNone; } bool Strategy::IsValid() const { - return *this == kP2pStar || *this == kP2pCluster || *this ==kP2pPointToPoint; + return *this == kP2pStar || *this == kP2pCluster || *this == kP2pPointToPoint; } std::string Strategy::GetName() const { diff --git a/cpp/core/strategy.h b/cpp/core/strategy.h index 3788b250..c3a4f55b 100644 --- a/cpp/core/strategy.h +++ b/cpp/core/strategy.h @@ -43,9 +43,7 @@ class Strategy { // Returns a string representing given strategy, for every valid strategy. std::string GetName() const; // Undefine strategy. - void Clear() { - *this = kNone; - } + void Clear() { *this = kNone; } friend bool operator==(const Strategy& lhs, const Strategy& rhs); friend bool operator!=(const Strategy& lhs, const Strategy& rhs); diff --git a/cpp/platform/api/BUILD b/cpp/platform/api/BUILD index 0eee7e0c..4937a80f 100644 --- a/cpp/platform/api/BUILD +++ b/cpp/platform/api/BUILD @@ -1,3 +1,4 @@ +licenses(["notice"]) # Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -40,10 +41,10 @@ cc_library( "//platform/public:__pkg__", ], deps = [ - "//platform/base", "//absl/base:core_headers", "//absl/strings", "//absl/time", + "//platform/base", ], ) @@ -67,10 +68,10 @@ cc_library( ], deps = [ "//proto/connections:offline_wire_formats_portable_proto", - "//platform/base", - "//platform/base:cancellation_flag", "//absl/strings", "//absl/types:optional", + "//platform/base", + "//platform/base:cancellation_flag", "//webrtc/api:libjingle_peerconnection_api", ], ) @@ -89,7 +90,7 @@ cc_library( deps = [ ":comm", ":types", - "//platform/base", "//absl/strings", + "//platform/base", ], ) diff --git a/cpp/platform/api/ble_v2.h b/cpp/platform/api/ble_v2.h index a82ca328..24ee7650 100644 --- a/cpp/platform/api/ble_v2.h +++ b/cpp/platform/api/ble_v2.h @@ -22,10 +22,10 @@ #include #include -#include "platform/base/byte_array.h" -#include "platform/base/exception.h" #include "absl/strings/string_view.h" #include "absl/types/optional.h" +#include "platform/base/byte_array.h" +#include "platform/base/exception.h" namespace location { namespace nearby { diff --git a/cpp/platform/api/condition_variable.h b/cpp/platform/api/condition_variable.h index 2bac6a85..a60f8137 100644 --- a/cpp/platform/api/condition_variable.h +++ b/cpp/platform/api/condition_variable.h @@ -15,8 +15,8 @@ #ifndef PLATFORM_API_CONDITION_VARIABLE_H_ #define PLATFORM_API_CONDITION_VARIABLE_H_ -#include "platform/base/exception.h" #include "absl/time/clock.h" +#include "platform/base/exception.h" namespace location { namespace nearby { diff --git a/cpp/platform/api/count_down_latch.h b/cpp/platform/api/count_down_latch.h index 5ae9576f..9af3b9a8 100644 --- a/cpp/platform/api/count_down_latch.h +++ b/cpp/platform/api/count_down_latch.h @@ -17,8 +17,8 @@ #include -#include "platform/base/exception.h" #include "absl/time/time.h" +#include "platform/base/exception.h" namespace location { namespace nearby { diff --git a/cpp/platform/api/crypto.h b/cpp/platform/api/crypto.h index 241a7a4a..365e1f84 100644 --- a/cpp/platform/api/crypto.h +++ b/cpp/platform/api/crypto.h @@ -15,8 +15,8 @@ #ifndef PLATFORM_API_CRYPTO_H_ #define PLATFORM_API_CRYPTO_H_ -#include "platform/base/byte_array.h" #include "absl/strings/string_view.h" +#include "platform/base/byte_array.h" namespace location { namespace nearby { diff --git a/cpp/platform/api/future.h b/cpp/platform/api/future.h index 5549a8b1..bf423c79 100644 --- a/cpp/platform/api/future.h +++ b/cpp/platform/api/future.h @@ -15,8 +15,8 @@ #ifndef PLATFORM_API_FUTURE_H_ #define PLATFORM_API_FUTURE_H_ -#include "platform/base/exception.h" #include "absl/time/clock.h" +#include "platform/base/exception.h" namespace location { namespace nearby { diff --git a/cpp/platform/api/listenable_future.h b/cpp/platform/api/listenable_future.h index 7bf7f171..17911f47 100644 --- a/cpp/platform/api/listenable_future.h +++ b/cpp/platform/api/listenable_future.h @@ -35,8 +35,7 @@ class ListenableFuture : public Future { public: ~ListenableFuture() override = default; - virtual void AddListener(Runnable runnable, - Executor* executor) = 0; + virtual void AddListener(Runnable runnable, Executor* executor) = 0; }; } // namespace api diff --git a/cpp/platform/api/mutex.h b/cpp/platform/api/mutex.h index 75824d2e..19c11adc 100644 --- a/cpp/platform/api/mutex.h +++ b/cpp/platform/api/mutex.h @@ -45,7 +45,7 @@ class ABSL_LOCKABLE Mutex { virtual ~Mutex() {} virtual void Lock() ABSL_EXCLUSIVE_LOCK_FUNCTION() = 0; - virtual void Unlock() ABSL_UNLOCK_FUNCTION() = 0; + virtual void Unlock() ABSL_UNLOCK_FUNCTION() = 0; }; } // namespace api diff --git a/cpp/platform/api/platform.h b/cpp/platform/api/platform.h index 266e9bab..6cf54cae 100644 --- a/cpp/platform/api/platform.h +++ b/cpp/platform/api/platform.h @@ -19,6 +19,7 @@ #include #include +#include "absl/strings/string_view.h" #include "platform/api/atomic_boolean.h" #include "platform/api/atomic_reference.h" #include "platform/api/ble.h" @@ -41,7 +42,6 @@ #include "platform/api/wifi.h" #include "platform/api/wifi_lan.h" #include "platform/base/payload_id.h" -#include "absl/strings/string_view.h" namespace location { namespace nearby { diff --git a/cpp/platform/api/scheduled_executor.h b/cpp/platform/api/scheduled_executor.h index 7342b580..0a5f4843 100644 --- a/cpp/platform/api/scheduled_executor.h +++ b/cpp/platform/api/scheduled_executor.h @@ -19,10 +19,10 @@ #include #include +#include "absl/time/time.h" #include "platform/api/cancelable.h" #include "platform/api/executor.h" #include "platform/base/runnable.h" -#include "absl/time/time.h" namespace location { namespace nearby { diff --git a/cpp/platform/api/server_sync.h b/cpp/platform/api/server_sync.h index 234c1886..16861c57 100644 --- a/cpp/platform/api/server_sync.h +++ b/cpp/platform/api/server_sync.h @@ -17,8 +17,8 @@ #include -#include "platform/base/byte_array.h" #include "absl/strings/string_view.h" +#include "platform/base/byte_array.h" namespace location { namespace nearby { diff --git a/cpp/platform/api/system_clock.h b/cpp/platform/api/system_clock.h index 9b927515..a4caadaa 100644 --- a/cpp/platform/api/system_clock.h +++ b/cpp/platform/api/system_clock.h @@ -15,8 +15,8 @@ #ifndef PLATFORM_API_SYSTEM_CLOCK_H_ #define PLATFORM_API_SYSTEM_CLOCK_H_ -#include "platform/base/exception.h" #include "absl/time/clock.h" +#include "platform/base/exception.h" namespace location { namespace nearby { diff --git a/cpp/platform/api/webrtc.h b/cpp/platform/api/webrtc.h index 020d6764..87f1afd3 100644 --- a/cpp/platform/api/webrtc.h +++ b/cpp/platform/api/webrtc.h @@ -20,8 +20,8 @@ #include #include "proto/connections/offline_wire_formats.pb.h" -#include "platform/base/byte_array.h" #include "absl/strings/string_view.h" +#include "platform/base/byte_array.h" #include "webrtc/api/peer_connection_interface.h" namespace location { diff --git a/cpp/platform/api/wifi_lan.h b/cpp/platform/api/wifi_lan.h index e4ae202b..5e5b9fe6 100644 --- a/cpp/platform/api/wifi_lan.h +++ b/cpp/platform/api/wifi_lan.h @@ -17,13 +17,13 @@ #include +#include "absl/strings/string_view.h" #include "platform/base/byte_array.h" #include "platform/base/cancellation_flag.h" #include "platform/base/input_stream.h" #include "platform/base/listeners.h" #include "platform/base/nsd_service_info.h" #include "platform/base/output_stream.h" -#include "absl/strings/string_view.h" namespace location { namespace nearby { diff --git a/cpp/platform/base/BUILD b/cpp/platform/base/BUILD index d8931c0b..db3af64c 100644 --- a/cpp/platform/base/BUILD +++ b/cpp/platform/base/BUILD @@ -1,3 +1,6 @@ +load("//ads/util/non_compile:non_compile.bzl", "cc_with_non_compile_test") + +licenses(["notice"]) # Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -12,8 +15,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -load("//ads/util/non_compile:non_compile.bzl", "cc_with_non_compile_test") - cc_library( name = "base", srcs = [ @@ -75,9 +76,9 @@ cc_library( ], deps = [ ":base", - "//platform/api:types", "//absl/base:core_headers", "//absl/strings:str_format", + "//platform/api:types", ], ) @@ -137,10 +138,10 @@ cc_library( deps = [ ":base", ":logging", - "//platform/api:comm", - "//platform/public:types", "//absl/container:flat_hash_map", "//absl/strings", + "//platform/api:comm", + "//platform/public:types", ], ) @@ -155,8 +156,8 @@ cc_test( deps = [ ":base", ":test_util", - "//platform/impl/g3", # build_cleaner: keep "//testing/base/public:gunit_main", + "//platform/impl/g3", # build_cleaner: keep ], ) @@ -181,8 +182,8 @@ cc_test( ":base", ":cancellation_flag", ":test_util", - "//platform/impl/g3", # build_cleaner: keep "//testing/base/public:gunit_main", + "//platform/impl/g3", # build_cleaner: keep ], ) diff --git a/cpp/platform/base/base64_utils.cc b/cpp/platform/base/base64_utils.cc index f985d73d..a8e1e86b 100644 --- a/cpp/platform/base/base64_utils.cc +++ b/cpp/platform/base/base64_utils.cc @@ -14,8 +14,8 @@ #include "platform/base/base64_utils.h" -#include "platform/base/byte_array.h" #include "absl/strings/escaping.h" +#include "platform/base/byte_array.h" namespace location { namespace nearby { diff --git a/cpp/platform/base/base64_utils.h b/cpp/platform/base/base64_utils.h index 997d035d..656ef895 100644 --- a/cpp/platform/base/base64_utils.h +++ b/cpp/platform/base/base64_utils.h @@ -15,8 +15,8 @@ #ifndef PLATFORM_BASE_BASE64_UTILS_H_ #define PLATFORM_BASE_BASE64_UTILS_H_ -#include "platform/base/byte_array.h" #include "absl/strings/string_view.h" +#include "platform/base/byte_array.h" namespace location { namespace nearby { diff --git a/cpp/platform/base/base_mutex_lock.h b/cpp/platform/base/base_mutex_lock.h index 8f1612b5..c5a8f51e 100644 --- a/cpp/platform/base/base_mutex_lock.h +++ b/cpp/platform/base/base_mutex_lock.h @@ -15,8 +15,8 @@ #ifndef PLATFORM_BASE_BASE_MUTEX_LOCK_H_ #define PLATFORM_BASE_BASE_MUTEX_LOCK_H_ -#include "platform/api/mutex.h" #include "absl/base/thread_annotations.h" +#include "platform/api/mutex.h" namespace location { namespace nearby { diff --git a/cpp/platform/base/base_pipe.h b/cpp/platform/base/base_pipe.h index 95ea71cc..88d0b756 100644 --- a/cpp/platform/base/base_pipe.h +++ b/cpp/platform/base/base_pipe.h @@ -19,13 +19,13 @@ #include #include +#include "absl/base/thread_annotations.h" #include "platform/api/condition_variable.h" #include "platform/api/mutex.h" #include "platform/base/byte_array.h" #include "platform/base/exception.h" #include "platform/base/input_stream.h" #include "platform/base/output_stream.h" -#include "absl/base/thread_annotations.h" namespace location { namespace nearby { @@ -80,9 +80,7 @@ class BasePipe { ExceptionOr Read(std::int64_t size) override { return pipe_->Read(size); } - Exception Close() override { - return DoClose(); - } + Exception Close() override { return DoClose(); } private: Exception DoClose() { @@ -100,9 +98,7 @@ class BasePipe { return pipe_->Write(data); } Exception Flush() override { return {Exception::kSuccess}; } - Exception Close() override { - return DoClose(); - } + Exception Close() override { return DoClose(); } private: Exception DoClose() { diff --git a/cpp/platform/base/bluetooth_utils.h b/cpp/platform/base/bluetooth_utils.h index 92ef6b42..11134509 100644 --- a/cpp/platform/base/bluetooth_utils.h +++ b/cpp/platform/base/bluetooth_utils.h @@ -15,8 +15,8 @@ #ifndef PLATFORM_BASE_BLUETOOTH_UTILS_H_ #define PLATFORM_BASE_BLUETOOTH_UTILS_H_ -#include "platform/base/byte_array.h" #include "absl/strings/string_view.h" +#include "platform/base/byte_array.h" namespace location { namespace nearby { diff --git a/cpp/platform/base/bluetooth_utils_test.cc b/cpp/platform/base/bluetooth_utils_test.cc index 19d5b430..bff14ae2 100644 --- a/cpp/platform/base/bluetooth_utils_test.cc +++ b/cpp/platform/base/bluetooth_utils_test.cc @@ -24,8 +24,8 @@ constexpr char kBluetoothMacAddressBytes[] = {0x00, 0x00, 0xe6, 0x88, 0x64, 0x13}; TEST(BluetoothUtilsTest, ToStringWorks) { - ByteArray bt_mac_address_bytes{ - kBluetoothMacAddressBytes, sizeof(kBluetoothMacAddressBytes)}; + ByteArray bt_mac_address_bytes{kBluetoothMacAddressBytes, + sizeof(kBluetoothMacAddressBytes)}; auto bt_mac_address = BluetoothUtils::ToString(bt_mac_address_bytes); @@ -33,8 +33,8 @@ TEST(BluetoothUtilsTest, ToStringWorks) { } TEST(BluetoothUtilsTest, FromStringWorks) { - ByteArray bt_mac_address_bytes{ - kBluetoothMacAddressBytes, sizeof(kBluetoothMacAddressBytes)}; + ByteArray bt_mac_address_bytes{kBluetoothMacAddressBytes, + sizeof(kBluetoothMacAddressBytes)}; auto bt_mac_address_bytes_result = BluetoothUtils::FromString(kBluetoothMacAddress); diff --git a/cpp/platform/base/byte_utils.cc b/cpp/platform/base/byte_utils.cc index 07af0db5..931d09b9 100644 --- a/cpp/platform/base/byte_utils.cc +++ b/cpp/platform/base/byte_utils.cc @@ -16,8 +16,8 @@ #include -#include "platform/base/base_input_stream.h" #include "absl/strings/str_format.h" +#include "platform/base/base_input_stream.h" namespace location { namespace nearby { diff --git a/cpp/platform/base/byte_utils_test.cc b/cpp/platform/base/byte_utils_test.cc index 554a3f6b..41deee1e 100644 --- a/cpp/platform/base/byte_utils_test.cc +++ b/cpp/platform/base/byte_utils_test.cc @@ -14,8 +14,8 @@ #include "platform/base/byte_utils.h" -#include "platform/base/byte_array.h" #include "gtest/gtest.h" +#include "platform/base/byte_array.h" namespace location { namespace nearby { diff --git a/cpp/platform/base/cancellation_flag.cc b/cpp/platform/base/cancellation_flag.cc index 1d6b792a..6443a4c0 100644 --- a/cpp/platform/base/cancellation_flag.cc +++ b/cpp/platform/base/cancellation_flag.cc @@ -28,9 +28,7 @@ CancellationFlag::CancellationFlag(bool cancelled) { cancelled_ = cancelled; } -CancellationFlag::~CancellationFlag() { - listeners_.clear(); -} +CancellationFlag::~CancellationFlag() { listeners_.clear(); } void CancellationFlag::Cancel() { // Return immediately as no-op if feature flag is not enabled. diff --git a/cpp/platform/base/cancellation_flag_test.cc b/cpp/platform/base/cancellation_flag_test.cc index f5a55316..a8a2dcbd 100644 --- a/cpp/platform/base/cancellation_flag_test.cc +++ b/cpp/platform/base/cancellation_flag_test.cc @@ -16,11 +16,11 @@ #include +#include "gmock/gmock.h" +#include "gtest/gtest.h" #include "platform/base/cancellation_flag_listener.h" #include "platform/base/feature_flags.h" #include "platform/base/medium_environment.h" -#include "gmock/gmock.h" -#include "gtest/gtest.h" namespace location { namespace nearby { @@ -162,7 +162,7 @@ TEST(CancellationFlagTest, CancellationFlag::CancelListener cancel_callback = mock_cancel_callback.AsStdFunction(); - CancellationFlag::CancelListener *callback_pointer_1 = &cancel_callback; + CancellationFlag::CancelListener* callback_pointer_1 = &cancel_callback; auto callback_pointer_2 = std::make_unique(); *callback_pointer_2 = cancel_callback; diff --git a/cpp/platform/base/exception_test.cc b/cpp/platform/base/exception_test.cc index 8c498973..7916f06d 100644 --- a/cpp/platform/base/exception_test.cc +++ b/cpp/platform/base/exception_test.cc @@ -16,9 +16,9 @@ #include -#include "platform/base/exception_test.nc.h" #include "gmock/gmock.h" #include "gtest/gtest.h" +#include "platform/base/exception_test.nc.h" namespace location::nearby { diff --git a/cpp/platform/base/feature_flags_test.cc b/cpp/platform/base/feature_flags_test.cc index 075a75f4..42456e28 100644 --- a/cpp/platform/base/feature_flags_test.cc +++ b/cpp/platform/base/feature_flags_test.cc @@ -14,8 +14,8 @@ #include "platform/base/feature_flags.h" -#include "platform/base/medium_environment.h" #include "gtest/gtest.h" +#include "platform/base/medium_environment.h" namespace location { namespace nearby { diff --git a/cpp/platform/base/logging.h b/cpp/platform/base/logging.h index 8561e413..70d988b9 100644 --- a/cpp/platform/base/logging.h +++ b/cpp/platform/base/logging.h @@ -41,8 +41,7 @@ class LogMessageVoidify { // Severity enum conversion #define NEARBY_SEVERITY_VERBOSE \ location::nearby::api::LogMessage::Severity::kVerbose -#define NEARBY_SEVERITY_INFO \ - location::nearby::api::LogMessage::Severity::kInfo +#define NEARBY_SEVERITY_INFO location::nearby::api::LogMessage::Severity::kInfo #define NEARBY_SEVERITY_WARNING \ location::nearby::api::LogMessage::Severity::kWarning #define NEARBY_SEVERITY_ERROR \ diff --git a/cpp/platform/base/medium_environment.cc b/cpp/platform/base/medium_environment.cc index fb2bf51a..0ff5f746 100644 --- a/cpp/platform/base/medium_environment.cc +++ b/cpp/platform/base/medium_environment.cc @@ -457,17 +457,15 @@ void MediumEnvironment::RegisterWebRtcSignalingMessenger( absl::string_view self_id, OnSignalingMessageCallback message_callback, OnSignalingCompleteCallback complete_callback) { if (!enabled_) return; - RunOnMediumEnvironmentThread( - [this, self_id{std::string(self_id)}, - message_callback{std::move(message_callback)}, - complete_callback{std::move(complete_callback)}]() { - webrtc_signaling_message_callback_[self_id] = - std::move(message_callback); - webrtc_signaling_complete_callback_[self_id] = - std::move(complete_callback); - NEARBY_LOG(INFO, "Registered signaling message callback for id = %s", - self_id.c_str()); - }); + RunOnMediumEnvironmentThread([this, self_id{std::string(self_id)}, + message_callback{std::move(message_callback)}, + complete_callback{ + std::move(complete_callback)}]() { + webrtc_signaling_message_callback_[self_id] = std::move(message_callback); + webrtc_signaling_complete_callback_[self_id] = std::move(complete_callback); + NEARBY_LOG(INFO, "Registered signaling message callback for id = %s", + self_id.c_str()); + }); } void MediumEnvironment::UnregisterWebRtcSignalingMessenger( diff --git a/cpp/platform/base/medium_environment.h b/cpp/platform/base/medium_environment.h index 15eb0bec..0b47eada 100644 --- a/cpp/platform/base/medium_environment.h +++ b/cpp/platform/base/medium_environment.h @@ -17,6 +17,8 @@ #include +#include "absl/container/flat_hash_map.h" +#include "absl/strings/string_view.h" #include "platform/api/bluetooth_adapter.h" #include "platform/api/bluetooth_classic.h" #include "platform/api/webrtc.h" @@ -25,8 +27,6 @@ #include "platform/base/listeners.h" #include "platform/base/nsd_service_info.h" #include "platform/public/single_thread_executor.h" -#include "absl/container/flat_hash_map.h" -#include "absl/strings/string_view.h" namespace location { namespace nearby { diff --git a/cpp/platform/base/prng_test.cc b/cpp/platform/base/prng_test.cc index 4b6abdb8..ec15e4a4 100644 --- a/cpp/platform/base/prng_test.cc +++ b/cpp/platform/base/prng_test.cc @@ -79,13 +79,9 @@ TEST(PrngTest, ValidateLowerHalfOfInt64) { ValidateRandom(TestMode::kLowerHalfOfInt64); } -TEST(PrngTest, ValidateInt32) { - ValidateRandom(TestMode::kInt32); -} +TEST(PrngTest, ValidateInt32) { ValidateRandom(TestMode::kInt32); } -TEST(PrngTest, ValidateUint32) { - ValidateRandom(TestMode::kUint32); -} +TEST(PrngTest, ValidateUint32) { ValidateRandom(TestMode::kUint32); } } // namespace nearby } // namespace location diff --git a/cpp/platform/impl/g3/BUILD b/cpp/platform/impl/g3/BUILD index 50826f70..a8c60da8 100644 --- a/cpp/platform/impl/g3/BUILD +++ b/cpp/platform/impl/g3/BUILD @@ -1,3 +1,4 @@ +licenses(["notice"]) # Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -35,14 +36,14 @@ cc_library( visibility = ["//visibility:private"], deps = [ "//base", + "//absl/base:core_headers", + "//absl/synchronization", + "//absl/time", "//platform/api:platform", "//platform/api:types", "//platform/base", "//platform/base:util", "//platform/impl/shared:posix_mutex", - "//absl/base:core_headers", - "//absl/synchronization", - "//absl/time", "//thread", ], ) @@ -67,16 +68,16 @@ cc_library( visibility = ["//visibility:private"], deps = [ ":types", - "//platform/api:comm", - "//platform/base", - "//platform/base:cancellation_flag", - "//platform/base:logging", - "//platform/base:test_util", "//absl/base:core_headers", "//absl/container:flat_hash_map", "//absl/container:flat_hash_set", "//absl/strings", "//absl/synchronization", + "//platform/api:comm", + "//platform/base", + "//platform/base:cancellation_flag", + "//platform/base:logging", + "//platform/base:test_util", "//webrtc/api:create_peerconnection_factory", #buildcleaner: keep "//webrtc/api:libjingle_peerconnection_api", "//webrtc/api/task_queue:default_task_queue_factory", @@ -91,9 +92,9 @@ cc_library( ], visibility = ["//visibility:private"], deps = [ + "//absl/strings", "//platform/api:types", "//platform/base", - "//absl/strings", "//openssl:crypto", ], ) @@ -112,14 +113,14 @@ cc_library( ":comm", ":crypto", # build_cleaner: keep ":types", + "//absl/base:core_headers", + "//absl/memory", + "//absl/strings", + "//absl/time", "//platform/api:comm", "//platform/api:platform", "//platform/api:types", "//platform/base:test_util", "//platform/impl/shared:file", - "//absl/base:core_headers", - "//absl/memory", - "//absl/strings", - "//absl/time", ], ) diff --git a/cpp/platform/impl/g3/atomic_reference.h b/cpp/platform/impl/g3/atomic_reference.h index 523992b8..e854ffad 100644 --- a/cpp/platform/impl/g3/atomic_reference.h +++ b/cpp/platform/impl/g3/atomic_reference.h @@ -29,12 +29,8 @@ class AtomicUint32 : public api::AtomicUint32 { explicit AtomicUint32(std::int32_t value) : value_(value) {} ~AtomicUint32() override = default; - std::uint32_t Get() const override { - return value_; - } - void Set(std::uint32_t value) override { - value_ = value; - } + std::uint32_t Get() const override { return value_; } + void Set(std::uint32_t value) override { value_ = value; } private: std::atomic value_; diff --git a/cpp/platform/impl/g3/ble.cc b/cpp/platform/impl/g3/ble.cc index ecd9ac03..f08e46aa 100644 --- a/cpp/platform/impl/g3/ble.cc +++ b/cpp/platform/impl/g3/ble.cc @@ -18,11 +18,11 @@ #include #include +#include "absl/synchronization/mutex.h" #include "platform/api/ble.h" #include "platform/base/cancellation_flag_listener.h" #include "platform/base/logging.h" #include "platform/base/medium_environment.h" -#include "absl/synchronization/mutex.h" namespace location { namespace nearby { diff --git a/cpp/platform/impl/g3/ble.h b/cpp/platform/impl/g3/ble.h index dfa3d6fe..95954445 100644 --- a/cpp/platform/impl/g3/ble.h +++ b/cpp/platform/impl/g3/ble.h @@ -18,6 +18,10 @@ #include #include +#include "absl/container/flat_hash_map.h" +#include "absl/container/flat_hash_set.h" +#include "absl/strings/escaping.h" +#include "absl/synchronization/mutex.h" #include "platform/api/ble.h" #include "platform/base/byte_array.h" #include "platform/base/input_stream.h" @@ -26,10 +30,6 @@ #include "platform/impl/g3/bluetooth_classic.h" #include "platform/impl/g3/multi_thread_executor.h" #include "platform/impl/g3/pipe.h" -#include "absl/container/flat_hash_map.h" -#include "absl/container/flat_hash_set.h" -#include "absl/strings/escaping.h" -#include "absl/synchronization/mutex.h" namespace location { namespace nearby { @@ -68,8 +68,7 @@ class BleSocket : public api::BleSocket { // Returns valid BlePeripheral pointer if there is a connection, and // nullptr otherwise. - BlePeripheral* GetRemotePeripheral() override - ABSL_LOCKS_EXCLUDED(mutex_); + BlePeripheral* GetRemotePeripheral() override ABSL_LOCKS_EXCLUDED(mutex_); private: void DoClose() ABSL_EXCLUSIVE_LOCKS_REQUIRED(mutex_); @@ -90,7 +89,7 @@ class BleSocket : public api::BleSocket { // Output pipe is initialized by constructor, it remains always valid, until // it is closed. it represents output part of a local socket. Input part of a // local socket comes from the peer socket, after connection. - std::shared_ptr output_ {new Pipe}; + std::shared_ptr output_{new Pipe}; std::shared_ptr input_; mutable absl::Mutex mutex_; BlePeripheral* peripheral_; @@ -173,8 +172,8 @@ class BleMedium : public api::BleMedium { // Returns true once Ble socket connection requests to service_id can be // accepted. bool StartAcceptingConnections(const std::string& service_id, - AcceptedConnectionCallback callback) - override ABSL_LOCKS_EXCLUDED(mutex_); + AcceptedConnectionCallback callback) override + ABSL_LOCKS_EXCLUDED(mutex_); bool StopAcceptingConnections(const std::string& service_id) override ABSL_LOCKS_EXCLUDED(mutex_); @@ -184,8 +183,7 @@ class BleMedium : public api::BleMedium { // On error, returns nullptr. std::unique_ptr Connect( api::BlePeripheral& remote_peripheral, const std::string& service_id, - CancellationFlag* cancellation_flag) override - ABSL_LOCKS_EXCLUDED(mutex_); + CancellationFlag* cancellation_flag) override ABSL_LOCKS_EXCLUDED(mutex_); BluetoothAdapter& GetAdapter() { return *adapter_; } diff --git a/cpp/platform/impl/g3/bluetooth_adapter.h b/cpp/platform/impl/g3/bluetooth_adapter.h index 52f85b51..e95333bf 100644 --- a/cpp/platform/impl/g3/bluetooth_adapter.h +++ b/cpp/platform/impl/g3/bluetooth_adapter.h @@ -17,13 +17,13 @@ #include +#include "absl/base/thread_annotations.h" +#include "absl/strings/string_view.h" +#include "absl/synchronization/mutex.h" #include "platform/api/ble.h" #include "platform/api/bluetooth_adapter.h" #include "platform/api/bluetooth_classic.h" #include "platform/impl/g3/single_thread_executor.h" -#include "absl/base/thread_annotations.h" -#include "absl/strings/string_view.h" -#include "absl/synchronization/mutex.h" namespace location { namespace nearby { diff --git a/cpp/platform/impl/g3/bluetooth_classic.cc b/cpp/platform/impl/g3/bluetooth_classic.cc index 995b93a9..df8880c2 100644 --- a/cpp/platform/impl/g3/bluetooth_classic.cc +++ b/cpp/platform/impl/g3/bluetooth_classic.cc @@ -17,12 +17,12 @@ #include #include +#include "absl/synchronization/mutex.h" #include "platform/api/bluetooth_classic.h" #include "platform/base/cancellation_flag_listener.h" #include "platform/base/logging.h" #include "platform/base/medium_environment.h" #include "platform/impl/g3/bluetooth_adapter.h" -#include "absl/synchronization/mutex.h" namespace location { namespace nearby { diff --git a/cpp/platform/impl/g3/bluetooth_classic.h b/cpp/platform/impl/g3/bluetooth_classic.h index 393e4c50..9064547c 100644 --- a/cpp/platform/impl/g3/bluetooth_classic.h +++ b/cpp/platform/impl/g3/bluetooth_classic.h @@ -18,6 +18,9 @@ #include #include +#include "absl/container/flat_hash_map.h" +#include "absl/container/flat_hash_set.h" +#include "absl/synchronization/mutex.h" #include "platform/api/bluetooth_classic.h" #include "platform/base/byte_array.h" #include "platform/base/exception.h" @@ -26,9 +29,6 @@ #include "platform/base/output_stream.h" #include "platform/impl/g3/bluetooth_adapter.h" #include "platform/impl/g3/pipe.h" -#include "absl/container/flat_hash_map.h" -#include "absl/container/flat_hash_set.h" -#include "absl/synchronization/mutex.h" namespace location { namespace nearby { @@ -202,8 +202,7 @@ class BluetoothClassicMedium : public api::BluetoothClassicMedium { // On error, returns nullptr. std::unique_ptr ConnectToService( api::BluetoothDevice& remote_device, const std::string& service_uuid, - CancellationFlag* cancellation_flag) override - ABSL_LOCKS_EXCLUDED(mutex_); + CancellationFlag* cancellation_flag) override ABSL_LOCKS_EXCLUDED(mutex_); BluetoothAdapter& GetAdapter() { return *adapter_; } diff --git a/cpp/platform/impl/g3/condition_variable.h b/cpp/platform/impl/g3/condition_variable.h index a279f46f..a888a107 100644 --- a/cpp/platform/impl/g3/condition_variable.h +++ b/cpp/platform/impl/g3/condition_variable.h @@ -15,10 +15,10 @@ #ifndef PLATFORM_IMPL_G3_CONDITION_VARIABLE_H_ #define PLATFORM_IMPL_G3_CONDITION_VARIABLE_H_ +#include "absl/synchronization/mutex.h" #include "platform/api/condition_variable.h" #include "platform/base/exception.h" #include "platform/impl/g3/mutex.h" -#include "absl/synchronization/mutex.h" namespace location { namespace nearby { diff --git a/cpp/platform/impl/g3/count_down_latch.h b/cpp/platform/impl/g3/count_down_latch.h index 76338193..61aebb30 100644 --- a/cpp/platform/impl/g3/count_down_latch.h +++ b/cpp/platform/impl/g3/count_down_latch.h @@ -15,10 +15,10 @@ #ifndef PLATFORM_IMPL_G3_COUNT_DOWN_LATCH_H_ #define PLATFORM_IMPL_G3_COUNT_DOWN_LATCH_H_ -#include "platform/api/count_down_latch.h" #include "absl/base/thread_annotations.h" #include "absl/synchronization/mutex.h" #include "absl/time/clock.h" +#include "platform/api/count_down_latch.h" namespace location { namespace nearby { diff --git a/cpp/platform/impl/g3/crypto.cc b/cpp/platform/impl/g3/crypto.cc index ee4de663..a6e9ad20 100644 --- a/cpp/platform/impl/g3/crypto.cc +++ b/cpp/platform/impl/g3/crypto.cc @@ -17,8 +17,8 @@ #include #include -#include "platform/base/byte_array.h" #include "absl/strings/string_view.h" +#include "platform/base/byte_array.h" #include "openssl/digest.h" namespace location { diff --git a/cpp/platform/impl/g3/log_message.h b/cpp/platform/impl/g3/log_message.h index 8e03cbf1..600f075f 100644 --- a/cpp/platform/impl/g3/log_message.h +++ b/cpp/platform/impl/g3/log_message.h @@ -15,7 +15,7 @@ #ifndef PLATFORM_IMPL_G3_LOG_MESSAGE_H_ #define PLATFORM_IMPL_G3_LOG_MESSAGE_H_ -#include "base/logging.h" +#include "base/check.h" #include "platform/api/log_message.h" namespace location { diff --git a/cpp/platform/impl/g3/multi_thread_executor.h b/cpp/platform/impl/g3/multi_thread_executor.h index 82535591..aaba13f7 100644 --- a/cpp/platform/impl/g3/multi_thread_executor.h +++ b/cpp/platform/impl/g3/multi_thread_executor.h @@ -17,9 +17,9 @@ #include +#include "absl/time/clock.h" #include "platform/api/submittable_executor.h" #include "platform/impl/g3/count_down_latch.h" -#include "absl/time/clock.h" #include "thread/threadpool.h" namespace location { @@ -59,9 +59,7 @@ class MultiThreadExecutor : public api::SubmittableExecutor { bool InShutdown() const { return shutdown_; } private: - void DoShutdown() { - shutdown_ = true; - } + void DoShutdown() { shutdown_ = true; } std::atomic_bool shutdown_ = false; ThreadPool thread_pool_; }; diff --git a/cpp/platform/impl/g3/mutex.h b/cpp/platform/impl/g3/mutex.h index f447b563..65108af3 100644 --- a/cpp/platform/impl/g3/mutex.h +++ b/cpp/platform/impl/g3/mutex.h @@ -15,9 +15,9 @@ #ifndef PLATFORM_IMPL_G3_MUTEX_H_ #define PLATFORM_IMPL_G3_MUTEX_H_ +#include "absl/synchronization/mutex.h" #include "platform/api/mutex.h" #include "platform/impl/shared/posix_mutex.h" -#include "absl/synchronization/mutex.h" namespace location { namespace nearby { diff --git a/cpp/platform/impl/g3/pipe.h b/cpp/platform/impl/g3/pipe.h index ab27bb03..6485fff3 100644 --- a/cpp/platform/impl/g3/pipe.h +++ b/cpp/platform/impl/g3/pipe.h @@ -33,7 +33,7 @@ class Pipe : public BasePipe { Setup(std::move(mutex), std::move(cond)); } ~Pipe() override = default; - Pipe(Pipe &&) = delete; + Pipe(Pipe&&) = delete; Pipe& operator=(Pipe&&) = delete; }; diff --git a/cpp/platform/impl/g3/platform.cc b/cpp/platform/impl/g3/platform.cc index 9884ba73..4f721479 100644 --- a/cpp/platform/impl/g3/platform.cc +++ b/cpp/platform/impl/g3/platform.cc @@ -17,6 +17,10 @@ #include #include +#include "absl/base/integral_types.h" +#include "absl/memory/memory.h" +#include "absl/strings/str_cat.h" +#include "absl/time/time.h" #include "platform/api/atomic_boolean.h" #include "platform/api/atomic_reference.h" #include "platform/api/ble_v2.h" @@ -47,10 +51,6 @@ #include "platform/impl/g3/webrtc.h" #include "platform/impl/g3/wifi_lan.h" #include "platform/impl/shared/file.h" -#include "absl/base/integral_types.h" -#include "absl/memory/memory.h" -#include "absl/strings/str_cat.h" -#include "absl/time/time.h" namespace location { namespace nearby { @@ -82,8 +82,8 @@ ImplementationPlatform::CreateScheduledExecutor() { return absl::make_unique(); } -std::unique_ptr -ImplementationPlatform::CreateAtomicUint32(std::uint32_t value) { +std::unique_ptr ImplementationPlatform::CreateAtomicUint32( + std::uint32_t value) { return absl::make_unique(value); } diff --git a/cpp/platform/impl/g3/scheduled_executor.cc b/cpp/platform/impl/g3/scheduled_executor.cc index 480b5377..8f1828fa 100644 --- a/cpp/platform/impl/g3/scheduled_executor.cc +++ b/cpp/platform/impl/g3/scheduled_executor.cc @@ -17,9 +17,9 @@ #include #include +#include "absl/time/clock.h" #include "platform/api/cancelable.h" #include "platform/base/runnable.h" -#include "absl/time/clock.h" namespace location { namespace nearby { diff --git a/cpp/platform/impl/g3/scheduled_executor.h b/cpp/platform/impl/g3/scheduled_executor.h index 1b5b5e3d..bf8b8ba8 100644 --- a/cpp/platform/impl/g3/scheduled_executor.h +++ b/cpp/platform/impl/g3/scheduled_executor.h @@ -18,11 +18,11 @@ #include #include +#include "absl/time/clock.h" #include "platform/api/cancelable.h" #include "platform/api/scheduled_executor.h" #include "platform/base/runnable.h" #include "platform/impl/g3/single_thread_executor.h" -#include "absl/time/clock.h" #include "thread/threadpool.h" namespace location { @@ -34,9 +34,7 @@ namespace g3 { class ScheduledExecutor final : public api::ScheduledExecutor { public: ScheduledExecutor() = default; - ~ScheduledExecutor() override { - executor_.Shutdown(); - } + ~ScheduledExecutor() override { executor_.Shutdown(); } void Execute(Runnable&& runnable) override { executor_.Execute(std::move(runnable)); @@ -45,9 +43,8 @@ class ScheduledExecutor final : public api::ScheduledExecutor { absl::Duration delay) override; void Shutdown() override { executor_.Shutdown(); } - int GetTid(int index) const override { - return executor_.GetTid(index); - } + int GetTid(int index) const override { return executor_.GetTid(index); } + private: SingleThreadExecutor executor_; }; diff --git a/cpp/platform/impl/g3/system_clock.cc b/cpp/platform/impl/g3/system_clock.cc index 3f7411c4..cfa13a5e 100644 --- a/cpp/platform/impl/g3/system_clock.cc +++ b/cpp/platform/impl/g3/system_clock.cc @@ -14,8 +14,8 @@ #include "platform/api/system_clock.h" -#include "platform/base/exception.h" #include "absl/time/clock.h" +#include "platform/base/exception.h" namespace location { namespace nearby { diff --git a/cpp/platform/impl/g3/webrtc.cc b/cpp/platform/impl/g3/webrtc.cc index c02cde71..7394cd7e 100644 --- a/cpp/platform/impl/g3/webrtc.cc +++ b/cpp/platform/impl/g3/webrtc.cc @@ -50,9 +50,7 @@ void WebRtcSignalingMessenger::StopReceivingMessages() { WebRtcMedium::~WebRtcMedium() { single_thread_executor_.Shutdown(); } -const std::string WebRtcMedium::GetDefaultCountryCode() { - return "US"; -} +const std::string WebRtcMedium::GetDefaultCountryCode() { return "US"; } void WebRtcMedium::CreatePeerConnection( webrtc::PeerConnectionObserver* observer, PeerConnectionCallback callback) { diff --git a/cpp/platform/impl/g3/webrtc.h b/cpp/platform/impl/g3/webrtc.h index 14930f59..bacd0f51 100644 --- a/cpp/platform/impl/g3/webrtc.h +++ b/cpp/platform/impl/g3/webrtc.h @@ -17,9 +17,9 @@ #include +#include "absl/strings/string_view.h" #include "platform/api/webrtc.h" #include "platform/impl/g3/single_thread_executor.h" -#include "absl/strings/string_view.h" #include "webrtc/api/peer_connection_interface.h" namespace location { diff --git a/cpp/platform/impl/g3/wifi_lan.cc b/cpp/platform/impl/g3/wifi_lan.cc index 31b2732f..a98989f8 100644 --- a/cpp/platform/impl/g3/wifi_lan.cc +++ b/cpp/platform/impl/g3/wifi_lan.cc @@ -18,13 +18,13 @@ #include #include +#include "absl/synchronization/mutex.h" #include "platform/api/wifi_lan.h" #include "platform/base/cancellation_flag_listener.h" #include "platform/base/logging.h" #include "platform/base/medium_environment.h" #include "platform/base/nsd_service_info.h" #include "platform/base/prng.h" -#include "absl/synchronization/mutex.h" namespace location { namespace nearby { diff --git a/cpp/platform/impl/g3/wifi_lan.h b/cpp/platform/impl/g3/wifi_lan.h index bfa552e7..410f5009 100644 --- a/cpp/platform/impl/g3/wifi_lan.h +++ b/cpp/platform/impl/g3/wifi_lan.h @@ -19,6 +19,9 @@ #include #include +#include "absl/container/flat_hash_map.h" +#include "absl/container/flat_hash_set.h" +#include "absl/synchronization/mutex.h" #include "platform/api/wifi_lan.h" #include "platform/base/byte_array.h" #include "platform/base/input_stream.h" @@ -26,9 +29,6 @@ #include "platform/base/output_stream.h" #include "platform/impl/g3/multi_thread_executor.h" #include "platform/impl/g3/pipe.h" -#include "absl/container/flat_hash_map.h" -#include "absl/container/flat_hash_set.h" -#include "absl/synchronization/mutex.h" namespace location { namespace nearby { @@ -205,8 +205,7 @@ class WifiLanMedium : public api::WifiLanMedium { std::unique_ptr Connect( api::WifiLanService& remote_wifi_lan_service, const std::string& service_id, - CancellationFlag* cancellation_flag) override - ABSL_LOCKS_EXCLUDED(mutex_); + CancellationFlag* cancellation_flag) override ABSL_LOCKS_EXCLUDED(mutex_); api::WifiLanService* GetRemoteService(const std::string& ip_address, int port) override; diff --git a/cpp/platform/impl/shared/BUILD b/cpp/platform/impl/shared/BUILD index 2b85fa65..4d06d4df 100644 --- a/cpp/platform/impl/shared/BUILD +++ b/cpp/platform/impl/shared/BUILD @@ -1,3 +1,4 @@ +licenses(["notice"]) # Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -49,9 +50,9 @@ cc_library( "//platform/impl:__subpackages__", ], deps = [ + "//absl/strings", "//platform/api:types", "//platform/base", - "//absl/strings", ], ) @@ -61,8 +62,8 @@ cc_test( deps = [ ":file", "//file/util:temp_path", - "//platform/base", "//testing/base/public:gunit_main", "//absl/strings", + "//platform/base", ], ) diff --git a/cpp/platform/impl/shared/file.cc b/cpp/platform/impl/shared/file.cc index 1dc3727f..9c8571d5 100644 --- a/cpp/platform/impl/shared/file.cc +++ b/cpp/platform/impl/shared/file.cc @@ -17,8 +17,8 @@ #include #include -#include "platform/base/exception.h" #include "absl/strings/string_view.h" +#include "platform/base/exception.h" namespace location { namespace nearby { diff --git a/cpp/platform/impl/shared/file.h b/cpp/platform/impl/shared/file.h index 907eb394..21ed871c 100644 --- a/cpp/platform/impl/shared/file.h +++ b/cpp/platform/impl/shared/file.h @@ -18,10 +18,10 @@ #include #include +#include "absl/strings/string_view.h" #include "platform/api/input_file.h" #include "platform/api/output_file.h" #include "platform/base/exception.h" -#include "absl/strings/string_view.h" namespace location { namespace nearby { diff --git a/cpp/platform/impl/shared/file_test.cc b/cpp/platform/impl/shared/file_test.cc index 2241ff60..e1a55a81 100644 --- a/cpp/platform/impl/shared/file_test.cc +++ b/cpp/platform/impl/shared/file_test.cc @@ -20,9 +20,9 @@ #include #include "file/util/temp_path.h" -#include "platform/base/byte_array.h" #include "gtest/gtest.h" #include "absl/strings/string_view.h" +#include "platform/base/byte_array.h" namespace location { namespace nearby { diff --git a/cpp/platform/impl/windows/BUILD b/cpp/platform/impl/windows/BUILD index f416b987..3f1d5a13 100644 --- a/cpp/platform/impl/windows/BUILD +++ b/cpp/platform/impl/windows/BUILD @@ -1,3 +1,4 @@ +licenses(["notice"]) # Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -67,9 +68,9 @@ cc_library( ], visibility = ["//visibility:private"], deps = [ + "//absl/strings", "//platform/api:types", "//platform/base", - "//absl/strings", "//openssl:crypto", ], ) @@ -90,7 +91,7 @@ cc_library( "bluetooth_classic_server_socket.h", "bluetooth_classic_socket.h", ], - copts = ["-Iplatform/impl/windows/generated"], + copts = ["-Ithird_party/nearby_connections/cpp/platform/impl/windows/generated"], visibility = [ "//location/nearby/connections/windows:__subpackages__", ], @@ -138,11 +139,11 @@ cc_test( ":crypto", ":test_utils", ":types", + "//testing/base/public:gunit_main", "//platform/api:platform", "//platform/base", "//platform/impl/windows", "//platform/impl/windows/generated:types", "//platform/public:logging", - "//testing/base/public:gunit_main", ], ) diff --git a/cpp/platform/impl/windows/atomic_boolean.h b/cpp/platform/impl/windows/atomic_boolean.h index ea040359..8337edd8 100644 --- a/cpp/platform/impl/windows/atomic_boolean.h +++ b/cpp/platform/impl/windows/atomic_boolean.h @@ -29,9 +29,7 @@ class AtomicBoolean : public api::AtomicBoolean { ~AtomicBoolean() override = default; // Atomically read and return current value. - bool Get() const override { - return atomic_boolean_; - }; + bool Get() const override { return atomic_boolean_; }; // Atomically exchange original value with a new one. Return previous value. bool Set(bool value) override { return atomic_boolean_.exchange(value); }; diff --git a/cpp/platform/impl/windows/atomic_boolean_test.cc b/cpp/platform/impl/windows/atomic_boolean_test.cc index b2641ef4..d2dca274 100644 --- a/cpp/platform/impl/windows/atomic_boolean_test.cc +++ b/cpp/platform/impl/windows/atomic_boolean_test.cc @@ -1,20 +1,21 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#include "googletest/googletest/include/gtest/gtest.h" +// Copyright 2020 Google LLC +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + #include "platform/impl/windows/atomic_boolean.h" +#include "gtest/gtest.h" + TEST(atomic_boolean, SuccessfulCreation) { // Arrange location::nearby::windows::AtomicBoolean atomicBoolean; diff --git a/cpp/platform/impl/windows/atomic_reference.h b/cpp/platform/impl/windows/atomic_reference.h index 2879e6c1..2c399012 100644 --- a/cpp/platform/impl/windows/atomic_reference.h +++ b/cpp/platform/impl/windows/atomic_reference.h @@ -15,10 +15,10 @@ #ifndef PLATFORM_IMPL_WINDOWS_ATOMIC_REFERENCE_H_ #define PLATFORM_IMPL_WINDOWS_ATOMIC_REFERENCE_H_ -#include "platform/api/atomic_reference.h" - #include +#include "platform/api/atomic_reference.h" + namespace location { namespace nearby { namespace windows { diff --git a/cpp/platform/impl/windows/atomic_reference_test.cc b/cpp/platform/impl/windows/atomic_reference_test.cc index 890ff485..9e6e5001 100644 --- a/cpp/platform/impl/windows/atomic_reference_test.cc +++ b/cpp/platform/impl/windows/atomic_reference_test.cc @@ -1,20 +1,21 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#include "googletest/googletest/include/gtest/gtest.h" +// Copyright 2020 Google LLC +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + #include "platform/impl/windows/atomic_reference.h" +#include "gtest/gtest.h" + TEST(atomic_reference, SuccessfulCreation) { // Arrange location::nearby::windows::AtomicUint32 atomicUint32; diff --git a/cpp/platform/impl/windows/bluetooth_classic.h b/cpp/platform/impl/windows/bluetooth_classic.h index cc203960..e9d239fc 100644 --- a/cpp/platform/impl/windows/bluetooth_classic.h +++ b/cpp/platform/impl/windows/bluetooth_classic.h @@ -12,12 +12,12 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef PLATFORM_IMPL_WINDOWS_BLUETOOTH_CLASSIC_H_ -#define PLATFORM_IMPL_WINDOWS_BLUETOOTH_CLASSIC_H_ - -#include "platform/impl/windows/bluetooth_classic_device.h" -#include "platform/impl/windows/bluetooth_classic_medium.h" -#include "platform/impl/windows/bluetooth_classic_socket.h" -#include "platform/impl/windows/bluetooth_classic_server_socket.h" - -#endif // PLATFORM_IMPL_WINDOWS_BLUETOOTH_CLASSIC_H_ +#ifndef PLATFORM_IMPL_WINDOWS_BLUETOOTH_CLASSIC_H_ +#define PLATFORM_IMPL_WINDOWS_BLUETOOTH_CLASSIC_H_ + +#include "platform/impl/windows/bluetooth_classic_device.h" +#include "platform/impl/windows/bluetooth_classic_medium.h" +#include "platform/impl/windows/bluetooth_classic_server_socket.h" +#include "platform/impl/windows/bluetooth_classic_socket.h" + +#endif // PLATFORM_IMPL_WINDOWS_BLUETOOTH_CLASSIC_H_ diff --git a/cpp/platform/impl/windows/bluetooth_classic_device.cc b/cpp/platform/impl/windows/bluetooth_classic_device.cc index c57f373d..c1c01a0e 100644 --- a/cpp/platform/impl/windows/bluetooth_classic_device.cc +++ b/cpp/platform/impl/windows/bluetooth_classic_device.cc @@ -1,17 +1,19 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - +// Copyright 2020 Google LLC +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +#include "platform/impl/windows/bluetooth_classic_device.h" + #include #include @@ -20,8 +22,6 @@ #include "platform/impl/windows/generated/winrt/Windows.Devices.Bluetooth.h" -#include "platform/impl/windows/bluetooth_classic_device.h" - namespace location { namespace nearby { namespace windows { diff --git a/cpp/platform/impl/windows/bluetooth_classic_medium.cc b/cpp/platform/impl/windows/bluetooth_classic_medium.cc index 87e00ec3..547c081a 100644 --- a/cpp/platform/impl/windows/bluetooth_classic_medium.cc +++ b/cpp/platform/impl/windows/bluetooth_classic_medium.cc @@ -1,17 +1,17 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - +// Copyright 2020 Google LLC +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + #include "platform/impl/windows/bluetooth_classic_medium.h" #include "platform/impl/windows/bluetooth_classic_device.h" diff --git a/cpp/platform/impl/windows/bluetooth_classic_medium.h b/cpp/platform/impl/windows/bluetooth_classic_medium.h index fa1e2076..37e6ea0f 100644 --- a/cpp/platform/impl/windows/bluetooth_classic_medium.h +++ b/cpp/platform/impl/windows/bluetooth_classic_medium.h @@ -1,17 +1,17 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - +// Copyright 2020 Google LLC +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + #ifndef PLATFORM_IMPL_WINDOWS_BLUETOOTH_CLASSIC_MEDIUM_H_ #define PLATFORM_IMPL_WINDOWS_BLUETOOTH_CLASSIC_MEDIUM_H_ diff --git a/cpp/platform/impl/windows/bluetooth_classic_server_socket.cc b/cpp/platform/impl/windows/bluetooth_classic_server_socket.cc index 5df88a48..1406fea5 100644 --- a/cpp/platform/impl/windows/bluetooth_classic_server_socket.cc +++ b/cpp/platform/impl/windows/bluetooth_classic_server_socket.cc @@ -1,17 +1,17 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - +// Copyright 2020 Google LLC +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + #include "platform/impl/windows/bluetooth_classic_server_socket.h" namespace location { diff --git a/cpp/platform/impl/windows/bluetooth_classic_server_socket.h b/cpp/platform/impl/windows/bluetooth_classic_server_socket.h index 0cea184c..c96d0890 100644 --- a/cpp/platform/impl/windows/bluetooth_classic_server_socket.h +++ b/cpp/platform/impl/windows/bluetooth_classic_server_socket.h @@ -1,17 +1,17 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - +// Copyright 2020 Google LLC +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + #ifndef PLATFORM_IMPL_WINDOWS_BLUETOOTH_CLASSIC_SERVER_SOCKET_H_ #define PLATFORM_IMPL_WINDOWS_BLUETOOTH_CLASSIC_SERVER_SOCKET_H_ diff --git a/cpp/platform/impl/windows/bluetooth_classic_socket.cc b/cpp/platform/impl/windows/bluetooth_classic_socket.cc index 23f98d57..c231502d 100644 --- a/cpp/platform/impl/windows/bluetooth_classic_socket.cc +++ b/cpp/platform/impl/windows/bluetooth_classic_socket.cc @@ -1,17 +1,17 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - +// Copyright 2020 Google LLC +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + #include "platform/impl/windows/bluetooth_classic_socket.h" namespace location { diff --git a/cpp/platform/impl/windows/bluetooth_classic_socket.h b/cpp/platform/impl/windows/bluetooth_classic_socket.h index 138a98e0..18d88d71 100644 --- a/cpp/platform/impl/windows/bluetooth_classic_socket.h +++ b/cpp/platform/impl/windows/bluetooth_classic_socket.h @@ -1,17 +1,17 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - +// Copyright 2020 Google LLC +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + #ifndef PLATFORM_IMPL_WINDOWS_BLUETOOTH_CLASSIC_SOCKET_H_ #define PLATFORM_IMPL_WINDOWS_BLUETOOTH_CLASSIC_SOCKET_H_ diff --git a/cpp/platform/impl/windows/crypto.cc b/cpp/platform/impl/windows/crypto.cc index 0228c653..5904d04d 100644 --- a/cpp/platform/impl/windows/crypto.cc +++ b/cpp/platform/impl/windows/crypto.cc @@ -17,10 +17,10 @@ #include #include -#include "platform/base/byte_array.h" #include "absl/strings/string_view.h" +#include "platform/base/byte_array.h" #if defined NEARBY_WINDOWS_DLL -#include "openssl/digest.h" +#include "openssl/boringssl/src/include/openssl/digest.h" #else #include "openssl/digest.h" #endif diff --git a/cpp/platform/impl/windows/generated/BUILD b/cpp/platform/impl/windows/generated/BUILD index eb0f9d87..ba7eddd2 100644 --- a/cpp/platform/impl/windows/generated/BUILD +++ b/cpp/platform/impl/windows/generated/BUILD @@ -1,3 +1,4 @@ +licenses(["notice"]) # Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.AI.MachineLearning.Preview.h b/cpp/platform/impl/windows/generated/winrt/Windows.AI.MachineLearning.Preview.h index 5ee387d8..2cf303aa 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.AI.MachineLearning.Preview.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.AI.MachineLearning.Preview.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_AI_MachineLearning_Preview_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.AI.MachineLearning.h b/cpp/platform/impl/windows/generated/winrt/Windows.AI.MachineLearning.h index 79894448..f3af2fa9 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.AI.MachineLearning.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.AI.MachineLearning.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_AI_MachineLearning_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Activation.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Activation.h index 2fe1432c..5aaa2e60 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Activation.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Activation.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Activation_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.AppExtensions.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.AppExtensions.h index 8540a62d..c91f778b 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.AppExtensions.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.AppExtensions.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_AppExtensions_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.AppService.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.AppService.h index 24479eaf..858a5740 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.AppService.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.AppService.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_AppService_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Appointments.AppointmentsProvider.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Appointments.AppointmentsProvider.h index 9c38255a..425d8ae9 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Appointments.AppointmentsProvider.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Appointments.AppointmentsProvider.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Appointments_AppointmentsProvider_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Appointments.DataProvider.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Appointments.DataProvider.h index d686288f..c7d9238f 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Appointments.DataProvider.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Appointments.DataProvider.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Appointments_DataProvider_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Appointments.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Appointments.h index 489c13f8..0ecf7ea3 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Appointments.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Appointments.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Appointments_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Background.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Background.h index 1878c3a0..5fca3f7f 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Background.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Background.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Background_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Calls.Background.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Calls.Background.h index 4055d4b4..c3d68819 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Calls.Background.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Calls.Background.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Calls_Background_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Calls.Provider.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Calls.Provider.h index 4cf6c98e..71186611 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Calls.Provider.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Calls.Provider.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Calls_Provider_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Calls.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Calls.h index 305aa4f6..f9a217b4 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Calls.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Calls.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Calls_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Chat.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Chat.h index 4cb8a85e..fe2298c9 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Chat.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Chat.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Chat_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.CommunicationBlocking.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.CommunicationBlocking.h index 49bc9e00..8e1918cc 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.CommunicationBlocking.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.CommunicationBlocking.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_CommunicationBlocking_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Contacts.DataProvider.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Contacts.DataProvider.h index 13e0edbf..b036b658 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Contacts.DataProvider.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Contacts.DataProvider.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Contacts_DataProvider_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Contacts.Provider.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Contacts.Provider.h index 68384c9a..77b4e7c8 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Contacts.Provider.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Contacts.Provider.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Contacts_Provider_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Contacts.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Contacts.h index cb5fd0b1..930ebfed 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Contacts.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Contacts.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Contacts_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.ConversationalAgent.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.ConversationalAgent.h index 0ae319f3..f11849f6 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.ConversationalAgent.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.ConversationalAgent.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_ConversationalAgent_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Core.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Core.h index 77e1eb62..15ce2c8c 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Core.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Core.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Core_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.DataTransfer.DragDrop.Core.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.DataTransfer.DragDrop.Core.h index 5c4fe8e6..650547db 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.DataTransfer.DragDrop.Core.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.DataTransfer.DragDrop.Core.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_DataTransfer_DragDrop_Core_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.DataTransfer.DragDrop.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.DataTransfer.DragDrop.h index 041a0b52..35b1b7bd 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.DataTransfer.DragDrop.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.DataTransfer.DragDrop.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_DataTransfer_DragDrop_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.DataTransfer.ShareTarget.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.DataTransfer.ShareTarget.h index 404e1344..7c2adbac 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.DataTransfer.ShareTarget.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.DataTransfer.ShareTarget.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_DataTransfer_ShareTarget_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.DataTransfer.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.DataTransfer.h index 18681a2a..19debe49 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.DataTransfer.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.DataTransfer.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_DataTransfer_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Email.DataProvider.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Email.DataProvider.h index 2794b2cc..da748187 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Email.DataProvider.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Email.DataProvider.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Email_DataProvider_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Email.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Email.h index cea3b80a..ac084167 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Email.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Email.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Email_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.ExtendedExecution.Foreground.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.ExtendedExecution.Foreground.h index f93d1125..ae294c9b 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.ExtendedExecution.Foreground.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.ExtendedExecution.Foreground.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_ExtendedExecution_Foreground_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.ExtendedExecution.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.ExtendedExecution.h index cc88f9e7..9833db85 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.ExtendedExecution.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.ExtendedExecution.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_ExtendedExecution_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.LockScreen.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.LockScreen.h index d1e0857c..d9d29ffd 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.LockScreen.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.LockScreen.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_LockScreen_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Payments.Provider.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Payments.Provider.h index dda80653..012f685a 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Payments.Provider.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Payments.Provider.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Payments_Provider_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Payments.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Payments.h index e3b5af70..8f06b1f9 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Payments.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Payments.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Payments_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Preview.Holographic.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Preview.Holographic.h index 77647926..2fdaac35 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Preview.Holographic.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Preview.Holographic.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Preview_Holographic_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Preview.InkWorkspace.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Preview.InkWorkspace.h index 2d57ec41..6b0a9ed8 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Preview.InkWorkspace.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Preview.InkWorkspace.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Preview_InkWorkspace_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Preview.Notes.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Preview.Notes.h index 30337c27..bd292ed0 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Preview.Notes.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Preview.Notes.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Preview_Notes_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Resources.Core.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Resources.Core.h index 5f7db615..96a62ab8 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Resources.Core.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Resources.Core.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Resources_Core_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Resources.Management.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Resources.Management.h index d0982b6f..22f0f3dd 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Resources.Management.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Resources.Management.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Resources_Management_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Resources.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Resources.h index ee1ee5e4..0b9b996c 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Resources.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Resources.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Resources_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Search.Core.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Search.Core.h index 757e6844..7bb35be1 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Search.Core.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Search.Core.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Search_Core_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Search.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Search.h index c95d52e9..4bf4749d 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Search.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Search.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Search_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.SocialInfo.Provider.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.SocialInfo.Provider.h index 100ea6a0..5bbda435 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.SocialInfo.Provider.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.SocialInfo.Provider.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_SocialInfo_Provider_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.SocialInfo.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.SocialInfo.h index 88b30885..8b95add5 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.SocialInfo.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.SocialInfo.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_SocialInfo_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Store.LicenseManagement.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Store.LicenseManagement.h index 62d4f0f1..f021c5bc 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Store.LicenseManagement.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Store.LicenseManagement.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Store_LicenseManagement_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Store.Preview.InstallControl.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Store.Preview.InstallControl.h index 7fe5164e..20295fbf 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Store.Preview.InstallControl.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Store.Preview.InstallControl.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Store_Preview_InstallControl_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Store.Preview.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Store.Preview.h index 36c6728f..5d10ed5d 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Store.Preview.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Store.Preview.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Store_Preview_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Store.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Store.h index f9ec2ff1..3099b6f9 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Store.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Store.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Store_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.UserActivities.Core.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.UserActivities.Core.h index 3ceb1692..88e0c4d9 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.UserActivities.Core.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.UserActivities.Core.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_UserActivities_Core_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.UserActivities.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.UserActivities.h index 50943122..cf6f368f 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.UserActivities.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.UserActivities.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_UserActivities_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.UserDataAccounts.Provider.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.UserDataAccounts.Provider.h index 74e0cbff..1fd0aea4 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.UserDataAccounts.Provider.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.UserDataAccounts.Provider.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_UserDataAccounts_Provider_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.UserDataAccounts.SystemAccess.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.UserDataAccounts.SystemAccess.h index 706f512a..250d9509 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.UserDataAccounts.SystemAccess.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.UserDataAccounts.SystemAccess.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_UserDataAccounts_SystemAccess_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.UserDataAccounts.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.UserDataAccounts.h index c39e5c34..5f686dbc 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.UserDataAccounts.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.UserDataAccounts.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_UserDataAccounts_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.UserDataTasks.DataProvider.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.UserDataTasks.DataProvider.h index c9041366..4b62ff96 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.UserDataTasks.DataProvider.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.UserDataTasks.DataProvider.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_UserDataTasks_DataProvider_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.UserDataTasks.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.UserDataTasks.h index 181166ab..777d4eeb 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.UserDataTasks.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.UserDataTasks.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_UserDataTasks_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.VoiceCommands.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.VoiceCommands.h index 35969945..931a6801 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.VoiceCommands.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.VoiceCommands.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_VoiceCommands_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Wallet.System.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Wallet.System.h index 96f382d4..6161d102 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Wallet.System.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Wallet.System.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Wallet_System_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Wallet.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Wallet.h index 386c950d..6c81523a 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Wallet.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.Wallet.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Wallet_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.h b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.h index 4ec44457..bbb98531 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.ApplicationModel.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Data.Html.h b/cpp/platform/impl/windows/generated/winrt/Windows.Data.Html.h index dd1b6a8f..468b0f7d 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Data.Html.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Data.Html.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Data_Html_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Data.Json.h b/cpp/platform/impl/windows/generated/winrt/Windows.Data.Json.h index 837252d8..af7bf134 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Data.Json.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Data.Json.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Data_Json_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Data.Pdf.h b/cpp/platform/impl/windows/generated/winrt/Windows.Data.Pdf.h index 0281e96c..1d23714a 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Data.Pdf.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Data.Pdf.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Data_Pdf_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Data.Text.h b/cpp/platform/impl/windows/generated/winrt/Windows.Data.Text.h index f91dff41..8eb380fd 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Data.Text.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Data.Text.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Data_Text_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Data.Xml.Dom.h b/cpp/platform/impl/windows/generated/winrt/Windows.Data.Xml.Dom.h index c4a302b2..8307c4ff 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Data.Xml.Dom.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Data.Xml.Dom.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Data_Xml_Dom_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Data.Xml.Xsl.h b/cpp/platform/impl/windows/generated/winrt/Windows.Data.Xml.Xsl.h index 50be15fd..bc2ff3f5 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Data.Xml.Xsl.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Data.Xml.Xsl.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Data_Xml_Xsl_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Adc.Provider.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Adc.Provider.h index 2eb3ef6d..8b25c66d 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Adc.Provider.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Adc.Provider.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Adc_Provider_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Adc.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Adc.h index d0b2ce68..8eb8fc12 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Adc.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Adc.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Adc_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.AllJoyn.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.AllJoyn.h index 236300be..a52013a1 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.AllJoyn.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.AllJoyn.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_AllJoyn_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Background.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Background.h index 55db8594..fdea82c4 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Background.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Background.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Background_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Bluetooth.Advertisement.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Bluetooth.Advertisement.h index 447fa31d..c86b8da8 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Bluetooth.Advertisement.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Bluetooth.Advertisement.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Bluetooth_Advertisement_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Bluetooth.Background.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Bluetooth.Background.h index 3b772fde..82c01116 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Bluetooth.Background.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Bluetooth.Background.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Bluetooth_Background_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Bluetooth.GenericAttributeProfile.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Bluetooth.GenericAttributeProfile.h index 1117aeb5..34cfc3ec 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Bluetooth.GenericAttributeProfile.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Bluetooth.GenericAttributeProfile.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Bluetooth_GenericAttributeProfile_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Bluetooth.Rfcomm.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Bluetooth.Rfcomm.h index 29ebace9..7b6bbb8f 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Bluetooth.Rfcomm.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Bluetooth.Rfcomm.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Bluetooth_Rfcomm_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Bluetooth.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Bluetooth.h index af294171..a0730048 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Bluetooth.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Bluetooth.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Bluetooth_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Custom.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Custom.h index 3716ac5a..cd4ad00f 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Custom.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Custom.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Custom_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Display.Core.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Display.Core.h index 6690a9c7..fd3c03ae 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Display.Core.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Display.Core.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Display_Core_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Display.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Display.h index c900c8de..4bb32553 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Display.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Display.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Display_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Enumeration.Pnp.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Enumeration.Pnp.h index 25a37f6b..e3a20a22 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Enumeration.Pnp.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Enumeration.Pnp.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Enumeration_Pnp_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Enumeration.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Enumeration.h index 5d50b520..bb8aaff0 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Enumeration.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Enumeration.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Enumeration_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Geolocation.Geofencing.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Geolocation.Geofencing.h index cd9b9dd2..feb3159a 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Geolocation.Geofencing.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Geolocation.Geofencing.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Geolocation_Geofencing_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Geolocation.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Geolocation.h index 9a22d1d8..d1192282 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Geolocation.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Geolocation.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Geolocation_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Gpio.Provider.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Gpio.Provider.h index 06f6922a..8743cfa1 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Gpio.Provider.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Gpio.Provider.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Gpio_Provider_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Gpio.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Gpio.h index 2cd8f9cd..124df71d 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Gpio.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Gpio.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Gpio_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Haptics.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Haptics.h index 5beb0573..8345e0dc 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Haptics.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Haptics.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Haptics_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.HumanInterfaceDevice.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.HumanInterfaceDevice.h index 2b1cf884..eb78c685 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.HumanInterfaceDevice.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.HumanInterfaceDevice.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_HumanInterfaceDevice_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.I2c.Provider.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.I2c.Provider.h index 11d5e6d3..411ebefb 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.I2c.Provider.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.I2c.Provider.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_I2c_Provider_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.I2c.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.I2c.h index 9f944512..7208cf09 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.I2c.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.I2c.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_I2c_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Input.Preview.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Input.Preview.h index c8ee498d..e62b7df8 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Input.Preview.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Input.Preview.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Input_Preview_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Input.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Input.h index aeb749b3..2d650c64 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Input.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Input.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Input_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Lights.Effects.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Lights.Effects.h index ee79bf14..faac9f9d 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Lights.Effects.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Lights.Effects.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Lights_Effects_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Lights.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Lights.h index 53653bde..f2f326e4 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Lights.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Lights.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Lights_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Midi.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Midi.h index bfaf1eb5..43506eae 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Midi.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Midi.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Midi_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Perception.Provider.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Perception.Provider.h index dbf9c341..99ed7178 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Perception.Provider.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Perception.Provider.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Perception_Provider_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Perception.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Perception.h index 8dd2f0e3..69e73688 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Perception.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Perception.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Perception_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.PointOfService.Provider.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.PointOfService.Provider.h index 87ab2d5b..9b150f87 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.PointOfService.Provider.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.PointOfService.Provider.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_PointOfService_Provider_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.PointOfService.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.PointOfService.h index d4eb2366..6e7b16d5 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.PointOfService.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.PointOfService.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_PointOfService_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Portable.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Portable.h index 238a204c..506b6849 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Portable.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Portable.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Portable_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Power.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Power.h index 998faa00..4851ebee 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Power.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Power.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Power_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Printers.Extensions.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Printers.Extensions.h index 35a2de72..dd3fe8d6 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Printers.Extensions.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Printers.Extensions.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Printers_Extensions_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Printers.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Printers.h index 3cf9f6ac..34fdee2a 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Printers.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Printers.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Printers_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Pwm.Provider.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Pwm.Provider.h index bef74a58..6f12fff6 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Pwm.Provider.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Pwm.Provider.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Pwm_Provider_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Pwm.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Pwm.h index e6b05516..8781531f 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Pwm.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Pwm.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Pwm_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Radios.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Radios.h index 32af523b..a24dcded 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Radios.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Radios.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Radios_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Scanners.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Scanners.h index ccb37e30..d79d7020 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Scanners.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Scanners.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Scanners_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Sensors.Custom.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Sensors.Custom.h index aed3aa73..6260122f 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Sensors.Custom.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Sensors.Custom.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Sensors_Custom_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Sensors.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Sensors.h index b227e68f..d59e33bc 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Sensors.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Sensors.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Sensors_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.SerialCommunication.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.SerialCommunication.h index c4d615c5..c636a8ac 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.SerialCommunication.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.SerialCommunication.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_SerialCommunication_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.SmartCards.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.SmartCards.h index d69c02d9..7ec348bc 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.SmartCards.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.SmartCards.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_SmartCards_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Sms.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Sms.h index 1761e94d..aee2555b 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Sms.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Sms.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Sms_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Spi.Provider.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Spi.Provider.h index da8e2a9e..170eda83 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Spi.Provider.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Spi.Provider.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Spi_Provider_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Spi.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Spi.h index 128e08fd..28f98d96 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Spi.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Spi.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Spi_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Usb.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Usb.h index c5b70895..654d060a 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Usb.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.Usb.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Usb_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.WiFi.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.WiFi.h index 50e36e81..eccfc7c0 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.WiFi.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.WiFi.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_WiFi_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.WiFiDirect.Services.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.WiFiDirect.Services.h index 9b06d1f6..6705db61 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.WiFiDirect.Services.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.WiFiDirect.Services.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_WiFiDirect_Services_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.WiFiDirect.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.WiFiDirect.h index 63423143..830f2bce 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.WiFiDirect.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.WiFiDirect.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_WiFiDirect_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.h b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.h index 4fb7c6af..cc0ea689 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Devices.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Devices.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Embedded.DeviceLockdown.h b/cpp/platform/impl/windows/generated/winrt/Windows.Embedded.DeviceLockdown.h index 81a0ff9c..efa9ca52 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Embedded.DeviceLockdown.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Embedded.DeviceLockdown.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Embedded_DeviceLockdown_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Foundation.Collections.h b/cpp/platform/impl/windows/generated/winrt/Windows.Foundation.Collections.h index 1ec1c4ff..1a9b62ce 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Foundation.Collections.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Foundation.Collections.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Foundation_Collections_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Foundation.Diagnostics.h b/cpp/platform/impl/windows/generated/winrt/Windows.Foundation.Diagnostics.h index 386aa457..ad72c301 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Foundation.Diagnostics.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Foundation.Diagnostics.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Foundation_Diagnostics_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Foundation.Metadata.h b/cpp/platform/impl/windows/generated/winrt/Windows.Foundation.Metadata.h index 2feb88bf..faa9bc3a 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Foundation.Metadata.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Foundation.Metadata.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Foundation_Metadata_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Foundation.Numerics.h b/cpp/platform/impl/windows/generated/winrt/Windows.Foundation.Numerics.h index 967eea18..2ebb1abf 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Foundation.Numerics.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Foundation.Numerics.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Foundation_Numerics_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Foundation.h b/cpp/platform/impl/windows/generated/winrt/Windows.Foundation.h index 4ac14f95..343ca156 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Foundation.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Foundation.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Foundation_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Gaming.Input.Custom.h b/cpp/platform/impl/windows/generated/winrt/Windows.Gaming.Input.Custom.h index 7deae736..0f22a8d4 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Gaming.Input.Custom.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Gaming.Input.Custom.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Gaming_Input_Custom_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Gaming.Input.ForceFeedback.h b/cpp/platform/impl/windows/generated/winrt/Windows.Gaming.Input.ForceFeedback.h index a632617f..0613ead5 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Gaming.Input.ForceFeedback.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Gaming.Input.ForceFeedback.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Gaming_Input_ForceFeedback_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Gaming.Input.Preview.h b/cpp/platform/impl/windows/generated/winrt/Windows.Gaming.Input.Preview.h index 59f809ec..6d45aac4 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Gaming.Input.Preview.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Gaming.Input.Preview.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Gaming_Input_Preview_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Gaming.Input.h b/cpp/platform/impl/windows/generated/winrt/Windows.Gaming.Input.h index 7fd55d05..176ad856 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Gaming.Input.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Gaming.Input.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Gaming_Input_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Gaming.Preview.GamesEnumeration.h b/cpp/platform/impl/windows/generated/winrt/Windows.Gaming.Preview.GamesEnumeration.h index f5c105e1..9512d34c 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Gaming.Preview.GamesEnumeration.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Gaming.Preview.GamesEnumeration.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Gaming_Preview_GamesEnumeration_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Gaming.UI.h b/cpp/platform/impl/windows/generated/winrt/Windows.Gaming.UI.h index 7be6bea1..8d12bdce 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Gaming.UI.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Gaming.UI.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Gaming_UI_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Gaming.XboxLive.Storage.h b/cpp/platform/impl/windows/generated/winrt/Windows.Gaming.XboxLive.Storage.h index c3c570ec..f6516684 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Gaming.XboxLive.Storage.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Gaming.XboxLive.Storage.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Gaming_XboxLive_Storage_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Globalization.Collation.h b/cpp/platform/impl/windows/generated/winrt/Windows.Globalization.Collation.h index f7ebb5ee..d4c7109c 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Globalization.Collation.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Globalization.Collation.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Globalization_Collation_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Globalization.DateTimeFormatting.h b/cpp/platform/impl/windows/generated/winrt/Windows.Globalization.DateTimeFormatting.h index 11baf0ab..91f29d45 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Globalization.DateTimeFormatting.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Globalization.DateTimeFormatting.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Globalization_DateTimeFormatting_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Globalization.Fonts.h b/cpp/platform/impl/windows/generated/winrt/Windows.Globalization.Fonts.h index b6857ca8..dfc79a65 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Globalization.Fonts.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Globalization.Fonts.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Globalization_Fonts_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Globalization.NumberFormatting.h b/cpp/platform/impl/windows/generated/winrt/Windows.Globalization.NumberFormatting.h index 43ae8b0c..72774162 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Globalization.NumberFormatting.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Globalization.NumberFormatting.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Globalization_NumberFormatting_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Globalization.PhoneNumberFormatting.h b/cpp/platform/impl/windows/generated/winrt/Windows.Globalization.PhoneNumberFormatting.h index a2835817..f3950f75 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Globalization.PhoneNumberFormatting.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Globalization.PhoneNumberFormatting.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Globalization_PhoneNumberFormatting_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Globalization.h b/cpp/platform/impl/windows/generated/winrt/Windows.Globalization.h index d8a0d504..8923b4d4 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Globalization.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Globalization.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Globalization_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Capture.h b/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Capture.h index acd5aa9e..1555fe83 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Capture.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Capture.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Capture_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.DirectX.Direct3D11.h b/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.DirectX.Direct3D11.h index 3cc9ec43..362c9837 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.DirectX.Direct3D11.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.DirectX.Direct3D11.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_DirectX_Direct3D11_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.DirectX.h b/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.DirectX.h index ba59ed48..8c03ffc8 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.DirectX.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.DirectX.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_DirectX_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Display.Core.h b/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Display.Core.h index 3ab1080e..68342c94 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Display.Core.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Display.Core.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Display_Core_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Display.h b/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Display.h index d849d9fa..4d5dc0ea 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Display.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Display.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Display_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Effects.h b/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Effects.h index 828db3fc..b6f71aaf 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Effects.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Effects.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Effects_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Holographic.h b/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Holographic.h index 0786066a..356a46dd 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Holographic.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Holographic.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Holographic_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Imaging.h b/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Imaging.h index 6303093a..7322d55f 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Imaging.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Imaging.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Imaging_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Printing.OptionDetails.h b/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Printing.OptionDetails.h index be5c20f2..722a3efa 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Printing.OptionDetails.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Printing.OptionDetails.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Printing_OptionDetails_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Printing.PrintTicket.h b/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Printing.PrintTicket.h index 599dcb85..09329864 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Printing.PrintTicket.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Printing.PrintTicket.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Printing_PrintTicket_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Printing.Workflow.h b/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Printing.Workflow.h index c31c6fb9..100e1c96 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Printing.Workflow.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Printing.Workflow.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Printing_Workflow_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Printing.h b/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Printing.h index 8d059367..4e37c697 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Printing.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Printing.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Printing_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Printing3D.h b/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Printing3D.h index 0962fa6b..5fa6782d 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Printing3D.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.Printing3D.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Printing3D_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.h b/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.h index 6cc1f193..9466c55e 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Graphics.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Management.Core.h b/cpp/platform/impl/windows/generated/winrt/Windows.Management.Core.h index ec9ecfea..530f8aa2 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Management.Core.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Management.Core.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Management_Core_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Management.Deployment.Preview.h b/cpp/platform/impl/windows/generated/winrt/Windows.Management.Deployment.Preview.h index 336a6897..3101d9d2 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Management.Deployment.Preview.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Management.Deployment.Preview.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Management_Deployment_Preview_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Management.Deployment.h b/cpp/platform/impl/windows/generated/winrt/Windows.Management.Deployment.h index 0572fe06..73b9703d 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Management.Deployment.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Management.Deployment.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Management_Deployment_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Management.Policies.h b/cpp/platform/impl/windows/generated/winrt/Windows.Management.Policies.h index f9b7110b..a5c921e8 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Management.Policies.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Management.Policies.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Management_Policies_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Management.Update.h b/cpp/platform/impl/windows/generated/winrt/Windows.Management.Update.h index c8cbf2cf..39307c16 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Management.Update.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Management.Update.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Management_Update_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Management.Workplace.h b/cpp/platform/impl/windows/generated/winrt/Windows.Management.Workplace.h index 8d6348fc..0fcadcdc 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Management.Workplace.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Management.Workplace.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Management_Workplace_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Management.h b/cpp/platform/impl/windows/generated/winrt/Windows.Management.h index eab50c8e..6b83a5fe 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Management.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Management.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Management_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Media.AppBroadcasting.h b/cpp/platform/impl/windows/generated/winrt/Windows.Media.AppBroadcasting.h index 6f2385e3..88061ea1 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Media.AppBroadcasting.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Media.AppBroadcasting.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_AppBroadcasting_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Media.AppRecording.h b/cpp/platform/impl/windows/generated/winrt/Windows.Media.AppRecording.h index 49643b1c..fc17f77a 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Media.AppRecording.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Media.AppRecording.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_AppRecording_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Audio.h b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Audio.h index 3d1f917b..abf59c1c 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Audio.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Audio.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Audio_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Capture.Core.h b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Capture.Core.h index 88d1e2b0..10df9e9f 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Capture.Core.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Capture.Core.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Capture_Core_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Capture.Frames.h b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Capture.Frames.h index b8a3dc99..77e052e0 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Capture.Frames.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Capture.Frames.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Capture_Frames_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Capture.h b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Capture.h index f7aa7ca0..477356e9 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Capture.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Capture.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Capture_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Casting.h b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Casting.h index 44de0009..2f4dfe4b 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Casting.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Casting.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Casting_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Media.ClosedCaptioning.h b/cpp/platform/impl/windows/generated/winrt/Windows.Media.ClosedCaptioning.h index bf1fb471..5d29f17c 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Media.ClosedCaptioning.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Media.ClosedCaptioning.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_ClosedCaptioning_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Media.ContentRestrictions.h b/cpp/platform/impl/windows/generated/winrt/Windows.Media.ContentRestrictions.h index 0762f4f2..b4c7fd59 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Media.ContentRestrictions.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Media.ContentRestrictions.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_ContentRestrictions_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Control.h b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Control.h index fecda056..bb43e296 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Control.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Control.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Control_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Core.Preview.h b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Core.Preview.h index ca1cea3d..05782ec0 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Core.Preview.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Core.Preview.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Core_Preview_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Core.h b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Core.h index 07d7c44c..8ee174bf 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Core.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Core.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Core_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Devices.Core.h b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Devices.Core.h index b5202a5f..92697c42 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Devices.Core.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Devices.Core.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Devices_Core_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Devices.h b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Devices.h index 9f111d6e..adb55634 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Devices.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Devices.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Devices_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Media.DialProtocol.h b/cpp/platform/impl/windows/generated/winrt/Windows.Media.DialProtocol.h index 9cf209f7..7dc036dd 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Media.DialProtocol.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Media.DialProtocol.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_DialProtocol_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Editing.h b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Editing.h index 2b24e530..0387543d 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Editing.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Editing.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Editing_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Effects.h b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Effects.h index 880940d0..bc880634 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Effects.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Effects.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Effects_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Media.FaceAnalysis.h b/cpp/platform/impl/windows/generated/winrt/Windows.Media.FaceAnalysis.h index 27685808..16bc6308 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Media.FaceAnalysis.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Media.FaceAnalysis.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_FaceAnalysis_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Import.h b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Import.h index 5cc989a0..ad122eab 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Import.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Import.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Import_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Media.MediaProperties.h b/cpp/platform/impl/windows/generated/winrt/Windows.Media.MediaProperties.h index e67fe2aa..5ee674bc 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Media.MediaProperties.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Media.MediaProperties.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_MediaProperties_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Miracast.h b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Miracast.h index da5da5e2..068a3f1c 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Miracast.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Miracast.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Miracast_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Ocr.h b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Ocr.h index 4aa534b7..6b7fc856 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Ocr.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Ocr.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Ocr_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Media.PlayTo.h b/cpp/platform/impl/windows/generated/winrt/Windows.Media.PlayTo.h index a24c4700..2b6ae800 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Media.PlayTo.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Media.PlayTo.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_PlayTo_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Playback.h b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Playback.h index 246b57eb..4ddc09c6 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Playback.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Playback.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Playback_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Playlists.h b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Playlists.h index 49074be0..6fb0be63 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Playlists.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Playlists.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Playlists_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Protection.PlayReady.h b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Protection.PlayReady.h index 3ef9eafc..82adac7b 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Protection.PlayReady.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Protection.PlayReady.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Protection_PlayReady_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Protection.h b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Protection.h index 0d824c33..74d785b9 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Protection.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Protection.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Protection_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Render.h b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Render.h index 395eec27..59437cda 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Render.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Render.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Render_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Media.SpeechRecognition.h b/cpp/platform/impl/windows/generated/winrt/Windows.Media.SpeechRecognition.h index ee504af0..dd9c9cd8 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Media.SpeechRecognition.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Media.SpeechRecognition.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_SpeechRecognition_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Media.SpeechSynthesis.h b/cpp/platform/impl/windows/generated/winrt/Windows.Media.SpeechSynthesis.h index d3cd2c00..8bea378d 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Media.SpeechSynthesis.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Media.SpeechSynthesis.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_SpeechSynthesis_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Streaming.Adaptive.h b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Streaming.Adaptive.h index 8fa5678d..2e647fe3 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Streaming.Adaptive.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Streaming.Adaptive.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Streaming_Adaptive_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Transcoding.h b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Transcoding.h index f96fa4dd..f5f6fdb2 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Media.Transcoding.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Media.Transcoding.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Transcoding_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Media.h b/cpp/platform/impl/windows/generated/winrt/Windows.Media.h index 0e4dbe35..0e165272 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Media.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Media.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Networking.BackgroundTransfer.h b/cpp/platform/impl/windows/generated/winrt/Windows.Networking.BackgroundTransfer.h index fb647774..e380e84f 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Networking.BackgroundTransfer.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Networking.BackgroundTransfer.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Networking_BackgroundTransfer_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Networking.Connectivity.h b/cpp/platform/impl/windows/generated/winrt/Windows.Networking.Connectivity.h index 1648312f..1d4ef34f 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Networking.Connectivity.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Networking.Connectivity.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Networking_Connectivity_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Networking.NetworkOperators.h b/cpp/platform/impl/windows/generated/winrt/Windows.Networking.NetworkOperators.h index 80bc176c..75b952a6 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Networking.NetworkOperators.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Networking.NetworkOperators.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Networking_NetworkOperators_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Networking.Proximity.h b/cpp/platform/impl/windows/generated/winrt/Windows.Networking.Proximity.h index 7e35a024..9dd24960 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Networking.Proximity.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Networking.Proximity.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Networking_Proximity_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Networking.PushNotifications.h b/cpp/platform/impl/windows/generated/winrt/Windows.Networking.PushNotifications.h index b2f8b87b..b834791f 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Networking.PushNotifications.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Networking.PushNotifications.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Networking_PushNotifications_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Networking.ServiceDiscovery.Dnssd.h b/cpp/platform/impl/windows/generated/winrt/Windows.Networking.ServiceDiscovery.Dnssd.h index 4c4c3776..09a461c5 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Networking.ServiceDiscovery.Dnssd.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Networking.ServiceDiscovery.Dnssd.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Networking_ServiceDiscovery_Dnssd_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Networking.Sockets.h b/cpp/platform/impl/windows/generated/winrt/Windows.Networking.Sockets.h index eeb7ff3f..8d80ffc7 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Networking.Sockets.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Networking.Sockets.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Networking_Sockets_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Networking.Vpn.h b/cpp/platform/impl/windows/generated/winrt/Windows.Networking.Vpn.h index 45c36f61..6fad9f5d 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Networking.Vpn.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Networking.Vpn.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Networking_Vpn_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Networking.XboxLive.h b/cpp/platform/impl/windows/generated/winrt/Windows.Networking.XboxLive.h index bd0f86f4..a3adea85 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Networking.XboxLive.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Networking.XboxLive.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Networking_XboxLive_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Networking.h b/cpp/platform/impl/windows/generated/winrt/Windows.Networking.h index 576eebb1..65a5c18a 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Networking.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Networking.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Networking_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Perception.Automation.Core.h b/cpp/platform/impl/windows/generated/winrt/Windows.Perception.Automation.Core.h index 43b79aff..df88f17f 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Perception.Automation.Core.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Perception.Automation.Core.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Perception_Automation_Core_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Perception.People.h b/cpp/platform/impl/windows/generated/winrt/Windows.Perception.People.h index 15b0eb79..ef2deeff 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Perception.People.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Perception.People.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Perception_People_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Perception.Spatial.Preview.h b/cpp/platform/impl/windows/generated/winrt/Windows.Perception.Spatial.Preview.h index c12d7762..0b121880 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Perception.Spatial.Preview.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Perception.Spatial.Preview.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Perception_Spatial_Preview_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Perception.Spatial.Surfaces.h b/cpp/platform/impl/windows/generated/winrt/Windows.Perception.Spatial.Surfaces.h index 354bd20c..53e55585 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Perception.Spatial.Surfaces.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Perception.Spatial.Surfaces.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Perception_Spatial_Surfaces_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Perception.Spatial.h b/cpp/platform/impl/windows/generated/winrt/Windows.Perception.Spatial.h index d94a315f..88304f59 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Perception.Spatial.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Perception.Spatial.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Perception_Spatial_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Perception.h b/cpp/platform/impl/windows/generated/winrt/Windows.Perception.h index 00740d08..632c2346 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Perception.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Perception.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Perception_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Phone.ApplicationModel.h b/cpp/platform/impl/windows/generated/winrt/Windows.Phone.ApplicationModel.h index 474d32c2..d07983e2 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Phone.ApplicationModel.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Phone.ApplicationModel.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_ApplicationModel_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Phone.Devices.Notification.h b/cpp/platform/impl/windows/generated/winrt/Windows.Phone.Devices.Notification.h index 41312d85..2e7af042 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Phone.Devices.Notification.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Phone.Devices.Notification.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_Devices_Notification_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Phone.Devices.Power.h b/cpp/platform/impl/windows/generated/winrt/Windows.Phone.Devices.Power.h index e1509e37..3fdb8918 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Phone.Devices.Power.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Phone.Devices.Power.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_Devices_Power_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Phone.Management.Deployment.h b/cpp/platform/impl/windows/generated/winrt/Windows.Phone.Management.Deployment.h index 6db83e07..f3c69f13 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Phone.Management.Deployment.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Phone.Management.Deployment.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_Management_Deployment_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Phone.Media.Devices.h b/cpp/platform/impl/windows/generated/winrt/Windows.Phone.Media.Devices.h index 8e8cf493..5c193ed2 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Phone.Media.Devices.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Phone.Media.Devices.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_Media_Devices_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Phone.Notification.Management.h b/cpp/platform/impl/windows/generated/winrt/Windows.Phone.Notification.Management.h index 564ec8ed..44f80cad 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Phone.Notification.Management.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Phone.Notification.Management.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_Notification_Management_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Phone.PersonalInformation.Provisioning.h b/cpp/platform/impl/windows/generated/winrt/Windows.Phone.PersonalInformation.Provisioning.h index 3d93d4ad..9a44a1b5 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Phone.PersonalInformation.Provisioning.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Phone.PersonalInformation.Provisioning.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_PersonalInformation_Provisioning_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Phone.PersonalInformation.h b/cpp/platform/impl/windows/generated/winrt/Windows.Phone.PersonalInformation.h index a5d79e02..4c7e8106 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Phone.PersonalInformation.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Phone.PersonalInformation.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_PersonalInformation_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Phone.Speech.Recognition.h b/cpp/platform/impl/windows/generated/winrt/Windows.Phone.Speech.Recognition.h index f46ab1d7..8531d9a1 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Phone.Speech.Recognition.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Phone.Speech.Recognition.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_Speech_Recognition_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Phone.StartScreen.h b/cpp/platform/impl/windows/generated/winrt/Windows.Phone.StartScreen.h index be624b0b..5e1200d8 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Phone.StartScreen.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Phone.StartScreen.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_StartScreen_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Phone.System.Power.h b/cpp/platform/impl/windows/generated/winrt/Windows.Phone.System.Power.h index 7619f3aa..be8c8495 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Phone.System.Power.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Phone.System.Power.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_System_Power_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Phone.System.Profile.h b/cpp/platform/impl/windows/generated/winrt/Windows.Phone.System.Profile.h index c46db917..73999c5b 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Phone.System.Profile.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Phone.System.Profile.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_System_Profile_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Phone.System.UserProfile.GameServices.Core.h b/cpp/platform/impl/windows/generated/winrt/Windows.Phone.System.UserProfile.GameServices.Core.h index 99e051b1..40dec711 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Phone.System.UserProfile.GameServices.Core.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Phone.System.UserProfile.GameServices.Core.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_System_UserProfile_GameServices_Core_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Phone.System.h b/cpp/platform/impl/windows/generated/winrt/Windows.Phone.System.h index 387ee9aa..785c233f 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Phone.System.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Phone.System.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_System_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Phone.UI.Input.h b/cpp/platform/impl/windows/generated/winrt/Windows.Phone.UI.Input.h index 5557283c..8b74228f 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Phone.UI.Input.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Phone.UI.Input.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_UI_Input_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Security.Authentication.Identity.Core.h b/cpp/platform/impl/windows/generated/winrt/Windows.Security.Authentication.Identity.Core.h index fbe81c3c..79f07a29 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Security.Authentication.Identity.Core.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Security.Authentication.Identity.Core.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Authentication_Identity_Core_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Security.Authentication.Identity.Provider.h b/cpp/platform/impl/windows/generated/winrt/Windows.Security.Authentication.Identity.Provider.h index 324855d5..355f1903 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Security.Authentication.Identity.Provider.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Security.Authentication.Identity.Provider.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Authentication_Identity_Provider_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Security.Authentication.Identity.h b/cpp/platform/impl/windows/generated/winrt/Windows.Security.Authentication.Identity.h index df8ce1b6..f24b3cdb 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Security.Authentication.Identity.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Security.Authentication.Identity.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Authentication_Identity_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Security.Authentication.OnlineId.h b/cpp/platform/impl/windows/generated/winrt/Windows.Security.Authentication.OnlineId.h index 4be0b8ad..6f2919a5 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Security.Authentication.OnlineId.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Security.Authentication.OnlineId.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Authentication_OnlineId_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Security.Authentication.Web.Core.h b/cpp/platform/impl/windows/generated/winrt/Windows.Security.Authentication.Web.Core.h index af269d72..fd0feced 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Security.Authentication.Web.Core.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Security.Authentication.Web.Core.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Authentication_Web_Core_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Security.Authentication.Web.Provider.h b/cpp/platform/impl/windows/generated/winrt/Windows.Security.Authentication.Web.Provider.h index d014824c..da51fd9f 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Security.Authentication.Web.Provider.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Security.Authentication.Web.Provider.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Authentication_Web_Provider_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Security.Authentication.Web.h b/cpp/platform/impl/windows/generated/winrt/Windows.Security.Authentication.Web.h index 597241c2..c2354fa1 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Security.Authentication.Web.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Security.Authentication.Web.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Authentication_Web_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Security.Authorization.AppCapabilityAccess.h b/cpp/platform/impl/windows/generated/winrt/Windows.Security.Authorization.AppCapabilityAccess.h index d2d5b124..882b8460 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Security.Authorization.AppCapabilityAccess.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Security.Authorization.AppCapabilityAccess.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Authorization_AppCapabilityAccess_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Security.Credentials.UI.h b/cpp/platform/impl/windows/generated/winrt/Windows.Security.Credentials.UI.h index 202eb2a0..f687343d 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Security.Credentials.UI.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Security.Credentials.UI.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Credentials_UI_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Security.Credentials.h b/cpp/platform/impl/windows/generated/winrt/Windows.Security.Credentials.h index 307891b5..bc8b9541 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Security.Credentials.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Security.Credentials.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Credentials_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Security.Cryptography.Certificates.h b/cpp/platform/impl/windows/generated/winrt/Windows.Security.Cryptography.Certificates.h index 01c22b69..e4277788 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Security.Cryptography.Certificates.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Security.Cryptography.Certificates.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Cryptography_Certificates_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Security.Cryptography.Core.h b/cpp/platform/impl/windows/generated/winrt/Windows.Security.Cryptography.Core.h index 0f8b749d..f8ce16c3 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Security.Cryptography.Core.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Security.Cryptography.Core.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Cryptography_Core_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Security.Cryptography.DataProtection.h b/cpp/platform/impl/windows/generated/winrt/Windows.Security.Cryptography.DataProtection.h index 0b1ec025..bad1246b 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Security.Cryptography.DataProtection.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Security.Cryptography.DataProtection.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Cryptography_DataProtection_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Security.Cryptography.h b/cpp/platform/impl/windows/generated/winrt/Windows.Security.Cryptography.h index 13421c13..a54e146b 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Security.Cryptography.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Security.Cryptography.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Cryptography_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Security.DataProtection.h b/cpp/platform/impl/windows/generated/winrt/Windows.Security.DataProtection.h index 2c62a2f3..fff14534 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Security.DataProtection.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Security.DataProtection.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_DataProtection_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Security.EnterpriseData.h b/cpp/platform/impl/windows/generated/winrt/Windows.Security.EnterpriseData.h index 9cb42c50..d91ffdca 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Security.EnterpriseData.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Security.EnterpriseData.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_EnterpriseData_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Security.ExchangeActiveSyncProvisioning.h b/cpp/platform/impl/windows/generated/winrt/Windows.Security.ExchangeActiveSyncProvisioning.h index 2c882dcd..49378e06 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Security.ExchangeActiveSyncProvisioning.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Security.ExchangeActiveSyncProvisioning.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_ExchangeActiveSyncProvisioning_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Security.Isolation.h b/cpp/platform/impl/windows/generated/winrt/Windows.Security.Isolation.h index 5d9daf23..1dea78cc 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Security.Isolation.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Security.Isolation.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Isolation_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Services.Cortana.h b/cpp/platform/impl/windows/generated/winrt/Windows.Services.Cortana.h index 6f6eadec..d501cac0 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Services.Cortana.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Services.Cortana.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Services_Cortana_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Services.Maps.Guidance.h b/cpp/platform/impl/windows/generated/winrt/Windows.Services.Maps.Guidance.h index 3693703a..3d51a424 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Services.Maps.Guidance.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Services.Maps.Guidance.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Services_Maps_Guidance_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Services.Maps.LocalSearch.h b/cpp/platform/impl/windows/generated/winrt/Windows.Services.Maps.LocalSearch.h index 1c8a4788..a5ee73a0 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Services.Maps.LocalSearch.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Services.Maps.LocalSearch.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Services_Maps_LocalSearch_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Services.Maps.OfflineMaps.h b/cpp/platform/impl/windows/generated/winrt/Windows.Services.Maps.OfflineMaps.h index 7b8c5e66..eea89de6 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Services.Maps.OfflineMaps.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Services.Maps.OfflineMaps.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Services_Maps_OfflineMaps_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Services.Maps.h b/cpp/platform/impl/windows/generated/winrt/Windows.Services.Maps.h index 45966931..6130e59a 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Services.Maps.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Services.Maps.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Services_Maps_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Services.Store.h b/cpp/platform/impl/windows/generated/winrt/Windows.Services.Store.h index aff78fdc..1315fee5 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Services.Store.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Services.Store.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Services_Store_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Services.TargetedContent.h b/cpp/platform/impl/windows/generated/winrt/Windows.Services.TargetedContent.h index a7e2e6a5..eba48227 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Services.TargetedContent.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Services.TargetedContent.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Services_TargetedContent_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Storage.AccessCache.h b/cpp/platform/impl/windows/generated/winrt/Windows.Storage.AccessCache.h index d027c28a..543c26f0 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Storage.AccessCache.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Storage.AccessCache.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Storage_AccessCache_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Storage.BulkAccess.h b/cpp/platform/impl/windows/generated/winrt/Windows.Storage.BulkAccess.h index fb770ca7..f3fcbaec 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Storage.BulkAccess.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Storage.BulkAccess.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Storage_BulkAccess_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Storage.Compression.h b/cpp/platform/impl/windows/generated/winrt/Windows.Storage.Compression.h index b0080d1c..30953eeb 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Storage.Compression.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Storage.Compression.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Storage_Compression_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Storage.FileProperties.h b/cpp/platform/impl/windows/generated/winrt/Windows.Storage.FileProperties.h index 23a08d0b..06ce5293 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Storage.FileProperties.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Storage.FileProperties.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Storage_FileProperties_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Storage.Pickers.Provider.h b/cpp/platform/impl/windows/generated/winrt/Windows.Storage.Pickers.Provider.h index 659e6051..a7c64ba5 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Storage.Pickers.Provider.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Storage.Pickers.Provider.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Storage_Pickers_Provider_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Storage.Pickers.h b/cpp/platform/impl/windows/generated/winrt/Windows.Storage.Pickers.h index 060409db..9aaae01d 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Storage.Pickers.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Storage.Pickers.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Storage_Pickers_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Storage.Provider.h b/cpp/platform/impl/windows/generated/winrt/Windows.Storage.Provider.h index 235457ba..0b2c5fa2 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Storage.Provider.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Storage.Provider.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Storage_Provider_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Storage.Search.h b/cpp/platform/impl/windows/generated/winrt/Windows.Storage.Search.h index 44a89723..7fbcd405 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Storage.Search.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Storage.Search.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Storage_Search_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Storage.Streams.h b/cpp/platform/impl/windows/generated/winrt/Windows.Storage.Streams.h index 7e16506d..073d6a12 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Storage.Streams.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Storage.Streams.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Storage_Streams_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Storage.h b/cpp/platform/impl/windows/generated/winrt/Windows.Storage.h index fda270af..5a88e9b3 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Storage.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Storage.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Storage_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.System.Diagnostics.DevicePortal.h b/cpp/platform/impl/windows/generated/winrt/Windows.System.Diagnostics.DevicePortal.h index 14cc6ced..6684f97c 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.System.Diagnostics.DevicePortal.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.System.Diagnostics.DevicePortal.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Diagnostics_DevicePortal_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.System.Diagnostics.Telemetry.h b/cpp/platform/impl/windows/generated/winrt/Windows.System.Diagnostics.Telemetry.h index 34b7df8c..914f51e7 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.System.Diagnostics.Telemetry.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.System.Diagnostics.Telemetry.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Diagnostics_Telemetry_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.System.Diagnostics.TraceReporting.h b/cpp/platform/impl/windows/generated/winrt/Windows.System.Diagnostics.TraceReporting.h index 99693be0..166e2354 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.System.Diagnostics.TraceReporting.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.System.Diagnostics.TraceReporting.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Diagnostics_TraceReporting_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.System.Diagnostics.h b/cpp/platform/impl/windows/generated/winrt/Windows.System.Diagnostics.h index a3b9a288..d6e570ec 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.System.Diagnostics.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.System.Diagnostics.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Diagnostics_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.System.Display.h b/cpp/platform/impl/windows/generated/winrt/Windows.System.Display.h index 0f223290..df3ddbbb 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.System.Display.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.System.Display.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Display_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.System.Inventory.h b/cpp/platform/impl/windows/generated/winrt/Windows.System.Inventory.h index 6d38d328..e89353a0 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.System.Inventory.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.System.Inventory.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Inventory_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.System.Power.Diagnostics.h b/cpp/platform/impl/windows/generated/winrt/Windows.System.Power.Diagnostics.h index 4e9dce5c..765d9c28 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.System.Power.Diagnostics.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.System.Power.Diagnostics.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Power_Diagnostics_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.System.Power.h b/cpp/platform/impl/windows/generated/winrt/Windows.System.Power.h index b4245207..2bf6f698 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.System.Power.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.System.Power.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Power_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.System.Preview.h b/cpp/platform/impl/windows/generated/winrt/Windows.System.Preview.h index 5da275d9..1490ef98 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.System.Preview.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.System.Preview.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Preview_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.System.Profile.SystemManufacturers.h b/cpp/platform/impl/windows/generated/winrt/Windows.System.Profile.SystemManufacturers.h index 9705a3ed..5112ebdc 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.System.Profile.SystemManufacturers.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.System.Profile.SystemManufacturers.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Profile_SystemManufacturers_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.System.Profile.h b/cpp/platform/impl/windows/generated/winrt/Windows.System.Profile.h index 90ecf7d2..d65fa475 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.System.Profile.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.System.Profile.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Profile_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.System.RemoteDesktop.h b/cpp/platform/impl/windows/generated/winrt/Windows.System.RemoteDesktop.h index cf730fa1..4b2ebc51 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.System.RemoteDesktop.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.System.RemoteDesktop.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_RemoteDesktop_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.System.RemoteSystems.h b/cpp/platform/impl/windows/generated/winrt/Windows.System.RemoteSystems.h index 0698d913..74940166 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.System.RemoteSystems.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.System.RemoteSystems.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_RemoteSystems_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.System.Threading.Core.h b/cpp/platform/impl/windows/generated/winrt/Windows.System.Threading.Core.h index 3a559eca..0e9366a2 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.System.Threading.Core.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.System.Threading.Core.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Threading_Core_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.System.Threading.h b/cpp/platform/impl/windows/generated/winrt/Windows.System.Threading.h index d5f111f0..359a640f 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.System.Threading.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.System.Threading.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Threading_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.System.Update.h b/cpp/platform/impl/windows/generated/winrt/Windows.System.Update.h index 66b27c84..37f405e4 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.System.Update.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.System.Update.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Update_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.System.UserProfile.h b/cpp/platform/impl/windows/generated/winrt/Windows.System.UserProfile.h index 7514385c..9fa9944d 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.System.UserProfile.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.System.UserProfile.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_UserProfile_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.System.h b/cpp/platform/impl/windows/generated/winrt/Windows.System.h index 4c4f3c9b..b6f2d720 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.System.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.System.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Accessibility.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Accessibility.h index 36914dcd..501dfcb5 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Accessibility.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Accessibility.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Accessibility_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.ApplicationSettings.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.ApplicationSettings.h index 6aeab9cd..3a983128 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.ApplicationSettings.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.ApplicationSettings.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_ApplicationSettings_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Composition.Core.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Composition.Core.h index 6a2e2466..47f4b278 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Composition.Core.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Composition.Core.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Composition_Core_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Composition.Desktop.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Composition.Desktop.h index 2c8310d0..657c5071 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Composition.Desktop.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Composition.Desktop.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Composition_Desktop_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Composition.Diagnostics.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Composition.Diagnostics.h index ed7d7880..ebd3cd33 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Composition.Diagnostics.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Composition.Diagnostics.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Composition_Diagnostics_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Composition.Effects.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Composition.Effects.h index a3de0790..e2146382 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Composition.Effects.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Composition.Effects.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Composition_Effects_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Composition.Interactions.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Composition.Interactions.h index c7ef1781..14984041 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Composition.Interactions.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Composition.Interactions.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Composition_Interactions_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Composition.Scenes.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Composition.Scenes.h index 4324503d..ca5a2e39 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Composition.Scenes.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Composition.Scenes.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Composition_Scenes_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Composition.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Composition.h index baf02374..8dc77e95 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Composition.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Composition.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Composition_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Core.AnimationMetrics.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Core.AnimationMetrics.h index 05528de5..230f6316 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Core.AnimationMetrics.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Core.AnimationMetrics.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Core_AnimationMetrics_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Core.Preview.Communications.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Core.Preview.Communications.h index 1ab148b3..8d7a839c 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Core.Preview.Communications.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Core.Preview.Communications.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Core_Preview_Communications_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Core.Preview.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Core.Preview.h index e63f2fdf..e03bfe9d 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Core.Preview.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Core.Preview.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Core_Preview_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Core.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Core.h index 037d7266..6a1473a3 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Core.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Core.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Core_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Input.Core.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Input.Core.h index 54a0f560..ea1ab403 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Input.Core.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Input.Core.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Input_Core_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Input.Inking.Analysis.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Input.Inking.Analysis.h index 5a7151d1..63458af7 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Input.Inking.Analysis.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Input.Inking.Analysis.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Input_Inking_Analysis_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Input.Inking.Core.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Input.Inking.Core.h index 0af25abd..fe7fdff1 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Input.Inking.Core.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Input.Inking.Core.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Input_Inking_Core_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Input.Inking.Preview.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Input.Inking.Preview.h index 464531a4..7f019d47 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Input.Inking.Preview.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Input.Inking.Preview.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Input_Inking_Preview_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Input.Inking.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Input.Inking.h index 94dbfc5d..46035f69 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Input.Inking.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Input.Inking.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Input_Inking_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Input.Preview.Injection.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Input.Preview.Injection.h index 669f3c20..81fbfc34 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Input.Preview.Injection.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Input.Preview.Injection.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Input_Preview_Injection_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Input.Preview.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Input.Preview.h index f4d47b71..0df58e1c 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Input.Preview.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Input.Preview.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Input_Preview_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Input.Spatial.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Input.Spatial.h index 29802373..727023a5 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Input.Spatial.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Input.Spatial.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Input_Spatial_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Input.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Input.h index 5b949238..616fbb31 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Input.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Input.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Input_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Notifications.Management.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Notifications.Management.h index 41fdde78..69954eac 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Notifications.Management.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Notifications.Management.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Notifications_Management_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Notifications.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Notifications.h index 8a9614c9..2a430298 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Notifications.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Notifications.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Notifications_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Popups.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Popups.h index a2197b5a..83b0012d 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Popups.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Popups.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Popups_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Shell.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Shell.h index 358a4a07..ec841613 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Shell.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Shell.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Shell_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.StartScreen.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.StartScreen.h index 04f265c1..64623cd3 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.StartScreen.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.StartScreen.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_StartScreen_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Text.Core.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Text.Core.h index 26060243..8755cc28 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Text.Core.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Text.Core.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Text_Core_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Text.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Text.h index 96fcd249..9c506dc7 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Text.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Text.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Text_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.ViewManagement.Core.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.ViewManagement.Core.h index 08b75fcf..5cc06849 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.ViewManagement.Core.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.ViewManagement.Core.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_ViewManagement_Core_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.ViewManagement.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.ViewManagement.h index 7bb00578..ec2933d8 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.ViewManagement.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.ViewManagement.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_ViewManagement_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.WebUI.Core.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.WebUI.Core.h index a98d9aab..eb172807 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.WebUI.Core.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.WebUI.Core.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_WebUI_Core_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.WebUI.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.WebUI.h index 7ff5e302..056e0383 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.WebUI.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.WebUI.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_WebUI_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.WindowManagement.Preview.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.WindowManagement.Preview.h index bf404578..c9799cfb 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.WindowManagement.Preview.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.WindowManagement.Preview.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_WindowManagement_Preview_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.WindowManagement.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.WindowManagement.h index 2a2922cd..348ca991 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.WindowManagement.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.WindowManagement.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_WindowManagement_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Automation.Peers.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Automation.Peers.h index a2d359ad..f61918e3 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Automation.Peers.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Automation.Peers.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Automation_Peers_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Automation.Provider.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Automation.Provider.h index 9f6567d6..1ad16e14 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Automation.Provider.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Automation.Provider.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Automation_Provider_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Automation.Text.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Automation.Text.h index 0a3a84fc..16fabf85 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Automation.Text.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Automation.Text.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Automation_Text_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Automation.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Automation.h index c2fd454e..14c3dbda 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Automation.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Automation.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Automation_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Controls.Maps.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Controls.Maps.h index 49e7d66b..c7394de2 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Controls.Maps.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Controls.Maps.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Controls_Maps_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Controls.Primitives.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Controls.Primitives.h index e17a7b84..c01166cb 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Controls.Primitives.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Controls.Primitives.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Controls_Primitives_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Controls.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Controls.h index 0f4e986c..7429d109 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Controls.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Controls.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Controls_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Core.Direct.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Core.Direct.h index e9531620..6fa9da8f 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Core.Direct.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Core.Direct.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Core_Direct_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Data.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Data.h index 7c771178..e3beb3bb 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Data.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Data.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Data_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Documents.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Documents.h index 2d361c82..54bc2eec 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Documents.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Documents.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Documents_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Hosting.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Hosting.h index c1ced903..ef29a341 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Hosting.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Hosting.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Hosting_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Input.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Input.h index fc92450d..f4485f50 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Input.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Input.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Input_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Interop.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Interop.h index ded2ca12..5f4bf994 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Interop.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Interop.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Interop_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Markup.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Markup.h index 9c1d890c..02e4c297 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Markup.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Markup.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Markup_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Media.Animation.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Media.Animation.h index 86fc36f7..7c26cf07 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Media.Animation.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Media.Animation.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Media_Animation_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Media.Imaging.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Media.Imaging.h index 38c36424..67f08975 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Media.Imaging.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Media.Imaging.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Media_Imaging_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Media.Media3D.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Media.Media3D.h index 1006d9bf..dec2bc56 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Media.Media3D.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Media.Media3D.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Media_Media3D_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Media.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Media.h index 2dfd42d3..7439e65e 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Media.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Media.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Media_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Navigation.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Navigation.h index fe3a9fbc..dc34cb1f 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Navigation.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Navigation.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Navigation_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Printing.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Printing.h index cf1c1d33..3b318081 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Printing.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Printing.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Printing_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Resources.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Resources.h index ee56dbf6..4d71ec19 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Resources.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Resources.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Resources_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Shapes.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Shapes.h index e6b618eb..32eee598 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Shapes.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.Shapes.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Shapes_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.h index 79b6b6d4..1da29499 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.Xaml.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.UI.h b/cpp/platform/impl/windows/generated/winrt/Windows.UI.h index b4b3ed06..c9e05691 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.UI.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.UI.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Web.AtomPub.h b/cpp/platform/impl/windows/generated/winrt/Windows.Web.AtomPub.h index ea8d8b2b..2462030e 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Web.AtomPub.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Web.AtomPub.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Web_AtomPub_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Web.Http.Diagnostics.h b/cpp/platform/impl/windows/generated/winrt/Windows.Web.Http.Diagnostics.h index a88d9cd3..61165de7 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Web.Http.Diagnostics.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Web.Http.Diagnostics.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Web_Http_Diagnostics_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Web.Http.Filters.h b/cpp/platform/impl/windows/generated/winrt/Windows.Web.Http.Filters.h index b8e7d519..4ec7ccdf 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Web.Http.Filters.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Web.Http.Filters.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Web_Http_Filters_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Web.Http.Headers.h b/cpp/platform/impl/windows/generated/winrt/Windows.Web.Http.Headers.h index 4cd102de..c248af71 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Web.Http.Headers.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Web.Http.Headers.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Web_Http_Headers_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Web.Http.h b/cpp/platform/impl/windows/generated/winrt/Windows.Web.Http.h index 680b68ec..693862b3 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Web.Http.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Web.Http.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Web_Http_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Web.Syndication.h b/cpp/platform/impl/windows/generated/winrt/Windows.Web.Syndication.h index 7a905b20..3f551a1a 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Web.Syndication.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Web.Syndication.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Web_Syndication_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Web.UI.Interop.h b/cpp/platform/impl/windows/generated/winrt/Windows.Web.UI.Interop.h index 07952202..60f30ff7 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Web.UI.Interop.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Web.UI.Interop.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Web_UI_Interop_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Web.UI.h b/cpp/platform/impl/windows/generated/winrt/Windows.Web.UI.h index 672c1a1d..b89f2b1c 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Web.UI.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Web.UI.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Web_UI_H diff --git a/cpp/platform/impl/windows/generated/winrt/Windows.Web.h b/cpp/platform/impl/windows/generated/winrt/Windows.Web.h index 42605364..2e088fde 100644 --- a/cpp/platform/impl/windows/generated/winrt/Windows.Web.h +++ b/cpp/platform/impl/windows/generated/winrt/Windows.Web.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Web_H diff --git a/cpp/platform/impl/windows/generated/winrt/base.h b/cpp/platform/impl/windows/generated/winrt/base.h index 9fb71ee8..e30ae5f5 100644 --- a/cpp/platform/impl/windows/generated/winrt/base.h +++ b/cpp/platform/impl/windows/generated/winrt/base.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #define CPPWINRT_VERSION "2.0.210505.3" diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.AI.MachineLearning.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.AI.MachineLearning.0.h index c975d185..99259375 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.AI.MachineLearning.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.AI.MachineLearning.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_AI_MachineLearning_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.AI.MachineLearning.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.AI.MachineLearning.1.h index 04c5e264..60ac2508 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.AI.MachineLearning.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.AI.MachineLearning.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_AI_MachineLearning_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.AI.MachineLearning.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.AI.MachineLearning.2.h index f11a5953..406df4b8 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.AI.MachineLearning.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.AI.MachineLearning.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_AI_MachineLearning_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.AI.MachineLearning.Preview.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.AI.MachineLearning.Preview.0.h index da687d72..01f2ac37 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.AI.MachineLearning.Preview.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.AI.MachineLearning.Preview.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_AI_MachineLearning_Preview_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.AI.MachineLearning.Preview.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.AI.MachineLearning.Preview.1.h index 8126fcd0..b0feaab2 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.AI.MachineLearning.Preview.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.AI.MachineLearning.Preview.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_AI_MachineLearning_Preview_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.AI.MachineLearning.Preview.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.AI.MachineLearning.Preview.2.h index 1444994f..d21c83f5 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.AI.MachineLearning.Preview.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.AI.MachineLearning.Preview.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_AI_MachineLearning_Preview_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.0.h index 94e36d6c..8741433f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.1.h index c14e3b1e..26c53ba8 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.2.h index 187fac0f..8cd760a9 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Activation.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Activation.0.h index ebf9957e..3b485e4b 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Activation.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Activation.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Activation_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Activation.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Activation.1.h index b2fdd4ee..7c6ef770 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Activation.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Activation.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Activation_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Activation.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Activation.2.h index a1d05543..b89da98c 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Activation.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Activation.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Activation_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.AppExtensions.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.AppExtensions.0.h index 70095148..04b1dfa3 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.AppExtensions.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.AppExtensions.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_AppExtensions_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.AppExtensions.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.AppExtensions.1.h index 58b982fd..e4b3154c 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.AppExtensions.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.AppExtensions.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_AppExtensions_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.AppExtensions.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.AppExtensions.2.h index c9636bcc..fcec730f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.AppExtensions.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.AppExtensions.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_AppExtensions_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.AppService.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.AppService.0.h index 6e8b932d..cf0997d1 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.AppService.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.AppService.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_AppService_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.AppService.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.AppService.1.h index afca23c8..9d73a272 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.AppService.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.AppService.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_AppService_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.AppService.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.AppService.2.h index e23d7c72..f17ed331 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.AppService.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.AppService.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_AppService_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Appointments.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Appointments.0.h index d992778b..6d16763a 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Appointments.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Appointments.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Appointments_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Appointments.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Appointments.1.h index 977facc8..f3001cd0 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Appointments.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Appointments.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Appointments_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Appointments.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Appointments.2.h index 9b353271..f917150b 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Appointments.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Appointments.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Appointments_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Appointments.AppointmentsProvider.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Appointments.AppointmentsProvider.0.h index c4cd16b4..675538a2 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Appointments.AppointmentsProvider.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Appointments.AppointmentsProvider.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Appointments_AppointmentsProvider_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Appointments.AppointmentsProvider.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Appointments.AppointmentsProvider.1.h index fbe1d2a6..a05dfaf2 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Appointments.AppointmentsProvider.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Appointments.AppointmentsProvider.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Appointments_AppointmentsProvider_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Appointments.AppointmentsProvider.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Appointments.AppointmentsProvider.2.h index e9236fc0..c75a1353 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Appointments.AppointmentsProvider.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Appointments.AppointmentsProvider.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Appointments_AppointmentsProvider_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Appointments.DataProvider.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Appointments.DataProvider.0.h index 813ea7cd..56f29518 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Appointments.DataProvider.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Appointments.DataProvider.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Appointments_DataProvider_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Appointments.DataProvider.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Appointments.DataProvider.1.h index 302032d0..6f95bd18 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Appointments.DataProvider.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Appointments.DataProvider.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Appointments_DataProvider_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Appointments.DataProvider.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Appointments.DataProvider.2.h index 97a26a8d..93b8785e 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Appointments.DataProvider.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Appointments.DataProvider.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Appointments_DataProvider_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Background.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Background.0.h index 200eb5fe..b1faac78 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Background.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Background.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Background_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Background.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Background.1.h index 7aa6d975..9b09e503 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Background.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Background.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Background_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Background.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Background.2.h index 88f618ef..37879ae3 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Background.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Background.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Background_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Calls.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Calls.0.h index f0528a28..f7aebe30 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Calls.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Calls.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Calls_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Calls.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Calls.1.h index b5e28fac..09e8a6b1 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Calls.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Calls.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Calls_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Calls.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Calls.2.h index 48f5a1d1..099b02ea 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Calls.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Calls.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Calls_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Calls.Background.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Calls.Background.0.h index 8cb8fdb9..9ef99809 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Calls.Background.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Calls.Background.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Calls_Background_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Calls.Background.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Calls.Background.1.h index bc7669ba..38e8f9a0 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Calls.Background.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Calls.Background.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Calls_Background_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Calls.Background.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Calls.Background.2.h index 366cf449..5fa9e73b 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Calls.Background.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Calls.Background.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Calls_Background_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Calls.Provider.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Calls.Provider.0.h index 51888d49..48a6fa16 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Calls.Provider.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Calls.Provider.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Calls_Provider_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Calls.Provider.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Calls.Provider.1.h index 282bd3e6..8ff8a022 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Calls.Provider.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Calls.Provider.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Calls_Provider_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Calls.Provider.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Calls.Provider.2.h index a07225f7..01cdb45f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Calls.Provider.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Calls.Provider.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Calls_Provider_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Chat.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Chat.0.h index 1410ae3c..4f4682a1 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Chat.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Chat.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Chat_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Chat.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Chat.1.h index 0943bece..3bfaaba4 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Chat.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Chat.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Chat_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Chat.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Chat.2.h index 55e11189..c8ada17f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Chat.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Chat.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Chat_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.CommunicationBlocking.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.CommunicationBlocking.0.h index 50c072bb..8c505ef2 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.CommunicationBlocking.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.CommunicationBlocking.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_CommunicationBlocking_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.CommunicationBlocking.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.CommunicationBlocking.1.h index edb2f7cd..dc6e463d 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.CommunicationBlocking.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.CommunicationBlocking.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_CommunicationBlocking_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.CommunicationBlocking.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.CommunicationBlocking.2.h index f7dcb624..90cd590b 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.CommunicationBlocking.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.CommunicationBlocking.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_CommunicationBlocking_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Contacts.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Contacts.0.h index cbdbe157..0b309257 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Contacts.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Contacts.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Contacts_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Contacts.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Contacts.1.h index 798ed1fa..cdc231e2 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Contacts.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Contacts.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Contacts_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Contacts.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Contacts.2.h index 00445b72..90478a54 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Contacts.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Contacts.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Contacts_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Contacts.DataProvider.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Contacts.DataProvider.0.h index bbb95281..53d3e1ee 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Contacts.DataProvider.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Contacts.DataProvider.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Contacts_DataProvider_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Contacts.DataProvider.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Contacts.DataProvider.1.h index b0b7b5bb..28ddb0e6 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Contacts.DataProvider.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Contacts.DataProvider.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Contacts_DataProvider_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Contacts.DataProvider.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Contacts.DataProvider.2.h index 197bc41d..44cff94a 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Contacts.DataProvider.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Contacts.DataProvider.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Contacts_DataProvider_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Contacts.Provider.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Contacts.Provider.0.h index 2395f574..47b5ac64 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Contacts.Provider.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Contacts.Provider.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Contacts_Provider_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Contacts.Provider.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Contacts.Provider.1.h index 959e2f46..17a9da30 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Contacts.Provider.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Contacts.Provider.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Contacts_Provider_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Contacts.Provider.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Contacts.Provider.2.h index e7dda32c..5c5ea9ad 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Contacts.Provider.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Contacts.Provider.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Contacts_Provider_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.ConversationalAgent.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.ConversationalAgent.0.h index 476a58bb..c5b04292 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.ConversationalAgent.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.ConversationalAgent.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_ConversationalAgent_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.ConversationalAgent.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.ConversationalAgent.1.h index f0c333d4..db7d39bf 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.ConversationalAgent.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.ConversationalAgent.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_ConversationalAgent_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.ConversationalAgent.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.ConversationalAgent.2.h index 8b43e2fb..1df22634 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.ConversationalAgent.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.ConversationalAgent.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_ConversationalAgent_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Core.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Core.0.h index 6cba380c..8c923706 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Core.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Core.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Core_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Core.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Core.1.h index e6e930cb..04f29ba9 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Core.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Core.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Core_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Core.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Core.2.h index 29c7a4a6..1c638c31 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Core.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Core.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Core_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.0.h index a0a032e2..afd44ead 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_DataTransfer_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.1.h index 1610a34b..375df65e 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_DataTransfer_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.2.h index 04dcfbde..d8dfe462 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_DataTransfer_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.DragDrop.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.DragDrop.0.h index 894ce13a..a2e03aa7 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.DragDrop.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.DragDrop.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_DataTransfer_DragDrop_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.DragDrop.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.DragDrop.1.h index 2a6383d2..3c9cbf1a 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.DragDrop.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.DragDrop.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_DataTransfer_DragDrop_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.DragDrop.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.DragDrop.2.h index de98926e..f333cc92 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.DragDrop.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.DragDrop.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_DataTransfer_DragDrop_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.DragDrop.Core.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.DragDrop.Core.0.h index acb325f1..357b7cac 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.DragDrop.Core.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.DragDrop.Core.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_DataTransfer_DragDrop_Core_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.DragDrop.Core.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.DragDrop.Core.1.h index 30836a0b..6dd0a8d1 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.DragDrop.Core.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.DragDrop.Core.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_DataTransfer_DragDrop_Core_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.DragDrop.Core.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.DragDrop.Core.2.h index b9c1c166..4d7be83d 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.DragDrop.Core.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.DragDrop.Core.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_DataTransfer_DragDrop_Core_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.ShareTarget.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.ShareTarget.0.h index bda1bca8..42bc947f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.ShareTarget.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.ShareTarget.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_DataTransfer_ShareTarget_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.ShareTarget.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.ShareTarget.1.h index 85ac62ea..6cbd074f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.ShareTarget.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.ShareTarget.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_DataTransfer_ShareTarget_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.ShareTarget.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.ShareTarget.2.h index 57327c5d..4cb5d323 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.ShareTarget.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.DataTransfer.ShareTarget.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_DataTransfer_ShareTarget_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Email.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Email.0.h index 2fe312d5..adbcdcd2 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Email.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Email.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Email_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Email.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Email.1.h index 1c84c76d..2143888b 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Email.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Email.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Email_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Email.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Email.2.h index 41177ef5..1de40eab 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Email.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Email.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Email_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Email.DataProvider.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Email.DataProvider.0.h index 808e225e..35313177 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Email.DataProvider.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Email.DataProvider.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Email_DataProvider_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Email.DataProvider.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Email.DataProvider.1.h index d077f6ee..1c0e51bd 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Email.DataProvider.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Email.DataProvider.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Email_DataProvider_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Email.DataProvider.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Email.DataProvider.2.h index 1cf137b2..69db9339 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Email.DataProvider.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Email.DataProvider.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Email_DataProvider_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.ExtendedExecution.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.ExtendedExecution.0.h index 48bc723d..16e33faf 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.ExtendedExecution.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.ExtendedExecution.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_ExtendedExecution_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.ExtendedExecution.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.ExtendedExecution.1.h index f4ccfc23..4d68dc5f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.ExtendedExecution.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.ExtendedExecution.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_ExtendedExecution_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.ExtendedExecution.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.ExtendedExecution.2.h index d67a076e..b3242670 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.ExtendedExecution.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.ExtendedExecution.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_ExtendedExecution_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.ExtendedExecution.Foreground.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.ExtendedExecution.Foreground.0.h index c58a67a4..0c8bb8ce 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.ExtendedExecution.Foreground.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.ExtendedExecution.Foreground.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_ExtendedExecution_Foreground_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.ExtendedExecution.Foreground.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.ExtendedExecution.Foreground.1.h index 18f584d3..cce6e732 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.ExtendedExecution.Foreground.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.ExtendedExecution.Foreground.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_ExtendedExecution_Foreground_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.ExtendedExecution.Foreground.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.ExtendedExecution.Foreground.2.h index ad0c29ad..25184229 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.ExtendedExecution.Foreground.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.ExtendedExecution.Foreground.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_ExtendedExecution_Foreground_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.LockScreen.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.LockScreen.0.h index 4bd18f7a..e26ae4f8 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.LockScreen.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.LockScreen.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_LockScreen_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.LockScreen.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.LockScreen.1.h index 2688f2ac..16b5ffc0 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.LockScreen.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.LockScreen.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_LockScreen_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.LockScreen.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.LockScreen.2.h index 40efa31c..342b2604 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.LockScreen.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.LockScreen.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_LockScreen_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Payments.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Payments.0.h index 8b7c91ea..7d62aa56 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Payments.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Payments.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Payments_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Payments.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Payments.1.h index 3ff518b1..4d9bd6b2 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Payments.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Payments.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Payments_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Payments.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Payments.2.h index 1344646a..6ac4a1f0 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Payments.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Payments.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Payments_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Payments.Provider.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Payments.Provider.0.h index a56ba6ca..f23faf56 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Payments.Provider.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Payments.Provider.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Payments_Provider_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Payments.Provider.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Payments.Provider.1.h index 3c434f3a..6e927750 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Payments.Provider.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Payments.Provider.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Payments_Provider_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Payments.Provider.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Payments.Provider.2.h index 42f7aa18..e04c37f1 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Payments.Provider.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Payments.Provider.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Payments_Provider_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Preview.Holographic.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Preview.Holographic.0.h index cf285f6a..a542eed3 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Preview.Holographic.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Preview.Holographic.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Preview_Holographic_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Preview.Holographic.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Preview.Holographic.1.h index 8835346d..58b941b2 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Preview.Holographic.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Preview.Holographic.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Preview_Holographic_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Preview.Holographic.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Preview.Holographic.2.h index 8e42f023..793b438a 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Preview.Holographic.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Preview.Holographic.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Preview_Holographic_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Preview.InkWorkspace.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Preview.InkWorkspace.0.h index 80729962..af300955 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Preview.InkWorkspace.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Preview.InkWorkspace.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Preview_InkWorkspace_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Preview.InkWorkspace.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Preview.InkWorkspace.1.h index 3477545b..50e18899 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Preview.InkWorkspace.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Preview.InkWorkspace.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Preview_InkWorkspace_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Preview.InkWorkspace.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Preview.InkWorkspace.2.h index 0cff940d..a70e55d9 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Preview.InkWorkspace.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Preview.InkWorkspace.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Preview_InkWorkspace_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Preview.Notes.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Preview.Notes.0.h index cd27b8f0..90d4d8d9 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Preview.Notes.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Preview.Notes.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Preview_Notes_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Preview.Notes.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Preview.Notes.1.h index 0e652ff4..16cff37a 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Preview.Notes.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Preview.Notes.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Preview_Notes_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Preview.Notes.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Preview.Notes.2.h index a22bd807..15d98821 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Preview.Notes.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Preview.Notes.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Preview_Notes_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Resources.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Resources.0.h index 17173d32..208c9272 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Resources.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Resources.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Resources_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Resources.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Resources.1.h index 3aa87047..89f6fdd0 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Resources.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Resources.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Resources_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Resources.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Resources.2.h index 382a35c2..1666bbe9 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Resources.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Resources.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Resources_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Resources.Core.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Resources.Core.0.h index 7519df3b..e809a1b7 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Resources.Core.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Resources.Core.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Resources_Core_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Resources.Core.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Resources.Core.1.h index 7f6be494..50da049b 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Resources.Core.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Resources.Core.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Resources_Core_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Resources.Core.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Resources.Core.2.h index 6bd26b65..36cf9685 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Resources.Core.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Resources.Core.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Resources_Core_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Resources.Management.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Resources.Management.0.h index 85184205..e0717c14 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Resources.Management.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Resources.Management.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Resources_Management_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Resources.Management.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Resources.Management.1.h index 69f152bc..15ee90dd 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Resources.Management.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Resources.Management.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Resources_Management_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Resources.Management.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Resources.Management.2.h index 6dbd5be5..f9425e0b 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Resources.Management.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Resources.Management.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Resources_Management_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Search.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Search.0.h index 6a53e641..00214638 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Search.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Search.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Search_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Search.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Search.1.h index 03b5ac4d..084f7b6f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Search.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Search.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Search_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Search.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Search.2.h index be161ee8..7fd18f25 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Search.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Search.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Search_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Search.Core.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Search.Core.0.h index 32131071..4e3002b7 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Search.Core.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Search.Core.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Search_Core_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Search.Core.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Search.Core.1.h index 9b37e9ae..ef74e00e 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Search.Core.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Search.Core.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Search_Core_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Search.Core.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Search.Core.2.h index 638d779b..5ea113a7 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Search.Core.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Search.Core.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Search_Core_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.SocialInfo.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.SocialInfo.0.h index d948a139..db7d74b5 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.SocialInfo.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.SocialInfo.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_SocialInfo_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.SocialInfo.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.SocialInfo.1.h index 05919598..d87fd159 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.SocialInfo.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.SocialInfo.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_SocialInfo_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.SocialInfo.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.SocialInfo.2.h index a75b10b1..190c4fa3 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.SocialInfo.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.SocialInfo.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_SocialInfo_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.SocialInfo.Provider.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.SocialInfo.Provider.0.h index e3150b46..9147fae1 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.SocialInfo.Provider.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.SocialInfo.Provider.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_SocialInfo_Provider_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.SocialInfo.Provider.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.SocialInfo.Provider.1.h index 47368eed..b5564be8 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.SocialInfo.Provider.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.SocialInfo.Provider.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_SocialInfo_Provider_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.SocialInfo.Provider.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.SocialInfo.Provider.2.h index 2117c3cb..d25b4c3a 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.SocialInfo.Provider.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.SocialInfo.Provider.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_SocialInfo_Provider_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.0.h index e0bab2a7..bd19a7ad 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Store_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.1.h index bd76ca80..58e9bbda 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Store_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.2.h index 20e9433f..474dc299 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Store_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.LicenseManagement.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.LicenseManagement.0.h index e0f1d3ea..dd257652 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.LicenseManagement.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.LicenseManagement.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Store_LicenseManagement_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.LicenseManagement.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.LicenseManagement.1.h index 75331ea0..b196cc4f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.LicenseManagement.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.LicenseManagement.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Store_LicenseManagement_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.LicenseManagement.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.LicenseManagement.2.h index 2aa54d7e..3bf0b9ed 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.LicenseManagement.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.LicenseManagement.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Store_LicenseManagement_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.Preview.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.Preview.0.h index 411e182c..bff39a00 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.Preview.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.Preview.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Store_Preview_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.Preview.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.Preview.1.h index 00ab08ce..8d1472ba 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.Preview.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.Preview.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Store_Preview_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.Preview.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.Preview.2.h index d6fbaa1d..37722739 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.Preview.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.Preview.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Store_Preview_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.Preview.InstallControl.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.Preview.InstallControl.0.h index 92227317..782eb1af 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.Preview.InstallControl.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.Preview.InstallControl.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Store_Preview_InstallControl_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.Preview.InstallControl.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.Preview.InstallControl.1.h index d8dff42a..d79dca32 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.Preview.InstallControl.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.Preview.InstallControl.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Store_Preview_InstallControl_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.Preview.InstallControl.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.Preview.InstallControl.2.h index 54a78256..858ac4ce 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.Preview.InstallControl.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Store.Preview.InstallControl.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Store_Preview_InstallControl_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserActivities.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserActivities.0.h index e4f09ef1..e156fcc7 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserActivities.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserActivities.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_UserActivities_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserActivities.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserActivities.1.h index ed144a5d..fd5ff5f9 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserActivities.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserActivities.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_UserActivities_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserActivities.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserActivities.2.h index bd5f3f1a..405f7540 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserActivities.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserActivities.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_UserActivities_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserActivities.Core.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserActivities.Core.0.h index f24e6486..6783dd00 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserActivities.Core.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserActivities.Core.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_UserActivities_Core_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserActivities.Core.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserActivities.Core.1.h index cc21ea1e..4b9c30d6 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserActivities.Core.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserActivities.Core.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_UserActivities_Core_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserActivities.Core.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserActivities.Core.2.h index 1f501930..0a33c461 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserActivities.Core.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserActivities.Core.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_UserActivities_Core_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataAccounts.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataAccounts.0.h index ddb18620..9233b437 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataAccounts.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataAccounts.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_UserDataAccounts_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataAccounts.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataAccounts.1.h index 5f0c3e9e..e5027101 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataAccounts.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataAccounts.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_UserDataAccounts_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataAccounts.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataAccounts.2.h index 4b207427..1daf3293 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataAccounts.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataAccounts.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_UserDataAccounts_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataAccounts.Provider.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataAccounts.Provider.0.h index a7cc7709..f1fefb22 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataAccounts.Provider.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataAccounts.Provider.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_UserDataAccounts_Provider_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataAccounts.Provider.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataAccounts.Provider.1.h index b287e9d0..26fedbd9 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataAccounts.Provider.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataAccounts.Provider.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_UserDataAccounts_Provider_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataAccounts.Provider.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataAccounts.Provider.2.h index 11879be1..619586f3 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataAccounts.Provider.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataAccounts.Provider.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_UserDataAccounts_Provider_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataAccounts.SystemAccess.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataAccounts.SystemAccess.0.h index 572d810c..59b1d17f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataAccounts.SystemAccess.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataAccounts.SystemAccess.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_UserDataAccounts_SystemAccess_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataAccounts.SystemAccess.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataAccounts.SystemAccess.1.h index 15b54986..2797d3f1 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataAccounts.SystemAccess.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataAccounts.SystemAccess.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_UserDataAccounts_SystemAccess_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataAccounts.SystemAccess.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataAccounts.SystemAccess.2.h index e0ea63ca..0719382f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataAccounts.SystemAccess.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataAccounts.SystemAccess.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_UserDataAccounts_SystemAccess_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataTasks.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataTasks.0.h index e1a41dd8..b0175620 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataTasks.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataTasks.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_UserDataTasks_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataTasks.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataTasks.1.h index e91ebe4c..798bf6ad 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataTasks.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataTasks.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_UserDataTasks_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataTasks.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataTasks.2.h index 894f65c0..2a104f72 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataTasks.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataTasks.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_UserDataTasks_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataTasks.DataProvider.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataTasks.DataProvider.0.h index 791bcd4b..bb8f1b27 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataTasks.DataProvider.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataTasks.DataProvider.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_UserDataTasks_DataProvider_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataTasks.DataProvider.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataTasks.DataProvider.1.h index 4406d158..7cb740a7 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataTasks.DataProvider.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataTasks.DataProvider.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_UserDataTasks_DataProvider_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataTasks.DataProvider.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataTasks.DataProvider.2.h index 2d20911c..a89843ef 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataTasks.DataProvider.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataTasks.DataProvider.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_UserDataTasks_DataProvider_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.VoiceCommands.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.VoiceCommands.0.h index 794268b3..22712dbe 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.VoiceCommands.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.VoiceCommands.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_VoiceCommands_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.VoiceCommands.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.VoiceCommands.1.h index ee2d4964..68a542f8 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.VoiceCommands.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.VoiceCommands.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_VoiceCommands_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.VoiceCommands.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.VoiceCommands.2.h index 1b5dbdf1..54dc3566 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.VoiceCommands.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.VoiceCommands.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_VoiceCommands_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Wallet.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Wallet.0.h index 84261f43..9e2f06f6 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Wallet.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Wallet.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Wallet_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Wallet.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Wallet.1.h index 0efceff0..0e956281 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Wallet.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Wallet.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Wallet_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Wallet.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Wallet.2.h index 58f3339c..9ce03460 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Wallet.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Wallet.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Wallet_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Wallet.System.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Wallet.System.0.h index 7018ada2..f8e31a11 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Wallet.System.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Wallet.System.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Wallet_System_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Wallet.System.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Wallet.System.1.h index 958b44e4..29afc07b 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Wallet.System.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Wallet.System.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Wallet_System_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Wallet.System.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Wallet.System.2.h index 766fe47f..2659867a 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Wallet.System.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Wallet.System.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_ApplicationModel_Wallet_System_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Html.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Html.0.h index b1665b0c..419dfe5a 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Html.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Html.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Data_Html_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Html.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Html.1.h index 1a364ddb..9f9de183 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Html.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Html.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Data_Html_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Html.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Html.2.h index 7987e44e..10e6fdea 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Html.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Html.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Data_Html_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Json.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Json.0.h index 730d269a..d1182a4f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Json.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Json.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Data_Json_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Json.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Json.1.h index b8ea68bc..a807c9c5 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Json.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Json.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Data_Json_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Json.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Json.2.h index a753cb11..e3fcb1c9 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Json.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Json.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Data_Json_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Pdf.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Pdf.0.h index 96ea71a4..ab49e626 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Pdf.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Pdf.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Data_Pdf_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Pdf.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Pdf.1.h index 2e88c5fa..f028707f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Pdf.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Pdf.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Data_Pdf_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Pdf.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Pdf.2.h index a271803a..60c0f717 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Pdf.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Pdf.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Data_Pdf_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Text.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Text.0.h index ac215861..ef0f4cda 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Text.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Text.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Data_Text_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Text.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Text.1.h index 3dad7dd0..49fe3fa3 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Text.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Text.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Data_Text_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Text.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Text.2.h index d471c309..abe938b6 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Text.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Text.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Data_Text_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Xml.Dom.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Xml.Dom.0.h index bbff01ee..8860e03f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Xml.Dom.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Xml.Dom.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Data_Xml_Dom_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Xml.Dom.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Xml.Dom.1.h index 0c0c2527..bc9c5ed6 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Xml.Dom.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Xml.Dom.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Data_Xml_Dom_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Xml.Dom.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Xml.Dom.2.h index 307c1fe3..60e828c3 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Xml.Dom.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Xml.Dom.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Data_Xml_Dom_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Xml.Xsl.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Xml.Xsl.0.h index f37b6e25..7a2b8d71 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Xml.Xsl.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Xml.Xsl.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Data_Xml_Xsl_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Xml.Xsl.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Xml.Xsl.1.h index 1bc559c4..98cf61b9 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Xml.Xsl.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Xml.Xsl.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Data_Xml_Xsl_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Xml.Xsl.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Xml.Xsl.2.h index 19cc8887..cd0061e8 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Xml.Xsl.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Data.Xml.Xsl.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Data_Xml_Xsl_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.0.h index d2786ecf..3e8c34e2 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.1.h index 3a915e32..26fb3a98 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.2.h index 10577a32..254e71c3 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Adc.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Adc.0.h index 50e8866b..d1cc31e4 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Adc.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Adc.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Adc_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Adc.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Adc.1.h index e9810650..aa6d9fe5 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Adc.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Adc.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Adc_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Adc.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Adc.2.h index bfec49b7..1d4f517d 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Adc.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Adc.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Adc_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Adc.Provider.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Adc.Provider.0.h index f861bdef..216f56c8 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Adc.Provider.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Adc.Provider.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Adc_Provider_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Adc.Provider.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Adc.Provider.1.h index 93121502..1fdda68d 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Adc.Provider.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Adc.Provider.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Adc_Provider_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Adc.Provider.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Adc.Provider.2.h index bed9c6bb..9a0bdd3c 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Adc.Provider.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Adc.Provider.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Adc_Provider_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.AllJoyn.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.AllJoyn.0.h index 47187fa0..2aa718ea 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.AllJoyn.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.AllJoyn.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_AllJoyn_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.AllJoyn.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.AllJoyn.1.h index d67d1f5e..e1db0d13 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.AllJoyn.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.AllJoyn.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_AllJoyn_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.AllJoyn.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.AllJoyn.2.h index 67848d95..41e87752 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.AllJoyn.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.AllJoyn.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_AllJoyn_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Background.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Background.0.h index 7a3f1a94..a9ff703f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Background.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Background.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Background_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Background.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Background.1.h index d920b46b..63e7050f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Background.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Background.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Background_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Background.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Background.2.h index b8c32c45..f82f06dd 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Background.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Background.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Background_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.0.h index 2367b449..b7315eb9 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Bluetooth_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.1.h index 07801e1b..dcb3af5c 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Bluetooth_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.2.h index 35d034de..8e4e4d05 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Bluetooth_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.Advertisement.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.Advertisement.0.h index 858d95b4..4cb0c779 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.Advertisement.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.Advertisement.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Bluetooth_Advertisement_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.Advertisement.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.Advertisement.1.h index acbbde79..a7488436 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.Advertisement.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.Advertisement.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Bluetooth_Advertisement_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.Advertisement.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.Advertisement.2.h index 9e1427f5..6e379847 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.Advertisement.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.Advertisement.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Bluetooth_Advertisement_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.Background.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.Background.0.h index c40cb91f..c292b0b9 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.Background.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.Background.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Bluetooth_Background_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.Background.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.Background.1.h index 9fd14305..0f63d10e 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.Background.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.Background.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Bluetooth_Background_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.Background.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.Background.2.h index e9eb6853..9170ded5 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.Background.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.Background.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Bluetooth_Background_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.GenericAttributeProfile.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.GenericAttributeProfile.0.h index 9338b7cb..8fb65689 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.GenericAttributeProfile.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.GenericAttributeProfile.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Bluetooth_GenericAttributeProfile_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.GenericAttributeProfile.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.GenericAttributeProfile.1.h index 8bbd24c9..449086c6 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.GenericAttributeProfile.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.GenericAttributeProfile.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Bluetooth_GenericAttributeProfile_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.GenericAttributeProfile.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.GenericAttributeProfile.2.h index cb2b2ebd..c602fca7 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.GenericAttributeProfile.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.GenericAttributeProfile.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Bluetooth_GenericAttributeProfile_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.Rfcomm.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.Rfcomm.0.h index b3de8149..4768611a 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.Rfcomm.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.Rfcomm.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Bluetooth_Rfcomm_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.Rfcomm.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.Rfcomm.1.h index 3f9328ee..4bdd1cf6 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.Rfcomm.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.Rfcomm.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Bluetooth_Rfcomm_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.Rfcomm.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.Rfcomm.2.h index 5087efa1..92f4971f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.Rfcomm.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Bluetooth.Rfcomm.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Bluetooth_Rfcomm_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Custom.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Custom.0.h index d87097a9..b1d70b79 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Custom.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Custom.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Custom_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Custom.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Custom.1.h index 34f57cd9..7557a1f9 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Custom.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Custom.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Custom_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Custom.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Custom.2.h index c892f910..c389943b 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Custom.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Custom.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Custom_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Display.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Display.0.h index ca107cee..2f8aa488 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Display.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Display.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Display_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Display.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Display.1.h index 27215a27..d5084f37 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Display.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Display.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Display_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Display.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Display.2.h index 9bbcd40d..1029aa87 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Display.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Display.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Display_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Display.Core.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Display.Core.0.h index 695807f5..24ad45c4 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Display.Core.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Display.Core.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Display_Core_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Display.Core.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Display.Core.1.h index 85a6ab63..0ec5efff 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Display.Core.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Display.Core.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Display_Core_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Display.Core.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Display.Core.2.h index ea3acc6b..3a021ca4 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Display.Core.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Display.Core.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Display_Core_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Enumeration.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Enumeration.0.h index 7462a4a7..914cfcba 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Enumeration.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Enumeration.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Enumeration_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Enumeration.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Enumeration.1.h index 790fcce4..3662c3dd 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Enumeration.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Enumeration.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Enumeration_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Enumeration.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Enumeration.2.h index e2283c55..f5ec984b 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Enumeration.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Enumeration.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Enumeration_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Enumeration.Pnp.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Enumeration.Pnp.0.h index e441e672..b66aa09a 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Enumeration.Pnp.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Enumeration.Pnp.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Enumeration_Pnp_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Enumeration.Pnp.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Enumeration.Pnp.1.h index cd4ea184..8d0cfd31 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Enumeration.Pnp.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Enumeration.Pnp.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Enumeration_Pnp_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Enumeration.Pnp.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Enumeration.Pnp.2.h index 46c76ca3..51a565d3 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Enumeration.Pnp.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Enumeration.Pnp.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Enumeration_Pnp_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Geolocation.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Geolocation.0.h index a49f0e66..ba9425ec 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Geolocation.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Geolocation.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Geolocation_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Geolocation.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Geolocation.1.h index d7b23c7f..162c79c2 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Geolocation.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Geolocation.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Geolocation_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Geolocation.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Geolocation.2.h index a234c323..89c1df1a 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Geolocation.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Geolocation.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Geolocation_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Geolocation.Geofencing.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Geolocation.Geofencing.0.h index 4b7b2ffd..bdc13bd8 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Geolocation.Geofencing.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Geolocation.Geofencing.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Geolocation_Geofencing_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Geolocation.Geofencing.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Geolocation.Geofencing.1.h index 425c5651..43bf17be 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Geolocation.Geofencing.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Geolocation.Geofencing.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Geolocation_Geofencing_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Geolocation.Geofencing.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Geolocation.Geofencing.2.h index 8b532601..5f8459d7 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Geolocation.Geofencing.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Geolocation.Geofencing.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Geolocation_Geofencing_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Gpio.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Gpio.0.h index 48be1fb1..0043d185 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Gpio.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Gpio.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Gpio_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Gpio.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Gpio.1.h index fd07c742..85386306 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Gpio.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Gpio.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Gpio_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Gpio.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Gpio.2.h index 47fe5206..51c14172 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Gpio.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Gpio.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Gpio_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Gpio.Provider.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Gpio.Provider.0.h index 8d69aed0..ed0af58f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Gpio.Provider.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Gpio.Provider.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Gpio_Provider_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Gpio.Provider.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Gpio.Provider.1.h index 9c511e9f..ef0307b2 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Gpio.Provider.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Gpio.Provider.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Gpio_Provider_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Gpio.Provider.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Gpio.Provider.2.h index 4d3e650b..816ae952 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Gpio.Provider.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Gpio.Provider.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Gpio_Provider_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Haptics.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Haptics.0.h index c2c0eec8..a567c5a9 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Haptics.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Haptics.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Haptics_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Haptics.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Haptics.1.h index 22d98504..8ca010d4 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Haptics.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Haptics.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Haptics_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Haptics.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Haptics.2.h index e847d190..120f2565 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Haptics.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Haptics.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Haptics_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.HumanInterfaceDevice.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.HumanInterfaceDevice.0.h index 7544419c..6719532e 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.HumanInterfaceDevice.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.HumanInterfaceDevice.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_HumanInterfaceDevice_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.HumanInterfaceDevice.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.HumanInterfaceDevice.1.h index 71f88519..0afad875 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.HumanInterfaceDevice.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.HumanInterfaceDevice.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_HumanInterfaceDevice_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.HumanInterfaceDevice.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.HumanInterfaceDevice.2.h index 3c099782..b59639c7 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.HumanInterfaceDevice.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.HumanInterfaceDevice.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_HumanInterfaceDevice_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.I2c.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.I2c.0.h index 7fed9673..a207320c 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.I2c.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.I2c.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_I2c_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.I2c.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.I2c.1.h index 29aa5372..32736ab6 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.I2c.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.I2c.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_I2c_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.I2c.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.I2c.2.h index 839e2f54..405641e1 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.I2c.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.I2c.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_I2c_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.I2c.Provider.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.I2c.Provider.0.h index df47d2bf..480e059f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.I2c.Provider.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.I2c.Provider.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_I2c_Provider_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.I2c.Provider.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.I2c.Provider.1.h index 84cae150..9bd03f60 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.I2c.Provider.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.I2c.Provider.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_I2c_Provider_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.I2c.Provider.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.I2c.Provider.2.h index 27b20170..8a6665ea 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.I2c.Provider.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.I2c.Provider.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_I2c_Provider_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Input.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Input.0.h index 7f1133fb..a4fc7631 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Input.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Input.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Input_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Input.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Input.1.h index 767ade24..69c11770 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Input.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Input.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Input_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Input.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Input.2.h index f572e74e..964a9065 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Input.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Input.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Input_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Input.Preview.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Input.Preview.0.h index b7dbcd63..bd3169cb 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Input.Preview.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Input.Preview.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Input_Preview_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Input.Preview.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Input.Preview.1.h index 5faeaa3f..b0e9e954 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Input.Preview.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Input.Preview.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Input_Preview_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Input.Preview.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Input.Preview.2.h index 2a52ce13..1e220959 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Input.Preview.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Input.Preview.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Input_Preview_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Lights.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Lights.0.h index 5740cbdb..8d9cafd5 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Lights.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Lights.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Lights_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Lights.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Lights.1.h index 37ad9d8b..fcb1a41f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Lights.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Lights.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Lights_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Lights.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Lights.2.h index a610d779..17ba6dac 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Lights.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Lights.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Lights_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Lights.Effects.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Lights.Effects.0.h index 4ceadebe..7252720d 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Lights.Effects.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Lights.Effects.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Lights_Effects_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Lights.Effects.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Lights.Effects.1.h index e0e73925..7d881bd8 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Lights.Effects.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Lights.Effects.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Lights_Effects_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Lights.Effects.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Lights.Effects.2.h index 6adabb6c..db241ab7 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Lights.Effects.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Lights.Effects.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Lights_Effects_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Midi.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Midi.0.h index 38c11979..779618af 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Midi.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Midi.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Midi_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Midi.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Midi.1.h index e5324eca..b07c901a 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Midi.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Midi.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Midi_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Midi.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Midi.2.h index 56dab98d..ae552aa5 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Midi.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Midi.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Midi_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Perception.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Perception.0.h index 2a8ed926..75d29478 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Perception.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Perception.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Perception_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Perception.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Perception.1.h index 646784c5..65eb4c81 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Perception.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Perception.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Perception_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Perception.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Perception.2.h index 64afd813..b6a08b9e 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Perception.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Perception.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Perception_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Perception.Provider.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Perception.Provider.0.h index 71841bb7..98438272 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Perception.Provider.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Perception.Provider.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Perception_Provider_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Perception.Provider.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Perception.Provider.1.h index 25a3a844..491d2321 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Perception.Provider.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Perception.Provider.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Perception_Provider_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Perception.Provider.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Perception.Provider.2.h index 056c1cfb..c8f22ef0 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Perception.Provider.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Perception.Provider.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Perception_Provider_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.PointOfService.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.PointOfService.0.h index ac655263..a212caa9 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.PointOfService.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.PointOfService.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_PointOfService_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.PointOfService.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.PointOfService.1.h index 98c360e3..25e12d29 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.PointOfService.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.PointOfService.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_PointOfService_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.PointOfService.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.PointOfService.2.h index cf5a9d2d..bee3c500 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.PointOfService.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.PointOfService.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_PointOfService_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.PointOfService.Provider.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.PointOfService.Provider.0.h index b31f33b5..896517d9 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.PointOfService.Provider.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.PointOfService.Provider.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_PointOfService_Provider_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.PointOfService.Provider.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.PointOfService.Provider.1.h index f687666a..0f8befee 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.PointOfService.Provider.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.PointOfService.Provider.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_PointOfService_Provider_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.PointOfService.Provider.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.PointOfService.Provider.2.h index d50650db..449884b2 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.PointOfService.Provider.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.PointOfService.Provider.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_PointOfService_Provider_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Portable.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Portable.0.h index f7bab19d..64f54537 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Portable.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Portable.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Portable_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Portable.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Portable.1.h index df4f387f..ce2a4a58 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Portable.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Portable.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Portable_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Portable.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Portable.2.h index 88444836..f6cbca97 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Portable.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Portable.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Portable_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Power.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Power.0.h index 28567316..abb5cf9e 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Power.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Power.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Power_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Power.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Power.1.h index de22debd..88e0b392 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Power.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Power.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Power_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Power.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Power.2.h index 5d3eaffd..ca093388 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Power.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Power.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Power_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Printers.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Printers.0.h index bb0de787..547b0b02 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Printers.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Printers.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Printers_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Printers.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Printers.1.h index eb3461a5..347d7fd0 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Printers.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Printers.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Printers_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Printers.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Printers.2.h index 465b547d..a455163e 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Printers.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Printers.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Printers_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Printers.Extensions.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Printers.Extensions.0.h index 21a59a1c..ec86d1ef 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Printers.Extensions.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Printers.Extensions.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Printers_Extensions_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Printers.Extensions.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Printers.Extensions.1.h index 1d2b473c..f4965ad6 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Printers.Extensions.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Printers.Extensions.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Printers_Extensions_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Printers.Extensions.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Printers.Extensions.2.h index 5e2a8b5d..dc4d0712 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Printers.Extensions.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Printers.Extensions.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Printers_Extensions_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Pwm.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Pwm.0.h index 51310f8b..12015713 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Pwm.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Pwm.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Pwm_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Pwm.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Pwm.1.h index e6fbdb4d..d0062474 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Pwm.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Pwm.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Pwm_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Pwm.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Pwm.2.h index 6effed33..a4baf38d 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Pwm.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Pwm.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Pwm_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Pwm.Provider.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Pwm.Provider.0.h index dff83fda..8d4e5fb5 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Pwm.Provider.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Pwm.Provider.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Pwm_Provider_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Pwm.Provider.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Pwm.Provider.1.h index 6bdcef94..c845fa85 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Pwm.Provider.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Pwm.Provider.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Pwm_Provider_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Pwm.Provider.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Pwm.Provider.2.h index 6e49f97f..c1681314 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Pwm.Provider.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Pwm.Provider.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Pwm_Provider_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Radios.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Radios.0.h index 6c8d1ac1..d2bd7198 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Radios.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Radios.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Radios_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Radios.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Radios.1.h index 8fcf9728..50af5a07 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Radios.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Radios.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Radios_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Radios.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Radios.2.h index 0a2ae265..0619950d 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Radios.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Radios.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Radios_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Scanners.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Scanners.0.h index 039e65d3..0f67820d 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Scanners.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Scanners.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Scanners_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Scanners.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Scanners.1.h index 6b19bab9..21d4639b 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Scanners.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Scanners.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Scanners_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Scanners.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Scanners.2.h index 6a5b33b4..c5d7268f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Scanners.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Scanners.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Scanners_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Sensors.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Sensors.0.h index aeb96590..0fc96fd2 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Sensors.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Sensors.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Sensors_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Sensors.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Sensors.1.h index 23bf5aa9..c0dfd2d2 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Sensors.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Sensors.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Sensors_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Sensors.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Sensors.2.h index 340f3fd7..6869af7d 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Sensors.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Sensors.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Sensors_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Sensors.Custom.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Sensors.Custom.0.h index 3586eb85..57855059 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Sensors.Custom.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Sensors.Custom.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Sensors_Custom_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Sensors.Custom.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Sensors.Custom.1.h index 6a4d5497..2c6439fe 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Sensors.Custom.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Sensors.Custom.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Sensors_Custom_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Sensors.Custom.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Sensors.Custom.2.h index 194c948d..bea0799b 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Sensors.Custom.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Sensors.Custom.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Sensors_Custom_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.SerialCommunication.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.SerialCommunication.0.h index 088f290f..862534d6 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.SerialCommunication.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.SerialCommunication.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_SerialCommunication_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.SerialCommunication.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.SerialCommunication.1.h index c485f6a7..d15574b4 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.SerialCommunication.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.SerialCommunication.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_SerialCommunication_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.SerialCommunication.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.SerialCommunication.2.h index d814bf8a..b1811c5f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.SerialCommunication.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.SerialCommunication.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_SerialCommunication_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.SmartCards.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.SmartCards.0.h index d226cb34..fd0a5edb 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.SmartCards.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.SmartCards.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_SmartCards_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.SmartCards.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.SmartCards.1.h index e42c5e6d..56b52826 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.SmartCards.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.SmartCards.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_SmartCards_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.SmartCards.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.SmartCards.2.h index 75993e9f..cd765e47 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.SmartCards.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.SmartCards.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_SmartCards_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Sms.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Sms.0.h index 97046147..cdf49898 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Sms.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Sms.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Sms_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Sms.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Sms.1.h index b9c2e394..e918454f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Sms.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Sms.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Sms_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Sms.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Sms.2.h index 8fafc5bc..ef1340db 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Sms.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Sms.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Sms_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Spi.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Spi.0.h index 58bb3b41..67aad661 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Spi.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Spi.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Spi_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Spi.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Spi.1.h index c8aeebcd..d94e71ab 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Spi.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Spi.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Spi_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Spi.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Spi.2.h index b4fab336..73d0a5fa 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Spi.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Spi.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Spi_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Spi.Provider.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Spi.Provider.0.h index 27ec0c95..9a3dbc84 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Spi.Provider.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Spi.Provider.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Spi_Provider_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Spi.Provider.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Spi.Provider.1.h index 956ae514..f6abd5b9 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Spi.Provider.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Spi.Provider.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Spi_Provider_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Spi.Provider.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Spi.Provider.2.h index 60f487c6..3777481b 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Spi.Provider.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Spi.Provider.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Spi_Provider_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Usb.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Usb.0.h index 0816d2ee..fa63ca01 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Usb.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Usb.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Usb_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Usb.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Usb.1.h index cfdfc02f..fcf5e914 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Usb.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Usb.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Usb_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Usb.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Usb.2.h index 0a688b5f..d3836923 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Usb.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Usb.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_Usb_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.WiFi.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.WiFi.0.h index 28e8050a..e5a75981 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.WiFi.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.WiFi.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_WiFi_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.WiFi.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.WiFi.1.h index 5da82cf3..a531af72 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.WiFi.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.WiFi.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_WiFi_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.WiFi.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.WiFi.2.h index 89d4fd2d..674287f7 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.WiFi.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.WiFi.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_WiFi_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.WiFiDirect.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.WiFiDirect.0.h index c26c9b63..c77b5bc5 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.WiFiDirect.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.WiFiDirect.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_WiFiDirect_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.WiFiDirect.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.WiFiDirect.1.h index 3be7d43b..7e40143e 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.WiFiDirect.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.WiFiDirect.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_WiFiDirect_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.WiFiDirect.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.WiFiDirect.2.h index bffe8661..7ffe8824 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.WiFiDirect.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.WiFiDirect.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_WiFiDirect_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.WiFiDirect.Services.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.WiFiDirect.Services.0.h index ab5e5e81..f81941c0 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.WiFiDirect.Services.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.WiFiDirect.Services.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_WiFiDirect_Services_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.WiFiDirect.Services.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.WiFiDirect.Services.1.h index bf0a5118..3dedbb74 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.WiFiDirect.Services.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.WiFiDirect.Services.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_WiFiDirect_Services_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.WiFiDirect.Services.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.WiFiDirect.Services.2.h index d5314cba..7e3575d5 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.WiFiDirect.Services.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.WiFiDirect.Services.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Devices_WiFiDirect_Services_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Embedded.DeviceLockdown.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Embedded.DeviceLockdown.0.h index 6f0eea54..8d693bdc 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Embedded.DeviceLockdown.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Embedded.DeviceLockdown.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Embedded_DeviceLockdown_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Embedded.DeviceLockdown.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Embedded.DeviceLockdown.1.h index ea6de8a8..3270701d 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Embedded.DeviceLockdown.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Embedded.DeviceLockdown.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Embedded_DeviceLockdown_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Embedded.DeviceLockdown.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Embedded.DeviceLockdown.2.h index 7e7a7da3..351d1aa7 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Embedded.DeviceLockdown.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Embedded.DeviceLockdown.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Embedded_DeviceLockdown_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.0.h index 884056f1..55ba5ff2 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Foundation_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.1.h index 9db910bf..262417a2 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Foundation_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.2.h index 02c1e3af..c7639772 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Foundation_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Collections.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Collections.0.h index 1fa0e933..4bb47347 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Collections.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Collections.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Foundation_Collections_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Collections.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Collections.1.h index e0fa407f..5a7038a7 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Collections.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Collections.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Foundation_Collections_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Collections.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Collections.2.h index e98d3a3b..57157a88 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Collections.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Collections.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Foundation_Collections_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Diagnostics.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Diagnostics.0.h index 70fe5dcc..4e1aed19 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Diagnostics.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Diagnostics.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Foundation_Diagnostics_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Diagnostics.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Diagnostics.1.h index a56efe05..e6b08224 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Diagnostics.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Diagnostics.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Foundation_Diagnostics_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Diagnostics.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Diagnostics.2.h index 7388b359..4a90dfb5 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Diagnostics.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Diagnostics.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Foundation_Diagnostics_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Metadata.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Metadata.0.h index cebeb221..6b9868f6 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Metadata.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Metadata.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Foundation_Metadata_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Metadata.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Metadata.1.h index 985e7bd9..f9be23ef 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Metadata.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Metadata.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Foundation_Metadata_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Metadata.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Metadata.2.h index a476d441..006a0ada 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Metadata.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Metadata.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Foundation_Metadata_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Numerics.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Numerics.0.h index 67708ded..246d6101 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Numerics.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Numerics.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Foundation_Numerics_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Numerics.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Numerics.1.h index 917e8ce2..cd83b182 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Numerics.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Numerics.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Foundation_Numerics_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Numerics.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Numerics.2.h index 73d051e2..99d640b2 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Numerics.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Foundation.Numerics.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Foundation_Numerics_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.0.h index 16b0171a..84488b6d 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Gaming_Input_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.1.h index f7bc5ea4..a577eb9f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Gaming_Input_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.2.h index d5c77ae7..d6201cf9 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Gaming_Input_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.Custom.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.Custom.0.h index 54f1d974..5aa2da72 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.Custom.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.Custom.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Gaming_Input_Custom_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.Custom.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.Custom.1.h index b32962de..6357c40c 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.Custom.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.Custom.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Gaming_Input_Custom_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.Custom.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.Custom.2.h index fbb9cd29..993d131a 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.Custom.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.Custom.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Gaming_Input_Custom_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.ForceFeedback.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.ForceFeedback.0.h index e80ca52b..d7832d4c 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.ForceFeedback.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.ForceFeedback.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Gaming_Input_ForceFeedback_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.ForceFeedback.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.ForceFeedback.1.h index 1c30dad9..7146aa04 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.ForceFeedback.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.ForceFeedback.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Gaming_Input_ForceFeedback_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.ForceFeedback.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.ForceFeedback.2.h index 32550014..e5f3b74a 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.ForceFeedback.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.ForceFeedback.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Gaming_Input_ForceFeedback_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.Preview.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.Preview.0.h index b0776a92..d6f9677b 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.Preview.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.Preview.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Gaming_Input_Preview_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.Preview.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.Preview.1.h index 1ae07745..db5d746c 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.Preview.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.Preview.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Gaming_Input_Preview_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.Preview.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.Preview.2.h index 7604e9dc..f9bb0abd 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.Preview.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Input.Preview.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Gaming_Input_Preview_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Preview.GamesEnumeration.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Preview.GamesEnumeration.0.h index 20432c08..6c59f8c0 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Preview.GamesEnumeration.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Preview.GamesEnumeration.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Gaming_Preview_GamesEnumeration_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Preview.GamesEnumeration.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Preview.GamesEnumeration.1.h index 590bf0cd..8861805f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Preview.GamesEnumeration.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Preview.GamesEnumeration.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Gaming_Preview_GamesEnumeration_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Preview.GamesEnumeration.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Preview.GamesEnumeration.2.h index 8679a6d6..2e4df05a 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Preview.GamesEnumeration.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.Preview.GamesEnumeration.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Gaming_Preview_GamesEnumeration_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.UI.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.UI.0.h index 6708cbd9..f9f054e1 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.UI.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.UI.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Gaming_UI_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.UI.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.UI.1.h index 1fe97ce1..fc7a0f24 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.UI.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.UI.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Gaming_UI_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.UI.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.UI.2.h index c9a57665..c76b0cc8 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.UI.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.UI.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Gaming_UI_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.XboxLive.Storage.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.XboxLive.Storage.0.h index d7897514..be2b0007 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.XboxLive.Storage.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.XboxLive.Storage.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Gaming_XboxLive_Storage_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.XboxLive.Storage.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.XboxLive.Storage.1.h index 3d078abb..a834a2dd 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.XboxLive.Storage.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.XboxLive.Storage.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Gaming_XboxLive_Storage_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.XboxLive.Storage.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.XboxLive.Storage.2.h index 3f9fcd5a..cc416601 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.XboxLive.Storage.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Gaming.XboxLive.Storage.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Gaming_XboxLive_Storage_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.0.h index 874c2f3b..56a8599e 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Globalization_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.1.h index 5ac3fbcd..b5f0735c 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Globalization_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.2.h index 693574f8..eb5413d5 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Globalization_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.Collation.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.Collation.0.h index 10aa0ac6..1e35d892 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.Collation.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.Collation.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Globalization_Collation_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.Collation.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.Collation.1.h index 5137ef33..0a930e76 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.Collation.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.Collation.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Globalization_Collation_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.Collation.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.Collation.2.h index fdbe4cee..eedf3dd7 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.Collation.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.Collation.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Globalization_Collation_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.DateTimeFormatting.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.DateTimeFormatting.0.h index 864c7452..33e0be31 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.DateTimeFormatting.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.DateTimeFormatting.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Globalization_DateTimeFormatting_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.DateTimeFormatting.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.DateTimeFormatting.1.h index b0781607..a8a6d864 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.DateTimeFormatting.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.DateTimeFormatting.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Globalization_DateTimeFormatting_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.DateTimeFormatting.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.DateTimeFormatting.2.h index 2178f542..b8b6b9d7 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.DateTimeFormatting.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.DateTimeFormatting.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Globalization_DateTimeFormatting_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.Fonts.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.Fonts.0.h index 20236a60..95e4eb2b 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.Fonts.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.Fonts.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Globalization_Fonts_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.Fonts.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.Fonts.1.h index 7a92c953..48114208 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.Fonts.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.Fonts.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Globalization_Fonts_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.Fonts.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.Fonts.2.h index 093bd27a..7dcb55d7 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.Fonts.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.Fonts.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Globalization_Fonts_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.NumberFormatting.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.NumberFormatting.0.h index 0a1c151f..f5632c9b 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.NumberFormatting.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.NumberFormatting.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Globalization_NumberFormatting_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.NumberFormatting.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.NumberFormatting.1.h index 4b29aed9..cbd63dfa 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.NumberFormatting.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.NumberFormatting.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Globalization_NumberFormatting_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.NumberFormatting.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.NumberFormatting.2.h index 98c1c3a2..d932fd1e 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.NumberFormatting.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.NumberFormatting.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Globalization_NumberFormatting_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.PhoneNumberFormatting.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.PhoneNumberFormatting.0.h index 2f529d0a..8737bec0 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.PhoneNumberFormatting.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.PhoneNumberFormatting.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Globalization_PhoneNumberFormatting_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.PhoneNumberFormatting.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.PhoneNumberFormatting.1.h index ccb5842e..9a9551d2 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.PhoneNumberFormatting.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.PhoneNumberFormatting.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Globalization_PhoneNumberFormatting_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.PhoneNumberFormatting.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.PhoneNumberFormatting.2.h index 4eedf3cb..50640086 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.PhoneNumberFormatting.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Globalization.PhoneNumberFormatting.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Globalization_PhoneNumberFormatting_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.0.h index 14c53b02..04921175 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.1.h index a07c3faf..c663982c 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.2.h index a64c3589..8c8ba220 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Capture.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Capture.0.h index 223cec94..019b4d06 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Capture.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Capture.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Capture_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Capture.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Capture.1.h index f817e6e2..c0bd74eb 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Capture.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Capture.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Capture_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Capture.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Capture.2.h index fcf7da4d..7099e731 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Capture.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Capture.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Capture_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.DirectX.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.DirectX.0.h index 44d0c4b0..2fc470dc 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.DirectX.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.DirectX.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_DirectX_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.DirectX.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.DirectX.1.h index 96e64fe5..29472a36 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.DirectX.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.DirectX.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_DirectX_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.DirectX.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.DirectX.2.h index 3eb0632a..96bfd96d 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.DirectX.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.DirectX.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_DirectX_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.DirectX.Direct3D11.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.DirectX.Direct3D11.0.h index 074c5c7b..a1840f4c 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.DirectX.Direct3D11.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.DirectX.Direct3D11.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_DirectX_Direct3D11_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.DirectX.Direct3D11.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.DirectX.Direct3D11.1.h index 77101098..89546041 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.DirectX.Direct3D11.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.DirectX.Direct3D11.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_DirectX_Direct3D11_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.DirectX.Direct3D11.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.DirectX.Direct3D11.2.h index 24513139..66de7ad5 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.DirectX.Direct3D11.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.DirectX.Direct3D11.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_DirectX_Direct3D11_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Display.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Display.0.h index 9c96f037..9bb2b899 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Display.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Display.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Display_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Display.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Display.1.h index 077e9ca2..d9314a11 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Display.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Display.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Display_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Display.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Display.2.h index f6923c03..37a50891 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Display.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Display.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Display_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Display.Core.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Display.Core.0.h index 35fd8236..1678136e 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Display.Core.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Display.Core.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Display_Core_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Display.Core.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Display.Core.1.h index 51319fb9..4cc5372b 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Display.Core.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Display.Core.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Display_Core_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Display.Core.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Display.Core.2.h index 9ca6fdac..37957fa8 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Display.Core.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Display.Core.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Display_Core_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Effects.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Effects.0.h index 073a8f88..b6dffb6d 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Effects.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Effects.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Effects_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Effects.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Effects.1.h index e5143cc8..11b12288 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Effects.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Effects.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Effects_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Effects.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Effects.2.h index 975fff27..1d1bb9b6 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Effects.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Effects.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Effects_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Holographic.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Holographic.0.h index 8212413a..40fe8064 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Holographic.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Holographic.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Holographic_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Holographic.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Holographic.1.h index c4ed9666..352dd387 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Holographic.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Holographic.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Holographic_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Holographic.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Holographic.2.h index 8a1ec0f8..7a8dd38f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Holographic.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Holographic.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Holographic_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Imaging.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Imaging.0.h index e8ff3f01..d75ab0cc 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Imaging.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Imaging.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Imaging_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Imaging.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Imaging.1.h index b3319f53..c8930cd4 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Imaging.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Imaging.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Imaging_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Imaging.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Imaging.2.h index 05dfb1bf..6523ce8e 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Imaging.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Imaging.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Imaging_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.0.h index 8108d3ed..5f5c9afc 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Printing_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.1.h index e8edc230..68f6dc78 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Printing_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.2.h index a76df40b..06ea0a24 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Printing_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.OptionDetails.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.OptionDetails.0.h index dc5ccfc9..92622a67 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.OptionDetails.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.OptionDetails.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Printing_OptionDetails_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.OptionDetails.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.OptionDetails.1.h index f556fa45..98b220be 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.OptionDetails.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.OptionDetails.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Printing_OptionDetails_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.OptionDetails.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.OptionDetails.2.h index a2e4f829..cb3a57e7 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.OptionDetails.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.OptionDetails.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Printing_OptionDetails_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.PrintTicket.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.PrintTicket.0.h index 2f4f5ff8..b806a1f6 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.PrintTicket.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.PrintTicket.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Printing_PrintTicket_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.PrintTicket.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.PrintTicket.1.h index 9fe4beac..ef3d6d74 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.PrintTicket.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.PrintTicket.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Printing_PrintTicket_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.PrintTicket.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.PrintTicket.2.h index 1bdf173c..6c9868d6 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.PrintTicket.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.PrintTicket.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Printing_PrintTicket_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.Workflow.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.Workflow.0.h index 8c905fba..0be16bfe 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.Workflow.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.Workflow.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Printing_Workflow_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.Workflow.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.Workflow.1.h index b46ba676..9f02ec08 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.Workflow.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.Workflow.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Printing_Workflow_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.Workflow.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.Workflow.2.h index e87a476a..f1acdcac 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.Workflow.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing.Workflow.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Printing_Workflow_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing3D.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing3D.0.h index 1d81de35..b4c9dd31 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing3D.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing3D.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Printing3D_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing3D.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing3D.1.h index b982ebad..aea4a29e 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing3D.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing3D.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Printing3D_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing3D.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing3D.2.h index 8cfaa425..e57f78a1 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing3D.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Graphics.Printing3D.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Graphics_Printing3D_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.0.h index c85e27a7..e7b19c1d 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Management_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.1.h index 74d1cbdc..da7121e8 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Management_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.2.h index 19ca0ed5..f28dfc03 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Management_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Core.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Core.0.h index 2dd955be..d3159dff 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Core.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Core.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Management_Core_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Core.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Core.1.h index b8dd36eb..b6111209 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Core.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Core.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Management_Core_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Core.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Core.2.h index 7774880f..22702368 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Core.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Core.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Management_Core_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Deployment.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Deployment.0.h index 818fcaf0..d7d467b8 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Deployment.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Deployment.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Management_Deployment_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Deployment.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Deployment.1.h index 2037c4d7..ca8c0fcf 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Deployment.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Deployment.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Management_Deployment_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Deployment.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Deployment.2.h index a5c81423..49586e6a 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Deployment.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Deployment.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Management_Deployment_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Deployment.Preview.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Deployment.Preview.0.h index c79bd7e8..7eaa3878 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Deployment.Preview.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Deployment.Preview.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Management_Deployment_Preview_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Deployment.Preview.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Deployment.Preview.1.h index 4bda456d..0b7bb971 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Deployment.Preview.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Deployment.Preview.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Management_Deployment_Preview_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Deployment.Preview.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Deployment.Preview.2.h index bc0dc56a..d9063d65 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Deployment.Preview.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Deployment.Preview.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Management_Deployment_Preview_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Policies.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Policies.0.h index e980c4d5..06ef105f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Policies.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Policies.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Management_Policies_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Policies.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Policies.1.h index a990867e..ff7f8c97 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Policies.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Policies.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Management_Policies_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Policies.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Policies.2.h index 2c7ec7de..95b9d1a0 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Policies.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Policies.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Management_Policies_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Update.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Update.0.h index 952d6648..9e8f277b 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Update.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Update.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Management_Update_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Update.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Update.1.h index 2cec84f8..c119d071 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Update.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Update.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Management_Update_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Update.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Update.2.h index acaf6aa5..10252102 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Update.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Update.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Management_Update_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Workplace.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Workplace.0.h index cbbc8931..196cadf4 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Workplace.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Workplace.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Management_Workplace_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Workplace.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Workplace.1.h index 8cd03731..77946e75 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Workplace.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Workplace.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Management_Workplace_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Workplace.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Workplace.2.h index 31d34102..088e0273 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Workplace.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Management.Workplace.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Management_Workplace_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.0.h index 51fd3dd0..58632aa7 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.1.h index 874df082..51fb993b 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.2.h index 64bd435b..3a0c39c8 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.AppBroadcasting.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.AppBroadcasting.0.h index cbbe137f..0a0faf56 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.AppBroadcasting.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.AppBroadcasting.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_AppBroadcasting_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.AppBroadcasting.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.AppBroadcasting.1.h index 80333ab9..fbe0d976 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.AppBroadcasting.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.AppBroadcasting.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_AppBroadcasting_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.AppBroadcasting.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.AppBroadcasting.2.h index 10e98adb..d76a7446 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.AppBroadcasting.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.AppBroadcasting.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_AppBroadcasting_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.AppRecording.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.AppRecording.0.h index 843adb33..9aa2108d 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.AppRecording.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.AppRecording.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_AppRecording_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.AppRecording.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.AppRecording.1.h index fc0c05d6..26b335ad 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.AppRecording.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.AppRecording.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_AppRecording_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.AppRecording.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.AppRecording.2.h index 8a3b6a62..0c1f9d6d 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.AppRecording.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.AppRecording.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_AppRecording_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Audio.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Audio.0.h index dfdf92d7..8dc1ca05 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Audio.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Audio.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Audio_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Audio.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Audio.1.h index 58bdf13c..325509e5 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Audio.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Audio.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Audio_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Audio.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Audio.2.h index 77f149c8..cb82fa02 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Audio.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Audio.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Audio_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Capture.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Capture.0.h index baf57b47..f5f25bc9 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Capture.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Capture.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Capture_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Capture.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Capture.1.h index c9f937dc..7b19cae9 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Capture.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Capture.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Capture_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Capture.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Capture.2.h index 98405c7b..3c109cf1 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Capture.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Capture.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Capture_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Capture.Core.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Capture.Core.0.h index f9ed59f6..078c6a4a 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Capture.Core.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Capture.Core.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Capture_Core_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Capture.Core.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Capture.Core.1.h index 1fca88d9..f6f0c9d9 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Capture.Core.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Capture.Core.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Capture_Core_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Capture.Core.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Capture.Core.2.h index ba4c31dc..53a0914a 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Capture.Core.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Capture.Core.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Capture_Core_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Capture.Frames.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Capture.Frames.0.h index 1d29bd4e..230eae16 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Capture.Frames.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Capture.Frames.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Capture_Frames_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Capture.Frames.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Capture.Frames.1.h index eac823f2..79c545e4 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Capture.Frames.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Capture.Frames.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Capture_Frames_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Capture.Frames.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Capture.Frames.2.h index 7578653c..2dad329f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Capture.Frames.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Capture.Frames.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Capture_Frames_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Casting.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Casting.0.h index 353cdfff..2821554d 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Casting.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Casting.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Casting_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Casting.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Casting.1.h index 8f240875..82fa522d 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Casting.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Casting.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Casting_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Casting.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Casting.2.h index d988536d..8c06f86d 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Casting.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Casting.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Casting_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.ClosedCaptioning.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.ClosedCaptioning.0.h index f1448fc5..f7d50c48 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.ClosedCaptioning.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.ClosedCaptioning.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_ClosedCaptioning_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.ClosedCaptioning.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.ClosedCaptioning.1.h index 999334d1..02de085c 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.ClosedCaptioning.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.ClosedCaptioning.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_ClosedCaptioning_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.ClosedCaptioning.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.ClosedCaptioning.2.h index 63351b42..9fbea3f7 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.ClosedCaptioning.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.ClosedCaptioning.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_ClosedCaptioning_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.ContentRestrictions.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.ContentRestrictions.0.h index 38a347ab..266df45d 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.ContentRestrictions.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.ContentRestrictions.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_ContentRestrictions_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.ContentRestrictions.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.ContentRestrictions.1.h index de7e6f0a..2082d785 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.ContentRestrictions.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.ContentRestrictions.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_ContentRestrictions_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.ContentRestrictions.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.ContentRestrictions.2.h index 19f2e0d5..2d23a329 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.ContentRestrictions.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.ContentRestrictions.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_ContentRestrictions_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Control.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Control.0.h index 3e9b90be..747c85b3 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Control.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Control.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Control_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Control.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Control.1.h index 911866bc..7b248682 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Control.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Control.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Control_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Control.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Control.2.h index db68e08d..655d2acb 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Control.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Control.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Control_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Core.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Core.0.h index 0091c95d..157a3198 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Core.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Core.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Core_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Core.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Core.1.h index e3fb24e0..4e1bb6bc 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Core.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Core.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Core_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Core.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Core.2.h index 5d0ff50e..bd15f0b9 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Core.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Core.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Core_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Core.Preview.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Core.Preview.0.h index 4ee28060..fb5225c8 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Core.Preview.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Core.Preview.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Core_Preview_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Core.Preview.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Core.Preview.1.h index 2d38b522..66f833a7 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Core.Preview.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Core.Preview.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Core_Preview_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Core.Preview.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Core.Preview.2.h index 5cc28926..02b0a157 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Core.Preview.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Core.Preview.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Core_Preview_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Devices.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Devices.0.h index 47a5d0ff..3b7507f7 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Devices.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Devices.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Devices_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Devices.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Devices.1.h index f58c61ca..7f62affb 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Devices.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Devices.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Devices_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Devices.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Devices.2.h index 8b26f992..f0bec5d0 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Devices.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Devices.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Devices_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Devices.Core.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Devices.Core.0.h index 485e6dd4..774fca6a 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Devices.Core.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Devices.Core.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Devices_Core_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Devices.Core.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Devices.Core.1.h index 8dd0d66d..14bb5103 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Devices.Core.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Devices.Core.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Devices_Core_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Devices.Core.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Devices.Core.2.h index 34a29ec0..27d99047 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Devices.Core.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Devices.Core.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Devices_Core_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.DialProtocol.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.DialProtocol.0.h index 6e96882c..03388400 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.DialProtocol.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.DialProtocol.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_DialProtocol_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.DialProtocol.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.DialProtocol.1.h index 56191a09..ec9f7082 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.DialProtocol.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.DialProtocol.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_DialProtocol_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.DialProtocol.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.DialProtocol.2.h index 1deb4878..5e34f102 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.DialProtocol.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.DialProtocol.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_DialProtocol_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Editing.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Editing.0.h index 7ec564b0..bad15940 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Editing.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Editing.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Editing_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Editing.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Editing.1.h index 9cb0541c..5c70f497 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Editing.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Editing.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Editing_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Editing.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Editing.2.h index 4cd28bf8..5510181a 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Editing.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Editing.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Editing_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Effects.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Effects.0.h index 56a4bfa3..1dd948e4 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Effects.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Effects.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Effects_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Effects.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Effects.1.h index 01f294d4..0dfb99d7 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Effects.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Effects.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Effects_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Effects.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Effects.2.h index 6aaf58b5..d347a921 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Effects.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Effects.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Effects_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.FaceAnalysis.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.FaceAnalysis.0.h index 047349ee..4f8934eb 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.FaceAnalysis.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.FaceAnalysis.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_FaceAnalysis_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.FaceAnalysis.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.FaceAnalysis.1.h index bfabd40f..0105eeb6 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.FaceAnalysis.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.FaceAnalysis.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_FaceAnalysis_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.FaceAnalysis.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.FaceAnalysis.2.h index d18b950f..b76cd383 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.FaceAnalysis.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.FaceAnalysis.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_FaceAnalysis_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Import.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Import.0.h index d4100a4f..1fa05528 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Import.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Import.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Import_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Import.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Import.1.h index 690b77b8..916ba43c 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Import.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Import.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Import_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Import.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Import.2.h index 5f76232d..80de8251 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Import.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Import.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Import_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.MediaProperties.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.MediaProperties.0.h index 57ef4ce4..926de4f9 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.MediaProperties.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.MediaProperties.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_MediaProperties_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.MediaProperties.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.MediaProperties.1.h index 9362516a..9ded83db 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.MediaProperties.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.MediaProperties.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_MediaProperties_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.MediaProperties.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.MediaProperties.2.h index 0b0b8c9c..6e089c85 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.MediaProperties.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.MediaProperties.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_MediaProperties_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Miracast.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Miracast.0.h index f4d90c96..fd74cda5 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Miracast.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Miracast.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Miracast_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Miracast.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Miracast.1.h index f58449c2..c653680c 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Miracast.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Miracast.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Miracast_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Miracast.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Miracast.2.h index deab79c2..b43a37ec 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Miracast.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Miracast.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Miracast_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Ocr.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Ocr.0.h index 5cf4a3de..ba4777de 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Ocr.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Ocr.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Ocr_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Ocr.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Ocr.1.h index 86e6c0c0..0cc9bb46 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Ocr.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Ocr.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Ocr_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Ocr.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Ocr.2.h index 81de11e1..9a47b644 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Ocr.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Ocr.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Ocr_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.PlayTo.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.PlayTo.0.h index 863e489e..9ede8d39 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.PlayTo.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.PlayTo.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_PlayTo_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.PlayTo.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.PlayTo.1.h index 1fb93839..c023312d 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.PlayTo.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.PlayTo.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_PlayTo_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.PlayTo.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.PlayTo.2.h index 2ff25981..fa196814 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.PlayTo.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.PlayTo.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_PlayTo_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Playback.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Playback.0.h index 11d1704c..cde794e9 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Playback.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Playback.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Playback_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Playback.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Playback.1.h index 7a4a4b59..ee1aeefc 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Playback.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Playback.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Playback_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Playback.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Playback.2.h index e9500599..60e2cefe 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Playback.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Playback.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Playback_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Playlists.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Playlists.0.h index 7cd1471e..9e4da472 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Playlists.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Playlists.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Playlists_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Playlists.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Playlists.1.h index 04aa062c..7f703fd3 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Playlists.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Playlists.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Playlists_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Playlists.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Playlists.2.h index 1ec47004..19d2009f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Playlists.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Playlists.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Playlists_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Protection.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Protection.0.h index 425e38a0..0e8a50dd 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Protection.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Protection.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Protection_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Protection.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Protection.1.h index d85414a5..75e9ac68 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Protection.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Protection.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Protection_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Protection.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Protection.2.h index c715957b..1416b602 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Protection.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Protection.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Protection_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Protection.PlayReady.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Protection.PlayReady.0.h index b25fb43b..805c57b6 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Protection.PlayReady.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Protection.PlayReady.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Protection_PlayReady_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Protection.PlayReady.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Protection.PlayReady.1.h index 699a13ac..e939cdd4 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Protection.PlayReady.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Protection.PlayReady.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Protection_PlayReady_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Protection.PlayReady.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Protection.PlayReady.2.h index 7df9a3c6..6e760f7e 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Protection.PlayReady.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Protection.PlayReady.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Protection_PlayReady_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Render.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Render.0.h index 68839233..11d4db81 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Render.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Render.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Render_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Render.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Render.1.h index 7bcef4d9..04ae185a 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Render.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Render.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Render_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Render.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Render.2.h index e7c2a94e..ebd6aa39 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Render.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Render.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Render_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.SpeechRecognition.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.SpeechRecognition.0.h index 4f81de29..c7246027 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.SpeechRecognition.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.SpeechRecognition.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_SpeechRecognition_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.SpeechRecognition.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.SpeechRecognition.1.h index c9a0b0ce..1cde4cef 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.SpeechRecognition.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.SpeechRecognition.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_SpeechRecognition_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.SpeechRecognition.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.SpeechRecognition.2.h index cfd859c9..162fca46 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.SpeechRecognition.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.SpeechRecognition.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_SpeechRecognition_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.SpeechSynthesis.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.SpeechSynthesis.0.h index cb72cf73..d06d4f23 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.SpeechSynthesis.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.SpeechSynthesis.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_SpeechSynthesis_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.SpeechSynthesis.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.SpeechSynthesis.1.h index e2b312f9..897fb06b 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.SpeechSynthesis.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.SpeechSynthesis.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_SpeechSynthesis_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.SpeechSynthesis.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.SpeechSynthesis.2.h index feabf33b..8c063e9b 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.SpeechSynthesis.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.SpeechSynthesis.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_SpeechSynthesis_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Streaming.Adaptive.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Streaming.Adaptive.0.h index 60a763b8..5e87c268 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Streaming.Adaptive.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Streaming.Adaptive.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Streaming_Adaptive_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Streaming.Adaptive.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Streaming.Adaptive.1.h index 31150662..129081b8 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Streaming.Adaptive.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Streaming.Adaptive.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Streaming_Adaptive_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Streaming.Adaptive.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Streaming.Adaptive.2.h index 52c3252c..931a59b8 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Streaming.Adaptive.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Streaming.Adaptive.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Streaming_Adaptive_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Transcoding.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Transcoding.0.h index 398ebcd6..63774c1e 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Transcoding.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Transcoding.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Transcoding_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Transcoding.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Transcoding.1.h index a334dd6b..cfc51748 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Transcoding.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Transcoding.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Transcoding_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Transcoding.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Transcoding.2.h index edecfa5d..91d7b112 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Transcoding.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Media.Transcoding.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Media_Transcoding_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.0.h index 6719aa8a..bde576d1 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Networking_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.1.h index 484a5cec..bd73365c 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Networking_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.2.h index e62f2206..cfaed446 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Networking_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.BackgroundTransfer.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.BackgroundTransfer.0.h index ff99118e..9cf2b001 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.BackgroundTransfer.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.BackgroundTransfer.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Networking_BackgroundTransfer_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.BackgroundTransfer.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.BackgroundTransfer.1.h index 1112e54e..eea67460 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.BackgroundTransfer.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.BackgroundTransfer.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Networking_BackgroundTransfer_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.BackgroundTransfer.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.BackgroundTransfer.2.h index b40608af..a8ca52de 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.BackgroundTransfer.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.BackgroundTransfer.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Networking_BackgroundTransfer_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Connectivity.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Connectivity.0.h index 183dac54..f3f27974 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Connectivity.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Connectivity.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Networking_Connectivity_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Connectivity.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Connectivity.1.h index c139a1b3..4863b46e 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Connectivity.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Connectivity.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Networking_Connectivity_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Connectivity.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Connectivity.2.h index c86cbc29..b7e9bc5b 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Connectivity.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Connectivity.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Networking_Connectivity_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.NetworkOperators.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.NetworkOperators.0.h index 4a957b5e..01d9727c 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.NetworkOperators.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.NetworkOperators.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Networking_NetworkOperators_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.NetworkOperators.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.NetworkOperators.1.h index 8a175a23..3326ef02 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.NetworkOperators.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.NetworkOperators.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Networking_NetworkOperators_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.NetworkOperators.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.NetworkOperators.2.h index 64519f88..ccdf58e7 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.NetworkOperators.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.NetworkOperators.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Networking_NetworkOperators_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Proximity.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Proximity.0.h index be531500..d06f14a6 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Proximity.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Proximity.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Networking_Proximity_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Proximity.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Proximity.1.h index 4e4ae558..2dd31813 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Proximity.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Proximity.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Networking_Proximity_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Proximity.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Proximity.2.h index 0df0b689..6de042fb 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Proximity.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Proximity.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Networking_Proximity_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.PushNotifications.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.PushNotifications.0.h index 31a75cc9..20b4fe25 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.PushNotifications.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.PushNotifications.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Networking_PushNotifications_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.PushNotifications.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.PushNotifications.1.h index f1455973..302aafaf 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.PushNotifications.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.PushNotifications.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Networking_PushNotifications_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.PushNotifications.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.PushNotifications.2.h index 660625cb..9e738167 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.PushNotifications.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.PushNotifications.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Networking_PushNotifications_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.ServiceDiscovery.Dnssd.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.ServiceDiscovery.Dnssd.0.h index 5faed109..0a04f949 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.ServiceDiscovery.Dnssd.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.ServiceDiscovery.Dnssd.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Networking_ServiceDiscovery_Dnssd_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.ServiceDiscovery.Dnssd.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.ServiceDiscovery.Dnssd.1.h index a6a42311..99376d35 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.ServiceDiscovery.Dnssd.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.ServiceDiscovery.Dnssd.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Networking_ServiceDiscovery_Dnssd_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.ServiceDiscovery.Dnssd.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.ServiceDiscovery.Dnssd.2.h index 8ee2b3e5..9a143a0b 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.ServiceDiscovery.Dnssd.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.ServiceDiscovery.Dnssd.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Networking_ServiceDiscovery_Dnssd_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Sockets.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Sockets.0.h index 5155b908..de5af027 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Sockets.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Sockets.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Networking_Sockets_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Sockets.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Sockets.1.h index 68a37ac1..ec07741c 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Sockets.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Sockets.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Networking_Sockets_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Sockets.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Sockets.2.h index 9d88ace3..5c54ee13 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Sockets.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Sockets.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Networking_Sockets_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Vpn.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Vpn.0.h index e2794c6a..1f29aefc 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Vpn.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Vpn.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Networking_Vpn_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Vpn.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Vpn.1.h index 4804b23c..b1056c50 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Vpn.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Vpn.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Networking_Vpn_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Vpn.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Vpn.2.h index 797e1d8e..08cabcad 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Vpn.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.Vpn.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Networking_Vpn_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.XboxLive.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.XboxLive.0.h index d11c2c7e..3287e051 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.XboxLive.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.XboxLive.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Networking_XboxLive_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.XboxLive.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.XboxLive.1.h index 1d1fed83..f6eb0bc5 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.XboxLive.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.XboxLive.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Networking_XboxLive_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.XboxLive.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.XboxLive.2.h index 795820f0..c3f6612b 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.XboxLive.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Networking.XboxLive.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Networking_XboxLive_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.0.h index 73870b59..506b14c2 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Perception_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.1.h index c96ff9aa..85a068ed 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Perception_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.2.h index a2d0b11e..d349ec8b 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Perception_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Automation.Core.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Automation.Core.0.h index c5c498fc..c8a75f52 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Automation.Core.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Automation.Core.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Perception_Automation_Core_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Automation.Core.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Automation.Core.1.h index 123a9faf..fe6f9d50 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Automation.Core.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Automation.Core.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Perception_Automation_Core_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Automation.Core.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Automation.Core.2.h index 6d7ab9d2..ab27ac20 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Automation.Core.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Automation.Core.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Perception_Automation_Core_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.People.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.People.0.h index ae1d4e5b..e3ecba83 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.People.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.People.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Perception_People_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.People.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.People.1.h index 870cb6b9..a75747db 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.People.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.People.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Perception_People_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.People.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.People.2.h index 60f0e81f..06aff260 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.People.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.People.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Perception_People_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Spatial.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Spatial.0.h index d147f1c2..1057994e 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Spatial.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Spatial.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Perception_Spatial_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Spatial.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Spatial.1.h index 81612a86..9cb03248 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Spatial.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Spatial.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Perception_Spatial_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Spatial.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Spatial.2.h index d0c7ffe9..03e68e16 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Spatial.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Spatial.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Perception_Spatial_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Spatial.Preview.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Spatial.Preview.0.h index e5736511..1ac26024 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Spatial.Preview.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Spatial.Preview.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Perception_Spatial_Preview_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Spatial.Preview.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Spatial.Preview.1.h index 4bf337bd..12d07108 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Spatial.Preview.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Spatial.Preview.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Perception_Spatial_Preview_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Spatial.Preview.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Spatial.Preview.2.h index 01f567ce..6d794bd0 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Spatial.Preview.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Spatial.Preview.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Perception_Spatial_Preview_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Spatial.Surfaces.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Spatial.Surfaces.0.h index d2248f0c..aecc9269 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Spatial.Surfaces.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Spatial.Surfaces.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Perception_Spatial_Surfaces_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Spatial.Surfaces.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Spatial.Surfaces.1.h index 7c24046b..c8bd7bf0 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Spatial.Surfaces.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Spatial.Surfaces.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Perception_Spatial_Surfaces_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Spatial.Surfaces.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Spatial.Surfaces.2.h index fd51e241..732b5b89 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Spatial.Surfaces.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Perception.Spatial.Surfaces.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Perception_Spatial_Surfaces_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.ApplicationModel.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.ApplicationModel.0.h index 3532e816..2776c1ed 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.ApplicationModel.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.ApplicationModel.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_ApplicationModel_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.ApplicationModel.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.ApplicationModel.1.h index dced4bad..0bf0279c 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.ApplicationModel.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.ApplicationModel.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_ApplicationModel_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.ApplicationModel.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.ApplicationModel.2.h index d1cb4236..e7af493a 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.ApplicationModel.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.ApplicationModel.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_ApplicationModel_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Devices.Notification.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Devices.Notification.0.h index e2eef4a1..1e747d28 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Devices.Notification.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Devices.Notification.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_Devices_Notification_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Devices.Notification.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Devices.Notification.1.h index fb6c8e6f..06dd3c28 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Devices.Notification.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Devices.Notification.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_Devices_Notification_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Devices.Notification.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Devices.Notification.2.h index 52723fad..c856aaf9 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Devices.Notification.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Devices.Notification.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_Devices_Notification_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Devices.Power.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Devices.Power.0.h index 414af903..2523cef8 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Devices.Power.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Devices.Power.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_Devices_Power_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Devices.Power.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Devices.Power.1.h index df9432f1..31fe1489 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Devices.Power.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Devices.Power.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_Devices_Power_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Devices.Power.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Devices.Power.2.h index 25efa7e1..17291717 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Devices.Power.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Devices.Power.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_Devices_Power_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Management.Deployment.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Management.Deployment.0.h index 003276b7..e665b559 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Management.Deployment.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Management.Deployment.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_Management_Deployment_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Management.Deployment.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Management.Deployment.1.h index 6cda9bb5..68d070e5 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Management.Deployment.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Management.Deployment.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_Management_Deployment_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Management.Deployment.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Management.Deployment.2.h index 625cf30a..45949074 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Management.Deployment.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Management.Deployment.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_Management_Deployment_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Media.Devices.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Media.Devices.0.h index 033fba5b..0589985a 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Media.Devices.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Media.Devices.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_Media_Devices_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Media.Devices.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Media.Devices.1.h index 39c8ac9b..a4a410ae 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Media.Devices.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Media.Devices.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_Media_Devices_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Media.Devices.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Media.Devices.2.h index afe7d800..905d19af 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Media.Devices.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Media.Devices.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_Media_Devices_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Notification.Management.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Notification.Management.0.h index bef4d44f..5319d8de 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Notification.Management.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Notification.Management.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_Notification_Management_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Notification.Management.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Notification.Management.1.h index d79c28b1..80fc4635 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Notification.Management.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Notification.Management.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_Notification_Management_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Notification.Management.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Notification.Management.2.h index bb3cd2be..7d163b1d 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Notification.Management.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Notification.Management.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_Notification_Management_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.PersonalInformation.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.PersonalInformation.0.h index 0fa7c424..5c8dadf9 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.PersonalInformation.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.PersonalInformation.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_PersonalInformation_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.PersonalInformation.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.PersonalInformation.1.h index a2e8de40..1f869be1 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.PersonalInformation.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.PersonalInformation.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_PersonalInformation_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.PersonalInformation.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.PersonalInformation.2.h index f75ad187..1dc6a3b9 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.PersonalInformation.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.PersonalInformation.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_PersonalInformation_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.PersonalInformation.Provisioning.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.PersonalInformation.Provisioning.0.h index c200faee..297e0eba 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.PersonalInformation.Provisioning.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.PersonalInformation.Provisioning.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_PersonalInformation_Provisioning_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.PersonalInformation.Provisioning.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.PersonalInformation.Provisioning.1.h index 58d6b279..76fa8d7f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.PersonalInformation.Provisioning.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.PersonalInformation.Provisioning.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_PersonalInformation_Provisioning_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.PersonalInformation.Provisioning.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.PersonalInformation.Provisioning.2.h index 1e8158ee..ae856f28 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.PersonalInformation.Provisioning.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.PersonalInformation.Provisioning.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_PersonalInformation_Provisioning_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Speech.Recognition.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Speech.Recognition.0.h index f513ee1e..0ec2556c 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Speech.Recognition.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Speech.Recognition.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_Speech_Recognition_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Speech.Recognition.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Speech.Recognition.1.h index 1c5d5533..ee7ba4e2 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Speech.Recognition.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Speech.Recognition.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_Speech_Recognition_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Speech.Recognition.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Speech.Recognition.2.h index 870edcc0..a4039feb 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Speech.Recognition.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.Speech.Recognition.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_Speech_Recognition_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.StartScreen.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.StartScreen.0.h index 5506ce13..7757a2c5 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.StartScreen.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.StartScreen.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_StartScreen_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.StartScreen.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.StartScreen.1.h index a92ede2d..77dbf5bc 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.StartScreen.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.StartScreen.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_StartScreen_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.StartScreen.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.StartScreen.2.h index 72ddf707..413df968 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.StartScreen.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.StartScreen.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_StartScreen_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.0.h index 01a63428..de9edc08 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_System_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.1.h index 7a587286..144d30d8 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_System_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.2.h index a6a1b4a2..50c0f900 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_System_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.Power.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.Power.0.h index 216780e0..e231bb71 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.Power.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.Power.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_System_Power_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.Power.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.Power.1.h index 8c3f99b5..940a9e25 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.Power.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.Power.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_System_Power_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.Power.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.Power.2.h index 7d62c6a2..b2794716 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.Power.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.Power.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_System_Power_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.Profile.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.Profile.0.h index bbd40b88..888ac145 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.Profile.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.Profile.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_System_Profile_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.Profile.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.Profile.1.h index 57bdd998..048f14dd 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.Profile.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.Profile.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_System_Profile_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.Profile.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.Profile.2.h index e1ffc44f..194c34e9 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.Profile.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.Profile.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_System_Profile_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.UserProfile.GameServices.Core.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.UserProfile.GameServices.Core.0.h index 5d856902..c75626f5 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.UserProfile.GameServices.Core.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.UserProfile.GameServices.Core.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_System_UserProfile_GameServices_Core_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.UserProfile.GameServices.Core.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.UserProfile.GameServices.Core.1.h index 9791c250..bb87ba1a 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.UserProfile.GameServices.Core.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.UserProfile.GameServices.Core.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_System_UserProfile_GameServices_Core_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.UserProfile.GameServices.Core.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.UserProfile.GameServices.Core.2.h index 80ae0b31..7b4d1bf8 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.UserProfile.GameServices.Core.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.UserProfile.GameServices.Core.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_System_UserProfile_GameServices_Core_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.UI.Input.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.UI.Input.0.h index 0942c6fa..3fd9489c 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.UI.Input.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.UI.Input.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_UI_Input_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.UI.Input.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.UI.Input.1.h index 873f4525..7e447ede 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.UI.Input.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.UI.Input.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_UI_Input_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.UI.Input.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.UI.Input.2.h index cbdf1c07..a572810d 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.UI.Input.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.UI.Input.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Phone_UI_Input_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Identity.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Identity.0.h index 1fc3de70..2d398d38 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Identity.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Identity.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Authentication_Identity_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Identity.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Identity.1.h index f166955f..4638563c 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Identity.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Identity.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Authentication_Identity_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Identity.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Identity.2.h index 7f0412b0..0ba829ea 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Identity.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Identity.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Authentication_Identity_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Identity.Core.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Identity.Core.0.h index a44a45d0..e537917a 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Identity.Core.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Identity.Core.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Authentication_Identity_Core_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Identity.Core.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Identity.Core.1.h index 25e0f58f..f88d2e7d 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Identity.Core.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Identity.Core.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Authentication_Identity_Core_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Identity.Core.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Identity.Core.2.h index 6e304734..72201e76 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Identity.Core.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Identity.Core.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Authentication_Identity_Core_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Identity.Provider.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Identity.Provider.0.h index 941d611f..ee5c34f3 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Identity.Provider.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Identity.Provider.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Authentication_Identity_Provider_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Identity.Provider.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Identity.Provider.1.h index 0d877845..a6c89a9a 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Identity.Provider.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Identity.Provider.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Authentication_Identity_Provider_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Identity.Provider.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Identity.Provider.2.h index e890122d..46599dfe 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Identity.Provider.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Identity.Provider.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Authentication_Identity_Provider_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.OnlineId.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.OnlineId.0.h index da089425..db323f6d 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.OnlineId.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.OnlineId.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Authentication_OnlineId_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.OnlineId.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.OnlineId.1.h index 6937e0a3..4642998f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.OnlineId.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.OnlineId.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Authentication_OnlineId_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.OnlineId.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.OnlineId.2.h index 78079ad2..d40493d6 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.OnlineId.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.OnlineId.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Authentication_OnlineId_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Web.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Web.0.h index d0b46af3..6bb01837 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Web.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Web.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Authentication_Web_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Web.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Web.1.h index b26462b9..29067c29 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Web.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Web.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Authentication_Web_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Web.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Web.2.h index 0474499b..871b26e3 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Web.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Web.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Authentication_Web_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Web.Core.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Web.Core.0.h index daeea56e..b5056888 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Web.Core.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Web.Core.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Authentication_Web_Core_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Web.Core.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Web.Core.1.h index 4d158110..065df770 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Web.Core.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Web.Core.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Authentication_Web_Core_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Web.Core.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Web.Core.2.h index 4f80eca3..9de704ff 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Web.Core.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Web.Core.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Authentication_Web_Core_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Web.Provider.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Web.Provider.0.h index c04226ef..208269ee 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Web.Provider.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Web.Provider.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Authentication_Web_Provider_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Web.Provider.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Web.Provider.1.h index 9806ea02..59c69a14 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Web.Provider.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Web.Provider.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Authentication_Web_Provider_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Web.Provider.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Web.Provider.2.h index 07781326..915385ec 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Web.Provider.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authentication.Web.Provider.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Authentication_Web_Provider_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authorization.AppCapabilityAccess.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authorization.AppCapabilityAccess.0.h index c5aa0ecc..6a6c42be 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authorization.AppCapabilityAccess.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authorization.AppCapabilityAccess.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Authorization_AppCapabilityAccess_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authorization.AppCapabilityAccess.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authorization.AppCapabilityAccess.1.h index 8e30dd17..aa9af0b9 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authorization.AppCapabilityAccess.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authorization.AppCapabilityAccess.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Authorization_AppCapabilityAccess_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authorization.AppCapabilityAccess.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authorization.AppCapabilityAccess.2.h index 6591736f..f95acf20 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authorization.AppCapabilityAccess.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Authorization.AppCapabilityAccess.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Authorization_AppCapabilityAccess_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Credentials.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Credentials.0.h index 2b4d42f1..aa5576aa 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Credentials.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Credentials.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Credentials_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Credentials.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Credentials.1.h index b8d99d6d..6720a427 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Credentials.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Credentials.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Credentials_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Credentials.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Credentials.2.h index c16e0dcf..af750444 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Credentials.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Credentials.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Credentials_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Credentials.UI.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Credentials.UI.0.h index 74b4b088..650f74e3 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Credentials.UI.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Credentials.UI.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Credentials_UI_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Credentials.UI.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Credentials.UI.1.h index db2e5fd7..7c4b399b 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Credentials.UI.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Credentials.UI.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Credentials_UI_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Credentials.UI.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Credentials.UI.2.h index af4c1dbe..9b65d6e1 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Credentials.UI.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Credentials.UI.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Credentials_UI_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.0.h index 89eeb6f7..94826564 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Cryptography_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.1.h index 81edfa05..c9516d99 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Cryptography_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.2.h index 151523d8..26e14a0e 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Cryptography_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.Certificates.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.Certificates.0.h index 4d03e866..469bf071 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.Certificates.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.Certificates.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Cryptography_Certificates_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.Certificates.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.Certificates.1.h index 9092dbb2..bb5381b8 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.Certificates.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.Certificates.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Cryptography_Certificates_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.Certificates.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.Certificates.2.h index d16e0079..219cb1da 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.Certificates.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.Certificates.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Cryptography_Certificates_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.Core.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.Core.0.h index ca61d0d5..6a8fe6a0 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.Core.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.Core.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Cryptography_Core_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.Core.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.Core.1.h index d33b3fd9..ffb79770 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.Core.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.Core.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Cryptography_Core_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.Core.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.Core.2.h index fcf5d141..7f2b6486 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.Core.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.Core.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Cryptography_Core_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.DataProtection.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.DataProtection.0.h index fe450c46..09fa5812 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.DataProtection.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.DataProtection.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Cryptography_DataProtection_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.DataProtection.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.DataProtection.1.h index 9f0bfb3d..f1c6f613 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.DataProtection.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.DataProtection.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Cryptography_DataProtection_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.DataProtection.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.DataProtection.2.h index 0994e112..db2b4049 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.DataProtection.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Cryptography.DataProtection.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Cryptography_DataProtection_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.DataProtection.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.DataProtection.0.h index 38d5b2c0..0f43dec1 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.DataProtection.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.DataProtection.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_DataProtection_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.DataProtection.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.DataProtection.1.h index eb5ebaab..c7a7089c 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.DataProtection.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.DataProtection.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_DataProtection_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.DataProtection.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.DataProtection.2.h index d021dd38..7f5a5ec4 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.DataProtection.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.DataProtection.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_DataProtection_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.EnterpriseData.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.EnterpriseData.0.h index cf455a1b..d193526d 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.EnterpriseData.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.EnterpriseData.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_EnterpriseData_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.EnterpriseData.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.EnterpriseData.1.h index c0bf0166..7b4bfc2e 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.EnterpriseData.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.EnterpriseData.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_EnterpriseData_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.EnterpriseData.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.EnterpriseData.2.h index cc65ae5f..d8e850bf 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.EnterpriseData.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.EnterpriseData.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_EnterpriseData_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.ExchangeActiveSyncProvisioning.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.ExchangeActiveSyncProvisioning.0.h index 2ed6d479..2730e63e 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.ExchangeActiveSyncProvisioning.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.ExchangeActiveSyncProvisioning.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_ExchangeActiveSyncProvisioning_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.ExchangeActiveSyncProvisioning.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.ExchangeActiveSyncProvisioning.1.h index 2f344de2..cb1373b7 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.ExchangeActiveSyncProvisioning.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.ExchangeActiveSyncProvisioning.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_ExchangeActiveSyncProvisioning_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.ExchangeActiveSyncProvisioning.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.ExchangeActiveSyncProvisioning.2.h index d1fb82f7..ae4582cd 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.ExchangeActiveSyncProvisioning.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.ExchangeActiveSyncProvisioning.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_ExchangeActiveSyncProvisioning_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Isolation.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Isolation.0.h index a34234a6..8ff2319b 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Isolation.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Isolation.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Isolation_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Isolation.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Isolation.1.h index 56101bbb..19d237b7 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Isolation.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Isolation.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Isolation_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Isolation.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Isolation.2.h index 437ed1de..e27b8926 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Isolation.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Security.Isolation.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Security_Isolation_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Cortana.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Cortana.0.h index 0b94803c..0f5a2a8a 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Cortana.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Cortana.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Services_Cortana_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Cortana.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Cortana.1.h index bad2f214..953a09c5 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Cortana.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Cortana.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Services_Cortana_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Cortana.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Cortana.2.h index e02277f0..bfeb1882 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Cortana.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Cortana.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Services_Cortana_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.0.h index 0f648612..f1530a14 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Services_Maps_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.1.h index 4371885a..2196beb3 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Services_Maps_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.2.h index ec502486..dc86ab63 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Services_Maps_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.Guidance.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.Guidance.0.h index 4e9e94bd..0dfdc970 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.Guidance.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.Guidance.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Services_Maps_Guidance_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.Guidance.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.Guidance.1.h index 37a3f7f5..9e813cf4 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.Guidance.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.Guidance.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Services_Maps_Guidance_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.Guidance.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.Guidance.2.h index ca1b6db3..ed7f3ced 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.Guidance.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.Guidance.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Services_Maps_Guidance_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.LocalSearch.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.LocalSearch.0.h index 708b51e0..ad7d88c5 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.LocalSearch.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.LocalSearch.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Services_Maps_LocalSearch_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.LocalSearch.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.LocalSearch.1.h index 59cf252a..012215bc 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.LocalSearch.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.LocalSearch.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Services_Maps_LocalSearch_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.LocalSearch.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.LocalSearch.2.h index d17e900f..1bf24489 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.LocalSearch.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.LocalSearch.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Services_Maps_LocalSearch_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.OfflineMaps.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.OfflineMaps.0.h index 570cff3a..0349262a 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.OfflineMaps.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.OfflineMaps.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Services_Maps_OfflineMaps_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.OfflineMaps.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.OfflineMaps.1.h index c31e579c..1959597f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.OfflineMaps.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.OfflineMaps.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Services_Maps_OfflineMaps_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.OfflineMaps.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.OfflineMaps.2.h index 382b4469..fd6b698c 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.OfflineMaps.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Maps.OfflineMaps.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Services_Maps_OfflineMaps_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Store.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Store.0.h index 632f0346..cc4a9ecf 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Store.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Store.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Services_Store_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Store.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Store.1.h index 450a259b..4d550285 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Store.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Store.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Services_Store_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Store.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Store.2.h index 78fc8b22..ad021e28 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Store.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.Store.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Services_Store_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.TargetedContent.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.TargetedContent.0.h index 356f8688..f25d17c6 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.TargetedContent.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.TargetedContent.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Services_TargetedContent_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.TargetedContent.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.TargetedContent.1.h index 0936a714..9e6ff6ee 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.TargetedContent.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.TargetedContent.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Services_TargetedContent_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.TargetedContent.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.TargetedContent.2.h index d00236b0..e12dc245 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.TargetedContent.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Services.TargetedContent.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Services_TargetedContent_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.0.h index 2f18b2da..a8653ec6 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Storage_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.1.h index 1e1836d5..825fc228 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Storage_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.2.h index 15440b4a..d602ac30 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Storage_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.AccessCache.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.AccessCache.0.h index 96e47850..7abf3b5f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.AccessCache.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.AccessCache.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Storage_AccessCache_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.AccessCache.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.AccessCache.1.h index 906edbfd..0101cc97 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.AccessCache.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.AccessCache.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Storage_AccessCache_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.AccessCache.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.AccessCache.2.h index b3bb3ee4..3151d97c 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.AccessCache.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.AccessCache.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Storage_AccessCache_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.BulkAccess.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.BulkAccess.0.h index 95f1e3cd..7f93e821 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.BulkAccess.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.BulkAccess.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Storage_BulkAccess_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.BulkAccess.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.BulkAccess.1.h index 30a5deeb..44efd5b6 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.BulkAccess.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.BulkAccess.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Storage_BulkAccess_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.BulkAccess.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.BulkAccess.2.h index a024a42c..d0138c74 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.BulkAccess.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.BulkAccess.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Storage_BulkAccess_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Compression.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Compression.0.h index f387f24c..ce8fcb36 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Compression.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Compression.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Storage_Compression_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Compression.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Compression.1.h index e40b92b1..66b0d5a0 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Compression.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Compression.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Storage_Compression_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Compression.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Compression.2.h index 3b399ef8..3b30f5bd 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Compression.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Compression.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Storage_Compression_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.FileProperties.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.FileProperties.0.h index 2e60e2f8..24f86f55 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.FileProperties.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.FileProperties.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Storage_FileProperties_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.FileProperties.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.FileProperties.1.h index e5e8ab83..faee93f6 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.FileProperties.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.FileProperties.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Storage_FileProperties_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.FileProperties.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.FileProperties.2.h index b2da3bb6..ae6efee4 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.FileProperties.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.FileProperties.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Storage_FileProperties_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Pickers.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Pickers.0.h index bf07d627..2a2778e8 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Pickers.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Pickers.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Storage_Pickers_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Pickers.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Pickers.1.h index 7d33b0d4..2892979f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Pickers.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Pickers.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Storage_Pickers_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Pickers.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Pickers.2.h index 2a6a1ebf..8f266631 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Pickers.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Pickers.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Storage_Pickers_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Pickers.Provider.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Pickers.Provider.0.h index 3b711e3c..16b632ca 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Pickers.Provider.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Pickers.Provider.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Storage_Pickers_Provider_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Pickers.Provider.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Pickers.Provider.1.h index c36b7d78..e6c5113f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Pickers.Provider.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Pickers.Provider.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Storage_Pickers_Provider_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Pickers.Provider.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Pickers.Provider.2.h index 3d292640..c670c4ac 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Pickers.Provider.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Pickers.Provider.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Storage_Pickers_Provider_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Provider.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Provider.0.h index 2b6ee665..408862a5 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Provider.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Provider.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Storage_Provider_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Provider.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Provider.1.h index d35445af..70a95873 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Provider.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Provider.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Storage_Provider_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Provider.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Provider.2.h index e029b81d..48bea329 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Provider.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Provider.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Storage_Provider_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Search.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Search.0.h index db2aefe4..abd6ba3a 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Search.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Search.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Storage_Search_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Search.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Search.1.h index 0bf952f1..7f262082 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Search.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Search.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Storage_Search_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Search.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Search.2.h index 681f945b..5beaaf62 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Search.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Search.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Storage_Search_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Streams.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Streams.0.h index b00957a5..f5cfafac 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Streams.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Streams.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Storage_Streams_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Streams.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Streams.1.h index 38638140..8105840a 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Streams.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Streams.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Storage_Streams_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Streams.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Streams.2.h index f928c1e9..15c23905 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Streams.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Storage.Streams.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Storage_Streams_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.0.h index ed7a66cf..580f0e28 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.1.h index c7590cbb..ee510627 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.2.h index ef51e068..b1dd511e 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.0.h index 54ad505a..bbfafc4a 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Diagnostics_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.1.h index ad7801a8..029509f9 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Diagnostics_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.2.h index 38e8b244..c378f4d4 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Diagnostics_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.DevicePortal.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.DevicePortal.0.h index 65f9ad12..2d53ea1a 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.DevicePortal.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.DevicePortal.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Diagnostics_DevicePortal_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.DevicePortal.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.DevicePortal.1.h index 1b492497..6bc47eb9 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.DevicePortal.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.DevicePortal.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Diagnostics_DevicePortal_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.DevicePortal.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.DevicePortal.2.h index 7864ed75..78f8a43c 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.DevicePortal.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.DevicePortal.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Diagnostics_DevicePortal_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.Telemetry.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.Telemetry.0.h index 8d73c386..14f6d83d 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.Telemetry.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.Telemetry.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Diagnostics_Telemetry_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.Telemetry.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.Telemetry.1.h index 770d8edb..fd68a29c 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.Telemetry.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.Telemetry.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Diagnostics_Telemetry_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.Telemetry.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.Telemetry.2.h index 26761edb..04280e3e 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.Telemetry.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.Telemetry.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Diagnostics_Telemetry_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.TraceReporting.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.TraceReporting.0.h index e339de99..dfd84099 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.TraceReporting.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.TraceReporting.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Diagnostics_TraceReporting_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.TraceReporting.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.TraceReporting.1.h index e3bf6fb5..2f27cb79 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.TraceReporting.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.TraceReporting.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Diagnostics_TraceReporting_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.TraceReporting.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.TraceReporting.2.h index 3047526a..f571da93 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.TraceReporting.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Diagnostics.TraceReporting.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Diagnostics_TraceReporting_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Display.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Display.0.h index 18d81806..b5b1ae0f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Display.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Display.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Display_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Display.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Display.1.h index 46ddfba5..dd923978 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Display.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Display.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Display_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Display.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Display.2.h index 1a9325bd..39891511 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Display.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Display.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Display_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Inventory.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Inventory.0.h index 8c335a22..5beeeb3e 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Inventory.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Inventory.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Inventory_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Inventory.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Inventory.1.h index ac3f019e..9320bcc9 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Inventory.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Inventory.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Inventory_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Inventory.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Inventory.2.h index 08f128d9..9be206af 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Inventory.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Inventory.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Inventory_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Power.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Power.0.h index ea4ef6c1..77332b94 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Power.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Power.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Power_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Power.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Power.1.h index 6b16623f..3c3a13e2 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Power.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Power.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Power_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Power.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Power.2.h index 096c2326..95947658 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Power.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Power.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Power_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Power.Diagnostics.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Power.Diagnostics.0.h index 98d6d772..8f03b8cb 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Power.Diagnostics.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Power.Diagnostics.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Power_Diagnostics_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Power.Diagnostics.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Power.Diagnostics.1.h index 615c9b71..b221a9d1 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Power.Diagnostics.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Power.Diagnostics.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Power_Diagnostics_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Power.Diagnostics.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Power.Diagnostics.2.h index fbc876a5..dc0ad545 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Power.Diagnostics.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Power.Diagnostics.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Power_Diagnostics_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Preview.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Preview.0.h index 9022a1b9..06322e76 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Preview.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Preview.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Preview_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Preview.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Preview.1.h index 63be7cf4..84107643 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Preview.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Preview.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Preview_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Preview.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Preview.2.h index cefa9af8..b99decde 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Preview.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Preview.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Preview_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Profile.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Profile.0.h index 93e5a1ad..f60a7a07 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Profile.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Profile.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Profile_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Profile.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Profile.1.h index 4c613fce..fc4d20ed 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Profile.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Profile.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Profile_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Profile.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Profile.2.h index 84a888b4..8e928c25 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Profile.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Profile.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Profile_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Profile.SystemManufacturers.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Profile.SystemManufacturers.0.h index 5a1f7101..17c04bdc 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Profile.SystemManufacturers.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Profile.SystemManufacturers.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Profile_SystemManufacturers_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Profile.SystemManufacturers.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Profile.SystemManufacturers.1.h index 64297a22..ff8b48d5 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Profile.SystemManufacturers.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Profile.SystemManufacturers.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Profile_SystemManufacturers_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Profile.SystemManufacturers.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Profile.SystemManufacturers.2.h index 852eedb6..64bf6d69 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Profile.SystemManufacturers.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Profile.SystemManufacturers.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Profile_SystemManufacturers_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.RemoteDesktop.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.RemoteDesktop.0.h index 8df10495..579c06d2 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.RemoteDesktop.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.RemoteDesktop.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_RemoteDesktop_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.RemoteDesktop.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.RemoteDesktop.1.h index e7c2ec34..99c9b34a 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.RemoteDesktop.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.RemoteDesktop.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_RemoteDesktop_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.RemoteDesktop.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.RemoteDesktop.2.h index f26c158a..15584ae4 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.RemoteDesktop.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.RemoteDesktop.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_RemoteDesktop_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.RemoteSystems.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.RemoteSystems.0.h index c8dc6cfc..f0a0311a 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.RemoteSystems.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.RemoteSystems.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_RemoteSystems_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.RemoteSystems.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.RemoteSystems.1.h index 184b1ce4..786352f7 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.RemoteSystems.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.RemoteSystems.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_RemoteSystems_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.RemoteSystems.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.RemoteSystems.2.h index 9841a7e3..abe3c7c2 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.RemoteSystems.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.RemoteSystems.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_RemoteSystems_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Threading.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Threading.0.h index 3c9b9f43..c86f0288 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Threading.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Threading.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Threading_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Threading.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Threading.1.h index 9327e54e..22f294f5 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Threading.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Threading.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Threading_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Threading.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Threading.2.h index df2bc15c..14d0df73 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Threading.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Threading.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Threading_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Threading.Core.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Threading.Core.0.h index 063aa150..5e6ed2c2 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Threading.Core.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Threading.Core.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Threading_Core_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Threading.Core.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Threading.Core.1.h index f0188df3..d9787cd4 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Threading.Core.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Threading.Core.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Threading_Core_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Threading.Core.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Threading.Core.2.h index ff382e20..806f83de 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Threading.Core.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Threading.Core.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Threading_Core_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Update.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Update.0.h index 1ceb167f..9082009b 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Update.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Update.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Update_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Update.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Update.1.h index f301b227..fdcd8851 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Update.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Update.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Update_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Update.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Update.2.h index ab01fa17..41382aa3 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Update.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.Update.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_Update_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.UserProfile.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.UserProfile.0.h index 87225cfd..f58da178 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.UserProfile.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.UserProfile.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_UserProfile_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.UserProfile.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.UserProfile.1.h index c8df0627..42f345b5 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.UserProfile.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.UserProfile.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_UserProfile_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.UserProfile.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.UserProfile.2.h index 35ac157b..34b5fedd 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.UserProfile.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.System.UserProfile.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_System_UserProfile_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.0.h index ea968964..2aab9515 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.1.h index ad789813..4b012624 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.2.h index 9365245c..3e38d5ba 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Accessibility.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Accessibility.0.h index 0a34350b..4e6ac451 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Accessibility.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Accessibility.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Accessibility_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Accessibility.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Accessibility.1.h index da11cb5e..c2658275 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Accessibility.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Accessibility.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Accessibility_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Accessibility.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Accessibility.2.h index 3c521dc6..37324ca2 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Accessibility.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Accessibility.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Accessibility_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.ApplicationSettings.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.ApplicationSettings.0.h index fa8b8535..b4b3cbab 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.ApplicationSettings.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.ApplicationSettings.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_ApplicationSettings_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.ApplicationSettings.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.ApplicationSettings.1.h index 6bfdb2d5..0651cc10 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.ApplicationSettings.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.ApplicationSettings.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_ApplicationSettings_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.ApplicationSettings.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.ApplicationSettings.2.h index 3093aaf8..d4e42945 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.ApplicationSettings.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.ApplicationSettings.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_ApplicationSettings_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.0.h index baf933f1..3e12bb09 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Composition_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.1.h index e00e311c..ae4e58db 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Composition_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.2.h index 5757fb60..cfd22861 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Composition_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Core.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Core.0.h index f8309971..a3619490 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Core.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Core.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Composition_Core_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Core.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Core.1.h index df32c81d..6e857a7e 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Core.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Core.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Composition_Core_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Core.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Core.2.h index ae31e54b..84bee3cf 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Core.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Core.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Composition_Core_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Desktop.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Desktop.0.h index 0603323c..df52ba7f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Desktop.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Desktop.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Composition_Desktop_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Desktop.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Desktop.1.h index 502bc4c5..fccb5137 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Desktop.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Desktop.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Composition_Desktop_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Desktop.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Desktop.2.h index 49773e34..0eba13a5 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Desktop.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Desktop.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Composition_Desktop_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Diagnostics.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Diagnostics.0.h index 025d306e..757ff8f3 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Diagnostics.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Diagnostics.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Composition_Diagnostics_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Diagnostics.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Diagnostics.1.h index fcf9b1b3..79d025c6 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Diagnostics.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Diagnostics.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Composition_Diagnostics_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Diagnostics.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Diagnostics.2.h index 296ff5bb..602d513c 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Diagnostics.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Diagnostics.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Composition_Diagnostics_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Effects.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Effects.0.h index 752579ab..649d005e 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Effects.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Effects.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Composition_Effects_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Effects.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Effects.1.h index 0e9ae5de..7c4064f2 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Effects.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Effects.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Composition_Effects_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Effects.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Effects.2.h index 7afb7a23..817de221 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Effects.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Effects.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Composition_Effects_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Interactions.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Interactions.0.h index 5c305cc2..e3a7123e 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Interactions.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Interactions.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Composition_Interactions_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Interactions.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Interactions.1.h index 5aed415d..f39a7bde 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Interactions.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Interactions.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Composition_Interactions_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Interactions.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Interactions.2.h index 8f4320a1..65b6bcc3 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Interactions.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Interactions.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Composition_Interactions_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Scenes.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Scenes.0.h index 8faa1327..356558e3 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Scenes.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Scenes.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Composition_Scenes_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Scenes.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Scenes.1.h index 0fd5c39d..65eaca22 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Scenes.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Scenes.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Composition_Scenes_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Scenes.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Scenes.2.h index 63ff2545..85e67fd6 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Scenes.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Composition.Scenes.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Composition_Scenes_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.0.h index f7499d00..e0ad294c 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Core_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.1.h index 02fa151a..3b183aee 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Core_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.2.h index 6f0c7111..2a32d210 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Core_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.AnimationMetrics.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.AnimationMetrics.0.h index 0237da27..10a488e0 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.AnimationMetrics.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.AnimationMetrics.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Core_AnimationMetrics_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.AnimationMetrics.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.AnimationMetrics.1.h index fb9d260b..38e36ef6 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.AnimationMetrics.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.AnimationMetrics.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Core_AnimationMetrics_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.AnimationMetrics.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.AnimationMetrics.2.h index a05a868d..efa8439d 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.AnimationMetrics.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.AnimationMetrics.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Core_AnimationMetrics_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.Preview.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.Preview.0.h index e59cc638..ef1d3ee9 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.Preview.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.Preview.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Core_Preview_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.Preview.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.Preview.1.h index 78483a83..b6c191d2 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.Preview.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.Preview.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Core_Preview_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.Preview.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.Preview.2.h index 384f9b4e..34df33cf 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.Preview.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.Preview.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Core_Preview_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.Preview.Communications.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.Preview.Communications.0.h index 4f4bd523..054c3ab3 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.Preview.Communications.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.Preview.Communications.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Core_Preview_Communications_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.Preview.Communications.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.Preview.Communications.1.h index 271c9fdb..570dd362 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.Preview.Communications.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.Preview.Communications.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Core_Preview_Communications_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.Preview.Communications.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.Preview.Communications.2.h index 3509a6f2..357e7545 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.Preview.Communications.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Core.Preview.Communications.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Core_Preview_Communications_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.0.h index a48db5a8..924a6822 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Input_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.1.h index b04c4531..8ffc3552 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Input_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.2.h index 1b0b68ad..f4a4bf55 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Input_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Core.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Core.0.h index c78ecaea..df4c0ca5 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Core.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Core.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Input_Core_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Core.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Core.1.h index 7ccc549c..0b7d1d96 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Core.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Core.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Input_Core_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Core.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Core.2.h index 617b28fa..827963c9 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Core.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Core.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Input_Core_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.0.h index fe5d1234..8d038500 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Input_Inking_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.1.h index d41ad8fd..10254239 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Input_Inking_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.2.h index cd4a2c5b..2187a135 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Input_Inking_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.Analysis.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.Analysis.0.h index f9beeba8..250efb05 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.Analysis.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.Analysis.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Input_Inking_Analysis_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.Analysis.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.Analysis.1.h index 14a23532..c093c6a5 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.Analysis.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.Analysis.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Input_Inking_Analysis_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.Analysis.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.Analysis.2.h index 3dbc5e0e..fb30df65 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.Analysis.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.Analysis.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Input_Inking_Analysis_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.Core.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.Core.0.h index d8e1c156..9fb9c8eb 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.Core.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.Core.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Input_Inking_Core_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.Core.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.Core.1.h index 27b36a5c..f49c358c 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.Core.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.Core.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Input_Inking_Core_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.Core.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.Core.2.h index abd3009b..67fa6a64 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.Core.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.Core.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Input_Inking_Core_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.Preview.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.Preview.0.h index aa1537cc..325deace 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.Preview.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.Preview.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Input_Inking_Preview_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.Preview.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.Preview.1.h index e35f9c36..7a48f642 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.Preview.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.Preview.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Input_Inking_Preview_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.Preview.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.Preview.2.h index bc5f732a..e215158d 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.Preview.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Inking.Preview.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Input_Inking_Preview_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Preview.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Preview.0.h index d16493f5..3e86a924 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Preview.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Preview.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Input_Preview_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Preview.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Preview.1.h index a54c353e..a33d6e2c 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Preview.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Preview.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Input_Preview_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Preview.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Preview.2.h index 1cb86a5e..3774cdf4 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Preview.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Preview.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Input_Preview_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Preview.Injection.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Preview.Injection.0.h index de221e5b..ca941d17 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Preview.Injection.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Preview.Injection.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Input_Preview_Injection_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Preview.Injection.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Preview.Injection.1.h index 052660de..b7070e49 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Preview.Injection.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Preview.Injection.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Input_Preview_Injection_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Preview.Injection.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Preview.Injection.2.h index b5849f3f..27558c1d 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Preview.Injection.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Preview.Injection.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Input_Preview_Injection_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Spatial.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Spatial.0.h index b0b554d4..4009786d 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Spatial.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Spatial.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Input_Spatial_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Spatial.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Spatial.1.h index 2fa69629..e512be58 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Spatial.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Spatial.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Input_Spatial_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Spatial.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Spatial.2.h index 79589465..85169d7c 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Spatial.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Input.Spatial.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Input_Spatial_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Notifications.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Notifications.0.h index 7a31e3e4..12a3c7c2 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Notifications.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Notifications.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Notifications_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Notifications.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Notifications.1.h index 16ae3fb2..0ae22fb4 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Notifications.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Notifications.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Notifications_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Notifications.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Notifications.2.h index 69dd42e9..444b312b 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Notifications.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Notifications.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Notifications_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Notifications.Management.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Notifications.Management.0.h index c78fc4dd..883b4a99 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Notifications.Management.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Notifications.Management.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Notifications_Management_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Notifications.Management.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Notifications.Management.1.h index 55100ffd..24b52939 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Notifications.Management.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Notifications.Management.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Notifications_Management_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Notifications.Management.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Notifications.Management.2.h index 0dfe4a56..70e30834 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Notifications.Management.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Notifications.Management.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Notifications_Management_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Popups.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Popups.0.h index ee72fded..f86001c0 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Popups.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Popups.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Popups_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Popups.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Popups.1.h index 657d29f6..61779e83 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Popups.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Popups.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Popups_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Popups.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Popups.2.h index 4e3c214e..3cc4cc45 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Popups.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Popups.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Popups_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Shell.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Shell.0.h index caa5c321..b06a4cc0 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Shell.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Shell.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Shell_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Shell.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Shell.1.h index 92a0a320..a4c942e9 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Shell.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Shell.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Shell_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Shell.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Shell.2.h index bc5f9dc1..d54e6fd1 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Shell.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Shell.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Shell_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.StartScreen.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.StartScreen.0.h index 8af7569a..d6c30889 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.StartScreen.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.StartScreen.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_StartScreen_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.StartScreen.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.StartScreen.1.h index 821f38ea..7949d0a4 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.StartScreen.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.StartScreen.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_StartScreen_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.StartScreen.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.StartScreen.2.h index 405af8a0..440000ac 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.StartScreen.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.StartScreen.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_StartScreen_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Text.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Text.0.h index cb2f9a90..95fd42c3 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Text.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Text.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Text_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Text.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Text.1.h index 22f5e8b7..e7b2227d 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Text.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Text.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Text_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Text.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Text.2.h index 457411b7..eb4666ab 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Text.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Text.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Text_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Text.Core.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Text.Core.0.h index d958b9e5..a181fce5 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Text.Core.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Text.Core.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Text_Core_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Text.Core.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Text.Core.1.h index 17fbc966..45a7db7b 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Text.Core.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Text.Core.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Text_Core_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Text.Core.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Text.Core.2.h index 2b2202c5..ef81b50d 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Text.Core.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Text.Core.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Text_Core_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.ViewManagement.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.ViewManagement.0.h index ec318f08..9c3e9f7c 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.ViewManagement.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.ViewManagement.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_ViewManagement_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.ViewManagement.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.ViewManagement.1.h index 76f2ed0d..2cbbd55d 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.ViewManagement.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.ViewManagement.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_ViewManagement_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.ViewManagement.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.ViewManagement.2.h index 29530b06..6f366c21 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.ViewManagement.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.ViewManagement.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_ViewManagement_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.ViewManagement.Core.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.ViewManagement.Core.0.h index 8914b1db..ed533ec8 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.ViewManagement.Core.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.ViewManagement.Core.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_ViewManagement_Core_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.ViewManagement.Core.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.ViewManagement.Core.1.h index dcc0a256..9980401e 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.ViewManagement.Core.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.ViewManagement.Core.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_ViewManagement_Core_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.ViewManagement.Core.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.ViewManagement.Core.2.h index 74065eda..390b34b1 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.ViewManagement.Core.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.ViewManagement.Core.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_ViewManagement_Core_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WebUI.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WebUI.0.h index 83fca42e..ffa073fe 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WebUI.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WebUI.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_WebUI_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WebUI.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WebUI.1.h index 3ff1cb94..a18d4b05 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WebUI.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WebUI.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_WebUI_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WebUI.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WebUI.2.h index ce11ffbd..2723eca2 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WebUI.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WebUI.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_WebUI_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WebUI.Core.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WebUI.Core.0.h index f9fe4a22..2b21cb2f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WebUI.Core.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WebUI.Core.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_WebUI_Core_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WebUI.Core.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WebUI.Core.1.h index ed26b2ae..aa86ea1d 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WebUI.Core.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WebUI.Core.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_WebUI_Core_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WebUI.Core.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WebUI.Core.2.h index c443d76f..85992b4b 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WebUI.Core.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WebUI.Core.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_WebUI_Core_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WindowManagement.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WindowManagement.0.h index 0fe555d5..aaec4bac 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WindowManagement.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WindowManagement.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_WindowManagement_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WindowManagement.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WindowManagement.1.h index 074f7b64..e394642f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WindowManagement.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WindowManagement.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_WindowManagement_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WindowManagement.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WindowManagement.2.h index 56573c12..cffdd4ec 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WindowManagement.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WindowManagement.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_WindowManagement_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WindowManagement.Preview.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WindowManagement.Preview.0.h index 08c4fe6c..c3476440 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WindowManagement.Preview.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WindowManagement.Preview.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_WindowManagement_Preview_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WindowManagement.Preview.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WindowManagement.Preview.1.h index ee418b58..b36fb41c 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WindowManagement.Preview.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WindowManagement.Preview.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_WindowManagement_Preview_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WindowManagement.Preview.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WindowManagement.Preview.2.h index d9306866..9272da14 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WindowManagement.Preview.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WindowManagement.Preview.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_WindowManagement_Preview_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.0.h index 67ac8b2b..e326508c 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.1.h index ac399c16..81ba9c78 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.2.h index 39aa4f5f..245a29e1 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.0.h index 99b5ab29..83fffa10 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Automation_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.1.h index 8a016483..56b4529a 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Automation_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.2.h index af55d240..b73d2142 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Automation_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.Peers.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.Peers.0.h index 3e21a0e1..d3d6b1e4 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.Peers.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.Peers.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Automation_Peers_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.Peers.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.Peers.1.h index 086b21f9..3a6d5379 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.Peers.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.Peers.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Automation_Peers_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.Peers.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.Peers.2.h index 679106cc..25079788 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.Peers.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.Peers.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Automation_Peers_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.Provider.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.Provider.0.h index 2e2abdc2..b2246429 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.Provider.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.Provider.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Automation_Provider_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.Provider.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.Provider.1.h index 053ead3d..d57431e3 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.Provider.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.Provider.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Automation_Provider_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.Provider.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.Provider.2.h index 25b44857..b0d899aa 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.Provider.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.Provider.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Automation_Provider_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.Text.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.Text.0.h index 5772d1e4..485bb5f5 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.Text.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.Text.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Automation_Text_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.Text.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.Text.1.h index f14e1a76..87cd5e5c 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.Text.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.Text.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Automation_Text_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.Text.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.Text.2.h index f4ebe540..913d2ad2 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.Text.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Automation.Text.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Automation_Text_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Controls.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Controls.0.h index a6d981ef..02f2b8ec 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Controls.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Controls.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Controls_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Controls.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Controls.1.h index 22aea262..1d1572e7 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Controls.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Controls.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Controls_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Controls.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Controls.2.h index 97434bb8..1fd7ce99 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Controls.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Controls.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Controls_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Controls.Maps.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Controls.Maps.0.h index 210f3c0f..dc1fa9f6 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Controls.Maps.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Controls.Maps.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Controls_Maps_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Controls.Maps.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Controls.Maps.1.h index e3aea58c..635f0863 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Controls.Maps.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Controls.Maps.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Controls_Maps_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Controls.Maps.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Controls.Maps.2.h index f3373614..46601227 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Controls.Maps.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Controls.Maps.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Controls_Maps_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Controls.Primitives.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Controls.Primitives.0.h index 62bc8b26..a009a0b8 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Controls.Primitives.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Controls.Primitives.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Controls_Primitives_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Controls.Primitives.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Controls.Primitives.1.h index 026ec541..ad0b68ef 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Controls.Primitives.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Controls.Primitives.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Controls_Primitives_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Controls.Primitives.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Controls.Primitives.2.h index 03093d97..2986ce74 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Controls.Primitives.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Controls.Primitives.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Controls_Primitives_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Core.Direct.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Core.Direct.0.h index 06ae7f75..9cf4266d 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Core.Direct.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Core.Direct.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Core_Direct_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Core.Direct.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Core.Direct.1.h index d9477f77..3c4c01ac 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Core.Direct.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Core.Direct.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Core_Direct_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Core.Direct.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Core.Direct.2.h index 3954e74e..fd9d36c0 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Core.Direct.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Core.Direct.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Core_Direct_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Data.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Data.0.h index 6059fa54..f2cf03af 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Data.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Data.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Data_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Data.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Data.1.h index 7ffb4c85..5cedc7bf 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Data.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Data.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Data_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Data.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Data.2.h index 28d41a10..6a1a6adc 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Data.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Data.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Data_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Documents.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Documents.0.h index 7ef8b33e..f1138a9a 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Documents.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Documents.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Documents_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Documents.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Documents.1.h index 50d004a3..03c4cbbe 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Documents.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Documents.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Documents_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Documents.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Documents.2.h index 81a98310..adb31bb5 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Documents.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Documents.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Documents_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Hosting.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Hosting.0.h index 56dbc2e6..7577423f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Hosting.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Hosting.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Hosting_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Hosting.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Hosting.1.h index 56af1a43..b4541321 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Hosting.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Hosting.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Hosting_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Hosting.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Hosting.2.h index dcc83e42..a675d2b4 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Hosting.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Hosting.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Hosting_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Input.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Input.0.h index 47925e8c..71f3bc72 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Input.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Input.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Input_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Input.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Input.1.h index 8f328f47..8b280fd7 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Input.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Input.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Input_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Input.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Input.2.h index 0b4ad2dd..7f937428 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Input.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Input.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Input_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Interop.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Interop.0.h index 0c270c23..6d9c3c09 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Interop.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Interop.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Interop_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Interop.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Interop.1.h index d6b6c790..062c2957 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Interop.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Interop.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Interop_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Interop.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Interop.2.h index a145f652..1ed36c83 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Interop.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Interop.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Interop_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Markup.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Markup.0.h index 5337f9bc..3d3eac31 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Markup.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Markup.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Markup_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Markup.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Markup.1.h index 8a474caa..a658664e 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Markup.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Markup.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Markup_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Markup.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Markup.2.h index fba636ac..169d218e 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Markup.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Markup.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Markup_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.0.h index 9428c717..65875554 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Media_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.1.h index 23972a98..6503dbd5 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Media_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.2.h index cbaeeb24..120833d2 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Media_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.Animation.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.Animation.0.h index 5db95997..1ad42e2a 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.Animation.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.Animation.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Media_Animation_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.Animation.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.Animation.1.h index 5d08015f..69bbd061 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.Animation.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.Animation.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Media_Animation_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.Animation.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.Animation.2.h index b71c9b10..38247312 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.Animation.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.Animation.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Media_Animation_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.Imaging.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.Imaging.0.h index 9134c60b..f5b3387e 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.Imaging.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.Imaging.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Media_Imaging_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.Imaging.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.Imaging.1.h index 5533aa48..e774d858 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.Imaging.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.Imaging.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Media_Imaging_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.Imaging.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.Imaging.2.h index e3b06aac..a179bbda 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.Imaging.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.Imaging.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Media_Imaging_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.Media3D.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.Media3D.0.h index 47e351d3..ada5854f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.Media3D.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.Media3D.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Media_Media3D_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.Media3D.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.Media3D.1.h index dcb57039..d9778a5f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.Media3D.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.Media3D.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Media_Media3D_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.Media3D.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.Media3D.2.h index 17ba188e..c30a2dcb 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.Media3D.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Media.Media3D.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Media_Media3D_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Navigation.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Navigation.0.h index f57ffd90..90e04c3c 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Navigation.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Navigation.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Navigation_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Navigation.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Navigation.1.h index e589c905..bd57e391 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Navigation.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Navigation.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Navigation_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Navigation.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Navigation.2.h index 69717b55..61274c53 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Navigation.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Navigation.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Navigation_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Printing.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Printing.0.h index a3bf9f93..d6c0fecd 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Printing.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Printing.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Printing_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Printing.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Printing.1.h index df0e4af7..99186db4 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Printing.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Printing.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Printing_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Printing.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Printing.2.h index b9fa6d17..47cc97bf 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Printing.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Printing.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Printing_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Resources.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Resources.0.h index f04fd0c6..8e025e7e 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Resources.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Resources.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Resources_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Resources.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Resources.1.h index 9f06cef9..6afa6067 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Resources.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Resources.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Resources_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Resources.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Resources.2.h index da5c056f..94094ea9 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Resources.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Resources.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Resources_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Shapes.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Shapes.0.h index 06d97c50..ca7c04bb 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Shapes.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Shapes.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Shapes_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Shapes.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Shapes.1.h index 32380f6a..60023d82 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Shapes.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Shapes.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Shapes_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Shapes.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Shapes.2.h index 6b6a15d0..bc426d91 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Shapes.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Xaml.Shapes.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_UI_Xaml_Shapes_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.0.h index 4f9d6063..4e65b671 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Web_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.1.h index e48cde61..d3ce709d 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Web_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.2.h index 0320b5b2..b36a0574 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Web_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.AtomPub.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.AtomPub.0.h index e98d5c02..9ff5b4ec 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.AtomPub.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.AtomPub.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Web_AtomPub_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.AtomPub.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.AtomPub.1.h index 7ed47d17..bf6b3d80 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.AtomPub.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.AtomPub.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Web_AtomPub_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.AtomPub.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.AtomPub.2.h index 1731b16c..c9b601ac 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.AtomPub.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.AtomPub.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Web_AtomPub_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.0.h index 471e25e7..e35ceef0 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Web_Http_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.1.h index 595421fe..e6e8b23e 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Web_Http_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.2.h index 0a20012d..a0bfc548 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Web_Http_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.Diagnostics.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.Diagnostics.0.h index 7ade5bc1..abac543c 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.Diagnostics.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.Diagnostics.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Web_Http_Diagnostics_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.Diagnostics.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.Diagnostics.1.h index 260ed5a3..20a89efa 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.Diagnostics.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.Diagnostics.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Web_Http_Diagnostics_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.Diagnostics.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.Diagnostics.2.h index b52c3396..01a3552d 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.Diagnostics.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.Diagnostics.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Web_Http_Diagnostics_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.Filters.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.Filters.0.h index de949ad4..b67c8832 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.Filters.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.Filters.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Web_Http_Filters_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.Filters.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.Filters.1.h index eee43fd2..acab6019 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.Filters.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.Filters.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Web_Http_Filters_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.Filters.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.Filters.2.h index b366a809..997fe555 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.Filters.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.Filters.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Web_Http_Filters_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.Headers.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.Headers.0.h index 78dc9213..bb9b028c 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.Headers.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.Headers.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Web_Http_Headers_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.Headers.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.Headers.1.h index 1c4b1fbd..efc1b713 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.Headers.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.Headers.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Web_Http_Headers_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.Headers.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.Headers.2.h index b866cf29..7a07776d 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.Headers.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Http.Headers.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Web_Http_Headers_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Syndication.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Syndication.0.h index 689fad2c..d1c34af8 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Syndication.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Syndication.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Web_Syndication_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Syndication.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Syndication.1.h index 0c54bf24..cab213d9 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Syndication.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Syndication.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Web_Syndication_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Syndication.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Syndication.2.h index 7c3be791..3375ee37 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Syndication.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.Syndication.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Web_Syndication_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.UI.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.UI.0.h index 0f91b42f..a5de85af 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.UI.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.UI.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Web_UI_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.UI.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.UI.1.h index 0a6f2d16..6b201adf 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.UI.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.UI.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Web_UI_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.UI.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.UI.2.h index 4d25b3c6..19c0d80f 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.UI.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.UI.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Web_UI_2_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.UI.Interop.0.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.UI.Interop.0.h index 17849672..ca4419e8 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.UI.Interop.0.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.UI.Interop.0.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Web_UI_Interop_0_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.UI.Interop.1.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.UI.Interop.1.h index 5ee7cada..43f328a2 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.UI.Interop.1.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.UI.Interop.1.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Web_UI_Interop_1_H diff --git a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.UI.Interop.2.h b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.UI.Interop.2.h index 6c7902a6..bfd11e45 100644 --- a/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.UI.Interop.2.h +++ b/cpp/platform/impl/windows/generated/winrt/impl/Windows.Web.UI.Interop.2.h @@ -1,17 +1,3 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Web_UI_Interop_2_H diff --git a/cpp/platform/impl/windows/input_file_test.cc b/cpp/platform/impl/windows/input_file_test.cc index cc26a3ba..af70914d 100644 --- a/cpp/platform/impl/windows/input_file_test.cc +++ b/cpp/platform/impl/windows/input_file_test.cc @@ -1,26 +1,24 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#include "platform/base/payload_id.h" -#include "platform/base/exception.h" - -#include "platform/public/logging.h" +// Copyright 2020 Google LLC +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. #include "platform/impl/windows/input_file.h" -#include "platform/impl/windows/test_utils.h" -#include "googletest/googletest/include/gtest/gtest.h" +#include "gtest/gtest.h" +#include "platform/base/exception.h" +#include "platform/base/payload_id.h" +#include "platform/impl/windows/test_utils.h" +#include "platform/public/logging.h" class InputFileTests : public testing::Test { protected: @@ -30,17 +28,17 @@ class InputFileTests : public testing::Test { hFile_ = CreateFileA( test_utils::GetPayloadPath(payloadId).c_str(), // name of the write - GENERIC_WRITE, // open for writing - 0, // do not share - NULL, // default security - CREATE_ALWAYS, // create new file only - FILE_ATTRIBUTE_NORMAL, // normal file - NULL); // no attr. template + GENERIC_WRITE, // open for writing + 0, // do not share + NULL, // default security + CREATE_ALWAYS, // create new file only + FILE_ATTRIBUTE_NORMAL, // normal file + NULL); // no attr. template if (hFile_ == INVALID_HANDLE_VALUE) { - NEARBY_LOG( - ERROR, "Failed to create OutputFile with payloadId: %s and error: %d", - test_utils::GetPayloadPath(payloadId).c_str(), GetLastError()); + NEARBY_LOG(ERROR, + "Failed to create OutputFile with payloadId: %s and error: %d", + test_utils::GetPayloadPath(payloadId).c_str(), GetLastError()); } const char* buffer = TEST_STRING; diff --git a/cpp/platform/impl/windows/log_message.h b/cpp/platform/impl/windows/log_message.h index dda17148..62db6409 100644 --- a/cpp/platform/impl/windows/log_message.h +++ b/cpp/platform/impl/windows/log_message.h @@ -15,7 +15,7 @@ #ifndef PLATFORM_IMPL_WINDOWS_LOG_MESSAGE_H_ #define PLATFORM_IMPL_WINDOWS_LOG_MESSAGE_H_ -#include "base/logging.h" +#include "base/check.h" #include "platform/api/log_message.h" namespace location { diff --git a/cpp/platform/impl/windows/output_file_test.cc b/cpp/platform/impl/windows/output_file_test.cc index 92761807..c4560de6 100644 --- a/cpp/platform/impl/windows/output_file_test.cc +++ b/cpp/platform/impl/windows/output_file_test.cc @@ -1,24 +1,24 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - +// Copyright 2020 Google LLC +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + #include "platform/impl/windows/output_file.h" +#include "gtest/gtest.h" #include "platform/api/platform.h" #include "platform/base/exception.h" #include "platform/base/payload_id.h" #include "platform/impl/windows/test_utils.h" -#include "googletest/googletest/include/gtest/gtest.h" class OutputFileTests : public testing::Test { protected: diff --git a/cpp/platform/impl/windows/test_utils.cc b/cpp/platform/impl/windows/test_utils.cc index 0a8b6c47..340b0883 100644 --- a/cpp/platform/impl/windows/test_utils.cc +++ b/cpp/platform/impl/windows/test_utils.cc @@ -1,17 +1,17 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - +// Copyright 2020 Google LLC +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + #include "platform/impl/windows/test_utils.h" #include "absl/strings/str_cat.h" diff --git a/cpp/platform/impl/windows/test_utils.h b/cpp/platform/impl/windows/test_utils.h index 79d45a98..7c6a5f2e 100644 --- a/cpp/platform/impl/windows/test_utils.h +++ b/cpp/platform/impl/windows/test_utils.h @@ -1,25 +1,25 @@ -// Copyright 2020 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - +// Copyright 2020 Google LLC +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + #ifndef PLATFORM_IMPL_WINDOWS_TEST_UTILS_H_ #define PLATFORM_IMPL_WINDOWS_TEST_UTILS_H_ #include #include -#include #include +#include #include "platform/base/payload_id.h" diff --git a/cpp/platform/public/BUILD b/cpp/platform/public/BUILD index fd7a2e6c..eea76700 100644 --- a/cpp/platform/public/BUILD +++ b/cpp/platform/public/BUILD @@ -1,3 +1,6 @@ +load("//tools/build_defs/cc:cc_fake_binary.bzl", "cc_fake_binary") + +licenses(["notice"]) # Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -12,8 +15,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -load("//tools/build_defs/cc:cc_fake_binary.bzl", "cc_fake_binary") - cc_library( name = "types", srcs = [ @@ -56,13 +57,13 @@ cc_library( ], deps = [ ":logging", + "//absl/base:core_headers", + "//absl/time", "//platform/api:platform", "//platform/api:types", "//platform/base", "//platform/base:logging", "//platform/base:util", - "//absl/base:core_headers", - "//absl/time", ], ) @@ -89,12 +90,12 @@ cc_library( ":logging", ":types", "//proto/connections:offline_wire_formats_portable_proto", + "//absl/container:flat_hash_map", + "//absl/strings", "//platform/api:comm", "//platform/api:platform", "//platform/base", "//platform/base:cancellation_flag", - "//absl/container:flat_hash_map", - "//absl/strings", "//webrtc/api:libjingle_peerconnection_api", ], ) @@ -141,13 +142,13 @@ cc_test( ":comm", ":logging", ":types", - "//platform/base", - "//platform/base:test_util", - "//platform/impl/g3", # build_cleaner: keep "//testing/base/public:gunit_main", "//absl/strings", "//absl/synchronization", "//absl/time", + "//platform/base", + "//platform/base:test_util", + "//platform/impl/g3", # build_cleaner: keep ], ) diff --git a/cpp/platform/public/atomic_boolean.h b/cpp/platform/public/atomic_boolean.h index 1315a3ee..7c727d55 100644 --- a/cpp/platform/public/atomic_boolean.h +++ b/cpp/platform/public/atomic_boolean.h @@ -26,7 +26,7 @@ namespace nearby { // A boolean value that may be updated atomically. // See documentation in // cpp/platform/api/atomic_boolean.h -class AtomicBoolean final : public api::AtomicBoolean { +class AtomicBoolean final : public api::AtomicBoolean { public: using Platform = api::ImplementationPlatform; explicit AtomicBoolean(bool value = false) diff --git a/cpp/platform/public/ble.cc b/cpp/platform/public/ble.cc index cb277a29..9ce398ae 100644 --- a/cpp/platform/public/ble.cc +++ b/cpp/platform/public/ble.cc @@ -41,8 +41,7 @@ bool BleMedium::StartScanning( peripherals_.clear(); } return impl_->StartScanning( - service_id, - fast_advertisement_service_uuid, + service_id, fast_advertisement_service_uuid, { .peripheral_discovered_cb = [this](api::BlePeripheral& peripheral, diff --git a/cpp/platform/public/ble.h b/cpp/platform/public/ble.h index 67be3dbb..49fa93f6 100644 --- a/cpp/platform/public/ble.h +++ b/cpp/platform/public/ble.h @@ -15,6 +15,7 @@ #ifndef PLATFORM_PUBLIC_BLE_H_ #define PLATFORM_PUBLIC_BLE_H_ +#include "absl/container/flat_hash_map.h" #include "platform/api/ble.h" #include "platform/api/platform.h" #include "platform/base/byte_array.h" @@ -23,7 +24,6 @@ #include "platform/base/output_stream.h" #include "platform/public/bluetooth_adapter.h" #include "platform/public/mutex.h" -#include "absl/container/flat_hash_map.h" namespace location { namespace nearby { diff --git a/cpp/platform/public/ble_test.cc b/cpp/platform/public/ble_test.cc index 8cb15cc7..4c2173b4 100644 --- a/cpp/platform/public/ble_test.cc +++ b/cpp/platform/public/ble_test.cc @@ -16,11 +16,11 @@ #include +#include "gmock/gmock.h" +#include "gtest/gtest.h" #include "platform/base/medium_environment.h" #include "platform/public/count_down_latch.h" #include "platform/public/logging.h" -#include "gmock/gmock.h" -#include "gtest/gtest.h" namespace location { namespace nearby { diff --git a/cpp/platform/public/bluetooth_adapter.h b/cpp/platform/public/bluetooth_adapter.h index b39d83d8..78179a2e 100644 --- a/cpp/platform/public/bluetooth_adapter.h +++ b/cpp/platform/public/bluetooth_adapter.h @@ -17,10 +17,10 @@ #include +#include "absl/strings/string_view.h" #include "platform/api/bluetooth_adapter.h" #include "platform/api/bluetooth_classic.h" #include "platform/api/platform.h" -#include "absl/strings/string_view.h" namespace location { namespace nearby { @@ -98,9 +98,7 @@ class BluetoothAdapter final { // Synchronously sets the scan mode of the adapter, and returns true if the // operation was a success. - bool SetScanMode(ScanMode scan_mode) { - return impl_->SetScanMode(scan_mode); - } + bool SetScanMode(ScanMode scan_mode) { return impl_->SetScanMode(scan_mode); } // https://developer.android.com/reference/android/bluetooth/BluetoothAdapter.html#getName() // Returns an empty string on error diff --git a/cpp/platform/public/bluetooth_adapter_test.cc b/cpp/platform/public/bluetooth_adapter_test.cc index 7ed8b6ba..14906413 100644 --- a/cpp/platform/public/bluetooth_adapter_test.cc +++ b/cpp/platform/public/bluetooth_adapter_test.cc @@ -14,10 +14,10 @@ #include "platform/public/bluetooth_adapter.h" -#include "platform/base/bluetooth_utils.h" -#include "platform/public/logging.h" #include "gmock/gmock.h" #include "gtest/gtest.h" +#include "platform/base/bluetooth_utils.h" +#include "platform/public/logging.h" namespace location { namespace nearby { diff --git a/cpp/platform/public/bluetooth_classic.h b/cpp/platform/public/bluetooth_classic.h index 62a2ec12..37283771 100644 --- a/cpp/platform/public/bluetooth_classic.h +++ b/cpp/platform/public/bluetooth_classic.h @@ -18,6 +18,7 @@ #include #include +#include "absl/container/flat_hash_map.h" #include "platform/api/bluetooth_classic.h" #include "platform/api/platform.h" #include "platform/base/byte_array.h" @@ -29,7 +30,6 @@ #include "platform/public/bluetooth_adapter.h" #include "platform/public/logging.h" #include "platform/public/mutex.h" -#include "absl/container/flat_hash_map.h" namespace location { namespace nearby { diff --git a/cpp/platform/public/bluetooth_classic_test.cc b/cpp/platform/public/bluetooth_classic_test.cc index 2f852052..ea219ca5 100644 --- a/cpp/platform/public/bluetooth_classic_test.cc +++ b/cpp/platform/public/bluetooth_classic_test.cc @@ -16,14 +16,14 @@ #include +#include "gmock/gmock.h" +#include "gtest/gtest.h" +#include "absl/time/time.h" #include "platform/base/medium_environment.h" #include "platform/public/bluetooth_adapter.h" #include "platform/public/count_down_latch.h" #include "platform/public/logging.h" #include "platform/public/single_thread_executor.h" -#include "gmock/gmock.h" -#include "gtest/gtest.h" -#include "absl/time/time.h" namespace location { namespace nearby { diff --git a/cpp/platform/public/cancelable_alarm.h b/cpp/platform/public/cancelable_alarm.h index e78187b4..73e3cf30 100644 --- a/cpp/platform/public/cancelable_alarm.h +++ b/cpp/platform/public/cancelable_alarm.h @@ -41,9 +41,7 @@ class CancelableAlarm { : name_(name), cancelable_(scheduled_executor->Schedule(std::move(runnable), delay)) {} ~CancelableAlarm() = default; - CancelableAlarm(CancelableAlarm&& other) { - *this = std::move(other); - } + CancelableAlarm(CancelableAlarm&& other) { *this = std::move(other); } CancelableAlarm& operator=(CancelableAlarm&& other) { MutexLock lock(&mutex_); { @@ -59,9 +57,7 @@ class CancelableAlarm { return cancelable_.Cancel(); } - bool IsValid() { - return cancelable_.IsValid(); - } + bool IsValid() { return cancelable_.IsValid(); } private: Mutex mutex_; diff --git a/cpp/platform/public/cancelable_alarm_test.cc b/cpp/platform/public/cancelable_alarm_test.cc index 7cb934c9..4aebe310 100644 --- a/cpp/platform/public/cancelable_alarm_test.cc +++ b/cpp/platform/public/cancelable_alarm_test.cc @@ -14,11 +14,11 @@ #include "platform/public/cancelable_alarm.h" -#include "platform/public/atomic_boolean.h" -#include "platform/public/scheduled_executor.h" #include "gmock/gmock.h" #include "gtest/gtest.h" #include "absl/time/time.h" +#include "platform/public/atomic_boolean.h" +#include "platform/public/scheduled_executor.h" namespace location { namespace nearby { diff --git a/cpp/platform/public/condition_variable_test.cc b/cpp/platform/public/condition_variable_test.cc index f00605f6..1c0f5c16 100644 --- a/cpp/platform/public/condition_variable_test.cc +++ b/cpp/platform/public/condition_variable_test.cc @@ -14,13 +14,13 @@ #include "platform/public/condition_variable.h" +#include "gmock/gmock.h" +#include "gtest/gtest.h" +#include "absl/time/time.h" #include "platform/public/logging.h" #include "platform/public/mutex.h" #include "platform/public/single_thread_executor.h" #include "platform/public/system_clock.h" -#include "gmock/gmock.h" -#include "gtest/gtest.h" -#include "absl/time/time.h" namespace location { namespace nearby { diff --git a/cpp/platform/public/count_down_latch.h b/cpp/platform/public/count_down_latch.h index 09bda5a8..a86fd13e 100644 --- a/cpp/platform/public/count_down_latch.h +++ b/cpp/platform/public/count_down_latch.h @@ -17,10 +17,10 @@ #include +#include "absl/time/time.h" #include "platform/api/count_down_latch.h" #include "platform/api/platform.h" #include "platform/base/exception.h" -#include "absl/time/time.h" namespace location { namespace nearby { diff --git a/cpp/platform/public/count_down_latch_test.cc b/cpp/platform/public/count_down_latch_test.cc index 1485070d..c516dc0b 100644 --- a/cpp/platform/public/count_down_latch_test.cc +++ b/cpp/platform/public/count_down_latch_test.cc @@ -14,8 +14,8 @@ #include "platform/public/count_down_latch.h" -#include "platform/public/single_thread_executor.h" #include "gtest/gtest.h" +#include "platform/public/single_thread_executor.h" namespace location { namespace nearby { diff --git a/cpp/platform/public/crypto_test.cc b/cpp/platform/public/crypto_test.cc index dc707c81..72a4fb03 100644 --- a/cpp/platform/public/crypto_test.cc +++ b/cpp/platform/public/crypto_test.cc @@ -14,9 +14,9 @@ #include "platform/public/crypto.h" -#include "platform/base/byte_array.h" #include "gmock/gmock.h" #include "gtest/gtest.h" +#include "platform/base/byte_array.h" namespace location { namespace nearby { diff --git a/cpp/platform/public/future.h b/cpp/platform/public/future.h index a7215015..78c950a6 100644 --- a/cpp/platform/public/future.h +++ b/cpp/platform/public/future.h @@ -34,9 +34,7 @@ class Future final { void AddListener(Runnable runnable, api::Executor* executor) { impl_->AddListener(std::move(runnable), executor); } - bool IsSet() const { - return impl_->IsSet(); - } + bool IsSet() const { return impl_->IsSet(); } private: // Instance of future implementation is wrapped in shared_ptr<> to make diff --git a/cpp/platform/public/future_test.cc b/cpp/platform/public/future_test.cc index 3fd443a6..c996a393 100644 --- a/cpp/platform/public/future_test.cc +++ b/cpp/platform/public/future_test.cc @@ -14,10 +14,10 @@ #include "platform/public/future.h" -#include "platform/public/single_thread_executor.h" #include "gtest/gtest.h" #include "absl/time/clock.h" #include "absl/time/time.h" +#include "platform/public/single_thread_executor.h" namespace location { namespace nearby { @@ -102,7 +102,7 @@ TEST(FutureTest, GetBlocksWhenNotReady) { Future future; SingleThreadExecutor executor; absl::Time start = absl::Now(); - executor.Execute([&future](){ + executor.Execute([&future]() { absl::SleepFor(absl::Milliseconds(500)); future.Set(10); }); diff --git a/cpp/platform/public/monitored_runnable.h b/cpp/platform/public/monitored_runnable.h index b7630b62..adc765f8 100644 --- a/cpp/platform/public/monitored_runnable.h +++ b/cpp/platform/public/monitored_runnable.h @@ -17,9 +17,9 @@ #include +#include "absl/time/time.h" #include "platform/base/runnable.h" #include "platform/public/system_clock.h" -#include "absl/time/time.h" namespace location { namespace nearby { diff --git a/cpp/platform/public/multi_thread_executor.h b/cpp/platform/public/multi_thread_executor.h index 6d7ba093..46aa837f 100644 --- a/cpp/platform/public/multi_thread_executor.h +++ b/cpp/platform/public/multi_thread_executor.h @@ -15,9 +15,9 @@ #ifndef PLATFORM_PUBLIC_MULTI_THREAD_EXECUTOR_H_ #define PLATFORM_PUBLIC_MULTI_THREAD_EXECUTOR_H_ +#include "absl/base/thread_annotations.h" #include "platform/api/platform.h" #include "platform/public/submittable_executor.h" -#include "absl/base/thread_annotations.h" namespace location { namespace nearby { diff --git a/cpp/platform/public/multi_thread_executor_test.cc b/cpp/platform/public/multi_thread_executor_test.cc index 5a405d4e..fe1be8ff 100644 --- a/cpp/platform/public/multi_thread_executor_test.cc +++ b/cpp/platform/public/multi_thread_executor_test.cc @@ -17,11 +17,11 @@ #include #include -#include "platform/base/exception.h" #include "gtest/gtest.h" #include "absl/synchronization/mutex.h" #include "absl/time/clock.h" #include "absl/time/time.h" +#include "platform/base/exception.h" namespace location { namespace nearby { diff --git a/cpp/platform/public/mutex.h b/cpp/platform/public/mutex.h index f2368830..ac19b5f7 100644 --- a/cpp/platform/public/mutex.h +++ b/cpp/platform/public/mutex.h @@ -17,9 +17,9 @@ #include +#include "absl/base/thread_annotations.h" #include "platform/api/mutex.h" #include "platform/api/platform.h" -#include "absl/base/thread_annotations.h" namespace location { namespace nearby { diff --git a/cpp/platform/public/mutex_lock.h b/cpp/platform/public/mutex_lock.h index b5457a16..4bf48bdc 100644 --- a/cpp/platform/public/mutex_lock.h +++ b/cpp/platform/public/mutex_lock.h @@ -15,9 +15,9 @@ #ifndef PLATFORM_PUBLIC_MUTEX_LOCK_H_ #define PLATFORM_PUBLIC_MUTEX_LOCK_H_ +#include "absl/base/thread_annotations.h" #include "platform/api/mutex.h" #include "platform/public/mutex.h" -#include "absl/base/thread_annotations.h" namespace location { namespace nearby { diff --git a/cpp/platform/public/mutex_test.cc b/cpp/platform/public/mutex_test.cc index 00c129be..ac1bb790 100644 --- a/cpp/platform/public/mutex_test.cc +++ b/cpp/platform/public/mutex_test.cc @@ -14,12 +14,12 @@ #include "platform/public/mutex.h" -#include "platform/public/condition_variable.h" -#include "platform/public/single_thread_executor.h" #include "gtest/gtest.h" #include "absl/synchronization/mutex.h" #include "absl/time/clock.h" #include "absl/time/time.h" +#include "platform/public/condition_variable.h" +#include "platform/public/single_thread_executor.h" namespace location { namespace nearby { diff --git a/cpp/platform/public/pending_job_registry.cc b/cpp/platform/public/pending_job_registry.cc index e4858e4f..577c7b52 100644 --- a/cpp/platform/public/pending_job_registry.cc +++ b/cpp/platform/public/pending_job_registry.cc @@ -64,8 +64,7 @@ void PendingJobRegistry::RemoveRunningJob(const std::string& name, void PendingJobRegistry::ListJobs() { auto current_time = SystemClock::ElapsedRealtime(); MutexLock lock(&mutex_); - if (current_time - list_jobs_time_ < kMinReportInterval) - return; + if (current_time - list_jobs_time_ < kMinReportInterval) return; for (auto& job : pending_jobs_) { auto age = current_time - job.second; if (age >= kReportPendingJobsOlderThan) { diff --git a/cpp/platform/public/pending_job_registry.h b/cpp/platform/public/pending_job_registry.h index 8b251cb7..4a7d5b65 100644 --- a/cpp/platform/public/pending_job_registry.h +++ b/cpp/platform/public/pending_job_registry.h @@ -15,9 +15,9 @@ #ifndef PLATFORM_PUBLIC_PENDING_JOB_REGISTRY_H_ #define PLATFORM_PUBLIC_PENDING_JOB_REGISTRY_H_ -#include "platform/public/mutex.h" #include "absl/base/thread_annotations.h" #include "absl/time/time.h" +#include "platform/public/mutex.h" namespace location { namespace nearby { diff --git a/cpp/platform/public/pipe_test.cc b/cpp/platform/public/pipe_test.cc index 652e9098..402140ee 100644 --- a/cpp/platform/public/pipe_test.cc +++ b/cpp/platform/public/pipe_test.cc @@ -20,9 +20,9 @@ #include #include +#include "gtest/gtest.h" #include "platform/base/prng.h" #include "platform/base/runnable.h" -#include "gtest/gtest.h" namespace location { namespace nearby { diff --git a/cpp/platform/public/scheduled_executor.h b/cpp/platform/public/scheduled_executor.h index 26dc2553..dfc0cdd9 100644 --- a/cpp/platform/public/scheduled_executor.h +++ b/cpp/platform/public/scheduled_executor.h @@ -19,6 +19,8 @@ #include #include +#include "absl/base/thread_annotations.h" +#include "absl/time/time.h" #include "platform/api/platform.h" #include "platform/api/scheduled_executor.h" #include "platform/base/runnable.h" @@ -30,8 +32,6 @@ #include "platform/public/mutex_lock.h" #include "platform/public/thread_check_callable.h" #include "platform/public/thread_check_runnable.h" -#include "absl/base/thread_annotations.h" -#include "absl/time/time.h" namespace location { namespace nearby { diff --git a/cpp/platform/public/scheduled_executor_test.cc b/cpp/platform/public/scheduled_executor_test.cc index 96e120ad..ecfadd03 100644 --- a/cpp/platform/public/scheduled_executor_test.cc +++ b/cpp/platform/public/scheduled_executor_test.cc @@ -17,12 +17,12 @@ #include #include -#include "platform/base/exception.h" -#include "platform/public/count_down_latch.h" #include "gtest/gtest.h" #include "absl/synchronization/mutex.h" #include "absl/time/clock.h" #include "absl/time/time.h" +#include "platform/base/exception.h" +#include "platform/public/count_down_latch.h" namespace location { namespace nearby { diff --git a/cpp/platform/public/single_thread_executor.h b/cpp/platform/public/single_thread_executor.h index 015e5c58..ed6b0424 100644 --- a/cpp/platform/public/single_thread_executor.h +++ b/cpp/platform/public/single_thread_executor.h @@ -15,8 +15,8 @@ #ifndef PLATFORM_PUBLIC_SINGLE_THREAD_EXECUTOR_H_ #define PLATFORM_PUBLIC_SINGLE_THREAD_EXECUTOR_H_ -#include "platform/public/submittable_executor.h" #include "absl/base/thread_annotations.h" +#include "platform/public/submittable_executor.h" namespace location { namespace nearby { diff --git a/cpp/platform/public/single_thread_executor_test.cc b/cpp/platform/public/single_thread_executor_test.cc index e2059ede..f610578f 100644 --- a/cpp/platform/public/single_thread_executor_test.cc +++ b/cpp/platform/public/single_thread_executor_test.cc @@ -18,10 +18,10 @@ #include #include -#include "platform/base/exception.h" #include "gtest/gtest.h" #include "absl/synchronization/mutex.h" #include "absl/time/clock.h" +#include "platform/base/exception.h" namespace location { namespace nearby { diff --git a/cpp/platform/public/submittable_executor.h b/cpp/platform/public/submittable_executor.h index 8e4e0731..99485d1b 100644 --- a/cpp/platform/public/submittable_executor.h +++ b/cpp/platform/public/submittable_executor.h @@ -20,6 +20,7 @@ #include #include +#include "absl/base/thread_annotations.h" #include "platform/api/executor.h" #include "platform/api/submittable_executor.h" #include "platform/base/callable.h" @@ -31,7 +32,6 @@ #include "platform/public/mutex_lock.h" #include "platform/public/thread_check_callable.h" #include "platform/public/thread_check_runnable.h" -#include "absl/base/thread_annotations.h" namespace location { namespace nearby { diff --git a/cpp/platform/public/thread_check_callable.h b/cpp/platform/public/thread_check_callable.h index cf324b1f..bf43ee84 100644 --- a/cpp/platform/public/thread_check_callable.h +++ b/cpp/platform/public/thread_check_callable.h @@ -15,9 +15,9 @@ #ifndef PLATFORM_PUBLIC_THREAD_CHECK_CALLABLE_H_ #define PLATFORM_PUBLIC_THREAD_CHECK_CALLABLE_H_ +#include "absl/base/thread_annotations.h" #include "platform/base/callable.h" #include "platform/public/lockable.h" -#include "absl/base/thread_annotations.h" namespace location { namespace nearby { diff --git a/cpp/platform/public/thread_check_nocompile.cc b/cpp/platform/public/thread_check_nocompile.cc index f7cae738..bf215ba7 100644 --- a/cpp/platform/public/thread_check_nocompile.cc +++ b/cpp/platform/public/thread_check_nocompile.cc @@ -12,9 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. +#include "absl/time/time.h" #include "platform/public/scheduled_executor.h" #include "platform/public/single_thread_executor.h" -#include "absl/time/time.h" // Snippets of invalid code that should trigger an error during thread // safety analysis at compile time. diff --git a/cpp/platform/public/thread_check_runnable.h b/cpp/platform/public/thread_check_runnable.h index 7abf6f78..3cce9ce1 100644 --- a/cpp/platform/public/thread_check_runnable.h +++ b/cpp/platform/public/thread_check_runnable.h @@ -17,9 +17,9 @@ #include +#include "absl/base/thread_annotations.h" #include "platform/base/runnable.h" #include "platform/public/lockable.h" -#include "absl/base/thread_annotations.h" namespace location { namespace nearby { diff --git a/cpp/platform/public/wifi_lan.cc b/cpp/platform/public/wifi_lan.cc index 44de59e6..f6610b81 100644 --- a/cpp/platform/public/wifi_lan.cc +++ b/cpp/platform/public/wifi_lan.cc @@ -149,7 +149,7 @@ WifiLanSocket WifiLanMedium::Connect(WifiLanService& wifi_lan_service, } WifiLanService WifiLanMedium::GetRemoteService(const std::string& ip_address, - int port) { + int port) { return WifiLanService(impl_->GetRemoteService(ip_address, port)); } diff --git a/cpp/platform/public/wifi_lan.h b/cpp/platform/public/wifi_lan.h index fbcca37a..b07803d3 100644 --- a/cpp/platform/public/wifi_lan.h +++ b/cpp/platform/public/wifi_lan.h @@ -15,6 +15,7 @@ #ifndef PLATFORM_PUBLIC_WIFI_LAN_H_ #define PLATFORM_PUBLIC_WIFI_LAN_H_ +#include "absl/container/flat_hash_map.h" #include "platform/api/platform.h" #include "platform/api/wifi_lan.h" #include "platform/base/byte_array.h" @@ -23,7 +24,6 @@ #include "platform/base/nsd_service_info.h" #include "platform/base/output_stream.h" #include "platform/public/mutex.h" -#include "absl/container/flat_hash_map.h" namespace location { namespace nearby { diff --git a/cpp/platform/public/wifi_lan_test.cc b/cpp/platform/public/wifi_lan_test.cc index 17985109..59671318 100644 --- a/cpp/platform/public/wifi_lan_test.cc +++ b/cpp/platform/public/wifi_lan_test.cc @@ -16,12 +16,12 @@ #include -#include "platform/base/medium_environment.h" -#include "platform/public/count_down_latch.h" -#include "platform/public/logging.h" #include "gmock/gmock.h" #include "gtest/gtest.h" #include "absl/strings/string_view.h" +#include "platform/base/medium_environment.h" +#include "platform/public/count_down_latch.h" +#include "platform/public/logging.h" namespace location { namespace nearby { diff --git a/third_party/absl b/third_party/absl deleted file mode 160000 index 62f05b1f..00000000 --- a/third_party/absl +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 62f05b1f57ad660e9c09e02ce7d591dcc4d0ca08 diff --git a/third_party/depot_tools b/third_party/depot_tools deleted file mode 160000 index e521cd14..00000000 --- a/third_party/depot_tools +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e521cd14da4a02274de5099543f0b30350e41be3 diff --git a/third_party/gtest b/third_party/gtest deleted file mode 160000 index 61f010d7..00000000 --- a/third_party/gtest +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 61f010d703b32de9bfb20ab90ece38ab2f25977f diff --git a/third_party/protobuf b/third_party/protobuf deleted file mode 160000 index c6493970..00000000 --- a/third_party/protobuf +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c6493970296fa5c5b4a81a37248a328579fe9662 diff --git a/third_party/smhasher b/third_party/smhasher deleted file mode 160000 index 61a0530f..00000000 --- a/third_party/smhasher +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 61a0530f28277f2e850bfc39600ce61d02b518de diff --git a/third_party/ukey2 b/third_party/ukey2 deleted file mode 160000 index 4550c848..00000000 --- a/third_party/ukey2 +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 4550c84830286c24f8c189cbd54edbbd986a2dd1