From 81f56602431c907fd8436efa5d9e066f0271cce8 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Thu, 21 Mar 2019 13:48:07 -0500 Subject: [PATCH] URL Cleanup This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener). # Fixed URLs ## Fixed Success These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended. * [ ] http://www.apache.org/licenses/ with 1 occurrences migrated to: https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200). * [ ] http://www.apache.org/licenses/LICENSE-2.0 with 295 occurrences migrated to: https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200). --- LICENSE | 4 ++-- .../batch/src/main/java/com/manning/siia/batch/Account.java | 2 +- .../com/manning/siia/batch/ExecutionsToMailTransformer.java | 2 +- .../java/com/manning/siia/batch/FileMessageToJobRequest.java | 2 +- .../main/java/com/manning/siia/batch/JobExecutionsRouter.java | 2 +- .../src/main/java/com/manning/siia/batch/JobRestart.java | 2 +- .../src/main/java/com/manning/siia/batch/Notification.java | 2 +- .../batch/src/main/java/com/manning/siia/batch/Payment.java | 2 +- .../java/com/manning/siia/batch/PaymentChunkListener.java | 2 +- .../java/com/manning/siia/batch/PaymentFieldSetMapper.java | 2 +- .../src/main/java/com/manning/siia/batch/PaymentWriter.java | 2 +- .../main/java/com/manning/siia/batch/StubJavaMailSender.java | 2 +- .../batch/src/test/java/com/manning/siia/batch/BatchTest.java | 2 +- siia-examples/batch/src/test/resources/batch-config.xml | 2 +- siia-examples/batch/src/test/resources/dbinit.sql | 2 +- siia-examples/batch/src/test/resources/si-config.xml | 2 +- .../business/src/main/java/siia/business/Airport.java | 2 +- siia-examples/business/src/main/java/siia/business/Crew.java | 2 +- .../src/main/java/siia/business/EmailHeaderEnricher.java | 2 +- .../business/src/main/java/siia/business/Equipment.java | 2 +- .../business/src/main/java/siia/business/Flight.java | 2 +- .../main/java/siia/business/FlightDelayEmailGenerator.java | 2 +- .../src/main/java/siia/business/FlightDelayEvent.java | 2 +- .../src/main/java/siia/business/FlightEventTransformer.java | 2 +- .../business/src/main/java/siia/business/FlightScheduler.java | 2 +- .../business/src/main/java/siia/business/FlightStatus.java | 2 +- .../src/main/java/siia/business/FlightStatusEvent.java | 2 +- .../java/siia/business/FlightStatusNotificationPublisher.java | 2 +- .../src/main/java/siia/business/FlightStatusService.java | 2 +- .../src/main/java/siia/business/FrequentFlyerService.java | 2 +- .../src/main/java/siia/business/NotificationDemo.java | 2 +- .../business/src/main/java/siia/business/Passenger.java | 2 +- .../src/main/java/siia/business/PassengerProfileEnricher.java | 2 +- .../business/src/main/java/siia/business/Profile.java | 2 +- siia-examples/business/src/main/java/siia/business/Seat.java | 2 +- .../main/java/siia/business/SimpleFlightStatusService.java | 2 +- siia-examples/business/src/main/resources/chain.xml | 2 +- siia-examples/business/src/main/resources/flightStatus.xml | 2 +- .../business/src/main/resources/notificationPublisher.xml | 2 +- .../business/src/test/java/siia/business/ChainTests.java | 2 +- .../src/test/java/siia/business/EmailHeaderEnricherTests.java | 2 +- .../siia/business/ExpressionBasedHeaderEnricherTests.java | 2 +- .../siia/business/FlightDelayTransformerIntegrationTests.java | 2 +- .../test/java/siia/business/FlightStatusPublisherTests.java | 2 +- .../test/java/siia/business/PassengerProfileEnricherTest.java | 2 +- .../src/test/java/siia/business/StubFlightScheduler.java | 2 +- .../src/test/java/siia/business/StubFrequentFlyerService.java | 2 +- .../business/src/test/java/siia/business/StubMailSender.java | 2 +- .../siia/business/EmailHeaderEnricherTests-context.xml | 2 +- .../business/ExpressionBasedHeaderEnricherTests-context.xml | 2 +- .../FlightDelayTransformerIntegrationTests-context.xml | 2 +- .../siia/business/FlightStatusPublisherTests-context.xml | 2 +- .../src/main/java/com/manning/siia/pipeline/AssembledCar.java | 2 +- .../src/main/java/com/manning/siia/pipeline/AssemblyLine.java | 2 +- .../src/main/java/com/manning/siia/pipeline/Counter.java | 2 +- .../src/main/java/com/manning/siia/pipeline/FinishedCar.java | 2 +- .../src/main/java/com/manning/siia/pipeline/PaintShop.java | 2 +- .../src/main/java/com/manning/siia/pipeline/PieceKit.java | 2 +- .../src/main/java/com/manning/siia/pipeline/SupplyInput.java | 2 +- .../concurrency/src/main/resources/paint-shop-concurrent.xml | 2 +- siia-examples/concurrency/src/main/resources/paint-shop.xml | 2 +- .../com/manning/siia/pipeline/PaintShopConcurrentTests.java | 2 +- .../java/com/manning/siia/pipeline/PaintShopDirectTests.java | 2 +- .../src/test/java/siia/concurrency/AdvancedPollerTests.java | 2 +- .../src/test/java/siia/concurrency/CronPollerTests.java | 2 +- .../java/siia/concurrency/PollerDefaultAndCustomTest.java | 2 +- .../src/test/java/siia/concurrency/StubComparator.java | 2 +- .../src/test/java/siia/concurrency/StubFilter.java | 2 +- .../src/test/java/siia/concurrency/StubService.java | 2 +- .../siia/concurrency/AdvancedPollerTests-context.xml | 2 +- .../resources/siia/concurrency/CronPollerTests-context.xml | 2 +- .../siia/concurrency/PollerDefaultAndCustomTest-context.xml | 2 +- .../domain/src/main/java/siia/booking/domain/Command.java | 2 +- .../src/main/java/siia/booking/domain/FinancialAmount.java | 2 +- .../domain/src/main/java/siia/booking/domain/Location.java | 2 +- .../java/siia/booking/domain/binding/JodaDateTimeAdapter.java | 2 +- .../booking/domain/cancellation/CancellationConfirmation.java | 2 +- .../siia/booking/domain/cancellation/CancellationRequest.java | 2 +- .../booking/domain/cancellation/CancellationsService.java | 2 +- .../booking/domain/cancellation/StubCancellationsService.java | 2 +- .../src/main/java/siia/booking/domain/car/CarCriteria.java | 2 +- .../src/main/java/siia/booking/domain/car/CarRental.java | 2 +- .../main/java/siia/booking/domain/car/CarRentalBooking.java | 2 +- .../src/main/java/siia/booking/domain/car/CarRentalQuote.java | 2 +- .../domain/src/main/java/siia/booking/domain/car/CarType.java | 2 +- .../src/main/java/siia/booking/domain/flight/Flight.java | 2 +- .../main/java/siia/booking/domain/flight/FlightBooking.java | 2 +- .../main/java/siia/booking/domain/flight/FlightCriteria.java | 2 +- .../src/main/java/siia/booking/domain/flight/FlightQuote.java | 2 +- .../main/java/siia/booking/domain/flight/FlightSchedule.java | 2 +- .../main/java/siia/booking/domain/flight/FlightSeatClass.java | 2 +- .../domain/src/main/java/siia/booking/domain/hotel/Hotel.java | 2 +- .../src/main/java/siia/booking/domain/hotel/HotelBooking.java | 2 +- .../main/java/siia/booking/domain/hotel/HotelCriteria.java | 2 +- .../src/main/java/siia/booking/domain/hotel/HotelQuote.java | 2 +- .../src/main/java/siia/booking/domain/hotel/RoomType.java | 2 +- .../siia/booking/domain/notifications/FlightNotification.java | 2 +- .../java/siia/booking/domain/notifications/Notifiable.java | 2 +- .../main/java/siia/booking/domain/notifications/Priority.java | 2 +- .../java/siia/booking/domain/notifications/SmsNotifiable.java | 2 +- .../siia/booking/domain/notifications/TripNotification.java | 2 +- .../java/siia/booking/domain/payment/CreditCardPayment.java | 2 +- .../main/java/siia/booking/domain/payment/CreditCardType.java | 2 +- .../src/main/java/siia/booking/domain/payment/Invoice.java | 2 +- .../main/java/siia/booking/domain/payment/PaymentManager.java | 2 +- .../java/siia/booking/domain/payment/PaymentSettlement.java | 2 +- .../main/java/siia/booking/domain/payment/PaypalPayment.java | 2 +- .../src/main/java/siia/booking/domain/trip/BookedLeg.java | 2 +- .../src/main/java/siia/booking/domain/trip/BookedTrip.java | 2 +- .../main/java/siia/booking/domain/trip/CreateTripCommand.java | 2 +- .../domain/src/main/java/siia/booking/domain/trip/Leg.java | 2 +- .../main/java/siia/booking/domain/trip/LegQuoteCommand.java | 2 +- .../domain/src/main/java/siia/booking/domain/trip/Trip.java | 2 +- .../main/java/siia/booking/domain/trip/TripQuoteRequest.java | 2 +- .../main/java/siia/booking/domain/trip/TripRepository.java | 2 +- .../domain/src/main/java/siia/booking/domain/user/User.java | 2 +- .../java/siia/booking/domain/trip/LegMarshallingTest.java | 2 +- .../siia/booking/domain/trip/LegQuoteMarshallingTest.java | 2 +- .../integration/cancellation/CancellationRequestFilter.java | 2 +- .../integration/cancellation/CancellationsGateway.java | 2 +- .../notifications/FlightToTripNotificationsSplitter.java | 2 +- .../integration/notifications/NotificationsRouter.java | 2 +- .../integration/notifications/RelatedTripsHeaderEnricher.java | 2 +- .../booking/integration/purchases/LegQuoteAggregator.java | 2 +- .../booking/integration/routing/PaymentSettlementRouter.java | 2 +- .../integration/src/main/resources/bookings.xml | 2 +- .../integration/src/main/resources/cancellations.xml | 2 +- .../src/main/resources/cancellationsWithException.xml | 2 +- .../src/main/resources/cancellationsWithNotification.xml | 2 +- .../src/main/resources/flight-notifications-spel.xml | 2 +- .../integration/src/main/resources/flight-notifications.xml | 2 +- .../integration/src/main/resources/leg-quote.xml | 2 +- .../integration/src/main/resources/payment-routing.xml | 2 +- .../src/main/resources/routing-service-activator.xml | 2 +- .../integration/src/main/resources/trip-commands.xml | 2 +- .../integration/src/main/resources/weather-endpoint.xml | 2 +- .../integration/src/main/resources/xsd/flightQuote.xsd | 2 +- .../src/main/resources/xsl/enrichCriteriaWithLeg.xsl | 2 +- .../java/siia/booking/integration/BookingHeaderTests.java | 2 +- .../test/java/siia/booking/integration/CancellationsTest.java | 2 +- .../booking/integration/CancellationsWithExceptionTest.java | 2 +- .../integration/CancellationsWithNotificationTest.java | 2 +- .../siia/booking/integration/FlightNotificationsSpelTest.java | 2 +- .../siia/booking/integration/FlightNotificationsTest.java | 2 +- .../siia/booking/integration/LegQuoteIntegrationTest.java | 2 +- .../java/siia/booking/integration/PaymentRoutingTest.java | 2 +- .../test/java/siia/booking/integration/StubMailSender.java | 2 +- .../test/java/siia/booking/integration/TripCommandsTest.java | 2 +- .../src/test/java/siia/booking/integration/WeatherTest.java | 2 +- .../notifications/FlightToTripNotificationsSplitterTest.java | 2 +- .../src/test/resources/TEST-flight-notifications-spel.xml | 2 +- .../src/test/resources/TEST-flight-notifications.xml | 2 +- .../integration/src/test/resources/TEST-trip-commands.xml | 2 +- .../integration/src/test/resources/log4j.properties | 2 +- .../fundamentals/src/main/java/siia/fundamentals/Booking.java | 2 +- .../src/main/java/siia/fundamentals/BookingDao.java | 2 +- .../main/java/siia/fundamentals/BookingReportingService.java | 2 +- .../src/main/java/siia/fundamentals/BookingService.java | 2 +- .../java/siia/fundamentals/BookingServiceWithInjection.java | 2 +- .../siia/fundamentals/BookingServiceWithStrongCoupling.java | 2 +- .../src/main/java/siia/fundamentals/MealPreference.java | 2 +- .../siia/fundamentals/MealPreferenceRequestTransformer.java | 2 +- .../src/main/java/siia/fundamentals/SimpleBookingDao.java | 2 +- .../src/main/resources/siia/fundamentals/context.xml | 2 +- .../test/java/siia/fundamentals/RunBookingServiceTest.java | 2 +- .../src/main/java/siia/helloworld/channel/HelloService.java | 2 +- .../main/java/siia/helloworld/channel/HelloWorldExample.java | 2 +- .../src/main/java/siia/helloworld/channel/MyHelloService.java | 2 +- .../src/main/java/siia/helloworld/gateway/HelloService.java | 2 +- .../main/java/siia/helloworld/gateway/HelloWorldExample.java | 2 +- .../src/main/java/siia/helloworld/gateway/MyHelloService.java | 2 +- .../src/main/resources/siia/helloworld/channel/context.xml | 2 +- .../src/main/resources/siia/helloworld/gateway/context.xml | 2 +- .../src/main/java/com/manning/siia/kitchen/Cook.java | 2 +- .../src/main/java/com/manning/siia/kitchen/Cupboard.java | 2 +- .../java/com/manning/siia/kitchen/ShoppingListWriter.java | 2 +- .../src/main/java/com/manning/siia/kitchen/domain/Amount.java | 2 +- .../java/com/manning/siia/kitchen/domain/AmountConverter.java | 2 +- .../main/java/com/manning/siia/kitchen/domain/Grocery.java | 2 +- .../main/java/com/manning/siia/kitchen/domain/GroceryBag.java | 2 +- .../main/java/com/manning/siia/kitchen/domain/Ingredient.java | 2 +- .../src/main/java/com/manning/siia/kitchen/domain/Meal.java | 2 +- .../src/main/java/com/manning/siia/kitchen/domain/Meat.java | 2 +- .../main/java/com/manning/siia/kitchen/domain/Product.java | 2 +- .../src/main/java/com/manning/siia/kitchen/domain/Recipe.java | 2 +- .../java/com/manning/siia/kitchen/domain/ShoppingList.java | 2 +- .../main/java/com/manning/siia/kitchen/domain/Vegetable.java | 2 +- .../src/main/java/com/manning/siia/kitchen/shop/Butcher.java | 2 +- .../main/java/com/manning/siia/kitchen/shop/GreenGrocer.java | 2 +- .../main/java/com/manning/siia/kitchen/shop/Supermarket.java | 2 +- .../src/main/resources/create-shoppinglists-flow.xml | 2 +- .../home-cooking/src/main/resources/grocery-unpacker-flow.xml | 2 +- .../home-cooking/src/main/resources/home-dinner-flow.xml | 2 +- .../home-cooking/src/main/resources/kitchen.properties | 2 +- siia-examples/home-cooking/src/main/resources/kitchen.xml | 2 +- siia-examples/home-cooking/src/main/resources/recipebook.xml | 2 +- .../home-cooking/src/main/resources/shopping-flow.xml | 2 +- .../home-cooking/src/main/resources/split-recipe-flow.xml | 2 +- .../src/test/java/com/manning/siia/kitchen/CookTest.java | 2 +- .../com/manning/siia/kitchen/EndToEndIntegrationTest.java | 2 +- .../src/test/java/com/manning/siia/kitchen/KitchenTest.java | 2 +- .../test/java/com/manning/siia/kitchen/RecipeReadingTest.java | 2 +- .../java/com/manning/siia/kitchen/RecipeSplitterTest.java | 2 +- .../src/test/java/com/manning/siia/kitchen/ShoppingTest.java | 2 +- .../java/com/manning/siia/kitchen/TimedPollableChannel.java | 2 +- .../test/java/com/manning/siia/kitchen/domain/DomainTest.java | 2 +- .../test/java/com/manning/siia/kitchen/domain/MealTest.java | 2 +- .../com/manning/siia/kitchen/domain/RecipeObjectMother.java | 2 +- .../test/java/com/manning/siia/kitchen/domain/RecipeTest.java | 2 +- .../home-cooking/src/test/resources/TEST-home-dinner-flow.xml | 2 +- .../home-cooking/src/test/resources/TEST-recipe-reader.xml | 2 +- .../home-cooking/src/test/resources/TEST-recipeSplitter.xml | 2 +- .../home-cooking/src/test/resources/TEST-shopping.xml | 2 +- .../home-cooking/src/test/resources/log4j.properties | 2 +- .../jms/src/main/java/siia/jms/ChannelAdapterDemo.java | 2 +- siia-examples/jms/src/main/java/siia/jms/DirectJmsDemo.java | 2 +- siia-examples/jms/src/main/java/siia/jms/Exclaimer.java | 2 +- siia-examples/jms/src/main/java/siia/jms/GatewayDemo.java | 2 +- siia-examples/jms/src/main/java/siia/jms/Greeter.java | 2 +- siia-examples/jms/src/main/java/siia/jms/JmsTemplateDemo.java | 2 +- .../jms/src/main/java/siia/jms/MessageDrivenPojoDemo.java | 2 +- .../src/main/java/siia/jms/MessageListenerContainerDemo.java | 2 +- .../jms/src/main/resources/siia/jms/channel-adapters.xml | 2 +- siia-examples/jms/src/main/resources/siia/jms/gateways.xml | 2 +- .../jms/src/main/resources/siia/jms/message-driven-pojo.xml | 2 +- .../src/main/java/siia/channels/AuditRecord.java | 2 +- .../src/main/java/siia/channels/AuditService.java | 2 +- .../src/main/java/siia/channels/BillForBookingService.java | 2 +- .../src/main/java/siia/channels/Booking.java | 2 +- .../src/main/java/siia/channels/ChannelAuditor.java | 2 +- .../src/main/java/siia/channels/ChargedBooking.java | 2 +- .../main/java/siia/channels/CustomerPriorityComparator.java | 2 +- .../messages-channels/src/main/java/siia/channels/Email.java | 2 +- .../messages-channels/src/main/java/siia/channels/Seat.java | 2 +- .../src/main/java/siia/channels/SeatAvailabilityService.java | 2 +- .../src/main/java/siia/channels/SeatConfirmation.java | 2 +- .../main/java/siia/channels/StubEmailConfirmationService.java | 2 +- .../src/main/resources/channels-all-direct.xml | 2 +- .../messages-channels/src/main/resources/channels-bridge.xml | 2 +- .../src/main/resources/channels-buffered.xml | 2 +- .../src/main/resources/channels-interceptor.xml | 2 +- .../src/main/resources/channels-priority.xml | 2 +- .../src/main/resources/channels-selector.xml | 2 +- .../src/test/java/siia/channels/AllChannelsDirectTest.java | 2 +- .../src/test/java/siia/channels/ChannelInterceptorTest.java | 2 +- .../src/test/java/siia/channels/ChannelSelectorTest.java | 2 +- .../src/test/java/siia/channels/ChannelsBridgeTest.java | 2 +- .../src/test/java/siia/channels/ChannelsBufferedTest.java | 2 +- .../src/test/java/siia/channels/ChannelsPriorityTest.java | 2 +- .../main/java/siia/monitoring/controlbus/ControlBusDemo.java | 2 +- .../src/main/java/siia/monitoring/controlbus/FilePoller.java | 2 +- .../java/siia/monitoring/controlbus/GroovyControlBusDemo.java | 2 +- .../main/java/siia/monitoring/controlbus/NumberHolder.java | 2 +- .../src/main/java/siia/monitoring/history/HistoryDemo1.java | 2 +- .../src/main/java/siia/monitoring/history/HistoryDemo2.java | 2 +- .../monitoring/src/main/java/siia/monitoring/jmx/JmxDemo.java | 2 +- .../src/main/java/siia/monitoring/wiretap/Debit.java | 2 +- .../src/main/java/siia/monitoring/wiretap/DebitService.java | 2 +- .../src/main/java/siia/monitoring/wiretap/WireTapDemo.java | 2 +- .../src/main/resources/siia/monitoring/controlbus/context.xml | 2 +- .../resources/siia/monitoring/controlbus/groovy-context.xml | 2 +- .../src/main/resources/siia/monitoring/history/context1.xml | 2 +- .../src/main/resources/siia/monitoring/history/context2.xml | 2 +- .../src/main/resources/siia/monitoring/jmx/context.xml | 2 +- .../src/main/resources/siia/monitoring/wiretap/context.xml | 2 +- .../com/manning/siia/trip/diary/ChangeFileNameGenerator.java | 2 +- .../main/java/com/manning/siia/trip/diary/EditableText.java | 2 +- .../manning/siia/trip/diary/RefuseWrittenByThisProcess.java | 2 +- .../src/main/java/com/manning/siia/trip/diary/TextChange.java | 2 +- .../main/java/com/manning/siia/trip/diary/TextChanges.java | 2 +- .../trip-diary/src/main/resources/diary-file-exchanger.xml | 2 +- .../manning/siia/trip/diary/ChangeFileNameGeneratorTest.java | 2 +- .../java/com/manning/siia/trip/diary/EditableTextTest.java | 2 +- .../com/manning/siia/trip/diary/ExchangerIntegrationTest.java | 2 +- .../siia/trip/diary/ExchangerIntegrationTest-context.xml | 2 +- siia-examples/trip-diary/src/test/resources/diary.properties | 2 +- siia-examples/trip-diary/src/test/resources/log4j.properties | 2 +- .../twitter/src/main/java/siia/twitter/SearchAnalysis.java | 2 +- .../src/main/java/siia/twitter/SearchResultAnalzyer.java | 2 +- .../twitter/src/main/java/siia/twitter/SearchToLog.java | 2 +- .../twitter/src/main/java/siia/twitter/TimelineToLog.java | 2 +- .../twitter/src/main/resources/siia/twitter/oauth.properties | 2 +- .../src/main/resources/siia/twitter/search-analysis.xml | 2 +- .../twitter/src/main/resources/siia/twitter/search-to-log.xml | 2 +- .../src/main/resources/siia/twitter/timeline-to-log.xml | 2 +- .../webapp/src/main/java/com/manning/siia/OkResponse.java | 2 +- .../main/java/com/manning/siia/TripQuoteRequestProcessor.java | 2 +- .../webapp/src/main/resources/trips-applicationContext.xml | 2 +- .../webapp/src/main/webapp/WEB-INF/applicationContext.xml | 2 +- .../webapp/src/main/webapp/WEB-INF/http-ws-servlet.xml | 2 +- siia-examples/webapp/src/main/webapp/WEB-INF/log4j.properties | 2 +- .../webapp/src/main/webapp/WEB-INF/soap-ws-servlet.xml | 2 +- siia-examples/webapp/src/main/webapp/WEB-INF/web.xml | 2 +- .../test/java/com/manning/siia/soap/SoapTripTestClient.java | 2 +- .../com/manning/siia/soap/soap-client-applicationContext.xml | 2 +- 295 files changed, 296 insertions(+), 296 deletions(-) diff --git a/LICENSE b/LICENSE index 29f81d8..b481109 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ Apache License Version 2.0, January 2004 - http://www.apache.org/licenses/ + https://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -192,7 +192,7 @@ you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/batch/src/main/java/com/manning/siia/batch/Account.java b/siia-examples/batch/src/main/java/com/manning/siia/batch/Account.java index 189d863..68dd650 100644 --- a/siia-examples/batch/src/main/java/com/manning/siia/batch/Account.java +++ b/siia-examples/batch/src/main/java/com/manning/siia/batch/Account.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/batch/src/main/java/com/manning/siia/batch/ExecutionsToMailTransformer.java b/siia-examples/batch/src/main/java/com/manning/siia/batch/ExecutionsToMailTransformer.java index a4e1158..90b6a35 100644 --- a/siia-examples/batch/src/main/java/com/manning/siia/batch/ExecutionsToMailTransformer.java +++ b/siia-examples/batch/src/main/java/com/manning/siia/batch/ExecutionsToMailTransformer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/batch/src/main/java/com/manning/siia/batch/FileMessageToJobRequest.java b/siia-examples/batch/src/main/java/com/manning/siia/batch/FileMessageToJobRequest.java index e3edb02..16c8b31 100644 --- a/siia-examples/batch/src/main/java/com/manning/siia/batch/FileMessageToJobRequest.java +++ b/siia-examples/batch/src/main/java/com/manning/siia/batch/FileMessageToJobRequest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/batch/src/main/java/com/manning/siia/batch/JobExecutionsRouter.java b/siia-examples/batch/src/main/java/com/manning/siia/batch/JobExecutionsRouter.java index 19b65da..49d9aea 100644 --- a/siia-examples/batch/src/main/java/com/manning/siia/batch/JobExecutionsRouter.java +++ b/siia-examples/batch/src/main/java/com/manning/siia/batch/JobExecutionsRouter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/batch/src/main/java/com/manning/siia/batch/JobRestart.java b/siia-examples/batch/src/main/java/com/manning/siia/batch/JobRestart.java index 283b557..797ce21 100644 --- a/siia-examples/batch/src/main/java/com/manning/siia/batch/JobRestart.java +++ b/siia-examples/batch/src/main/java/com/manning/siia/batch/JobRestart.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/batch/src/main/java/com/manning/siia/batch/Notification.java b/siia-examples/batch/src/main/java/com/manning/siia/batch/Notification.java index 130a6d4..f32a063 100644 --- a/siia-examples/batch/src/main/java/com/manning/siia/batch/Notification.java +++ b/siia-examples/batch/src/main/java/com/manning/siia/batch/Notification.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/batch/src/main/java/com/manning/siia/batch/Payment.java b/siia-examples/batch/src/main/java/com/manning/siia/batch/Payment.java index 75b052b..a0cb28b 100644 --- a/siia-examples/batch/src/main/java/com/manning/siia/batch/Payment.java +++ b/siia-examples/batch/src/main/java/com/manning/siia/batch/Payment.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/batch/src/main/java/com/manning/siia/batch/PaymentChunkListener.java b/siia-examples/batch/src/main/java/com/manning/siia/batch/PaymentChunkListener.java index 4b741f0..1da3aed 100644 --- a/siia-examples/batch/src/main/java/com/manning/siia/batch/PaymentChunkListener.java +++ b/siia-examples/batch/src/main/java/com/manning/siia/batch/PaymentChunkListener.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/batch/src/main/java/com/manning/siia/batch/PaymentFieldSetMapper.java b/siia-examples/batch/src/main/java/com/manning/siia/batch/PaymentFieldSetMapper.java index 71245ef..ea7ce6f 100644 --- a/siia-examples/batch/src/main/java/com/manning/siia/batch/PaymentFieldSetMapper.java +++ b/siia-examples/batch/src/main/java/com/manning/siia/batch/PaymentFieldSetMapper.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/batch/src/main/java/com/manning/siia/batch/PaymentWriter.java b/siia-examples/batch/src/main/java/com/manning/siia/batch/PaymentWriter.java index c3a804b..f1679ac 100644 --- a/siia-examples/batch/src/main/java/com/manning/siia/batch/PaymentWriter.java +++ b/siia-examples/batch/src/main/java/com/manning/siia/batch/PaymentWriter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/batch/src/main/java/com/manning/siia/batch/StubJavaMailSender.java b/siia-examples/batch/src/main/java/com/manning/siia/batch/StubJavaMailSender.java index d1b192f..cc822bf 100644 --- a/siia-examples/batch/src/main/java/com/manning/siia/batch/StubJavaMailSender.java +++ b/siia-examples/batch/src/main/java/com/manning/siia/batch/StubJavaMailSender.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/batch/src/test/java/com/manning/siia/batch/BatchTest.java b/siia-examples/batch/src/test/java/com/manning/siia/batch/BatchTest.java index 38d51ce..0570e5a 100644 --- a/siia-examples/batch/src/test/java/com/manning/siia/batch/BatchTest.java +++ b/siia-examples/batch/src/test/java/com/manning/siia/batch/BatchTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/batch/src/test/resources/batch-config.xml b/siia-examples/batch/src/test/resources/batch-config.xml index 8407c9c..65e98af 100644 --- a/siia-examples/batch/src/test/resources/batch-config.xml +++ b/siia-examples/batch/src/test/resources/batch-config.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/batch/src/test/resources/dbinit.sql b/siia-examples/batch/src/test/resources/dbinit.sql index 89032dc..99dff0e 100644 --- a/siia-examples/batch/src/test/resources/dbinit.sql +++ b/siia-examples/batch/src/test/resources/dbinit.sql @@ -5,7 +5,7 @@ -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at -- --- http://www.apache.org/licenses/LICENSE-2.0 +-- https://www.apache.org/licenses/LICENSE-2.0 -- -- Unless required by applicable law or agreed to in writing, software -- distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/batch/src/test/resources/si-config.xml b/siia-examples/batch/src/test/resources/si-config.xml index 8b9a12f..a015836 100644 --- a/siia-examples/batch/src/test/resources/si-config.xml +++ b/siia-examples/batch/src/test/resources/si-config.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/business/src/main/java/siia/business/Airport.java b/siia-examples/business/src/main/java/siia/business/Airport.java index fa3c620..8b36a0f 100644 --- a/siia-examples/business/src/main/java/siia/business/Airport.java +++ b/siia-examples/business/src/main/java/siia/business/Airport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/business/src/main/java/siia/business/Crew.java b/siia-examples/business/src/main/java/siia/business/Crew.java index cd9373b..8b329d0 100644 --- a/siia-examples/business/src/main/java/siia/business/Crew.java +++ b/siia-examples/business/src/main/java/siia/business/Crew.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/business/src/main/java/siia/business/EmailHeaderEnricher.java b/siia-examples/business/src/main/java/siia/business/EmailHeaderEnricher.java index 6c9e0dc..ceade3f 100644 --- a/siia-examples/business/src/main/java/siia/business/EmailHeaderEnricher.java +++ b/siia-examples/business/src/main/java/siia/business/EmailHeaderEnricher.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/business/src/main/java/siia/business/Equipment.java b/siia-examples/business/src/main/java/siia/business/Equipment.java index 6541ae0..fee0645 100644 --- a/siia-examples/business/src/main/java/siia/business/Equipment.java +++ b/siia-examples/business/src/main/java/siia/business/Equipment.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/business/src/main/java/siia/business/Flight.java b/siia-examples/business/src/main/java/siia/business/Flight.java index 728f768..a99e273 100644 --- a/siia-examples/business/src/main/java/siia/business/Flight.java +++ b/siia-examples/business/src/main/java/siia/business/Flight.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/business/src/main/java/siia/business/FlightDelayEmailGenerator.java b/siia-examples/business/src/main/java/siia/business/FlightDelayEmailGenerator.java index 8518de5..e2f1af6 100644 --- a/siia-examples/business/src/main/java/siia/business/FlightDelayEmailGenerator.java +++ b/siia-examples/business/src/main/java/siia/business/FlightDelayEmailGenerator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/business/src/main/java/siia/business/FlightDelayEvent.java b/siia-examples/business/src/main/java/siia/business/FlightDelayEvent.java index e83e400..c5df5fe 100644 --- a/siia-examples/business/src/main/java/siia/business/FlightDelayEvent.java +++ b/siia-examples/business/src/main/java/siia/business/FlightDelayEvent.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/business/src/main/java/siia/business/FlightEventTransformer.java b/siia-examples/business/src/main/java/siia/business/FlightEventTransformer.java index 957bceb..12271e7 100644 --- a/siia-examples/business/src/main/java/siia/business/FlightEventTransformer.java +++ b/siia-examples/business/src/main/java/siia/business/FlightEventTransformer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/business/src/main/java/siia/business/FlightScheduler.java b/siia-examples/business/src/main/java/siia/business/FlightScheduler.java index d2eb136..20529ac 100644 --- a/siia-examples/business/src/main/java/siia/business/FlightScheduler.java +++ b/siia-examples/business/src/main/java/siia/business/FlightScheduler.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/business/src/main/java/siia/business/FlightStatus.java b/siia-examples/business/src/main/java/siia/business/FlightStatus.java index 006f047..d5762bf 100644 --- a/siia-examples/business/src/main/java/siia/business/FlightStatus.java +++ b/siia-examples/business/src/main/java/siia/business/FlightStatus.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/business/src/main/java/siia/business/FlightStatusEvent.java b/siia-examples/business/src/main/java/siia/business/FlightStatusEvent.java index 597febb..216d0de 100644 --- a/siia-examples/business/src/main/java/siia/business/FlightStatusEvent.java +++ b/siia-examples/business/src/main/java/siia/business/FlightStatusEvent.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/business/src/main/java/siia/business/FlightStatusNotificationPublisher.java b/siia-examples/business/src/main/java/siia/business/FlightStatusNotificationPublisher.java index b369ec0..31d187b 100644 --- a/siia-examples/business/src/main/java/siia/business/FlightStatusNotificationPublisher.java +++ b/siia-examples/business/src/main/java/siia/business/FlightStatusNotificationPublisher.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/business/src/main/java/siia/business/FlightStatusService.java b/siia-examples/business/src/main/java/siia/business/FlightStatusService.java index 170e6d9..196025c 100644 --- a/siia-examples/business/src/main/java/siia/business/FlightStatusService.java +++ b/siia-examples/business/src/main/java/siia/business/FlightStatusService.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/business/src/main/java/siia/business/FrequentFlyerService.java b/siia-examples/business/src/main/java/siia/business/FrequentFlyerService.java index 62ad93f..a6cbf11 100644 --- a/siia-examples/business/src/main/java/siia/business/FrequentFlyerService.java +++ b/siia-examples/business/src/main/java/siia/business/FrequentFlyerService.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/business/src/main/java/siia/business/NotificationDemo.java b/siia-examples/business/src/main/java/siia/business/NotificationDemo.java index 8f9cfea..7217b81 100644 --- a/siia-examples/business/src/main/java/siia/business/NotificationDemo.java +++ b/siia-examples/business/src/main/java/siia/business/NotificationDemo.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/business/src/main/java/siia/business/Passenger.java b/siia-examples/business/src/main/java/siia/business/Passenger.java index abd969b..f2adde1 100644 --- a/siia-examples/business/src/main/java/siia/business/Passenger.java +++ b/siia-examples/business/src/main/java/siia/business/Passenger.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/business/src/main/java/siia/business/PassengerProfileEnricher.java b/siia-examples/business/src/main/java/siia/business/PassengerProfileEnricher.java index e889778..02c1fd9 100644 --- a/siia-examples/business/src/main/java/siia/business/PassengerProfileEnricher.java +++ b/siia-examples/business/src/main/java/siia/business/PassengerProfileEnricher.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/business/src/main/java/siia/business/Profile.java b/siia-examples/business/src/main/java/siia/business/Profile.java index 63a334e..432d1a4 100644 --- a/siia-examples/business/src/main/java/siia/business/Profile.java +++ b/siia-examples/business/src/main/java/siia/business/Profile.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/business/src/main/java/siia/business/Seat.java b/siia-examples/business/src/main/java/siia/business/Seat.java index 9246b75..bb8bbaa 100644 --- a/siia-examples/business/src/main/java/siia/business/Seat.java +++ b/siia-examples/business/src/main/java/siia/business/Seat.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/business/src/main/java/siia/business/SimpleFlightStatusService.java b/siia-examples/business/src/main/java/siia/business/SimpleFlightStatusService.java index 256f471..3025f59 100644 --- a/siia-examples/business/src/main/java/siia/business/SimpleFlightStatusService.java +++ b/siia-examples/business/src/main/java/siia/business/SimpleFlightStatusService.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/business/src/main/resources/chain.xml b/siia-examples/business/src/main/resources/chain.xml index fef0d49..44b857d 100644 --- a/siia-examples/business/src/main/resources/chain.xml +++ b/siia-examples/business/src/main/resources/chain.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/business/src/main/resources/flightStatus.xml b/siia-examples/business/src/main/resources/flightStatus.xml index ecef0f6..77ee305 100644 --- a/siia-examples/business/src/main/resources/flightStatus.xml +++ b/siia-examples/business/src/main/resources/flightStatus.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/business/src/main/resources/notificationPublisher.xml b/siia-examples/business/src/main/resources/notificationPublisher.xml index a2035a1..5ab1b89 100644 --- a/siia-examples/business/src/main/resources/notificationPublisher.xml +++ b/siia-examples/business/src/main/resources/notificationPublisher.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/business/src/test/java/siia/business/ChainTests.java b/siia-examples/business/src/test/java/siia/business/ChainTests.java index 15f01cb..08a3ab5 100644 --- a/siia-examples/business/src/test/java/siia/business/ChainTests.java +++ b/siia-examples/business/src/test/java/siia/business/ChainTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/business/src/test/java/siia/business/EmailHeaderEnricherTests.java b/siia-examples/business/src/test/java/siia/business/EmailHeaderEnricherTests.java index 1f71b48..e7a27a7 100644 --- a/siia-examples/business/src/test/java/siia/business/EmailHeaderEnricherTests.java +++ b/siia-examples/business/src/test/java/siia/business/EmailHeaderEnricherTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/business/src/test/java/siia/business/ExpressionBasedHeaderEnricherTests.java b/siia-examples/business/src/test/java/siia/business/ExpressionBasedHeaderEnricherTests.java index 5c037de..ee73686 100644 --- a/siia-examples/business/src/test/java/siia/business/ExpressionBasedHeaderEnricherTests.java +++ b/siia-examples/business/src/test/java/siia/business/ExpressionBasedHeaderEnricherTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/business/src/test/java/siia/business/FlightDelayTransformerIntegrationTests.java b/siia-examples/business/src/test/java/siia/business/FlightDelayTransformerIntegrationTests.java index 3384fd8..75cdee2 100644 --- a/siia-examples/business/src/test/java/siia/business/FlightDelayTransformerIntegrationTests.java +++ b/siia-examples/business/src/test/java/siia/business/FlightDelayTransformerIntegrationTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/business/src/test/java/siia/business/FlightStatusPublisherTests.java b/siia-examples/business/src/test/java/siia/business/FlightStatusPublisherTests.java index a7dad6d..b103586 100644 --- a/siia-examples/business/src/test/java/siia/business/FlightStatusPublisherTests.java +++ b/siia-examples/business/src/test/java/siia/business/FlightStatusPublisherTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/business/src/test/java/siia/business/PassengerProfileEnricherTest.java b/siia-examples/business/src/test/java/siia/business/PassengerProfileEnricherTest.java index c92bdd7..9f5a343 100644 --- a/siia-examples/business/src/test/java/siia/business/PassengerProfileEnricherTest.java +++ b/siia-examples/business/src/test/java/siia/business/PassengerProfileEnricherTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/business/src/test/java/siia/business/StubFlightScheduler.java b/siia-examples/business/src/test/java/siia/business/StubFlightScheduler.java index 9c2e572..3d53fc3 100644 --- a/siia-examples/business/src/test/java/siia/business/StubFlightScheduler.java +++ b/siia-examples/business/src/test/java/siia/business/StubFlightScheduler.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/business/src/test/java/siia/business/StubFrequentFlyerService.java b/siia-examples/business/src/test/java/siia/business/StubFrequentFlyerService.java index b7c01f4..54b5556 100644 --- a/siia-examples/business/src/test/java/siia/business/StubFrequentFlyerService.java +++ b/siia-examples/business/src/test/java/siia/business/StubFrequentFlyerService.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/business/src/test/java/siia/business/StubMailSender.java b/siia-examples/business/src/test/java/siia/business/StubMailSender.java index 7a9b134..86e0687 100644 --- a/siia-examples/business/src/test/java/siia/business/StubMailSender.java +++ b/siia-examples/business/src/test/java/siia/business/StubMailSender.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/business/src/test/resources/siia/business/EmailHeaderEnricherTests-context.xml b/siia-examples/business/src/test/resources/siia/business/EmailHeaderEnricherTests-context.xml index 80a9c8d..f54809f 100644 --- a/siia-examples/business/src/test/resources/siia/business/EmailHeaderEnricherTests-context.xml +++ b/siia-examples/business/src/test/resources/siia/business/EmailHeaderEnricherTests-context.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/business/src/test/resources/siia/business/ExpressionBasedHeaderEnricherTests-context.xml b/siia-examples/business/src/test/resources/siia/business/ExpressionBasedHeaderEnricherTests-context.xml index 9fd5a54..25c76d9 100644 --- a/siia-examples/business/src/test/resources/siia/business/ExpressionBasedHeaderEnricherTests-context.xml +++ b/siia-examples/business/src/test/resources/siia/business/ExpressionBasedHeaderEnricherTests-context.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/business/src/test/resources/siia/business/FlightDelayTransformerIntegrationTests-context.xml b/siia-examples/business/src/test/resources/siia/business/FlightDelayTransformerIntegrationTests-context.xml index ee5418b..d8efa1d 100644 --- a/siia-examples/business/src/test/resources/siia/business/FlightDelayTransformerIntegrationTests-context.xml +++ b/siia-examples/business/src/test/resources/siia/business/FlightDelayTransformerIntegrationTests-context.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/business/src/test/resources/siia/business/FlightStatusPublisherTests-context.xml b/siia-examples/business/src/test/resources/siia/business/FlightStatusPublisherTests-context.xml index 4b61bbd..8465144 100644 --- a/siia-examples/business/src/test/resources/siia/business/FlightStatusPublisherTests-context.xml +++ b/siia-examples/business/src/test/resources/siia/business/FlightStatusPublisherTests-context.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/concurrency/src/main/java/com/manning/siia/pipeline/AssembledCar.java b/siia-examples/concurrency/src/main/java/com/manning/siia/pipeline/AssembledCar.java index 0c769bb..931d71a 100644 --- a/siia-examples/concurrency/src/main/java/com/manning/siia/pipeline/AssembledCar.java +++ b/siia-examples/concurrency/src/main/java/com/manning/siia/pipeline/AssembledCar.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/concurrency/src/main/java/com/manning/siia/pipeline/AssemblyLine.java b/siia-examples/concurrency/src/main/java/com/manning/siia/pipeline/AssemblyLine.java index 68d5caa..0fae21f 100644 --- a/siia-examples/concurrency/src/main/java/com/manning/siia/pipeline/AssemblyLine.java +++ b/siia-examples/concurrency/src/main/java/com/manning/siia/pipeline/AssemblyLine.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/concurrency/src/main/java/com/manning/siia/pipeline/Counter.java b/siia-examples/concurrency/src/main/java/com/manning/siia/pipeline/Counter.java index 35f2b29..1089b13 100644 --- a/siia-examples/concurrency/src/main/java/com/manning/siia/pipeline/Counter.java +++ b/siia-examples/concurrency/src/main/java/com/manning/siia/pipeline/Counter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/concurrency/src/main/java/com/manning/siia/pipeline/FinishedCar.java b/siia-examples/concurrency/src/main/java/com/manning/siia/pipeline/FinishedCar.java index 9afc6ad..0363060 100644 --- a/siia-examples/concurrency/src/main/java/com/manning/siia/pipeline/FinishedCar.java +++ b/siia-examples/concurrency/src/main/java/com/manning/siia/pipeline/FinishedCar.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/concurrency/src/main/java/com/manning/siia/pipeline/PaintShop.java b/siia-examples/concurrency/src/main/java/com/manning/siia/pipeline/PaintShop.java index c484318..181253e 100644 --- a/siia-examples/concurrency/src/main/java/com/manning/siia/pipeline/PaintShop.java +++ b/siia-examples/concurrency/src/main/java/com/manning/siia/pipeline/PaintShop.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/concurrency/src/main/java/com/manning/siia/pipeline/PieceKit.java b/siia-examples/concurrency/src/main/java/com/manning/siia/pipeline/PieceKit.java index a417031..5f18dfc 100644 --- a/siia-examples/concurrency/src/main/java/com/manning/siia/pipeline/PieceKit.java +++ b/siia-examples/concurrency/src/main/java/com/manning/siia/pipeline/PieceKit.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/concurrency/src/main/java/com/manning/siia/pipeline/SupplyInput.java b/siia-examples/concurrency/src/main/java/com/manning/siia/pipeline/SupplyInput.java index c486457..e85d80f 100644 --- a/siia-examples/concurrency/src/main/java/com/manning/siia/pipeline/SupplyInput.java +++ b/siia-examples/concurrency/src/main/java/com/manning/siia/pipeline/SupplyInput.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/concurrency/src/main/resources/paint-shop-concurrent.xml b/siia-examples/concurrency/src/main/resources/paint-shop-concurrent.xml index b65adf3..246b590 100644 --- a/siia-examples/concurrency/src/main/resources/paint-shop-concurrent.xml +++ b/siia-examples/concurrency/src/main/resources/paint-shop-concurrent.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/concurrency/src/main/resources/paint-shop.xml b/siia-examples/concurrency/src/main/resources/paint-shop.xml index 5495a19..c77ab9f 100644 --- a/siia-examples/concurrency/src/main/resources/paint-shop.xml +++ b/siia-examples/concurrency/src/main/resources/paint-shop.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/concurrency/src/test/java/com/manning/siia/pipeline/PaintShopConcurrentTests.java b/siia-examples/concurrency/src/test/java/com/manning/siia/pipeline/PaintShopConcurrentTests.java index ead8816..0a08ec4 100644 --- a/siia-examples/concurrency/src/test/java/com/manning/siia/pipeline/PaintShopConcurrentTests.java +++ b/siia-examples/concurrency/src/test/java/com/manning/siia/pipeline/PaintShopConcurrentTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/concurrency/src/test/java/com/manning/siia/pipeline/PaintShopDirectTests.java b/siia-examples/concurrency/src/test/java/com/manning/siia/pipeline/PaintShopDirectTests.java index 597228e..be7343e 100644 --- a/siia-examples/concurrency/src/test/java/com/manning/siia/pipeline/PaintShopDirectTests.java +++ b/siia-examples/concurrency/src/test/java/com/manning/siia/pipeline/PaintShopDirectTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/concurrency/src/test/java/siia/concurrency/AdvancedPollerTests.java b/siia-examples/concurrency/src/test/java/siia/concurrency/AdvancedPollerTests.java index a439ed7..4f77298 100644 --- a/siia-examples/concurrency/src/test/java/siia/concurrency/AdvancedPollerTests.java +++ b/siia-examples/concurrency/src/test/java/siia/concurrency/AdvancedPollerTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/concurrency/src/test/java/siia/concurrency/CronPollerTests.java b/siia-examples/concurrency/src/test/java/siia/concurrency/CronPollerTests.java index 4a31ae0..9a48574 100644 --- a/siia-examples/concurrency/src/test/java/siia/concurrency/CronPollerTests.java +++ b/siia-examples/concurrency/src/test/java/siia/concurrency/CronPollerTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/concurrency/src/test/java/siia/concurrency/PollerDefaultAndCustomTest.java b/siia-examples/concurrency/src/test/java/siia/concurrency/PollerDefaultAndCustomTest.java index f09615b..36cb319 100644 --- a/siia-examples/concurrency/src/test/java/siia/concurrency/PollerDefaultAndCustomTest.java +++ b/siia-examples/concurrency/src/test/java/siia/concurrency/PollerDefaultAndCustomTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/concurrency/src/test/java/siia/concurrency/StubComparator.java b/siia-examples/concurrency/src/test/java/siia/concurrency/StubComparator.java index e25cdfe..6bd03d7 100644 --- a/siia-examples/concurrency/src/test/java/siia/concurrency/StubComparator.java +++ b/siia-examples/concurrency/src/test/java/siia/concurrency/StubComparator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/concurrency/src/test/java/siia/concurrency/StubFilter.java b/siia-examples/concurrency/src/test/java/siia/concurrency/StubFilter.java index 65c8d9c..047d2be 100644 --- a/siia-examples/concurrency/src/test/java/siia/concurrency/StubFilter.java +++ b/siia-examples/concurrency/src/test/java/siia/concurrency/StubFilter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/concurrency/src/test/java/siia/concurrency/StubService.java b/siia-examples/concurrency/src/test/java/siia/concurrency/StubService.java index 11dc51a..905eebf 100644 --- a/siia-examples/concurrency/src/test/java/siia/concurrency/StubService.java +++ b/siia-examples/concurrency/src/test/java/siia/concurrency/StubService.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/concurrency/src/test/resources/siia/concurrency/AdvancedPollerTests-context.xml b/siia-examples/concurrency/src/test/resources/siia/concurrency/AdvancedPollerTests-context.xml index 543bc08..4d9c841 100644 --- a/siia-examples/concurrency/src/test/resources/siia/concurrency/AdvancedPollerTests-context.xml +++ b/siia-examples/concurrency/src/test/resources/siia/concurrency/AdvancedPollerTests-context.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/concurrency/src/test/resources/siia/concurrency/CronPollerTests-context.xml b/siia-examples/concurrency/src/test/resources/siia/concurrency/CronPollerTests-context.xml index 8cd3582..ee0434d 100644 --- a/siia-examples/concurrency/src/test/resources/siia/concurrency/CronPollerTests-context.xml +++ b/siia-examples/concurrency/src/test/resources/siia/concurrency/CronPollerTests-context.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/concurrency/src/test/resources/siia/concurrency/PollerDefaultAndCustomTest-context.xml b/siia-examples/concurrency/src/test/resources/siia/concurrency/PollerDefaultAndCustomTest-context.xml index fff2ab8..3d11423 100644 --- a/siia-examples/concurrency/src/test/resources/siia/concurrency/PollerDefaultAndCustomTest-context.xml +++ b/siia-examples/concurrency/src/test/resources/siia/concurrency/PollerDefaultAndCustomTest-context.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/Command.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/Command.java index 8447e08..4c70544 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/Command.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/Command.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/FinancialAmount.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/FinancialAmount.java index a1ade7e..85aaea8 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/FinancialAmount.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/FinancialAmount.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/Location.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/Location.java index 16edfcb..0896d74 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/Location.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/Location.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/binding/JodaDateTimeAdapter.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/binding/JodaDateTimeAdapter.java index 5dff4eb..3784cf8 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/binding/JodaDateTimeAdapter.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/binding/JodaDateTimeAdapter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/cancellation/CancellationConfirmation.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/cancellation/CancellationConfirmation.java index 1f15d34..7855158 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/cancellation/CancellationConfirmation.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/cancellation/CancellationConfirmation.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/cancellation/CancellationRequest.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/cancellation/CancellationRequest.java index 9abc614..7203047 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/cancellation/CancellationRequest.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/cancellation/CancellationRequest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/cancellation/CancellationsService.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/cancellation/CancellationsService.java index a359b96..13e1236 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/cancellation/CancellationsService.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/cancellation/CancellationsService.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/cancellation/StubCancellationsService.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/cancellation/StubCancellationsService.java index 451e0fc..20e20bb 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/cancellation/StubCancellationsService.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/cancellation/StubCancellationsService.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/car/CarCriteria.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/car/CarCriteria.java index 647489e..71651c1 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/car/CarCriteria.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/car/CarCriteria.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/car/CarRental.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/car/CarRental.java index 7365565..e575745 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/car/CarRental.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/car/CarRental.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/car/CarRentalBooking.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/car/CarRentalBooking.java index 824d04c..70861fd 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/car/CarRentalBooking.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/car/CarRentalBooking.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/car/CarRentalQuote.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/car/CarRentalQuote.java index 3a52a88..ecf23a3 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/car/CarRentalQuote.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/car/CarRentalQuote.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/car/CarType.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/car/CarType.java index b2d107f..802b99d 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/car/CarType.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/car/CarType.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/flight/Flight.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/flight/Flight.java index 35cfe93..0901b99 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/flight/Flight.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/flight/Flight.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/flight/FlightBooking.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/flight/FlightBooking.java index 6133b88..c533da7 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/flight/FlightBooking.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/flight/FlightBooking.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/flight/FlightCriteria.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/flight/FlightCriteria.java index 4f8b4c8..1f00c05 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/flight/FlightCriteria.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/flight/FlightCriteria.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/flight/FlightQuote.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/flight/FlightQuote.java index c5459b1..c7e175d 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/flight/FlightQuote.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/flight/FlightQuote.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/flight/FlightSchedule.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/flight/FlightSchedule.java index 3743994..c02a8c9 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/flight/FlightSchedule.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/flight/FlightSchedule.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/flight/FlightSeatClass.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/flight/FlightSeatClass.java index 6fe3759..db58e24 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/flight/FlightSeatClass.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/flight/FlightSeatClass.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/hotel/Hotel.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/hotel/Hotel.java index 0d6e324..bc86473 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/hotel/Hotel.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/hotel/Hotel.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/hotel/HotelBooking.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/hotel/HotelBooking.java index 77cac6e..685c9d5 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/hotel/HotelBooking.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/hotel/HotelBooking.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/hotel/HotelCriteria.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/hotel/HotelCriteria.java index 84fb926..b3860a4 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/hotel/HotelCriteria.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/hotel/HotelCriteria.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/hotel/HotelQuote.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/hotel/HotelQuote.java index 5491149..8ffb818 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/hotel/HotelQuote.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/hotel/HotelQuote.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/hotel/RoomType.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/hotel/RoomType.java index 74c899d..0563e43 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/hotel/RoomType.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/hotel/RoomType.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/notifications/FlightNotification.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/notifications/FlightNotification.java index 3fb2fa4..05e281c 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/notifications/FlightNotification.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/notifications/FlightNotification.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/notifications/Notifiable.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/notifications/Notifiable.java index 1e9f6f3..86440de 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/notifications/Notifiable.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/notifications/Notifiable.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/notifications/Priority.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/notifications/Priority.java index 90ad6a7..7f58481 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/notifications/Priority.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/notifications/Priority.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/notifications/SmsNotifiable.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/notifications/SmsNotifiable.java index 30d3dc3..efd8cfb 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/notifications/SmsNotifiable.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/notifications/SmsNotifiable.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/notifications/TripNotification.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/notifications/TripNotification.java index 24448a8..482590c 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/notifications/TripNotification.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/notifications/TripNotification.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/payment/CreditCardPayment.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/payment/CreditCardPayment.java index 7d93463..6ee2ded 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/payment/CreditCardPayment.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/payment/CreditCardPayment.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/payment/CreditCardType.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/payment/CreditCardType.java index 783a7a9..09d6723 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/payment/CreditCardType.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/payment/CreditCardType.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/payment/Invoice.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/payment/Invoice.java index 6a80885..12160e1 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/payment/Invoice.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/payment/Invoice.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/payment/PaymentManager.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/payment/PaymentManager.java index 9a73a74..2fb71b2 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/payment/PaymentManager.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/payment/PaymentManager.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/payment/PaymentSettlement.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/payment/PaymentSettlement.java index 86f80a6..741bee2 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/payment/PaymentSettlement.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/payment/PaymentSettlement.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/payment/PaypalPayment.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/payment/PaypalPayment.java index 0129cea..c7f41f4 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/payment/PaypalPayment.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/payment/PaypalPayment.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/trip/BookedLeg.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/trip/BookedLeg.java index a506c9b..832f2db 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/trip/BookedLeg.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/trip/BookedLeg.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/trip/BookedTrip.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/trip/BookedTrip.java index 1834666..69e0dab 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/trip/BookedTrip.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/trip/BookedTrip.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/trip/CreateTripCommand.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/trip/CreateTripCommand.java index e86f8fa..07a3b47 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/trip/CreateTripCommand.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/trip/CreateTripCommand.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/trip/Leg.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/trip/Leg.java index d4b80e2..ff75d17 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/trip/Leg.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/trip/Leg.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/trip/LegQuoteCommand.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/trip/LegQuoteCommand.java index b333054..388da16 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/trip/LegQuoteCommand.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/trip/LegQuoteCommand.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/trip/Trip.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/trip/Trip.java index 3b84052..b2da6c9 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/trip/Trip.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/trip/Trip.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/trip/TripQuoteRequest.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/trip/TripQuoteRequest.java index ec2faa4..fb3e1e9 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/trip/TripQuoteRequest.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/trip/TripQuoteRequest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/trip/TripRepository.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/trip/TripRepository.java index 0e99c73..a6ce107 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/trip/TripRepository.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/trip/TripRepository.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/user/User.java b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/user/User.java index a7c4cbd..a196580 100644 --- a/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/user/User.java +++ b/siia-examples/flight-booking/domain/src/main/java/siia/booking/domain/user/User.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/test/java/siia/booking/domain/trip/LegMarshallingTest.java b/siia-examples/flight-booking/domain/src/test/java/siia/booking/domain/trip/LegMarshallingTest.java index 545f227..761cca3 100644 --- a/siia-examples/flight-booking/domain/src/test/java/siia/booking/domain/trip/LegMarshallingTest.java +++ b/siia-examples/flight-booking/domain/src/test/java/siia/booking/domain/trip/LegMarshallingTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/domain/src/test/java/siia/booking/domain/trip/LegQuoteMarshallingTest.java b/siia-examples/flight-booking/domain/src/test/java/siia/booking/domain/trip/LegQuoteMarshallingTest.java index e94633a..c37bf6a 100644 --- a/siia-examples/flight-booking/domain/src/test/java/siia/booking/domain/trip/LegQuoteMarshallingTest.java +++ b/siia-examples/flight-booking/domain/src/test/java/siia/booking/domain/trip/LegQuoteMarshallingTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/integration/src/main/java/siia/booking/integration/cancellation/CancellationRequestFilter.java b/siia-examples/flight-booking/integration/src/main/java/siia/booking/integration/cancellation/CancellationRequestFilter.java index 37c188a..7e1893c 100644 --- a/siia-examples/flight-booking/integration/src/main/java/siia/booking/integration/cancellation/CancellationRequestFilter.java +++ b/siia-examples/flight-booking/integration/src/main/java/siia/booking/integration/cancellation/CancellationRequestFilter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/integration/src/main/java/siia/booking/integration/cancellation/CancellationsGateway.java b/siia-examples/flight-booking/integration/src/main/java/siia/booking/integration/cancellation/CancellationsGateway.java index fda1a9e..b211ed5 100644 --- a/siia-examples/flight-booking/integration/src/main/java/siia/booking/integration/cancellation/CancellationsGateway.java +++ b/siia-examples/flight-booking/integration/src/main/java/siia/booking/integration/cancellation/CancellationsGateway.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/integration/src/main/java/siia/booking/integration/notifications/FlightToTripNotificationsSplitter.java b/siia-examples/flight-booking/integration/src/main/java/siia/booking/integration/notifications/FlightToTripNotificationsSplitter.java index e1a0e17..765e706 100644 --- a/siia-examples/flight-booking/integration/src/main/java/siia/booking/integration/notifications/FlightToTripNotificationsSplitter.java +++ b/siia-examples/flight-booking/integration/src/main/java/siia/booking/integration/notifications/FlightToTripNotificationsSplitter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/integration/src/main/java/siia/booking/integration/notifications/NotificationsRouter.java b/siia-examples/flight-booking/integration/src/main/java/siia/booking/integration/notifications/NotificationsRouter.java index 2584af7..f0b3089 100644 --- a/siia-examples/flight-booking/integration/src/main/java/siia/booking/integration/notifications/NotificationsRouter.java +++ b/siia-examples/flight-booking/integration/src/main/java/siia/booking/integration/notifications/NotificationsRouter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/integration/src/main/java/siia/booking/integration/notifications/RelatedTripsHeaderEnricher.java b/siia-examples/flight-booking/integration/src/main/java/siia/booking/integration/notifications/RelatedTripsHeaderEnricher.java index fcbd72a..152c6e3 100644 --- a/siia-examples/flight-booking/integration/src/main/java/siia/booking/integration/notifications/RelatedTripsHeaderEnricher.java +++ b/siia-examples/flight-booking/integration/src/main/java/siia/booking/integration/notifications/RelatedTripsHeaderEnricher.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/integration/src/main/java/siia/booking/integration/purchases/LegQuoteAggregator.java b/siia-examples/flight-booking/integration/src/main/java/siia/booking/integration/purchases/LegQuoteAggregator.java index fbd81a9..73ff27c 100644 --- a/siia-examples/flight-booking/integration/src/main/java/siia/booking/integration/purchases/LegQuoteAggregator.java +++ b/siia-examples/flight-booking/integration/src/main/java/siia/booking/integration/purchases/LegQuoteAggregator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/integration/src/main/java/siia/booking/integration/routing/PaymentSettlementRouter.java b/siia-examples/flight-booking/integration/src/main/java/siia/booking/integration/routing/PaymentSettlementRouter.java index 88887df..f21a21f 100644 --- a/siia-examples/flight-booking/integration/src/main/java/siia/booking/integration/routing/PaymentSettlementRouter.java +++ b/siia-examples/flight-booking/integration/src/main/java/siia/booking/integration/routing/PaymentSettlementRouter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/integration/src/main/resources/bookings.xml b/siia-examples/flight-booking/integration/src/main/resources/bookings.xml index 867c9ed..ce4065e 100644 --- a/siia-examples/flight-booking/integration/src/main/resources/bookings.xml +++ b/siia-examples/flight-booking/integration/src/main/resources/bookings.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/integration/src/main/resources/cancellations.xml b/siia-examples/flight-booking/integration/src/main/resources/cancellations.xml index 3a8114c..57493c4 100644 --- a/siia-examples/flight-booking/integration/src/main/resources/cancellations.xml +++ b/siia-examples/flight-booking/integration/src/main/resources/cancellations.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/integration/src/main/resources/cancellationsWithException.xml b/siia-examples/flight-booking/integration/src/main/resources/cancellationsWithException.xml index 7ee99c6..60a90c6 100644 --- a/siia-examples/flight-booking/integration/src/main/resources/cancellationsWithException.xml +++ b/siia-examples/flight-booking/integration/src/main/resources/cancellationsWithException.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/integration/src/main/resources/cancellationsWithNotification.xml b/siia-examples/flight-booking/integration/src/main/resources/cancellationsWithNotification.xml index 8ef8cdd..dc23a40 100644 --- a/siia-examples/flight-booking/integration/src/main/resources/cancellationsWithNotification.xml +++ b/siia-examples/flight-booking/integration/src/main/resources/cancellationsWithNotification.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/integration/src/main/resources/flight-notifications-spel.xml b/siia-examples/flight-booking/integration/src/main/resources/flight-notifications-spel.xml index 97db9d5..36a04a5 100644 --- a/siia-examples/flight-booking/integration/src/main/resources/flight-notifications-spel.xml +++ b/siia-examples/flight-booking/integration/src/main/resources/flight-notifications-spel.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/integration/src/main/resources/flight-notifications.xml b/siia-examples/flight-booking/integration/src/main/resources/flight-notifications.xml index 022fe09..7455e50 100644 --- a/siia-examples/flight-booking/integration/src/main/resources/flight-notifications.xml +++ b/siia-examples/flight-booking/integration/src/main/resources/flight-notifications.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/integration/src/main/resources/leg-quote.xml b/siia-examples/flight-booking/integration/src/main/resources/leg-quote.xml index 1c80474..6e1e49a 100644 --- a/siia-examples/flight-booking/integration/src/main/resources/leg-quote.xml +++ b/siia-examples/flight-booking/integration/src/main/resources/leg-quote.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/integration/src/main/resources/payment-routing.xml b/siia-examples/flight-booking/integration/src/main/resources/payment-routing.xml index cc6a4b6..42dd3f5 100644 --- a/siia-examples/flight-booking/integration/src/main/resources/payment-routing.xml +++ b/siia-examples/flight-booking/integration/src/main/resources/payment-routing.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/integration/src/main/resources/routing-service-activator.xml b/siia-examples/flight-booking/integration/src/main/resources/routing-service-activator.xml index ac5bc5a..99bc4d3 100644 --- a/siia-examples/flight-booking/integration/src/main/resources/routing-service-activator.xml +++ b/siia-examples/flight-booking/integration/src/main/resources/routing-service-activator.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/integration/src/main/resources/trip-commands.xml b/siia-examples/flight-booking/integration/src/main/resources/trip-commands.xml index 820e648..63a61e2 100644 --- a/siia-examples/flight-booking/integration/src/main/resources/trip-commands.xml +++ b/siia-examples/flight-booking/integration/src/main/resources/trip-commands.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/integration/src/main/resources/weather-endpoint.xml b/siia-examples/flight-booking/integration/src/main/resources/weather-endpoint.xml index 1766ced..33f2413 100644 --- a/siia-examples/flight-booking/integration/src/main/resources/weather-endpoint.xml +++ b/siia-examples/flight-booking/integration/src/main/resources/weather-endpoint.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/integration/src/main/resources/xsd/flightQuote.xsd b/siia-examples/flight-booking/integration/src/main/resources/xsd/flightQuote.xsd index 167dcd0..8ba2147 100644 --- a/siia-examples/flight-booking/integration/src/main/resources/xsd/flightQuote.xsd +++ b/siia-examples/flight-booking/integration/src/main/resources/xsd/flightQuote.xsd @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/integration/src/main/resources/xsl/enrichCriteriaWithLeg.xsl b/siia-examples/flight-booking/integration/src/main/resources/xsl/enrichCriteriaWithLeg.xsl index 47f4596..3e7cd26 100644 --- a/siia-examples/flight-booking/integration/src/main/resources/xsl/enrichCriteriaWithLeg.xsl +++ b/siia-examples/flight-booking/integration/src/main/resources/xsl/enrichCriteriaWithLeg.xsl @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/BookingHeaderTests.java b/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/BookingHeaderTests.java index a977b01..01f762d 100644 --- a/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/BookingHeaderTests.java +++ b/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/BookingHeaderTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/CancellationsTest.java b/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/CancellationsTest.java index 6193c6b..0c68ab7 100644 --- a/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/CancellationsTest.java +++ b/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/CancellationsTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/CancellationsWithExceptionTest.java b/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/CancellationsWithExceptionTest.java index d0ac049..14179b1 100644 --- a/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/CancellationsWithExceptionTest.java +++ b/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/CancellationsWithExceptionTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/CancellationsWithNotificationTest.java b/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/CancellationsWithNotificationTest.java index d84b055..153a17f 100644 --- a/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/CancellationsWithNotificationTest.java +++ b/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/CancellationsWithNotificationTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/FlightNotificationsSpelTest.java b/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/FlightNotificationsSpelTest.java index bc9e898..ffde01c 100644 --- a/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/FlightNotificationsSpelTest.java +++ b/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/FlightNotificationsSpelTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/FlightNotificationsTest.java b/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/FlightNotificationsTest.java index ac4773e..c40eb69 100644 --- a/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/FlightNotificationsTest.java +++ b/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/FlightNotificationsTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/LegQuoteIntegrationTest.java b/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/LegQuoteIntegrationTest.java index 677cce1..a52a549 100644 --- a/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/LegQuoteIntegrationTest.java +++ b/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/LegQuoteIntegrationTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/PaymentRoutingTest.java b/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/PaymentRoutingTest.java index fa7383f..14f89ce 100644 --- a/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/PaymentRoutingTest.java +++ b/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/PaymentRoutingTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/StubMailSender.java b/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/StubMailSender.java index 9ed0851..cb39c45 100644 --- a/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/StubMailSender.java +++ b/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/StubMailSender.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/TripCommandsTest.java b/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/TripCommandsTest.java index f7a3f2c..1d283a6 100644 --- a/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/TripCommandsTest.java +++ b/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/TripCommandsTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/WeatherTest.java b/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/WeatherTest.java index 9678b4b..1ec5ecb 100644 --- a/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/WeatherTest.java +++ b/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/WeatherTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/notifications/FlightToTripNotificationsSplitterTest.java b/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/notifications/FlightToTripNotificationsSplitterTest.java index c39f60e..c42a0da 100644 --- a/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/notifications/FlightToTripNotificationsSplitterTest.java +++ b/siia-examples/flight-booking/integration/src/test/java/siia/booking/integration/notifications/FlightToTripNotificationsSplitterTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/integration/src/test/resources/TEST-flight-notifications-spel.xml b/siia-examples/flight-booking/integration/src/test/resources/TEST-flight-notifications-spel.xml index 9ab1ac9..c1e0893 100644 --- a/siia-examples/flight-booking/integration/src/test/resources/TEST-flight-notifications-spel.xml +++ b/siia-examples/flight-booking/integration/src/test/resources/TEST-flight-notifications-spel.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/integration/src/test/resources/TEST-flight-notifications.xml b/siia-examples/flight-booking/integration/src/test/resources/TEST-flight-notifications.xml index 9686f04..f05c5ed 100644 --- a/siia-examples/flight-booking/integration/src/test/resources/TEST-flight-notifications.xml +++ b/siia-examples/flight-booking/integration/src/test/resources/TEST-flight-notifications.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/integration/src/test/resources/TEST-trip-commands.xml b/siia-examples/flight-booking/integration/src/test/resources/TEST-trip-commands.xml index 3b34c21..012b43d 100644 --- a/siia-examples/flight-booking/integration/src/test/resources/TEST-trip-commands.xml +++ b/siia-examples/flight-booking/integration/src/test/resources/TEST-trip-commands.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/flight-booking/integration/src/test/resources/log4j.properties b/siia-examples/flight-booking/integration/src/test/resources/log4j.properties index d49e594..3b445de 100644 --- a/siia-examples/flight-booking/integration/src/test/resources/log4j.properties +++ b/siia-examples/flight-booking/integration/src/test/resources/log4j.properties @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/fundamentals/src/main/java/siia/fundamentals/Booking.java b/siia-examples/fundamentals/src/main/java/siia/fundamentals/Booking.java index 514d11b..05481d3 100644 --- a/siia-examples/fundamentals/src/main/java/siia/fundamentals/Booking.java +++ b/siia-examples/fundamentals/src/main/java/siia/fundamentals/Booking.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/fundamentals/src/main/java/siia/fundamentals/BookingDao.java b/siia-examples/fundamentals/src/main/java/siia/fundamentals/BookingDao.java index 121bbc4..233e75b 100644 --- a/siia-examples/fundamentals/src/main/java/siia/fundamentals/BookingDao.java +++ b/siia-examples/fundamentals/src/main/java/siia/fundamentals/BookingDao.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/fundamentals/src/main/java/siia/fundamentals/BookingReportingService.java b/siia-examples/fundamentals/src/main/java/siia/fundamentals/BookingReportingService.java index b804c46..74b5a36 100644 --- a/siia-examples/fundamentals/src/main/java/siia/fundamentals/BookingReportingService.java +++ b/siia-examples/fundamentals/src/main/java/siia/fundamentals/BookingReportingService.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/fundamentals/src/main/java/siia/fundamentals/BookingService.java b/siia-examples/fundamentals/src/main/java/siia/fundamentals/BookingService.java index 1abd619..7594c8d 100644 --- a/siia-examples/fundamentals/src/main/java/siia/fundamentals/BookingService.java +++ b/siia-examples/fundamentals/src/main/java/siia/fundamentals/BookingService.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/fundamentals/src/main/java/siia/fundamentals/BookingServiceWithInjection.java b/siia-examples/fundamentals/src/main/java/siia/fundamentals/BookingServiceWithInjection.java index 845a253..4fcb4fe 100644 --- a/siia-examples/fundamentals/src/main/java/siia/fundamentals/BookingServiceWithInjection.java +++ b/siia-examples/fundamentals/src/main/java/siia/fundamentals/BookingServiceWithInjection.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/fundamentals/src/main/java/siia/fundamentals/BookingServiceWithStrongCoupling.java b/siia-examples/fundamentals/src/main/java/siia/fundamentals/BookingServiceWithStrongCoupling.java index b46db31..9ad18bf 100644 --- a/siia-examples/fundamentals/src/main/java/siia/fundamentals/BookingServiceWithStrongCoupling.java +++ b/siia-examples/fundamentals/src/main/java/siia/fundamentals/BookingServiceWithStrongCoupling.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/fundamentals/src/main/java/siia/fundamentals/MealPreference.java b/siia-examples/fundamentals/src/main/java/siia/fundamentals/MealPreference.java index 72fc707..f28382b 100644 --- a/siia-examples/fundamentals/src/main/java/siia/fundamentals/MealPreference.java +++ b/siia-examples/fundamentals/src/main/java/siia/fundamentals/MealPreference.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/fundamentals/src/main/java/siia/fundamentals/MealPreferenceRequestTransformer.java b/siia-examples/fundamentals/src/main/java/siia/fundamentals/MealPreferenceRequestTransformer.java index c006105..190d30f 100644 --- a/siia-examples/fundamentals/src/main/java/siia/fundamentals/MealPreferenceRequestTransformer.java +++ b/siia-examples/fundamentals/src/main/java/siia/fundamentals/MealPreferenceRequestTransformer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/fundamentals/src/main/java/siia/fundamentals/SimpleBookingDao.java b/siia-examples/fundamentals/src/main/java/siia/fundamentals/SimpleBookingDao.java index 03f5fbe..b5a9838 100644 --- a/siia-examples/fundamentals/src/main/java/siia/fundamentals/SimpleBookingDao.java +++ b/siia-examples/fundamentals/src/main/java/siia/fundamentals/SimpleBookingDao.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/fundamentals/src/main/resources/siia/fundamentals/context.xml b/siia-examples/fundamentals/src/main/resources/siia/fundamentals/context.xml index 56bb00a..7ef44f7 100644 --- a/siia-examples/fundamentals/src/main/resources/siia/fundamentals/context.xml +++ b/siia-examples/fundamentals/src/main/resources/siia/fundamentals/context.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/fundamentals/src/test/java/siia/fundamentals/RunBookingServiceTest.java b/siia-examples/fundamentals/src/test/java/siia/fundamentals/RunBookingServiceTest.java index e1fc5fc..5564b6c 100644 --- a/siia-examples/fundamentals/src/test/java/siia/fundamentals/RunBookingServiceTest.java +++ b/siia-examples/fundamentals/src/test/java/siia/fundamentals/RunBookingServiceTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/hello-world/src/main/java/siia/helloworld/channel/HelloService.java b/siia-examples/hello-world/src/main/java/siia/helloworld/channel/HelloService.java index d510254..3acf8c6 100644 --- a/siia-examples/hello-world/src/main/java/siia/helloworld/channel/HelloService.java +++ b/siia-examples/hello-world/src/main/java/siia/helloworld/channel/HelloService.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/hello-world/src/main/java/siia/helloworld/channel/HelloWorldExample.java b/siia-examples/hello-world/src/main/java/siia/helloworld/channel/HelloWorldExample.java index 312cbd9..ed9f787 100644 --- a/siia-examples/hello-world/src/main/java/siia/helloworld/channel/HelloWorldExample.java +++ b/siia-examples/hello-world/src/main/java/siia/helloworld/channel/HelloWorldExample.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/hello-world/src/main/java/siia/helloworld/channel/MyHelloService.java b/siia-examples/hello-world/src/main/java/siia/helloworld/channel/MyHelloService.java index 010ebc1..caeeaa8 100644 --- a/siia-examples/hello-world/src/main/java/siia/helloworld/channel/MyHelloService.java +++ b/siia-examples/hello-world/src/main/java/siia/helloworld/channel/MyHelloService.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/hello-world/src/main/java/siia/helloworld/gateway/HelloService.java b/siia-examples/hello-world/src/main/java/siia/helloworld/gateway/HelloService.java index 50072e7..62d5396 100644 --- a/siia-examples/hello-world/src/main/java/siia/helloworld/gateway/HelloService.java +++ b/siia-examples/hello-world/src/main/java/siia/helloworld/gateway/HelloService.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/hello-world/src/main/java/siia/helloworld/gateway/HelloWorldExample.java b/siia-examples/hello-world/src/main/java/siia/helloworld/gateway/HelloWorldExample.java index 12ca163..41760f8 100644 --- a/siia-examples/hello-world/src/main/java/siia/helloworld/gateway/HelloWorldExample.java +++ b/siia-examples/hello-world/src/main/java/siia/helloworld/gateway/HelloWorldExample.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/hello-world/src/main/java/siia/helloworld/gateway/MyHelloService.java b/siia-examples/hello-world/src/main/java/siia/helloworld/gateway/MyHelloService.java index 753b117..f6cf903 100644 --- a/siia-examples/hello-world/src/main/java/siia/helloworld/gateway/MyHelloService.java +++ b/siia-examples/hello-world/src/main/java/siia/helloworld/gateway/MyHelloService.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/hello-world/src/main/resources/siia/helloworld/channel/context.xml b/siia-examples/hello-world/src/main/resources/siia/helloworld/channel/context.xml index 73bb8cd..69ec51d 100644 --- a/siia-examples/hello-world/src/main/resources/siia/helloworld/channel/context.xml +++ b/siia-examples/hello-world/src/main/resources/siia/helloworld/channel/context.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/hello-world/src/main/resources/siia/helloworld/gateway/context.xml b/siia-examples/hello-world/src/main/resources/siia/helloworld/gateway/context.xml index 2ee7036..80c54c4 100644 --- a/siia-examples/hello-world/src/main/resources/siia/helloworld/gateway/context.xml +++ b/siia-examples/hello-world/src/main/resources/siia/helloworld/gateway/context.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/Cook.java b/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/Cook.java index 403fdac..c42b2db 100644 --- a/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/Cook.java +++ b/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/Cook.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/Cupboard.java b/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/Cupboard.java index ec596b7..0bded41 100644 --- a/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/Cupboard.java +++ b/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/Cupboard.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/ShoppingListWriter.java b/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/ShoppingListWriter.java index f3a8223..99ce43b 100644 --- a/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/ShoppingListWriter.java +++ b/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/ShoppingListWriter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/Amount.java b/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/Amount.java index 308a7dc..82d26ae 100644 --- a/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/Amount.java +++ b/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/Amount.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/AmountConverter.java b/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/AmountConverter.java index 2c16eae..1f29314 100644 --- a/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/AmountConverter.java +++ b/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/AmountConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/Grocery.java b/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/Grocery.java index d11ae39..da944bf 100644 --- a/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/Grocery.java +++ b/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/Grocery.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/GroceryBag.java b/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/GroceryBag.java index ac7fff4..fe45a7a 100644 --- a/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/GroceryBag.java +++ b/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/GroceryBag.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/Ingredient.java b/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/Ingredient.java index 311f894..fda738a 100644 --- a/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/Ingredient.java +++ b/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/Ingredient.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/Meal.java b/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/Meal.java index 2fe2e58..d9677a1 100644 --- a/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/Meal.java +++ b/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/Meal.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/Meat.java b/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/Meat.java index eac4fd4..d461418 100644 --- a/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/Meat.java +++ b/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/Meat.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/Product.java b/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/Product.java index e16ce07..ccf64bb 100644 --- a/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/Product.java +++ b/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/Product.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/Recipe.java b/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/Recipe.java index 46fab4a..d86eefa 100644 --- a/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/Recipe.java +++ b/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/Recipe.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/ShoppingList.java b/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/ShoppingList.java index 6abca8e..32debd4 100644 --- a/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/ShoppingList.java +++ b/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/ShoppingList.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/Vegetable.java b/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/Vegetable.java index 8c7ab42..ce683e4 100644 --- a/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/Vegetable.java +++ b/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/domain/Vegetable.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/shop/Butcher.java b/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/shop/Butcher.java index 8e41451..ff89f6a 100644 --- a/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/shop/Butcher.java +++ b/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/shop/Butcher.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/shop/GreenGrocer.java b/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/shop/GreenGrocer.java index 506b255..7e88601 100644 --- a/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/shop/GreenGrocer.java +++ b/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/shop/GreenGrocer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/shop/Supermarket.java b/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/shop/Supermarket.java index 4bcf40f..8bea30e 100644 --- a/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/shop/Supermarket.java +++ b/siia-examples/home-cooking/src/main/java/com/manning/siia/kitchen/shop/Supermarket.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/home-cooking/src/main/resources/create-shoppinglists-flow.xml b/siia-examples/home-cooking/src/main/resources/create-shoppinglists-flow.xml index b164564..db29831 100644 --- a/siia-examples/home-cooking/src/main/resources/create-shoppinglists-flow.xml +++ b/siia-examples/home-cooking/src/main/resources/create-shoppinglists-flow.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/home-cooking/src/main/resources/grocery-unpacker-flow.xml b/siia-examples/home-cooking/src/main/resources/grocery-unpacker-flow.xml index 3b22f7a..b8e7cc7 100644 --- a/siia-examples/home-cooking/src/main/resources/grocery-unpacker-flow.xml +++ b/siia-examples/home-cooking/src/main/resources/grocery-unpacker-flow.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/home-cooking/src/main/resources/home-dinner-flow.xml b/siia-examples/home-cooking/src/main/resources/home-dinner-flow.xml index 1b7eb32..788a1b6 100644 --- a/siia-examples/home-cooking/src/main/resources/home-dinner-flow.xml +++ b/siia-examples/home-cooking/src/main/resources/home-dinner-flow.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/home-cooking/src/main/resources/kitchen.properties b/siia-examples/home-cooking/src/main/resources/kitchen.properties index 7002b5e..ec71c2a 100644 --- a/siia-examples/home-cooking/src/main/resources/kitchen.properties +++ b/siia-examples/home-cooking/src/main/resources/kitchen.properties @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/home-cooking/src/main/resources/kitchen.xml b/siia-examples/home-cooking/src/main/resources/kitchen.xml index 1cdb089..cc57e6b 100644 --- a/siia-examples/home-cooking/src/main/resources/kitchen.xml +++ b/siia-examples/home-cooking/src/main/resources/kitchen.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/home-cooking/src/main/resources/recipebook.xml b/siia-examples/home-cooking/src/main/resources/recipebook.xml index f28be8b..7a7d663 100644 --- a/siia-examples/home-cooking/src/main/resources/recipebook.xml +++ b/siia-examples/home-cooking/src/main/resources/recipebook.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/home-cooking/src/main/resources/shopping-flow.xml b/siia-examples/home-cooking/src/main/resources/shopping-flow.xml index 639a047..5c52ff0 100644 --- a/siia-examples/home-cooking/src/main/resources/shopping-flow.xml +++ b/siia-examples/home-cooking/src/main/resources/shopping-flow.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/home-cooking/src/main/resources/split-recipe-flow.xml b/siia-examples/home-cooking/src/main/resources/split-recipe-flow.xml index d5462f8..897f22c 100644 --- a/siia-examples/home-cooking/src/main/resources/split-recipe-flow.xml +++ b/siia-examples/home-cooking/src/main/resources/split-recipe-flow.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/CookTest.java b/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/CookTest.java index 5319051..197e6ad 100644 --- a/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/CookTest.java +++ b/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/CookTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/EndToEndIntegrationTest.java b/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/EndToEndIntegrationTest.java index 93f78b7..6b78f3b 100644 --- a/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/EndToEndIntegrationTest.java +++ b/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/EndToEndIntegrationTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/KitchenTest.java b/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/KitchenTest.java index 81327ef..ef813a8 100644 --- a/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/KitchenTest.java +++ b/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/KitchenTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/RecipeReadingTest.java b/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/RecipeReadingTest.java index 35efd02..a477103 100644 --- a/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/RecipeReadingTest.java +++ b/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/RecipeReadingTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/RecipeSplitterTest.java b/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/RecipeSplitterTest.java index 198fab7..f3755bb 100644 --- a/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/RecipeSplitterTest.java +++ b/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/RecipeSplitterTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/ShoppingTest.java b/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/ShoppingTest.java index 2132808..e66fe4f 100644 --- a/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/ShoppingTest.java +++ b/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/ShoppingTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/TimedPollableChannel.java b/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/TimedPollableChannel.java index a680be0..4bb229c 100644 --- a/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/TimedPollableChannel.java +++ b/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/TimedPollableChannel.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/domain/DomainTest.java b/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/domain/DomainTest.java index a7f49aa..3aae357 100644 --- a/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/domain/DomainTest.java +++ b/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/domain/DomainTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/domain/MealTest.java b/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/domain/MealTest.java index dad8c2e..d2f9856 100644 --- a/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/domain/MealTest.java +++ b/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/domain/MealTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/domain/RecipeObjectMother.java b/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/domain/RecipeObjectMother.java index 33e9f93..d4e92f1 100644 --- a/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/domain/RecipeObjectMother.java +++ b/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/domain/RecipeObjectMother.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/domain/RecipeTest.java b/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/domain/RecipeTest.java index a64ae50..2cd3d04 100644 --- a/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/domain/RecipeTest.java +++ b/siia-examples/home-cooking/src/test/java/com/manning/siia/kitchen/domain/RecipeTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/home-cooking/src/test/resources/TEST-home-dinner-flow.xml b/siia-examples/home-cooking/src/test/resources/TEST-home-dinner-flow.xml index 6beb284..a74671b 100644 --- a/siia-examples/home-cooking/src/test/resources/TEST-home-dinner-flow.xml +++ b/siia-examples/home-cooking/src/test/resources/TEST-home-dinner-flow.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/home-cooking/src/test/resources/TEST-recipe-reader.xml b/siia-examples/home-cooking/src/test/resources/TEST-recipe-reader.xml index 7f05193..9dab9f0 100644 --- a/siia-examples/home-cooking/src/test/resources/TEST-recipe-reader.xml +++ b/siia-examples/home-cooking/src/test/resources/TEST-recipe-reader.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/home-cooking/src/test/resources/TEST-recipeSplitter.xml b/siia-examples/home-cooking/src/test/resources/TEST-recipeSplitter.xml index 1f1b0b5..fb38ade 100644 --- a/siia-examples/home-cooking/src/test/resources/TEST-recipeSplitter.xml +++ b/siia-examples/home-cooking/src/test/resources/TEST-recipeSplitter.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/home-cooking/src/test/resources/TEST-shopping.xml b/siia-examples/home-cooking/src/test/resources/TEST-shopping.xml index 4edcc9f..9c341e5 100644 --- a/siia-examples/home-cooking/src/test/resources/TEST-shopping.xml +++ b/siia-examples/home-cooking/src/test/resources/TEST-shopping.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/home-cooking/src/test/resources/log4j.properties b/siia-examples/home-cooking/src/test/resources/log4j.properties index 8b9862b..a53e543 100644 --- a/siia-examples/home-cooking/src/test/resources/log4j.properties +++ b/siia-examples/home-cooking/src/test/resources/log4j.properties @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/jms/src/main/java/siia/jms/ChannelAdapterDemo.java b/siia-examples/jms/src/main/java/siia/jms/ChannelAdapterDemo.java index f4a060f..5892d19 100644 --- a/siia-examples/jms/src/main/java/siia/jms/ChannelAdapterDemo.java +++ b/siia-examples/jms/src/main/java/siia/jms/ChannelAdapterDemo.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/jms/src/main/java/siia/jms/DirectJmsDemo.java b/siia-examples/jms/src/main/java/siia/jms/DirectJmsDemo.java index d45dd56..9f71079 100644 --- a/siia-examples/jms/src/main/java/siia/jms/DirectJmsDemo.java +++ b/siia-examples/jms/src/main/java/siia/jms/DirectJmsDemo.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/jms/src/main/java/siia/jms/Exclaimer.java b/siia-examples/jms/src/main/java/siia/jms/Exclaimer.java index 56b6d37..147f421 100644 --- a/siia-examples/jms/src/main/java/siia/jms/Exclaimer.java +++ b/siia-examples/jms/src/main/java/siia/jms/Exclaimer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/jms/src/main/java/siia/jms/GatewayDemo.java b/siia-examples/jms/src/main/java/siia/jms/GatewayDemo.java index 0023228..73f1e7d 100644 --- a/siia-examples/jms/src/main/java/siia/jms/GatewayDemo.java +++ b/siia-examples/jms/src/main/java/siia/jms/GatewayDemo.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/jms/src/main/java/siia/jms/Greeter.java b/siia-examples/jms/src/main/java/siia/jms/Greeter.java index 75bf0e9..86acb57 100644 --- a/siia-examples/jms/src/main/java/siia/jms/Greeter.java +++ b/siia-examples/jms/src/main/java/siia/jms/Greeter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/jms/src/main/java/siia/jms/JmsTemplateDemo.java b/siia-examples/jms/src/main/java/siia/jms/JmsTemplateDemo.java index 230d3a9..d420398 100644 --- a/siia-examples/jms/src/main/java/siia/jms/JmsTemplateDemo.java +++ b/siia-examples/jms/src/main/java/siia/jms/JmsTemplateDemo.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/jms/src/main/java/siia/jms/MessageDrivenPojoDemo.java b/siia-examples/jms/src/main/java/siia/jms/MessageDrivenPojoDemo.java index ba33d0f..4b5e5a2 100644 --- a/siia-examples/jms/src/main/java/siia/jms/MessageDrivenPojoDemo.java +++ b/siia-examples/jms/src/main/java/siia/jms/MessageDrivenPojoDemo.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/jms/src/main/java/siia/jms/MessageListenerContainerDemo.java b/siia-examples/jms/src/main/java/siia/jms/MessageListenerContainerDemo.java index 3589a7a..e9a4494 100644 --- a/siia-examples/jms/src/main/java/siia/jms/MessageListenerContainerDemo.java +++ b/siia-examples/jms/src/main/java/siia/jms/MessageListenerContainerDemo.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/jms/src/main/resources/siia/jms/channel-adapters.xml b/siia-examples/jms/src/main/resources/siia/jms/channel-adapters.xml index 3e61fed..f1baf6f 100644 --- a/siia-examples/jms/src/main/resources/siia/jms/channel-adapters.xml +++ b/siia-examples/jms/src/main/resources/siia/jms/channel-adapters.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/jms/src/main/resources/siia/jms/gateways.xml b/siia-examples/jms/src/main/resources/siia/jms/gateways.xml index 44c0c04..ee02c1d 100644 --- a/siia-examples/jms/src/main/resources/siia/jms/gateways.xml +++ b/siia-examples/jms/src/main/resources/siia/jms/gateways.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/jms/src/main/resources/siia/jms/message-driven-pojo.xml b/siia-examples/jms/src/main/resources/siia/jms/message-driven-pojo.xml index a2efa19..36906ef 100644 --- a/siia-examples/jms/src/main/resources/siia/jms/message-driven-pojo.xml +++ b/siia-examples/jms/src/main/resources/siia/jms/message-driven-pojo.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/messages-channels/src/main/java/siia/channels/AuditRecord.java b/siia-examples/messages-channels/src/main/java/siia/channels/AuditRecord.java index 5ebf094..ef3de6e 100644 --- a/siia-examples/messages-channels/src/main/java/siia/channels/AuditRecord.java +++ b/siia-examples/messages-channels/src/main/java/siia/channels/AuditRecord.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/messages-channels/src/main/java/siia/channels/AuditService.java b/siia-examples/messages-channels/src/main/java/siia/channels/AuditService.java index 87e792d..e222ef7 100644 --- a/siia-examples/messages-channels/src/main/java/siia/channels/AuditService.java +++ b/siia-examples/messages-channels/src/main/java/siia/channels/AuditService.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/messages-channels/src/main/java/siia/channels/BillForBookingService.java b/siia-examples/messages-channels/src/main/java/siia/channels/BillForBookingService.java index 22e1396..de9adbc 100644 --- a/siia-examples/messages-channels/src/main/java/siia/channels/BillForBookingService.java +++ b/siia-examples/messages-channels/src/main/java/siia/channels/BillForBookingService.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/messages-channels/src/main/java/siia/channels/Booking.java b/siia-examples/messages-channels/src/main/java/siia/channels/Booking.java index c14a564..ace8a4e 100644 --- a/siia-examples/messages-channels/src/main/java/siia/channels/Booking.java +++ b/siia-examples/messages-channels/src/main/java/siia/channels/Booking.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/messages-channels/src/main/java/siia/channels/ChannelAuditor.java b/siia-examples/messages-channels/src/main/java/siia/channels/ChannelAuditor.java index 01a8920..2f3759b 100644 --- a/siia-examples/messages-channels/src/main/java/siia/channels/ChannelAuditor.java +++ b/siia-examples/messages-channels/src/main/java/siia/channels/ChannelAuditor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/messages-channels/src/main/java/siia/channels/ChargedBooking.java b/siia-examples/messages-channels/src/main/java/siia/channels/ChargedBooking.java index bb82259..d5476ce 100644 --- a/siia-examples/messages-channels/src/main/java/siia/channels/ChargedBooking.java +++ b/siia-examples/messages-channels/src/main/java/siia/channels/ChargedBooking.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/messages-channels/src/main/java/siia/channels/CustomerPriorityComparator.java b/siia-examples/messages-channels/src/main/java/siia/channels/CustomerPriorityComparator.java index bfea61a..df39e14 100644 --- a/siia-examples/messages-channels/src/main/java/siia/channels/CustomerPriorityComparator.java +++ b/siia-examples/messages-channels/src/main/java/siia/channels/CustomerPriorityComparator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/messages-channels/src/main/java/siia/channels/Email.java b/siia-examples/messages-channels/src/main/java/siia/channels/Email.java index 18d7770..6cedc57 100644 --- a/siia-examples/messages-channels/src/main/java/siia/channels/Email.java +++ b/siia-examples/messages-channels/src/main/java/siia/channels/Email.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/messages-channels/src/main/java/siia/channels/Seat.java b/siia-examples/messages-channels/src/main/java/siia/channels/Seat.java index d22a3c3..3b527d6 100644 --- a/siia-examples/messages-channels/src/main/java/siia/channels/Seat.java +++ b/siia-examples/messages-channels/src/main/java/siia/channels/Seat.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/messages-channels/src/main/java/siia/channels/SeatAvailabilityService.java b/siia-examples/messages-channels/src/main/java/siia/channels/SeatAvailabilityService.java index 7afd7d5..193777c 100644 --- a/siia-examples/messages-channels/src/main/java/siia/channels/SeatAvailabilityService.java +++ b/siia-examples/messages-channels/src/main/java/siia/channels/SeatAvailabilityService.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/messages-channels/src/main/java/siia/channels/SeatConfirmation.java b/siia-examples/messages-channels/src/main/java/siia/channels/SeatConfirmation.java index 0fe361d..ae8eba4 100644 --- a/siia-examples/messages-channels/src/main/java/siia/channels/SeatConfirmation.java +++ b/siia-examples/messages-channels/src/main/java/siia/channels/SeatConfirmation.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/messages-channels/src/main/java/siia/channels/StubEmailConfirmationService.java b/siia-examples/messages-channels/src/main/java/siia/channels/StubEmailConfirmationService.java index e7390e5..7a53afc 100644 --- a/siia-examples/messages-channels/src/main/java/siia/channels/StubEmailConfirmationService.java +++ b/siia-examples/messages-channels/src/main/java/siia/channels/StubEmailConfirmationService.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/messages-channels/src/main/resources/channels-all-direct.xml b/siia-examples/messages-channels/src/main/resources/channels-all-direct.xml index 663bed8..377b326 100644 --- a/siia-examples/messages-channels/src/main/resources/channels-all-direct.xml +++ b/siia-examples/messages-channels/src/main/resources/channels-all-direct.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/messages-channels/src/main/resources/channels-bridge.xml b/siia-examples/messages-channels/src/main/resources/channels-bridge.xml index 160b788..5149ef9 100644 --- a/siia-examples/messages-channels/src/main/resources/channels-bridge.xml +++ b/siia-examples/messages-channels/src/main/resources/channels-bridge.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/messages-channels/src/main/resources/channels-buffered.xml b/siia-examples/messages-channels/src/main/resources/channels-buffered.xml index 857f9ff..7b1f841 100644 --- a/siia-examples/messages-channels/src/main/resources/channels-buffered.xml +++ b/siia-examples/messages-channels/src/main/resources/channels-buffered.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/messages-channels/src/main/resources/channels-interceptor.xml b/siia-examples/messages-channels/src/main/resources/channels-interceptor.xml index 76f8487..471a240 100644 --- a/siia-examples/messages-channels/src/main/resources/channels-interceptor.xml +++ b/siia-examples/messages-channels/src/main/resources/channels-interceptor.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/messages-channels/src/main/resources/channels-priority.xml b/siia-examples/messages-channels/src/main/resources/channels-priority.xml index 152e635..67bf195 100644 --- a/siia-examples/messages-channels/src/main/resources/channels-priority.xml +++ b/siia-examples/messages-channels/src/main/resources/channels-priority.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/messages-channels/src/main/resources/channels-selector.xml b/siia-examples/messages-channels/src/main/resources/channels-selector.xml index afe6036..b762507 100644 --- a/siia-examples/messages-channels/src/main/resources/channels-selector.xml +++ b/siia-examples/messages-channels/src/main/resources/channels-selector.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/messages-channels/src/test/java/siia/channels/AllChannelsDirectTest.java b/siia-examples/messages-channels/src/test/java/siia/channels/AllChannelsDirectTest.java index 5890d80..a7014e2 100644 --- a/siia-examples/messages-channels/src/test/java/siia/channels/AllChannelsDirectTest.java +++ b/siia-examples/messages-channels/src/test/java/siia/channels/AllChannelsDirectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/messages-channels/src/test/java/siia/channels/ChannelInterceptorTest.java b/siia-examples/messages-channels/src/test/java/siia/channels/ChannelInterceptorTest.java index 91e490d..a746310 100644 --- a/siia-examples/messages-channels/src/test/java/siia/channels/ChannelInterceptorTest.java +++ b/siia-examples/messages-channels/src/test/java/siia/channels/ChannelInterceptorTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/messages-channels/src/test/java/siia/channels/ChannelSelectorTest.java b/siia-examples/messages-channels/src/test/java/siia/channels/ChannelSelectorTest.java index 5584d6d..327d859 100644 --- a/siia-examples/messages-channels/src/test/java/siia/channels/ChannelSelectorTest.java +++ b/siia-examples/messages-channels/src/test/java/siia/channels/ChannelSelectorTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/messages-channels/src/test/java/siia/channels/ChannelsBridgeTest.java b/siia-examples/messages-channels/src/test/java/siia/channels/ChannelsBridgeTest.java index c853320..9028bb1 100644 --- a/siia-examples/messages-channels/src/test/java/siia/channels/ChannelsBridgeTest.java +++ b/siia-examples/messages-channels/src/test/java/siia/channels/ChannelsBridgeTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/messages-channels/src/test/java/siia/channels/ChannelsBufferedTest.java b/siia-examples/messages-channels/src/test/java/siia/channels/ChannelsBufferedTest.java index 62c5100..53b8982 100644 --- a/siia-examples/messages-channels/src/test/java/siia/channels/ChannelsBufferedTest.java +++ b/siia-examples/messages-channels/src/test/java/siia/channels/ChannelsBufferedTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/messages-channels/src/test/java/siia/channels/ChannelsPriorityTest.java b/siia-examples/messages-channels/src/test/java/siia/channels/ChannelsPriorityTest.java index 40359da..661aa65 100644 --- a/siia-examples/messages-channels/src/test/java/siia/channels/ChannelsPriorityTest.java +++ b/siia-examples/messages-channels/src/test/java/siia/channels/ChannelsPriorityTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/monitoring/src/main/java/siia/monitoring/controlbus/ControlBusDemo.java b/siia-examples/monitoring/src/main/java/siia/monitoring/controlbus/ControlBusDemo.java index dc4dc47..9a466c1 100644 --- a/siia-examples/monitoring/src/main/java/siia/monitoring/controlbus/ControlBusDemo.java +++ b/siia-examples/monitoring/src/main/java/siia/monitoring/controlbus/ControlBusDemo.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/monitoring/src/main/java/siia/monitoring/controlbus/FilePoller.java b/siia-examples/monitoring/src/main/java/siia/monitoring/controlbus/FilePoller.java index c865b5e..6dddbf9 100644 --- a/siia-examples/monitoring/src/main/java/siia/monitoring/controlbus/FilePoller.java +++ b/siia-examples/monitoring/src/main/java/siia/monitoring/controlbus/FilePoller.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/monitoring/src/main/java/siia/monitoring/controlbus/GroovyControlBusDemo.java b/siia-examples/monitoring/src/main/java/siia/monitoring/controlbus/GroovyControlBusDemo.java index 4697027..7bb5fd0 100644 --- a/siia-examples/monitoring/src/main/java/siia/monitoring/controlbus/GroovyControlBusDemo.java +++ b/siia-examples/monitoring/src/main/java/siia/monitoring/controlbus/GroovyControlBusDemo.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/monitoring/src/main/java/siia/monitoring/controlbus/NumberHolder.java b/siia-examples/monitoring/src/main/java/siia/monitoring/controlbus/NumberHolder.java index 7ec8b72..ed22edd 100644 --- a/siia-examples/monitoring/src/main/java/siia/monitoring/controlbus/NumberHolder.java +++ b/siia-examples/monitoring/src/main/java/siia/monitoring/controlbus/NumberHolder.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/monitoring/src/main/java/siia/monitoring/history/HistoryDemo1.java b/siia-examples/monitoring/src/main/java/siia/monitoring/history/HistoryDemo1.java index 5f2346c..7ca32c8 100644 --- a/siia-examples/monitoring/src/main/java/siia/monitoring/history/HistoryDemo1.java +++ b/siia-examples/monitoring/src/main/java/siia/monitoring/history/HistoryDemo1.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/monitoring/src/main/java/siia/monitoring/history/HistoryDemo2.java b/siia-examples/monitoring/src/main/java/siia/monitoring/history/HistoryDemo2.java index e65c33f..8d97dcc 100644 --- a/siia-examples/monitoring/src/main/java/siia/monitoring/history/HistoryDemo2.java +++ b/siia-examples/monitoring/src/main/java/siia/monitoring/history/HistoryDemo2.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/monitoring/src/main/java/siia/monitoring/jmx/JmxDemo.java b/siia-examples/monitoring/src/main/java/siia/monitoring/jmx/JmxDemo.java index 3a3e864..304572a 100644 --- a/siia-examples/monitoring/src/main/java/siia/monitoring/jmx/JmxDemo.java +++ b/siia-examples/monitoring/src/main/java/siia/monitoring/jmx/JmxDemo.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/monitoring/src/main/java/siia/monitoring/wiretap/Debit.java b/siia-examples/monitoring/src/main/java/siia/monitoring/wiretap/Debit.java index 1208d3a..54a55ba 100644 --- a/siia-examples/monitoring/src/main/java/siia/monitoring/wiretap/Debit.java +++ b/siia-examples/monitoring/src/main/java/siia/monitoring/wiretap/Debit.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/monitoring/src/main/java/siia/monitoring/wiretap/DebitService.java b/siia-examples/monitoring/src/main/java/siia/monitoring/wiretap/DebitService.java index 057c716..1af5fff 100644 --- a/siia-examples/monitoring/src/main/java/siia/monitoring/wiretap/DebitService.java +++ b/siia-examples/monitoring/src/main/java/siia/monitoring/wiretap/DebitService.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/monitoring/src/main/java/siia/monitoring/wiretap/WireTapDemo.java b/siia-examples/monitoring/src/main/java/siia/monitoring/wiretap/WireTapDemo.java index 78c6136..0c47e0c 100644 --- a/siia-examples/monitoring/src/main/java/siia/monitoring/wiretap/WireTapDemo.java +++ b/siia-examples/monitoring/src/main/java/siia/monitoring/wiretap/WireTapDemo.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/monitoring/src/main/resources/siia/monitoring/controlbus/context.xml b/siia-examples/monitoring/src/main/resources/siia/monitoring/controlbus/context.xml index bdf7173..4235e33 100644 --- a/siia-examples/monitoring/src/main/resources/siia/monitoring/controlbus/context.xml +++ b/siia-examples/monitoring/src/main/resources/siia/monitoring/controlbus/context.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/monitoring/src/main/resources/siia/monitoring/controlbus/groovy-context.xml b/siia-examples/monitoring/src/main/resources/siia/monitoring/controlbus/groovy-context.xml index d96a12a..ba42e31 100644 --- a/siia-examples/monitoring/src/main/resources/siia/monitoring/controlbus/groovy-context.xml +++ b/siia-examples/monitoring/src/main/resources/siia/monitoring/controlbus/groovy-context.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/monitoring/src/main/resources/siia/monitoring/history/context1.xml b/siia-examples/monitoring/src/main/resources/siia/monitoring/history/context1.xml index 9073d09..d47da9d 100644 --- a/siia-examples/monitoring/src/main/resources/siia/monitoring/history/context1.xml +++ b/siia-examples/monitoring/src/main/resources/siia/monitoring/history/context1.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/monitoring/src/main/resources/siia/monitoring/history/context2.xml b/siia-examples/monitoring/src/main/resources/siia/monitoring/history/context2.xml index e7b9f7c..2b46352 100644 --- a/siia-examples/monitoring/src/main/resources/siia/monitoring/history/context2.xml +++ b/siia-examples/monitoring/src/main/resources/siia/monitoring/history/context2.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/monitoring/src/main/resources/siia/monitoring/jmx/context.xml b/siia-examples/monitoring/src/main/resources/siia/monitoring/jmx/context.xml index e45635d..e7136d5 100644 --- a/siia-examples/monitoring/src/main/resources/siia/monitoring/jmx/context.xml +++ b/siia-examples/monitoring/src/main/resources/siia/monitoring/jmx/context.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/monitoring/src/main/resources/siia/monitoring/wiretap/context.xml b/siia-examples/monitoring/src/main/resources/siia/monitoring/wiretap/context.xml index 82c716e..50e79c3 100644 --- a/siia-examples/monitoring/src/main/resources/siia/monitoring/wiretap/context.xml +++ b/siia-examples/monitoring/src/main/resources/siia/monitoring/wiretap/context.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/trip-diary/src/main/java/com/manning/siia/trip/diary/ChangeFileNameGenerator.java b/siia-examples/trip-diary/src/main/java/com/manning/siia/trip/diary/ChangeFileNameGenerator.java index 8f4a631..072c203 100644 --- a/siia-examples/trip-diary/src/main/java/com/manning/siia/trip/diary/ChangeFileNameGenerator.java +++ b/siia-examples/trip-diary/src/main/java/com/manning/siia/trip/diary/ChangeFileNameGenerator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/trip-diary/src/main/java/com/manning/siia/trip/diary/EditableText.java b/siia-examples/trip-diary/src/main/java/com/manning/siia/trip/diary/EditableText.java index 9c234db..dec15f9 100644 --- a/siia-examples/trip-diary/src/main/java/com/manning/siia/trip/diary/EditableText.java +++ b/siia-examples/trip-diary/src/main/java/com/manning/siia/trip/diary/EditableText.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/trip-diary/src/main/java/com/manning/siia/trip/diary/RefuseWrittenByThisProcess.java b/siia-examples/trip-diary/src/main/java/com/manning/siia/trip/diary/RefuseWrittenByThisProcess.java index 08a9961..5802283 100644 --- a/siia-examples/trip-diary/src/main/java/com/manning/siia/trip/diary/RefuseWrittenByThisProcess.java +++ b/siia-examples/trip-diary/src/main/java/com/manning/siia/trip/diary/RefuseWrittenByThisProcess.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/trip-diary/src/main/java/com/manning/siia/trip/diary/TextChange.java b/siia-examples/trip-diary/src/main/java/com/manning/siia/trip/diary/TextChange.java index 1bb4dd0..ac8ff9b 100644 --- a/siia-examples/trip-diary/src/main/java/com/manning/siia/trip/diary/TextChange.java +++ b/siia-examples/trip-diary/src/main/java/com/manning/siia/trip/diary/TextChange.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/trip-diary/src/main/java/com/manning/siia/trip/diary/TextChanges.java b/siia-examples/trip-diary/src/main/java/com/manning/siia/trip/diary/TextChanges.java index 3f301c1..af591b9 100644 --- a/siia-examples/trip-diary/src/main/java/com/manning/siia/trip/diary/TextChanges.java +++ b/siia-examples/trip-diary/src/main/java/com/manning/siia/trip/diary/TextChanges.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/trip-diary/src/main/resources/diary-file-exchanger.xml b/siia-examples/trip-diary/src/main/resources/diary-file-exchanger.xml index 2c9a840..c0d7073 100644 --- a/siia-examples/trip-diary/src/main/resources/diary-file-exchanger.xml +++ b/siia-examples/trip-diary/src/main/resources/diary-file-exchanger.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/trip-diary/src/test/java/com/manning/siia/trip/diary/ChangeFileNameGeneratorTest.java b/siia-examples/trip-diary/src/test/java/com/manning/siia/trip/diary/ChangeFileNameGeneratorTest.java index 39de7e0..e0d4d8d 100644 --- a/siia-examples/trip-diary/src/test/java/com/manning/siia/trip/diary/ChangeFileNameGeneratorTest.java +++ b/siia-examples/trip-diary/src/test/java/com/manning/siia/trip/diary/ChangeFileNameGeneratorTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/trip-diary/src/test/java/com/manning/siia/trip/diary/EditableTextTest.java b/siia-examples/trip-diary/src/test/java/com/manning/siia/trip/diary/EditableTextTest.java index d7e8fef..1e9573c 100644 --- a/siia-examples/trip-diary/src/test/java/com/manning/siia/trip/diary/EditableTextTest.java +++ b/siia-examples/trip-diary/src/test/java/com/manning/siia/trip/diary/EditableTextTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/trip-diary/src/test/java/com/manning/siia/trip/diary/ExchangerIntegrationTest.java b/siia-examples/trip-diary/src/test/java/com/manning/siia/trip/diary/ExchangerIntegrationTest.java index 3e0e9cd..21a66de 100644 --- a/siia-examples/trip-diary/src/test/java/com/manning/siia/trip/diary/ExchangerIntegrationTest.java +++ b/siia-examples/trip-diary/src/test/java/com/manning/siia/trip/diary/ExchangerIntegrationTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/trip-diary/src/test/resources/com/manning/siia/trip/diary/ExchangerIntegrationTest-context.xml b/siia-examples/trip-diary/src/test/resources/com/manning/siia/trip/diary/ExchangerIntegrationTest-context.xml index 3da374e..95bb67f 100644 --- a/siia-examples/trip-diary/src/test/resources/com/manning/siia/trip/diary/ExchangerIntegrationTest-context.xml +++ b/siia-examples/trip-diary/src/test/resources/com/manning/siia/trip/diary/ExchangerIntegrationTest-context.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/trip-diary/src/test/resources/diary.properties b/siia-examples/trip-diary/src/test/resources/diary.properties index b17ce2d..cec000a 100644 --- a/siia-examples/trip-diary/src/test/resources/diary.properties +++ b/siia-examples/trip-diary/src/test/resources/diary.properties @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/trip-diary/src/test/resources/log4j.properties b/siia-examples/trip-diary/src/test/resources/log4j.properties index ac2ab01..ef5af3b 100644 --- a/siia-examples/trip-diary/src/test/resources/log4j.properties +++ b/siia-examples/trip-diary/src/test/resources/log4j.properties @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/twitter/src/main/java/siia/twitter/SearchAnalysis.java b/siia-examples/twitter/src/main/java/siia/twitter/SearchAnalysis.java index 13cbee1..a2d56ff 100644 --- a/siia-examples/twitter/src/main/java/siia/twitter/SearchAnalysis.java +++ b/siia-examples/twitter/src/main/java/siia/twitter/SearchAnalysis.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/twitter/src/main/java/siia/twitter/SearchResultAnalzyer.java b/siia-examples/twitter/src/main/java/siia/twitter/SearchResultAnalzyer.java index 4843432..d6637c6 100644 --- a/siia-examples/twitter/src/main/java/siia/twitter/SearchResultAnalzyer.java +++ b/siia-examples/twitter/src/main/java/siia/twitter/SearchResultAnalzyer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/twitter/src/main/java/siia/twitter/SearchToLog.java b/siia-examples/twitter/src/main/java/siia/twitter/SearchToLog.java index 2a439cf..16b231f 100644 --- a/siia-examples/twitter/src/main/java/siia/twitter/SearchToLog.java +++ b/siia-examples/twitter/src/main/java/siia/twitter/SearchToLog.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/twitter/src/main/java/siia/twitter/TimelineToLog.java b/siia-examples/twitter/src/main/java/siia/twitter/TimelineToLog.java index 2c4f525..e31c68d 100644 --- a/siia-examples/twitter/src/main/java/siia/twitter/TimelineToLog.java +++ b/siia-examples/twitter/src/main/java/siia/twitter/TimelineToLog.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/twitter/src/main/resources/siia/twitter/oauth.properties b/siia-examples/twitter/src/main/resources/siia/twitter/oauth.properties index 25f3746..80b16bf 100644 --- a/siia-examples/twitter/src/main/resources/siia/twitter/oauth.properties +++ b/siia-examples/twitter/src/main/resources/siia/twitter/oauth.properties @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/twitter/src/main/resources/siia/twitter/search-analysis.xml b/siia-examples/twitter/src/main/resources/siia/twitter/search-analysis.xml index 98d0c80..fe7a1b3 100644 --- a/siia-examples/twitter/src/main/resources/siia/twitter/search-analysis.xml +++ b/siia-examples/twitter/src/main/resources/siia/twitter/search-analysis.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/twitter/src/main/resources/siia/twitter/search-to-log.xml b/siia-examples/twitter/src/main/resources/siia/twitter/search-to-log.xml index 5274998..6f5dd4f 100644 --- a/siia-examples/twitter/src/main/resources/siia/twitter/search-to-log.xml +++ b/siia-examples/twitter/src/main/resources/siia/twitter/search-to-log.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/twitter/src/main/resources/siia/twitter/timeline-to-log.xml b/siia-examples/twitter/src/main/resources/siia/twitter/timeline-to-log.xml index 97404ca..77222e7 100644 --- a/siia-examples/twitter/src/main/resources/siia/twitter/timeline-to-log.xml +++ b/siia-examples/twitter/src/main/resources/siia/twitter/timeline-to-log.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/webapp/src/main/java/com/manning/siia/OkResponse.java b/siia-examples/webapp/src/main/java/com/manning/siia/OkResponse.java index 0783a1e..bca72e0 100644 --- a/siia-examples/webapp/src/main/java/com/manning/siia/OkResponse.java +++ b/siia-examples/webapp/src/main/java/com/manning/siia/OkResponse.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/webapp/src/main/java/com/manning/siia/TripQuoteRequestProcessor.java b/siia-examples/webapp/src/main/java/com/manning/siia/TripQuoteRequestProcessor.java index 01ec61a..2e784dd 100644 --- a/siia-examples/webapp/src/main/java/com/manning/siia/TripQuoteRequestProcessor.java +++ b/siia-examples/webapp/src/main/java/com/manning/siia/TripQuoteRequestProcessor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/webapp/src/main/resources/trips-applicationContext.xml b/siia-examples/webapp/src/main/resources/trips-applicationContext.xml index 05aaca9..92af705 100644 --- a/siia-examples/webapp/src/main/resources/trips-applicationContext.xml +++ b/siia-examples/webapp/src/main/resources/trips-applicationContext.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/webapp/src/main/webapp/WEB-INF/applicationContext.xml b/siia-examples/webapp/src/main/webapp/WEB-INF/applicationContext.xml index f6c4ba1..e4c4f34 100644 --- a/siia-examples/webapp/src/main/webapp/WEB-INF/applicationContext.xml +++ b/siia-examples/webapp/src/main/webapp/WEB-INF/applicationContext.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/webapp/src/main/webapp/WEB-INF/http-ws-servlet.xml b/siia-examples/webapp/src/main/webapp/WEB-INF/http-ws-servlet.xml index 97a955c..8d8a929 100644 --- a/siia-examples/webapp/src/main/webapp/WEB-INF/http-ws-servlet.xml +++ b/siia-examples/webapp/src/main/webapp/WEB-INF/http-ws-servlet.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/webapp/src/main/webapp/WEB-INF/log4j.properties b/siia-examples/webapp/src/main/webapp/WEB-INF/log4j.properties index 2971fc2..2fbae48 100644 --- a/siia-examples/webapp/src/main/webapp/WEB-INF/log4j.properties +++ b/siia-examples/webapp/src/main/webapp/WEB-INF/log4j.properties @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/webapp/src/main/webapp/WEB-INF/soap-ws-servlet.xml b/siia-examples/webapp/src/main/webapp/WEB-INF/soap-ws-servlet.xml index 4749781..757b2d4 100644 --- a/siia-examples/webapp/src/main/webapp/WEB-INF/soap-ws-servlet.xml +++ b/siia-examples/webapp/src/main/webapp/WEB-INF/soap-ws-servlet.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/webapp/src/main/webapp/WEB-INF/web.xml b/siia-examples/webapp/src/main/webapp/WEB-INF/web.xml index 82bce0f..db1c1a0 100644 --- a/siia-examples/webapp/src/main/webapp/WEB-INF/web.xml +++ b/siia-examples/webapp/src/main/webapp/WEB-INF/web.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/webapp/src/test/java/com/manning/siia/soap/SoapTripTestClient.java b/siia-examples/webapp/src/test/java/com/manning/siia/soap/SoapTripTestClient.java index e8f2fae..b787cb4 100644 --- a/siia-examples/webapp/src/test/java/com/manning/siia/soap/SoapTripTestClient.java +++ b/siia-examples/webapp/src/test/java/com/manning/siia/soap/SoapTripTestClient.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/siia-examples/webapp/src/test/resources/com/manning/siia/soap/soap-client-applicationContext.xml b/siia-examples/webapp/src/test/resources/com/manning/siia/soap/soap-client-applicationContext.xml index f237970..5acfa14 100644 --- a/siia-examples/webapp/src/test/resources/com/manning/siia/soap/soap-client-applicationContext.xml +++ b/siia-examples/webapp/src/test/resources/com/manning/siia/soap/soap-client-applicationContext.xml @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS,