From 61da5e5d7e1c0f77d4c9bb39b7600869dcb495cc Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Thu, 21 Mar 2019 15:33:49 -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 11 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 163 occurrences migrated to: https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200). --- doc/reference/lib/fop-0.95/lib/README.txt | 2 +- .../fop-0.95/lib/avalon-framework.LICENSE.txt | 2 +- .../lib/fop-0.95/lib/batik.LICENSE.txt | 4 ++-- .../lib/fop-0.95/lib/commons-io.LICENSE.txt | 4 ++-- .../fop-0.95/lib/commons-logging.LICENSE.txt | 4 ++-- .../lib/fop-0.95/lib/serializer.LICENSE.txt | 4 ++-- .../lib/fop-0.95/lib/xalan.LICENSE.txt | 4 ++-- .../lib/fop-0.95/lib/xercesImpl.LICENSE.txt | 4 ++-- .../lib/fop-0.95/lib/xml-apis-ext.LICENSE.txt | 4 ++-- .../lib/fop-0.95/lib/xml-apis.LICENSE.txt | 4 ++-- .../lib/xmlgraphics-commons.LICENSE.txt | 4 ++-- .../Collections/Generic/AbstractCollection.cs | 2 +- .../Collections/Generic/AbstractEnumerator.cs | 2 +- .../Collections/Generic/AbstractList.cs | 2 +- .../Collections/Generic/AbstractQueue.cs | 2 +- .../Generic/AbstractTransformingList.cs | 2 +- .../Collections/Generic/ArrayQueue.cs | 2 +- .../Collections/Generic/DictionarySet.cs | 6 ++--- .../Collections/Generic/DownCastList.cs | 2 +- .../Collections/Generic/HashedSet.cs | 6 ++--- .../Generic/INavigableDictionary.cs | 4 ++-- .../Collections/Generic/INavigableSet.cs | 4 ++-- .../Collections/Generic/IQueue.cs | 2 +- .../Collections/Generic/ISet.cs | 2 +- .../Collections/Generic/ISortedDictionary.cs | 4 ++-- .../Collections/Generic/PriorityQueue.cs | 2 +- .../Collections/Generic/Set.cs | 6 ++--- .../Collections/Generic/SortedSet.cs | 6 ++--- .../Generic/TransformingEnumerator.cs | 2 +- .../Collections/Generic/TransformingList.cs | 2 +- .../System/AggregateException.cs | 2 +- .../System/Threading/Tasks/OrderProcessor.cs | 2 +- .../System/Threading/Tasks/Parallel.cs | 2 +- .../Threading/Tasks/ParallelLoopResult.cs | 2 +- .../System/Threading/Tasks/ParallelOptions.cs | 2 +- .../AtomicTypes/AbstractAtomicArray.cs | 2 +- .../Threading/AtomicTypes/Atomic.cs | 2 +- .../Threading/AtomicTypes/AtomicArray.cs | 2 +- .../Threading/AtomicTypes/AtomicBoolean.cs | 2 +- .../Threading/AtomicTypes/AtomicInteger.cs | 2 +- .../AtomicTypes/AtomicIntegerArray.cs | 2 +- .../Threading/AtomicTypes/AtomicLong.cs | 2 +- .../Threading/AtomicTypes/AtomicLongArray.cs | 2 +- .../Threading/AtomicTypes/AtomicMarkable.cs | 2 +- .../AtomicTypes/AtomicMarkableReference.cs | 2 +- .../Threading/AtomicTypes/AtomicReference.cs | 2 +- .../AtomicTypes/AtomicReferenceArray.cs | 2 +- .../Threading/AtomicTypes/AtomicStamped.cs | 2 +- .../AtomicTypes/AtomicStampedReference.cs | 2 +- .../Threading/AtomicTypes/IAtomic.cs | 2 +- .../Threading/AtomicTypes/IAtomicArray.cs | 2 +- .../Threading/AtomicTypes/ValueHolder.cs | 2 +- .../Threading/BoundedBuffer.cs | 4 ++-- .../Threading/BoundedLinkedQueue.cs | 4 ++-- .../Threading/BoundedPriorityQueue.cs | 4 ++-- .../Threading/BrokenBarrierException.cs | 2 +- .../Spring.Threading/Threading/Callable.cs | 2 +- .../Spring.Threading/Threading/ClockDaemon.cs | 4 ++-- .../Generic/AbstractBlockingQueue.cs | 2 +- .../Collections/Generic/ArrayBlockingQueue.cs | 2 +- .../Generic/BlockingQueueWrapper.cs | 2 +- .../Generic/CopyOnWriteArrayList.cs | 2 +- .../Collections/Generic/CopyOnWriteList.cs | 24 +++++++++---------- .../Collections/Generic/IBlockingQueue.cs | 2 +- .../Generic/LinkedBlockingQueue.cs | 2 +- .../Generic/PriorityBlockingQueue.cs | 2 +- .../Generic/TransformingBlockingQueue.cs | 2 +- .../Threading/ContextCopyingRunnable.cs | 2 +- .../Spring.Threading/Threading/CountDown.cs | 4 ++-- .../Threading/CountDownLatch.cs | 2 +- .../Threading/CyclicBarrier.cs | 2 +- .../Threading/DefaultChannelCapacity.cs | 4 ++-- .../Threading/DirectExecutor.cs | 2 +- .../Execution/AbstractExecutorService.cs | 2 +- .../Threading/Execution/ExecutionException.cs | 2 +- .../Execution/ExecutorCompletionService.cs | 2 +- .../Threading/Execution/Executors.cs | 2 +- .../Threading/Execution/IExecutorService.cs | 2 +- .../Threading/Execution/ILoopResult.cs | 2 +- .../Threading/Execution/ILoopState.cs | 2 +- .../Threading/Execution/ParallelCompletion.cs | 2 +- .../Execution/ParallelCompletionBase.cs | 2 +- .../Threading/Execution/ParallelExtension.cs | 2 +- .../Threading/Execution/ParallelOptions.cs | 2 +- .../Threading/Execution/ThreadPoolExecutor.cs | 2 +- .../Threading/FIFOSemaphore.cs | 4 ++-- .../Threading/ForkJoin/FJTask.cs | 4 ++-- .../Threading/ForkJoin/FJTaskRunner.cs | 4 ++-- .../Threading/ForkJoin/FJTaskRunnerGroup.cs | 2 +- .../Threading/Future/FutureTask.cs | 2 +- .../Threading/Future/IDelayed.cs | 2 +- .../Threading/Future/IFuture.cs | 2 +- .../Threading/Future/IRunnableFuture.cs | 2 +- .../Threading/FutureResult.cs | 2 +- src/Spring/Spring.Threading/Threading/Heap.cs | 4 ++-- .../Threading/Helpers/FIFOWaitQueue.cs | 2 +- .../Threading/Helpers/IQueuedSync.cs | 2 +- .../Threading/Helpers/IWaitQueue.cs | 2 +- .../Threading/Helpers/WaitNode.cs | 2 +- .../Spring.Threading/Threading/IBarrier.cs | 4 ++-- .../Threading/IBoundedChannel.cs | 4 ++-- .../Spring.Threading/Threading/ICallable.cs | 2 +- .../Threading/ICancellable.cs | 2 +- .../Spring.Threading/Threading/IChannel.cs | 4 ++-- .../Threading/IContextCarrier.cs | 2 +- .../Threading/IContextCarrierFactory.cs | 2 +- .../Spring.Threading/Threading/IExecutor.cs | 2 +- .../Spring.Threading/Threading/IPuttable.cs | 4 ++-- .../Spring.Threading/Threading/IRunnable.cs | 2 +- .../Spring.Threading/Threading/ITakable.cs | 4 ++-- .../Threading/IThreadFactory.cs | 2 +- .../Spring.Threading/Threading/LayeredSync.cs | 4 ++-- .../Spring.Threading/Threading/LinkedNode.cs | 4 ++-- .../Spring.Threading/Threading/LinkedQueue.cs | 4 ++-- .../Threading/LockedExecutor.cs | 2 +- .../Threading/Locks/ConditionVariable.cs | 2 +- .../Threading/Locks/FIFOConditionVariable.cs | 2 +- .../Threading/Locks/ICondition.cs | 2 +- .../Spring.Threading/Threading/Locks/ILock.cs | 2 +- .../Threading/Locks/IReadWriteLock.cs | 2 +- .../Threading/Locks/ReentrantLock.cs | 2 +- .../LogicalThreadContextCarrierFactory.cs | 2 +- .../Spring.Threading/Threading/Mutex.cs | 4 ++-- .../Threading/NullRunnable.cs | 4 ++-- .../Threading/PooledExecutor.cs | 2 +- .../Threading/PrioritySemaphore.cs | 4 ++-- .../Threading/QueuedExecutor.cs | 2 +- .../Threading/QueuedSemaphore.cs | 4 ++-- .../Spring.Threading/Threading/Rendezvous.cs | 4 ++-- .../Spring.Threading/Threading/Runnable.cs | 2 +- .../Threading/SemaphoreControlledChannel.cs | 4 ++-- src/Spring/Spring.Threading/Threading/Slot.cs | 4 ++-- .../Threading/SynchronousChannel.cs | 2 +- .../Threading/ThreadFactoryUser.cs | 4 ++-- .../Threading/ThreadedExecutor.cs | 2 +- .../Threading/TimedCallable.cs | 2 +- .../Threading/WaitFreeQueue.cs | 4 ++-- .../Threading/WaitableRunnable.cs | 4 ++-- .../Threading/WaiterPreferenceSemaphore.cs | 4 ++-- .../Collections/Generic/PriorityQueueTest.cs | 2 +- .../CoreExceptionTests.cs | 2 +- .../Spring.Threading.Tests/ExceptionsTest.cs | 4 ++-- .../StandardsComplianceTest.cs | 2 +- .../Threading/AtomicTypes/AtomicArrayTests.cs | 2 +- .../AtomicTypes/AtomicBooleanTests.cs | 2 +- .../AtomicTypes/AtomicIntegerArrayTests.cs | 2 +- .../AtomicTypes/AtomicIntegerTests.cs | 2 +- .../AtomicTypes/AtomicLongArrayTests.cs | 2 +- .../Threading/AtomicTypes/AtomicLongTests.cs | 2 +- .../AtomicMarkableReferenceTests.cs | 2 +- .../AtomicTypes/AtomicMarkableTests.cs | 2 +- .../AtomicTypes/AtomicReferenceArrayTests.cs | 2 +- .../AtomicTypes/AtomicReferenceTests.cs | 2 +- .../AtomicStampedReferenceTests.cs | 2 +- .../AtomicTypes/AtomicStampedTests.cs | 2 +- .../Threading/AtomicTypes/AtomicTests.cs | 2 +- .../Threading/CallableTest.cs | 2 +- .../Generic/CopyOnWriteListTest.cs | 2 +- .../Collections/Generic/DelayQueueTest.cs | 2 +- .../Execution/AbstractExecutorServiceTests.cs | 2 +- .../Execution/ExecutorServiceTestFixture.cs | 6 ++--- .../Threading/LatchTest.cs | 2 +- .../Threading/RunnableTest.cs | 2 +- .../Threading/SemaphoreTest.cs | 2 +- .../Threading/ThreadInterruptionTest.cs | 2 +- 165 files changed, 228 insertions(+), 228 deletions(-) diff --git a/doc/reference/lib/fop-0.95/lib/README.txt b/doc/reference/lib/fop-0.95/lib/README.txt index 2f307b2..62d2f9a 100644 --- a/doc/reference/lib/fop-0.95/lib/README.txt +++ b/doc/reference/lib/fop-0.95/lib/README.txt @@ -5,7 +5,7 @@ Information on Apache FOP dependencies $Id$ The Apache Licenses can also be found here: -http://www.apache.org/licenses/ +https://www.apache.org/licenses/ Normal Dependencies diff --git a/doc/reference/lib/fop-0.95/lib/avalon-framework.LICENSE.txt b/doc/reference/lib/fop-0.95/lib/avalon-framework.LICENSE.txt index 67db858..7b6a034 100644 --- a/doc/reference/lib/fop-0.95/lib/avalon-framework.LICENSE.txt +++ b/doc/reference/lib/fop-0.95/lib/avalon-framework.LICENSE.txt @@ -1,7 +1,7 @@ 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 diff --git a/doc/reference/lib/fop-0.95/lib/batik.LICENSE.txt b/doc/reference/lib/fop-0.95/lib/batik.LICENSE.txt index 3e4e3d0..62dca77 100644 --- a/doc/reference/lib/fop-0.95/lib/batik.LICENSE.txt +++ b/doc/reference/lib/fop-0.95/lib/batik.LICENSE.txt @@ -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/doc/reference/lib/fop-0.95/lib/commons-io.LICENSE.txt b/doc/reference/lib/fop-0.95/lib/commons-io.LICENSE.txt index 6b0b127..ccd61dc 100644 --- a/doc/reference/lib/fop-0.95/lib/commons-io.LICENSE.txt +++ b/doc/reference/lib/fop-0.95/lib/commons-io.LICENSE.txt @@ -1,7 +1,7 @@ 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 @@ -193,7 +193,7 @@ you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/doc/reference/lib/fop-0.95/lib/commons-logging.LICENSE.txt b/doc/reference/lib/fop-0.95/lib/commons-logging.LICENSE.txt index d645695..62589ed 100644 --- a/doc/reference/lib/fop-0.95/lib/commons-logging.LICENSE.txt +++ b/doc/reference/lib/fop-0.95/lib/commons-logging.LICENSE.txt @@ -1,7 +1,7 @@ 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 @@ -193,7 +193,7 @@ you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/doc/reference/lib/fop-0.95/lib/serializer.LICENSE.txt b/doc/reference/lib/fop-0.95/lib/serializer.LICENSE.txt index 261eeb9..20e4bd8 100644 --- a/doc/reference/lib/fop-0.95/lib/serializer.LICENSE.txt +++ b/doc/reference/lib/fop-0.95/lib/serializer.LICENSE.txt @@ -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/doc/reference/lib/fop-0.95/lib/xalan.LICENSE.txt b/doc/reference/lib/fop-0.95/lib/xalan.LICENSE.txt index 57bc88a..7e835b2 100644 --- a/doc/reference/lib/fop-0.95/lib/xalan.LICENSE.txt +++ b/doc/reference/lib/fop-0.95/lib/xalan.LICENSE.txt @@ -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/doc/reference/lib/fop-0.95/lib/xercesImpl.LICENSE.txt b/doc/reference/lib/fop-0.95/lib/xercesImpl.LICENSE.txt index 261eeb9..20e4bd8 100644 --- a/doc/reference/lib/fop-0.95/lib/xercesImpl.LICENSE.txt +++ b/doc/reference/lib/fop-0.95/lib/xercesImpl.LICENSE.txt @@ -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/doc/reference/lib/fop-0.95/lib/xml-apis-ext.LICENSE.txt b/doc/reference/lib/fop-0.95/lib/xml-apis-ext.LICENSE.txt index d645695..62589ed 100644 --- a/doc/reference/lib/fop-0.95/lib/xml-apis-ext.LICENSE.txt +++ b/doc/reference/lib/fop-0.95/lib/xml-apis-ext.LICENSE.txt @@ -1,7 +1,7 @@ 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 @@ -193,7 +193,7 @@ you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/doc/reference/lib/fop-0.95/lib/xml-apis.LICENSE.txt b/doc/reference/lib/fop-0.95/lib/xml-apis.LICENSE.txt index 261eeb9..20e4bd8 100644 --- a/doc/reference/lib/fop-0.95/lib/xml-apis.LICENSE.txt +++ b/doc/reference/lib/fop-0.95/lib/xml-apis.LICENSE.txt @@ -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/doc/reference/lib/fop-0.95/lib/xmlgraphics-commons.LICENSE.txt b/doc/reference/lib/fop-0.95/lib/xmlgraphics-commons.LICENSE.txt index d645695..62589ed 100644 --- a/doc/reference/lib/fop-0.95/lib/xmlgraphics-commons.LICENSE.txt +++ b/doc/reference/lib/fop-0.95/lib/xmlgraphics-commons.LICENSE.txt @@ -1,7 +1,7 @@ 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 @@ -193,7 +193,7 @@ you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Collections/Generic/AbstractCollection.cs b/src/Spring/Spring.Threading/Collections/Generic/AbstractCollection.cs index f1e75cd..6aa9773 100644 --- a/src/Spring/Spring.Threading/Collections/Generic/AbstractCollection.cs +++ b/src/Spring/Spring.Threading/Collections/Generic/AbstractCollection.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Collections/Generic/AbstractEnumerator.cs b/src/Spring/Spring.Threading/Collections/Generic/AbstractEnumerator.cs index a39e76c..d665c69 100644 --- a/src/Spring/Spring.Threading/Collections/Generic/AbstractEnumerator.cs +++ b/src/Spring/Spring.Threading/Collections/Generic/AbstractEnumerator.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Collections/Generic/AbstractList.cs b/src/Spring/Spring.Threading/Collections/Generic/AbstractList.cs index ef1c4b9..c23e02f 100644 --- a/src/Spring/Spring.Threading/Collections/Generic/AbstractList.cs +++ b/src/Spring/Spring.Threading/Collections/Generic/AbstractList.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Collections/Generic/AbstractQueue.cs b/src/Spring/Spring.Threading/Collections/Generic/AbstractQueue.cs index 8ab05ef..effdc30 100644 --- a/src/Spring/Spring.Threading/Collections/Generic/AbstractQueue.cs +++ b/src/Spring/Spring.Threading/Collections/Generic/AbstractQueue.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Collections/Generic/AbstractTransformingList.cs b/src/Spring/Spring.Threading/Collections/Generic/AbstractTransformingList.cs index d9dbe29..8488d0c 100644 --- a/src/Spring/Spring.Threading/Collections/Generic/AbstractTransformingList.cs +++ b/src/Spring/Spring.Threading/Collections/Generic/AbstractTransformingList.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Collections/Generic/ArrayQueue.cs b/src/Spring/Spring.Threading/Collections/Generic/ArrayQueue.cs index 9797663..727fe2b 100644 --- a/src/Spring/Spring.Threading/Collections/Generic/ArrayQueue.cs +++ b/src/Spring/Spring.Threading/Collections/Generic/ArrayQueue.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Collections/Generic/DictionarySet.cs b/src/Spring/Spring.Threading/Collections/Generic/DictionarySet.cs index c4bb281..88d4680 100644 --- a/src/Spring/Spring.Threading/Collections/Generic/DictionarySet.cs +++ b/src/Spring/Spring.Threading/Collections/Generic/DictionarySet.cs @@ -1,15 +1,15 @@ -/* Copyright © 2002-2004 by Aidant Systems, Inc., and by Jason Smith. */ +/* Copyright � 2002-2004 by Aidant Systems, Inc., and by Jason Smith. */ #region License /* - * Copyright © 2002-2005 the original author or authors. + * Copyright � 2002-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Collections/Generic/DownCastList.cs b/src/Spring/Spring.Threading/Collections/Generic/DownCastList.cs index 28ff679..507fadb 100644 --- a/src/Spring/Spring.Threading/Collections/Generic/DownCastList.cs +++ b/src/Spring/Spring.Threading/Collections/Generic/DownCastList.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Collections/Generic/HashedSet.cs b/src/Spring/Spring.Threading/Collections/Generic/HashedSet.cs index 2c17178..f5ae613 100644 --- a/src/Spring/Spring.Threading/Collections/Generic/HashedSet.cs +++ b/src/Spring/Spring.Threading/Collections/Generic/HashedSet.cs @@ -1,15 +1,15 @@ -/* Copyright © 2002-2004 by Aidant Systems, Inc., and by Jason Smith. */ +/* Copyright � 2002-2004 by Aidant Systems, Inc., and by Jason Smith. */ #region License /* - * Copyright © 2002-2005 the original author or authors. + * Copyright � 2002-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Collections/Generic/INavigableDictionary.cs b/src/Spring/Spring.Threading/Collections/Generic/INavigableDictionary.cs index 7fda82d..383a557 100644 --- a/src/Spring/Spring.Threading/Collections/Generic/INavigableDictionary.cs +++ b/src/Spring/Spring.Threading/Collections/Generic/INavigableDictionary.cs @@ -1,13 +1,13 @@ #region License /* - * Copyright © 2002-2006 the original author or authors. + * Copyright � 2002-2006 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Collections/Generic/INavigableSet.cs b/src/Spring/Spring.Threading/Collections/Generic/INavigableSet.cs index f3361ac..03b1ed6 100644 --- a/src/Spring/Spring.Threading/Collections/Generic/INavigableSet.cs +++ b/src/Spring/Spring.Threading/Collections/Generic/INavigableSet.cs @@ -1,13 +1,13 @@ #region License /* - * Copyright © 2002-2005 the original author or authors. + * Copyright � 2002-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Collections/Generic/IQueue.cs b/src/Spring/Spring.Threading/Collections/Generic/IQueue.cs index da6128f..268be66 100644 --- a/src/Spring/Spring.Threading/Collections/Generic/IQueue.cs +++ b/src/Spring/Spring.Threading/Collections/Generic/IQueue.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Collections/Generic/ISet.cs b/src/Spring/Spring.Threading/Collections/Generic/ISet.cs index 4069b1b..16b51ea 100644 --- a/src/Spring/Spring.Threading/Collections/Generic/ISet.cs +++ b/src/Spring/Spring.Threading/Collections/Generic/ISet.cs @@ -9,7 +9,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Collections/Generic/ISortedDictionary.cs b/src/Spring/Spring.Threading/Collections/Generic/ISortedDictionary.cs index 5d141bc..9496d21 100644 --- a/src/Spring/Spring.Threading/Collections/Generic/ISortedDictionary.cs +++ b/src/Spring/Spring.Threading/Collections/Generic/ISortedDictionary.cs @@ -1,13 +1,13 @@ #region License /* - * Copyright © 2002-2006 the original author or authors. + * Copyright � 2002-2006 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Collections/Generic/PriorityQueue.cs b/src/Spring/Spring.Threading/Collections/Generic/PriorityQueue.cs index 38d8221..9dfa48f 100644 --- a/src/Spring/Spring.Threading/Collections/Generic/PriorityQueue.cs +++ b/src/Spring/Spring.Threading/Collections/Generic/PriorityQueue.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Collections/Generic/Set.cs b/src/Spring/Spring.Threading/Collections/Generic/Set.cs index e23b634..d8b312f 100644 --- a/src/Spring/Spring.Threading/Collections/Generic/Set.cs +++ b/src/Spring/Spring.Threading/Collections/Generic/Set.cs @@ -1,15 +1,15 @@ -/* Copyright © 2002-2004 by Aidant Systems, Inc., and by Jason Smith. */ +/* Copyright � 2002-2004 by Aidant Systems, Inc., and by Jason Smith. */ #region License /* - * Copyright © 2002-2005 the original author or authors. + * Copyright � 2002-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Collections/Generic/SortedSet.cs b/src/Spring/Spring.Threading/Collections/Generic/SortedSet.cs index 9c5dfb9..7e61ce8 100644 --- a/src/Spring/Spring.Threading/Collections/Generic/SortedSet.cs +++ b/src/Spring/Spring.Threading/Collections/Generic/SortedSet.cs @@ -1,15 +1,15 @@ -/* Copyright © 2002-2004 by Aidant Systems, Inc., and by Jason Smith. */ +/* Copyright � 2002-2004 by Aidant Systems, Inc., and by Jason Smith. */ #region License /* - * Copyright © 2002-2005 the original author or authors. + * Copyright � 2002-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Collections/Generic/TransformingEnumerator.cs b/src/Spring/Spring.Threading/Collections/Generic/TransformingEnumerator.cs index 6eda5e8..2708564 100644 --- a/src/Spring/Spring.Threading/Collections/Generic/TransformingEnumerator.cs +++ b/src/Spring/Spring.Threading/Collections/Generic/TransformingEnumerator.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Collections/Generic/TransformingList.cs b/src/Spring/Spring.Threading/Collections/Generic/TransformingList.cs index 5a36836..be54efd 100644 --- a/src/Spring/Spring.Threading/Collections/Generic/TransformingList.cs +++ b/src/Spring/Spring.Threading/Collections/Generic/TransformingList.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/System/AggregateException.cs b/src/Spring/Spring.Threading/System/AggregateException.cs index c22aabb..3ea03d0 100644 --- a/src/Spring/Spring.Threading/System/AggregateException.cs +++ b/src/Spring/Spring.Threading/System/AggregateException.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/System/Threading/Tasks/OrderProcessor.cs b/src/Spring/Spring.Threading/System/Threading/Tasks/OrderProcessor.cs index 345d4e6..275f259 100644 --- a/src/Spring/Spring.Threading/System/Threading/Tasks/OrderProcessor.cs +++ b/src/Spring/Spring.Threading/System/Threading/Tasks/OrderProcessor.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/System/Threading/Tasks/Parallel.cs b/src/Spring/Spring.Threading/System/Threading/Tasks/Parallel.cs index 9b2f3bc..443293e 100644 --- a/src/Spring/Spring.Threading/System/Threading/Tasks/Parallel.cs +++ b/src/Spring/Spring.Threading/System/Threading/Tasks/Parallel.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/System/Threading/Tasks/ParallelLoopResult.cs b/src/Spring/Spring.Threading/System/Threading/Tasks/ParallelLoopResult.cs index b5e6702..55103a3 100644 --- a/src/Spring/Spring.Threading/System/Threading/Tasks/ParallelLoopResult.cs +++ b/src/Spring/Spring.Threading/System/Threading/Tasks/ParallelLoopResult.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/System/Threading/Tasks/ParallelOptions.cs b/src/Spring/Spring.Threading/System/Threading/Tasks/ParallelOptions.cs index 43e7e27..966973c 100644 --- a/src/Spring/Spring.Threading/System/Threading/Tasks/ParallelOptions.cs +++ b/src/Spring/Spring.Threading/System/Threading/Tasks/ParallelOptions.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/AtomicTypes/AbstractAtomicArray.cs b/src/Spring/Spring.Threading/Threading/AtomicTypes/AbstractAtomicArray.cs index 0a12c73..9d4ff68 100644 --- a/src/Spring/Spring.Threading/Threading/AtomicTypes/AbstractAtomicArray.cs +++ b/src/Spring/Spring.Threading/Threading/AtomicTypes/AbstractAtomicArray.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/AtomicTypes/Atomic.cs b/src/Spring/Spring.Threading/Threading/AtomicTypes/Atomic.cs index 8516eb7..d992324 100644 --- a/src/Spring/Spring.Threading/Threading/AtomicTypes/Atomic.cs +++ b/src/Spring/Spring.Threading/Threading/AtomicTypes/Atomic.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicArray.cs b/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicArray.cs index ea0bdf8..0db17e9 100644 --- a/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicArray.cs +++ b/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicArray.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicBoolean.cs b/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicBoolean.cs index d104e95..3b00d75 100644 --- a/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicBoolean.cs +++ b/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicBoolean.cs @@ -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/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicInteger.cs b/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicInteger.cs index ebbe043..2edf47c 100644 --- a/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicInteger.cs +++ b/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicInteger.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicIntegerArray.cs b/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicIntegerArray.cs index c28f6bc..816927e 100644 --- a/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicIntegerArray.cs +++ b/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicIntegerArray.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicLong.cs b/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicLong.cs index 47ff797..0d2b35e 100644 --- a/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicLong.cs +++ b/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicLong.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicLongArray.cs b/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicLongArray.cs index 7e4fc20..fc88e7a 100644 --- a/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicLongArray.cs +++ b/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicLongArray.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicMarkable.cs b/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicMarkable.cs index 8528ab4..490a767 100644 --- a/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicMarkable.cs +++ b/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicMarkable.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicMarkableReference.cs b/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicMarkableReference.cs index 0de4146..49fa433 100644 --- a/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicMarkableReference.cs +++ b/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicMarkableReference.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicReference.cs b/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicReference.cs index 25abe02..41838b9 100644 --- a/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicReference.cs +++ b/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicReference.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicReferenceArray.cs b/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicReferenceArray.cs index 89f9a8a..fac9e7a 100644 --- a/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicReferenceArray.cs +++ b/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicReferenceArray.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicStamped.cs b/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicStamped.cs index eef8f66..8c80fb1 100644 --- a/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicStamped.cs +++ b/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicStamped.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicStampedReference.cs b/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicStampedReference.cs index 46bb3d2..d6a0faa 100644 --- a/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicStampedReference.cs +++ b/src/Spring/Spring.Threading/Threading/AtomicTypes/AtomicStampedReference.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/AtomicTypes/IAtomic.cs b/src/Spring/Spring.Threading/Threading/AtomicTypes/IAtomic.cs index 38f8382..ad0709b 100644 --- a/src/Spring/Spring.Threading/Threading/AtomicTypes/IAtomic.cs +++ b/src/Spring/Spring.Threading/Threading/AtomicTypes/IAtomic.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/AtomicTypes/IAtomicArray.cs b/src/Spring/Spring.Threading/Threading/AtomicTypes/IAtomicArray.cs index 1c9b5be..53e740e 100644 --- a/src/Spring/Spring.Threading/Threading/AtomicTypes/IAtomicArray.cs +++ b/src/Spring/Spring.Threading/Threading/AtomicTypes/IAtomicArray.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/AtomicTypes/ValueHolder.cs b/src/Spring/Spring.Threading/Threading/AtomicTypes/ValueHolder.cs index 0b96266..a90a7c0 100644 --- a/src/Spring/Spring.Threading/Threading/AtomicTypes/ValueHolder.cs +++ b/src/Spring/Spring.Threading/Threading/AtomicTypes/ValueHolder.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/BoundedBuffer.cs b/src/Spring/Spring.Threading/Threading/BoundedBuffer.cs index d7af7f8..38c6a61 100644 --- a/src/Spring/Spring.Threading/Threading/BoundedBuffer.cs +++ b/src/Spring/Spring.Threading/Threading/BoundedBuffer.cs @@ -1,12 +1,12 @@ #region License /* -* Copyright © 2002-2005 the original author or authors. +* Copyright � 2002-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://www.apache.org/licenses/LICENSE-2.0 +* https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/BoundedLinkedQueue.cs b/src/Spring/Spring.Threading/Threading/BoundedLinkedQueue.cs index bbdee66..39f02bf 100644 --- a/src/Spring/Spring.Threading/Threading/BoundedLinkedQueue.cs +++ b/src/Spring/Spring.Threading/Threading/BoundedLinkedQueue.cs @@ -1,12 +1,12 @@ #region License /* -* Copyright © 2002-2005 the original author or authors. +* Copyright � 2002-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://www.apache.org/licenses/LICENSE-2.0 +* https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/BoundedPriorityQueue.cs b/src/Spring/Spring.Threading/Threading/BoundedPriorityQueue.cs index 126e061..69f551b 100644 --- a/src/Spring/Spring.Threading/Threading/BoundedPriorityQueue.cs +++ b/src/Spring/Spring.Threading/Threading/BoundedPriorityQueue.cs @@ -2,13 +2,13 @@ #region License /* -* Copyright © 2002-2005 the original author or authors. +* Copyright � 2002-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://www.apache.org/licenses/LICENSE-2.0 +* https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/BrokenBarrierException.cs b/src/Spring/Spring.Threading/Threading/BrokenBarrierException.cs index fe881c4..26b2fe9 100644 --- a/src/Spring/Spring.Threading/Threading/BrokenBarrierException.cs +++ b/src/Spring/Spring.Threading/Threading/BrokenBarrierException.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/Callable.cs b/src/Spring/Spring.Threading/Threading/Callable.cs index b477a53..6f8b0ed 100644 --- a/src/Spring/Spring.Threading/Threading/Callable.cs +++ b/src/Spring/Spring.Threading/Threading/Callable.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://www.apache.org/licenses/LICENSE-2.0 +* https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/ClockDaemon.cs b/src/Spring/Spring.Threading/Threading/ClockDaemon.cs index f12ae7d..53f01d0 100644 --- a/src/Spring/Spring.Threading/Threading/ClockDaemon.cs +++ b/src/Spring/Spring.Threading/Threading/ClockDaemon.cs @@ -1,12 +1,12 @@ //#region License //* -//* Copyright © 2002-2005 the original author or authors. +//* Copyright � 2002-2005 the original author or authors. //* //* Licensed under the Apache License, Version 2.0 (the "License"); //* you may not use this file except in compliance with the License. //* You may obtain a copy of the License at //* -//* http://www.apache.org/licenses/LICENSE-2.0 +//* https://www.apache.org/licenses/LICENSE-2.0 //* //* Unless required by applicable law or agreed to in writing, software //* distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/Collections/Generic/AbstractBlockingQueue.cs b/src/Spring/Spring.Threading/Threading/Collections/Generic/AbstractBlockingQueue.cs index ceee601..fa7d2fa 100644 --- a/src/Spring/Spring.Threading/Threading/Collections/Generic/AbstractBlockingQueue.cs +++ b/src/Spring/Spring.Threading/Threading/Collections/Generic/AbstractBlockingQueue.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/Collections/Generic/ArrayBlockingQueue.cs b/src/Spring/Spring.Threading/Threading/Collections/Generic/ArrayBlockingQueue.cs index ed988cb..92e8122 100644 --- a/src/Spring/Spring.Threading/Threading/Collections/Generic/ArrayBlockingQueue.cs +++ b/src/Spring/Spring.Threading/Threading/Collections/Generic/ArrayBlockingQueue.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/Collections/Generic/BlockingQueueWrapper.cs b/src/Spring/Spring.Threading/Threading/Collections/Generic/BlockingQueueWrapper.cs index 9d3be49..a82dd89 100644 --- a/src/Spring/Spring.Threading/Threading/Collections/Generic/BlockingQueueWrapper.cs +++ b/src/Spring/Spring.Threading/Threading/Collections/Generic/BlockingQueueWrapper.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/Collections/Generic/CopyOnWriteArrayList.cs b/src/Spring/Spring.Threading/Threading/Collections/Generic/CopyOnWriteArrayList.cs index 87fa9b4..cfc8cb2 100644 --- a/src/Spring/Spring.Threading/Threading/Collections/Generic/CopyOnWriteArrayList.cs +++ b/src/Spring/Spring.Threading/Threading/Collections/Generic/CopyOnWriteArrayList.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/Collections/Generic/CopyOnWriteList.cs b/src/Spring/Spring.Threading/Threading/Collections/Generic/CopyOnWriteList.cs index 53f9df9..79f1c9f 100644 --- a/src/Spring/Spring.Threading/Threading/Collections/Generic/CopyOnWriteList.cs +++ b/src/Spring/Spring.Threading/Threading/Collections/Generic/CopyOnWriteList.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -434,7 +434,7 @@ public CopyOnWriteList FindAll(Predicate match) /// /// The zero-based index of the first occurrence of an element that /// matches the conditions defined by , if - /// found; otherwise, –1. + /// found; otherwise, �1. /// /// /// is null. @@ -458,7 +458,7 @@ public int FindIndex(Predicate match) /// /// The zero-based index of the last occurrence of an element that /// matches the conditions defined by , if - /// found; otherwise, –1. + /// found; otherwise, �1. /// /// /// is null. @@ -487,7 +487,7 @@ public int FindLastIndex(Predicate match) /// /// The zero-based index of the first occurrence of an element that /// matches the conditions defined by , if - /// found; otherwise, –1. + /// found; otherwise, �1. /// /// /// is outside the range of valid indexes for @@ -522,7 +522,7 @@ public int FindIndex(int index, Predicate match) /// /// The zero-based index of the last occurrence of an element that /// matches the conditions defined by , if - /// found; otherwise, –1. + /// found; otherwise, �1. /// /// /// is outside the range of valid indexes for @@ -560,7 +560,7 @@ public int FindLastIndex(int index, Predicate match) /// /// The zero-based index of the first occurrence of an element that /// matches the conditions defined by , if - /// found; otherwise, –1. + /// found; otherwise, �1. /// /// /// is outside the range of valid indexes for @@ -605,7 +605,7 @@ public int FindIndex(int index, int count, Predicate match) /// /// The zero-based index of the last occurrence of an element that /// matches the conditions defined by , if - /// found; otherwise, –1. + /// found; otherwise, �1. /// /// /// is outside the range of valid indexes for @@ -699,7 +699,7 @@ public override int IndexOf(T item) /// /// The zero-based index of the first occurrence of item within the /// range of elements in the that - /// extends from index to the last element, if found; otherwise, –1. + /// extends from index to the last element, if found; otherwise, �1. /// /// /// index is outside the range of valid indexes for the @@ -733,7 +733,7 @@ public int IndexOf(T item, int index) /// The zero-based index of the first occurrence of item within the /// range of elements in the that /// starts at index and contains count number of elements, if found; - /// otherwise, –1. + /// otherwise, �1. /// /// /// is outside the range of valid indexes for @@ -1034,7 +1034,7 @@ public void InsertRange(int index, IEnumerable collection) /// /// /// The zero-based index of the last occurrence of item within the - /// entire , if found; otherwise, –1. + /// entire , if found; otherwise, �1. /// public int LastIndexOf(T item) { @@ -1059,7 +1059,7 @@ public int LastIndexOf(T item) /// The zero-based index of the last occurrence of item within the /// range of elements in the that /// extends from the first element to , if - /// found; otherwise, –1. + /// found; otherwise, �1. /// /// /// is outside the range of valid indexes for @@ -1090,7 +1090,7 @@ public int LastIndexOf(T item, int index) /// The zero-based index of the last occurrence of item within the /// range of elements in the that /// contains number of elements and ends at - /// , if found; otherwise, –1. + /// , if found; otherwise, �1. /// /// /// is outside the range of valid indexes for diff --git a/src/Spring/Spring.Threading/Threading/Collections/Generic/IBlockingQueue.cs b/src/Spring/Spring.Threading/Threading/Collections/Generic/IBlockingQueue.cs index 590703a..7709feb 100644 --- a/src/Spring/Spring.Threading/Threading/Collections/Generic/IBlockingQueue.cs +++ b/src/Spring/Spring.Threading/Threading/Collections/Generic/IBlockingQueue.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/Collections/Generic/LinkedBlockingQueue.cs b/src/Spring/Spring.Threading/Threading/Collections/Generic/LinkedBlockingQueue.cs index 5cf20bd..9828e09 100644 --- a/src/Spring/Spring.Threading/Threading/Collections/Generic/LinkedBlockingQueue.cs +++ b/src/Spring/Spring.Threading/Threading/Collections/Generic/LinkedBlockingQueue.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/Collections/Generic/PriorityBlockingQueue.cs b/src/Spring/Spring.Threading/Threading/Collections/Generic/PriorityBlockingQueue.cs index e648abf..c0b77d7 100644 --- a/src/Spring/Spring.Threading/Threading/Collections/Generic/PriorityBlockingQueue.cs +++ b/src/Spring/Spring.Threading/Threading/Collections/Generic/PriorityBlockingQueue.cs @@ -13,7 +13,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/Collections/Generic/TransformingBlockingQueue.cs b/src/Spring/Spring.Threading/Threading/Collections/Generic/TransformingBlockingQueue.cs index 97103c9..93b9d2d 100644 --- a/src/Spring/Spring.Threading/Threading/Collections/Generic/TransformingBlockingQueue.cs +++ b/src/Spring/Spring.Threading/Threading/Collections/Generic/TransformingBlockingQueue.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/ContextCopyingRunnable.cs b/src/Spring/Spring.Threading/Threading/ContextCopyingRunnable.cs index ddefbca..8e5c847 100644 --- a/src/Spring/Spring.Threading/Threading/ContextCopyingRunnable.cs +++ b/src/Spring/Spring.Threading/Threading/ContextCopyingRunnable.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/CountDown.cs b/src/Spring/Spring.Threading/Threading/CountDown.cs index 124bd6a..9c58bac 100644 --- a/src/Spring/Spring.Threading/Threading/CountDown.cs +++ b/src/Spring/Spring.Threading/Threading/CountDown.cs @@ -1,12 +1,12 @@ #region License /* -* Copyright © 2002-2005 the original author or authors. +* Copyright � 2002-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://www.apache.org/licenses/LICENSE-2.0 +* https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/CountDownLatch.cs b/src/Spring/Spring.Threading/Threading/CountDownLatch.cs index 686db5c..a7785f2 100644 --- a/src/Spring/Spring.Threading/Threading/CountDownLatch.cs +++ b/src/Spring/Spring.Threading/Threading/CountDownLatch.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/CyclicBarrier.cs b/src/Spring/Spring.Threading/Threading/CyclicBarrier.cs index 1c09150..58c4984 100644 --- a/src/Spring/Spring.Threading/Threading/CyclicBarrier.cs +++ b/src/Spring/Spring.Threading/Threading/CyclicBarrier.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/DefaultChannelCapacity.cs b/src/Spring/Spring.Threading/Threading/DefaultChannelCapacity.cs index e6aeeaa..b4e2eb6 100644 --- a/src/Spring/Spring.Threading/Threading/DefaultChannelCapacity.cs +++ b/src/Spring/Spring.Threading/Threading/DefaultChannelCapacity.cs @@ -1,12 +1,12 @@ #region License /* -* Copyright © 2002-2005 the original author or authors. +* Copyright � 2002-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://www.apache.org/licenses/LICENSE-2.0 +* https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/DirectExecutor.cs b/src/Spring/Spring.Threading/Threading/DirectExecutor.cs index bd63cb6..858114b 100644 --- a/src/Spring/Spring.Threading/Threading/DirectExecutor.cs +++ b/src/Spring/Spring.Threading/Threading/DirectExecutor.cs @@ -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/src/Spring/Spring.Threading/Threading/Execution/AbstractExecutorService.cs b/src/Spring/Spring.Threading/Threading/Execution/AbstractExecutorService.cs index d34d48b..0af74a7 100644 --- a/src/Spring/Spring.Threading/Threading/Execution/AbstractExecutorService.cs +++ b/src/Spring/Spring.Threading/Threading/Execution/AbstractExecutorService.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://www.apache.org/licenses/LICENSE-2.0 +* https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/Execution/ExecutionException.cs b/src/Spring/Spring.Threading/Threading/Execution/ExecutionException.cs index a285089..b695194 100644 --- a/src/Spring/Spring.Threading/Threading/Execution/ExecutionException.cs +++ b/src/Spring/Spring.Threading/Threading/Execution/ExecutionException.cs @@ -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/src/Spring/Spring.Threading/Threading/Execution/ExecutorCompletionService.cs b/src/Spring/Spring.Threading/Threading/Execution/ExecutorCompletionService.cs index d191e61..d601b44 100644 --- a/src/Spring/Spring.Threading/Threading/Execution/ExecutorCompletionService.cs +++ b/src/Spring/Spring.Threading/Threading/Execution/ExecutorCompletionService.cs @@ -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/src/Spring/Spring.Threading/Threading/Execution/Executors.cs b/src/Spring/Spring.Threading/Threading/Execution/Executors.cs index de111f7..740eb86 100644 --- a/src/Spring/Spring.Threading/Threading/Execution/Executors.cs +++ b/src/Spring/Spring.Threading/Threading/Execution/Executors.cs @@ -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/src/Spring/Spring.Threading/Threading/Execution/IExecutorService.cs b/src/Spring/Spring.Threading/Threading/Execution/IExecutorService.cs index efd47c8..7589808 100644 --- a/src/Spring/Spring.Threading/Threading/Execution/IExecutorService.cs +++ b/src/Spring/Spring.Threading/Threading/Execution/IExecutorService.cs @@ -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/src/Spring/Spring.Threading/Threading/Execution/ILoopResult.cs b/src/Spring/Spring.Threading/Threading/Execution/ILoopResult.cs index 45b8c47..2061f14 100644 --- a/src/Spring/Spring.Threading/Threading/Execution/ILoopResult.cs +++ b/src/Spring/Spring.Threading/Threading/Execution/ILoopResult.cs @@ -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/src/Spring/Spring.Threading/Threading/Execution/ILoopState.cs b/src/Spring/Spring.Threading/Threading/Execution/ILoopState.cs index e30672b..547d3cc 100644 --- a/src/Spring/Spring.Threading/Threading/Execution/ILoopState.cs +++ b/src/Spring/Spring.Threading/Threading/Execution/ILoopState.cs @@ -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/src/Spring/Spring.Threading/Threading/Execution/ParallelCompletion.cs b/src/Spring/Spring.Threading/Threading/Execution/ParallelCompletion.cs index ef3f8e5..e6cacaa 100644 --- a/src/Spring/Spring.Threading/Threading/Execution/ParallelCompletion.cs +++ b/src/Spring/Spring.Threading/Threading/Execution/ParallelCompletion.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/Execution/ParallelCompletionBase.cs b/src/Spring/Spring.Threading/Threading/Execution/ParallelCompletionBase.cs index e50ca5c..9eb8812 100644 --- a/src/Spring/Spring.Threading/Threading/Execution/ParallelCompletionBase.cs +++ b/src/Spring/Spring.Threading/Threading/Execution/ParallelCompletionBase.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/Execution/ParallelExtension.cs b/src/Spring/Spring.Threading/Threading/Execution/ParallelExtension.cs index 71ba430..35cdd0a 100644 --- a/src/Spring/Spring.Threading/Threading/Execution/ParallelExtension.cs +++ b/src/Spring/Spring.Threading/Threading/Execution/ParallelExtension.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/Execution/ParallelOptions.cs b/src/Spring/Spring.Threading/Threading/Execution/ParallelOptions.cs index 3e279ca..fa5ffd6 100644 --- a/src/Spring/Spring.Threading/Threading/Execution/ParallelOptions.cs +++ b/src/Spring/Spring.Threading/Threading/Execution/ParallelOptions.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/Execution/ThreadPoolExecutor.cs b/src/Spring/Spring.Threading/Threading/Execution/ThreadPoolExecutor.cs index 7b9a0a2..3c519d2 100644 --- a/src/Spring/Spring.Threading/Threading/Execution/ThreadPoolExecutor.cs +++ b/src/Spring/Spring.Threading/Threading/Execution/ThreadPoolExecutor.cs @@ -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/src/Spring/Spring.Threading/Threading/FIFOSemaphore.cs b/src/Spring/Spring.Threading/Threading/FIFOSemaphore.cs index ad778ec..6be0e9c 100644 --- a/src/Spring/Spring.Threading/Threading/FIFOSemaphore.cs +++ b/src/Spring/Spring.Threading/Threading/FIFOSemaphore.cs @@ -1,12 +1,12 @@ #region License /* -* Copyright © 2002-2005 the original author or authors. +* Copyright � 2002-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://www.apache.org/licenses/LICENSE-2.0 +* https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/ForkJoin/FJTask.cs b/src/Spring/Spring.Threading/Threading/ForkJoin/FJTask.cs index c22374a..974c10e 100644 --- a/src/Spring/Spring.Threading/Threading/ForkJoin/FJTask.cs +++ b/src/Spring/Spring.Threading/Threading/ForkJoin/FJTask.cs @@ -2,13 +2,13 @@ #region License /* -* Copyright © 2002-2005 the original author or authors. +* Copyright � 2002-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://www.apache.org/licenses/LICENSE-2.0 +* https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/ForkJoin/FJTaskRunner.cs b/src/Spring/Spring.Threading/Threading/ForkJoin/FJTaskRunner.cs index 9362c7c..a159aa1 100644 --- a/src/Spring/Spring.Threading/Threading/ForkJoin/FJTaskRunner.cs +++ b/src/Spring/Spring.Threading/Threading/ForkJoin/FJTaskRunner.cs @@ -1,12 +1,12 @@ #region License /* -* Copyright © 2002-2005 the original author or authors. +* Copyright � 2002-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://www.apache.org/licenses/LICENSE-2.0 +* https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/ForkJoin/FJTaskRunnerGroup.cs b/src/Spring/Spring.Threading/Threading/ForkJoin/FJTaskRunnerGroup.cs index c953c11..9628941 100644 --- a/src/Spring/Spring.Threading/Threading/ForkJoin/FJTaskRunnerGroup.cs +++ b/src/Spring/Spring.Threading/Threading/ForkJoin/FJTaskRunnerGroup.cs @@ -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/src/Spring/Spring.Threading/Threading/Future/FutureTask.cs b/src/Spring/Spring.Threading/Threading/Future/FutureTask.cs index 1555a2c..eef0c1b 100644 --- a/src/Spring/Spring.Threading/Threading/Future/FutureTask.cs +++ b/src/Spring/Spring.Threading/Threading/Future/FutureTask.cs @@ -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/src/Spring/Spring.Threading/Threading/Future/IDelayed.cs b/src/Spring/Spring.Threading/Threading/Future/IDelayed.cs index 46df4b7..94e5d83 100644 --- a/src/Spring/Spring.Threading/Threading/Future/IDelayed.cs +++ b/src/Spring/Spring.Threading/Threading/Future/IDelayed.cs @@ -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/src/Spring/Spring.Threading/Threading/Future/IFuture.cs b/src/Spring/Spring.Threading/Threading/Future/IFuture.cs index a33ddf5..5dfc372 100644 --- a/src/Spring/Spring.Threading/Threading/Future/IFuture.cs +++ b/src/Spring/Spring.Threading/Threading/Future/IFuture.cs @@ -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/src/Spring/Spring.Threading/Threading/Future/IRunnableFuture.cs b/src/Spring/Spring.Threading/Threading/Future/IRunnableFuture.cs index 41328ca..3494fb1 100644 --- a/src/Spring/Spring.Threading/Threading/Future/IRunnableFuture.cs +++ b/src/Spring/Spring.Threading/Threading/Future/IRunnableFuture.cs @@ -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/src/Spring/Spring.Threading/Threading/FutureResult.cs b/src/Spring/Spring.Threading/Threading/FutureResult.cs index 685fa75..1a422d5 100644 --- a/src/Spring/Spring.Threading/Threading/FutureResult.cs +++ b/src/Spring/Spring.Threading/Threading/FutureResult.cs @@ -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/src/Spring/Spring.Threading/Threading/Heap.cs b/src/Spring/Spring.Threading/Threading/Heap.cs index a8f9f7c..3fd53f0 100644 --- a/src/Spring/Spring.Threading/Threading/Heap.cs +++ b/src/Spring/Spring.Threading/Threading/Heap.cs @@ -1,12 +1,12 @@ #region License /* -* Copyright © 2002-2005 the original author or authors. +* Copyright � 2002-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://www.apache.org/licenses/LICENSE-2.0 +* https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/Helpers/FIFOWaitQueue.cs b/src/Spring/Spring.Threading/Threading/Helpers/FIFOWaitQueue.cs index 809d7f4..e79dfb7 100644 --- a/src/Spring/Spring.Threading/Threading/Helpers/FIFOWaitQueue.cs +++ b/src/Spring/Spring.Threading/Threading/Helpers/FIFOWaitQueue.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/Helpers/IQueuedSync.cs b/src/Spring/Spring.Threading/Threading/Helpers/IQueuedSync.cs index 5bc0688..4ce990b 100644 --- a/src/Spring/Spring.Threading/Threading/Helpers/IQueuedSync.cs +++ b/src/Spring/Spring.Threading/Threading/Helpers/IQueuedSync.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/Helpers/IWaitQueue.cs b/src/Spring/Spring.Threading/Threading/Helpers/IWaitQueue.cs index 80a8a6d..b4851ce 100644 --- a/src/Spring/Spring.Threading/Threading/Helpers/IWaitQueue.cs +++ b/src/Spring/Spring.Threading/Threading/Helpers/IWaitQueue.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/Helpers/WaitNode.cs b/src/Spring/Spring.Threading/Threading/Helpers/WaitNode.cs index 72590e4..7b70708 100644 --- a/src/Spring/Spring.Threading/Threading/Helpers/WaitNode.cs +++ b/src/Spring/Spring.Threading/Threading/Helpers/WaitNode.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/IBarrier.cs b/src/Spring/Spring.Threading/Threading/IBarrier.cs index 9de5517..f60e694 100644 --- a/src/Spring/Spring.Threading/Threading/IBarrier.cs +++ b/src/Spring/Spring.Threading/Threading/IBarrier.cs @@ -1,13 +1,13 @@ #region License /* -* Copyright © 2002-2005 the original author or authors. +* Copyright � 2002-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://www.apache.org/licenses/LICENSE-2.0 +* https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/IBoundedChannel.cs b/src/Spring/Spring.Threading/Threading/IBoundedChannel.cs index 2a68356..cf8b73d 100644 --- a/src/Spring/Spring.Threading/Threading/IBoundedChannel.cs +++ b/src/Spring/Spring.Threading/Threading/IBoundedChannel.cs @@ -1,12 +1,12 @@ #region License /* -* Copyright © 2002-2005 the original author or authors. +* Copyright � 2002-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://www.apache.org/licenses/LICENSE-2.0 +* https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/ICallable.cs b/src/Spring/Spring.Threading/Threading/ICallable.cs index 5b92d32..5a26327 100644 --- a/src/Spring/Spring.Threading/Threading/ICallable.cs +++ b/src/Spring/Spring.Threading/Threading/ICallable.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://www.apache.org/licenses/LICENSE-2.0 +* https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/ICancellable.cs b/src/Spring/Spring.Threading/Threading/ICancellable.cs index 43b6618..fc17bb9 100644 --- a/src/Spring/Spring.Threading/Threading/ICancellable.cs +++ b/src/Spring/Spring.Threading/Threading/ICancellable.cs @@ -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/src/Spring/Spring.Threading/Threading/IChannel.cs b/src/Spring/Spring.Threading/Threading/IChannel.cs index e7bd1ea..bcf4957 100644 --- a/src/Spring/Spring.Threading/Threading/IChannel.cs +++ b/src/Spring/Spring.Threading/Threading/IChannel.cs @@ -3,13 +3,13 @@ #region License /* -* Copyright © 2002-2005 the original author or authors. +* Copyright � 2002-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://www.apache.org/licenses/LICENSE-2.0 +* https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/IContextCarrier.cs b/src/Spring/Spring.Threading/Threading/IContextCarrier.cs index ed58972..b89addb 100644 --- a/src/Spring/Spring.Threading/Threading/IContextCarrier.cs +++ b/src/Spring/Spring.Threading/Threading/IContextCarrier.cs @@ -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/src/Spring/Spring.Threading/Threading/IContextCarrierFactory.cs b/src/Spring/Spring.Threading/Threading/IContextCarrierFactory.cs index d22bb5e..d4e8c2b 100644 --- a/src/Spring/Spring.Threading/Threading/IContextCarrierFactory.cs +++ b/src/Spring/Spring.Threading/Threading/IContextCarrierFactory.cs @@ -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/src/Spring/Spring.Threading/Threading/IExecutor.cs b/src/Spring/Spring.Threading/Threading/IExecutor.cs index 5a1f688..7dbc7ca 100644 --- a/src/Spring/Spring.Threading/Threading/IExecutor.cs +++ b/src/Spring/Spring.Threading/Threading/IExecutor.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://www.apache.org/licenses/LICENSE-2.0 +* https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/IPuttable.cs b/src/Spring/Spring.Threading/Threading/IPuttable.cs index 7f5930d..6f0482e 100644 --- a/src/Spring/Spring.Threading/Threading/IPuttable.cs +++ b/src/Spring/Spring.Threading/Threading/IPuttable.cs @@ -1,12 +1,12 @@ #region License /* -* Copyright © 2002-2005 the original author or authors. +* Copyright � 2002-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://www.apache.org/licenses/LICENSE-2.0 +* https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/IRunnable.cs b/src/Spring/Spring.Threading/Threading/IRunnable.cs index a7f203e..b9bbefb 100644 --- a/src/Spring/Spring.Threading/Threading/IRunnable.cs +++ b/src/Spring/Spring.Threading/Threading/IRunnable.cs @@ -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/src/Spring/Spring.Threading/Threading/ITakable.cs b/src/Spring/Spring.Threading/Threading/ITakable.cs index f54c11f..33f98dc 100644 --- a/src/Spring/Spring.Threading/Threading/ITakable.cs +++ b/src/Spring/Spring.Threading/Threading/ITakable.cs @@ -1,12 +1,12 @@ #region License /* -* Copyright © 2002-2005 the original author or authors. +* Copyright � 2002-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://www.apache.org/licenses/LICENSE-2.0 +* https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/IThreadFactory.cs b/src/Spring/Spring.Threading/Threading/IThreadFactory.cs index 99ecc4e..9a44914 100644 --- a/src/Spring/Spring.Threading/Threading/IThreadFactory.cs +++ b/src/Spring/Spring.Threading/Threading/IThreadFactory.cs @@ -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/src/Spring/Spring.Threading/Threading/LayeredSync.cs b/src/Spring/Spring.Threading/Threading/LayeredSync.cs index 2f95d64..cce2668 100644 --- a/src/Spring/Spring.Threading/Threading/LayeredSync.cs +++ b/src/Spring/Spring.Threading/Threading/LayeredSync.cs @@ -1,12 +1,12 @@ #region License /* -* Copyright © 2002-2005 the original author or authors. +* Copyright � 2002-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://www.apache.org/licenses/LICENSE-2.0 +* https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/LinkedNode.cs b/src/Spring/Spring.Threading/Threading/LinkedNode.cs index 20bb414..ce8c77c 100644 --- a/src/Spring/Spring.Threading/Threading/LinkedNode.cs +++ b/src/Spring/Spring.Threading/Threading/LinkedNode.cs @@ -1,12 +1,12 @@ #region License /* -* Copyright © 2002-2005 the original author or authors. +* Copyright � 2002-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://www.apache.org/licenses/LICENSE-2.0 +* https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/LinkedQueue.cs b/src/Spring/Spring.Threading/Threading/LinkedQueue.cs index 23191bf..d19ae65 100644 --- a/src/Spring/Spring.Threading/Threading/LinkedQueue.cs +++ b/src/Spring/Spring.Threading/Threading/LinkedQueue.cs @@ -1,12 +1,12 @@ #region License /* -* Copyright © 2002-2005 the original author or authors. +* Copyright � 2002-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://www.apache.org/licenses/LICENSE-2.0 +* https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/LockedExecutor.cs b/src/Spring/Spring.Threading/Threading/LockedExecutor.cs index 76a9857..eab805d 100644 --- a/src/Spring/Spring.Threading/Threading/LockedExecutor.cs +++ b/src/Spring/Spring.Threading/Threading/LockedExecutor.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://www.apache.org/licenses/LICENSE-2.0 +* https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/Locks/ConditionVariable.cs b/src/Spring/Spring.Threading/Threading/Locks/ConditionVariable.cs index cd5cdb1..763aaa8 100644 --- a/src/Spring/Spring.Threading/Threading/Locks/ConditionVariable.cs +++ b/src/Spring/Spring.Threading/Threading/Locks/ConditionVariable.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/Locks/FIFOConditionVariable.cs b/src/Spring/Spring.Threading/Threading/Locks/FIFOConditionVariable.cs index a6ecd54..5c8a497 100644 --- a/src/Spring/Spring.Threading/Threading/Locks/FIFOConditionVariable.cs +++ b/src/Spring/Spring.Threading/Threading/Locks/FIFOConditionVariable.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/Locks/ICondition.cs b/src/Spring/Spring.Threading/Threading/Locks/ICondition.cs index 4dbb25d..7872311 100644 --- a/src/Spring/Spring.Threading/Threading/Locks/ICondition.cs +++ b/src/Spring/Spring.Threading/Threading/Locks/ICondition.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/Locks/ILock.cs b/src/Spring/Spring.Threading/Threading/Locks/ILock.cs index cd5b0f5..efe8642 100644 --- a/src/Spring/Spring.Threading/Threading/Locks/ILock.cs +++ b/src/Spring/Spring.Threading/Threading/Locks/ILock.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/Locks/IReadWriteLock.cs b/src/Spring/Spring.Threading/Threading/Locks/IReadWriteLock.cs index 09012d4..8664818 100644 --- a/src/Spring/Spring.Threading/Threading/Locks/IReadWriteLock.cs +++ b/src/Spring/Spring.Threading/Threading/Locks/IReadWriteLock.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/Locks/ReentrantLock.cs b/src/Spring/Spring.Threading/Threading/Locks/ReentrantLock.cs index 420e728..5115ede 100644 --- a/src/Spring/Spring.Threading/Threading/Locks/ReentrantLock.cs +++ b/src/Spring/Spring.Threading/Threading/Locks/ReentrantLock.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/LogicalThreadContextCarrierFactory.cs b/src/Spring/Spring.Threading/Threading/LogicalThreadContextCarrierFactory.cs index 22c5b09..f00942f 100644 --- a/src/Spring/Spring.Threading/Threading/LogicalThreadContextCarrierFactory.cs +++ b/src/Spring/Spring.Threading/Threading/LogicalThreadContextCarrierFactory.cs @@ -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/src/Spring/Spring.Threading/Threading/Mutex.cs b/src/Spring/Spring.Threading/Threading/Mutex.cs index cad57f1..3549b5d 100644 --- a/src/Spring/Spring.Threading/Threading/Mutex.cs +++ b/src/Spring/Spring.Threading/Threading/Mutex.cs @@ -1,13 +1,13 @@ #region License /* -* Copyright © 2002-2005 the original author or authors. +* Copyright � 2002-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://www.apache.org/licenses/LICENSE-2.0 +* https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/NullRunnable.cs b/src/Spring/Spring.Threading/Threading/NullRunnable.cs index dff5547..a31edbe 100644 --- a/src/Spring/Spring.Threading/Threading/NullRunnable.cs +++ b/src/Spring/Spring.Threading/Threading/NullRunnable.cs @@ -1,12 +1,12 @@ #region License /* -* Copyright © 2002-2005 the original author or authors. +* Copyright � 2002-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://www.apache.org/licenses/LICENSE-2.0 +* https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/PooledExecutor.cs b/src/Spring/Spring.Threading/Threading/PooledExecutor.cs index 3b8b596..4be64da 100644 --- a/src/Spring/Spring.Threading/Threading/PooledExecutor.cs +++ b/src/Spring/Spring.Threading/Threading/PooledExecutor.cs @@ -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/src/Spring/Spring.Threading/Threading/PrioritySemaphore.cs b/src/Spring/Spring.Threading/Threading/PrioritySemaphore.cs index 2127894..385966c 100644 --- a/src/Spring/Spring.Threading/Threading/PrioritySemaphore.cs +++ b/src/Spring/Spring.Threading/Threading/PrioritySemaphore.cs @@ -1,12 +1,12 @@ #region License /* -* Copyright © 2002-2005 the original author or authors. +* Copyright � 2002-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://www.apache.org/licenses/LICENSE-2.0 +* https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/QueuedExecutor.cs b/src/Spring/Spring.Threading/Threading/QueuedExecutor.cs index 42d1de5..60e45aa 100644 --- a/src/Spring/Spring.Threading/Threading/QueuedExecutor.cs +++ b/src/Spring/Spring.Threading/Threading/QueuedExecutor.cs @@ -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/src/Spring/Spring.Threading/Threading/QueuedSemaphore.cs b/src/Spring/Spring.Threading/Threading/QueuedSemaphore.cs index 822f135..adf6afd 100644 --- a/src/Spring/Spring.Threading/Threading/QueuedSemaphore.cs +++ b/src/Spring/Spring.Threading/Threading/QueuedSemaphore.cs @@ -1,12 +1,12 @@ #region License /* -* Copyright © 2002-2005 the original author or authors. +* Copyright � 2002-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://www.apache.org/licenses/LICENSE-2.0 +* https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/Rendezvous.cs b/src/Spring/Spring.Threading/Threading/Rendezvous.cs index 0b46522..3a232a8 100644 --- a/src/Spring/Spring.Threading/Threading/Rendezvous.cs +++ b/src/Spring/Spring.Threading/Threading/Rendezvous.cs @@ -1,12 +1,12 @@ #region License /* -* Copyright © 2002-2005 the original author or authors. +* Copyright � 2002-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://www.apache.org/licenses/LICENSE-2.0 +* https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/Runnable.cs b/src/Spring/Spring.Threading/Threading/Runnable.cs index 6c1688e..95e6cbb 100644 --- a/src/Spring/Spring.Threading/Threading/Runnable.cs +++ b/src/Spring/Spring.Threading/Threading/Runnable.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://www.apache.org/licenses/LICENSE-2.0 +* https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/SemaphoreControlledChannel.cs b/src/Spring/Spring.Threading/Threading/SemaphoreControlledChannel.cs index 821578c..6695817 100644 --- a/src/Spring/Spring.Threading/Threading/SemaphoreControlledChannel.cs +++ b/src/Spring/Spring.Threading/Threading/SemaphoreControlledChannel.cs @@ -1,12 +1,12 @@ #region License /* -* Copyright © 2002-2005 the original author or authors. +* Copyright � 2002-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://www.apache.org/licenses/LICENSE-2.0 +* https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/Slot.cs b/src/Spring/Spring.Threading/Threading/Slot.cs index 3b5d391..8e72b8f 100644 --- a/src/Spring/Spring.Threading/Threading/Slot.cs +++ b/src/Spring/Spring.Threading/Threading/Slot.cs @@ -1,12 +1,12 @@ #region License /* -* Copyright © 2002-2005 the original author or authors. +* Copyright � 2002-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://www.apache.org/licenses/LICENSE-2.0 +* https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/SynchronousChannel.cs b/src/Spring/Spring.Threading/Threading/SynchronousChannel.cs index d8956d7..b6a3f7b 100644 --- a/src/Spring/Spring.Threading/Threading/SynchronousChannel.cs +++ b/src/Spring/Spring.Threading/Threading/SynchronousChannel.cs @@ -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/src/Spring/Spring.Threading/Threading/ThreadFactoryUser.cs b/src/Spring/Spring.Threading/Threading/ThreadFactoryUser.cs index 77ef653..4dfa137 100644 --- a/src/Spring/Spring.Threading/Threading/ThreadFactoryUser.cs +++ b/src/Spring/Spring.Threading/Threading/ThreadFactoryUser.cs @@ -1,12 +1,12 @@ #region License /* -* Copyright © 2002-2005 the original author or authors. +* Copyright � 2002-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://www.apache.org/licenses/LICENSE-2.0 +* https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/ThreadedExecutor.cs b/src/Spring/Spring.Threading/Threading/ThreadedExecutor.cs index 56d7722..4da4f62 100644 --- a/src/Spring/Spring.Threading/Threading/ThreadedExecutor.cs +++ b/src/Spring/Spring.Threading/Threading/ThreadedExecutor.cs @@ -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/src/Spring/Spring.Threading/Threading/TimedCallable.cs b/src/Spring/Spring.Threading/Threading/TimedCallable.cs index 9636454..b210243 100644 --- a/src/Spring/Spring.Threading/Threading/TimedCallable.cs +++ b/src/Spring/Spring.Threading/Threading/TimedCallable.cs @@ -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/src/Spring/Spring.Threading/Threading/WaitFreeQueue.cs b/src/Spring/Spring.Threading/Threading/WaitFreeQueue.cs index 766b18b..bd80188 100644 --- a/src/Spring/Spring.Threading/Threading/WaitFreeQueue.cs +++ b/src/Spring/Spring.Threading/Threading/WaitFreeQueue.cs @@ -1,12 +1,12 @@ #region License /* -* Copyright © 2002-2005 the original author or authors. +* Copyright � 2002-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://www.apache.org/licenses/LICENSE-2.0 +* https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/WaitableRunnable.cs b/src/Spring/Spring.Threading/Threading/WaitableRunnable.cs index 2d0a182..1c147db 100644 --- a/src/Spring/Spring.Threading/Threading/WaitableRunnable.cs +++ b/src/Spring/Spring.Threading/Threading/WaitableRunnable.cs @@ -2,13 +2,13 @@ //#region License //* -//* Copyright © 2002-2005 the original author or authors. +//* Copyright � 2002-2005 the original author or authors. //* //* Licensed under the Apache License, Version 2.0 (the "License"); //* you may not use this file except in compliance with the License. //* You may obtain a copy of the License at //* -//* http://www.apache.org/licenses/LICENSE-2.0 +//* https://www.apache.org/licenses/LICENSE-2.0 //* //* Unless required by applicable law or agreed to in writing, software //* distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Spring/Spring.Threading/Threading/WaiterPreferenceSemaphore.cs b/src/Spring/Spring.Threading/Threading/WaiterPreferenceSemaphore.cs index 531040c..4747b6a 100644 --- a/src/Spring/Spring.Threading/Threading/WaiterPreferenceSemaphore.cs +++ b/src/Spring/Spring.Threading/Threading/WaiterPreferenceSemaphore.cs @@ -1,12 +1,12 @@ #region License /* -* Copyright © 2002-2005 the original author or authors. +* Copyright � 2002-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://www.apache.org/licenses/LICENSE-2.0 +* https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/Spring/Spring.Threading.Tests/Collections/Generic/PriorityQueueTest.cs b/test/Spring/Spring.Threading.Tests/Collections/Generic/PriorityQueueTest.cs index 95abad6..a018698 100644 --- a/test/Spring/Spring.Threading.Tests/Collections/Generic/PriorityQueueTest.cs +++ b/test/Spring/Spring.Threading.Tests/Collections/Generic/PriorityQueueTest.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/Spring/Spring.Threading.Tests/CoreExceptionTests.cs b/test/Spring/Spring.Threading.Tests/CoreExceptionTests.cs index 37db9c6..13aba96 100644 --- a/test/Spring/Spring.Threading.Tests/CoreExceptionTests.cs +++ b/test/Spring/Spring.Threading.Tests/CoreExceptionTests.cs @@ -7,7 +7,7 @@ // * you may not use this file except in compliance with the License. // * You may obtain a copy of the License at // * -// * http://www.apache.org/licenses/LICENSE-2.0 +// * https://www.apache.org/licenses/LICENSE-2.0 // * // * Unless required by applicable law or agreed to in writing, software // * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/Spring/Spring.Threading.Tests/ExceptionsTest.cs b/test/Spring/Spring.Threading.Tests/ExceptionsTest.cs index 01675d1..4f64e7d 100644 --- a/test/Spring/Spring.Threading.Tests/ExceptionsTest.cs +++ b/test/Spring/Spring.Threading.Tests/ExceptionsTest.cs @@ -1,13 +1,13 @@ #region Licence /* - * Copyright © 2002-2005 the original author or authors. + * Copyright � 2002-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/Spring/Spring.Threading.Tests/StandardsComplianceTest.cs b/test/Spring/Spring.Threading.Tests/StandardsComplianceTest.cs index 6ea9066..69fe21e 100644 --- a/test/Spring/Spring.Threading.Tests/StandardsComplianceTest.cs +++ b/test/Spring/Spring.Threading.Tests/StandardsComplianceTest.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicArrayTests.cs b/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicArrayTests.cs index a0c6999..2159558 100644 --- a/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicArrayTests.cs +++ b/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicArrayTests.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicBooleanTests.cs b/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicBooleanTests.cs index 9127e0e..7c571a2 100644 --- a/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicBooleanTests.cs +++ b/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicBooleanTests.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicIntegerArrayTests.cs b/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicIntegerArrayTests.cs index c24d91e..127fa7c 100644 --- a/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicIntegerArrayTests.cs +++ b/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicIntegerArrayTests.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicIntegerTests.cs b/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicIntegerTests.cs index 80eda22..ec1b315 100644 --- a/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicIntegerTests.cs +++ b/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicIntegerTests.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicLongArrayTests.cs b/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicLongArrayTests.cs index 5d82127..ac21532 100644 --- a/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicLongArrayTests.cs +++ b/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicLongArrayTests.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicLongTests.cs b/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicLongTests.cs index 73cce49..24c2c67 100644 --- a/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicLongTests.cs +++ b/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicLongTests.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicMarkableReferenceTests.cs b/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicMarkableReferenceTests.cs index 5e64bcc..e260901 100644 --- a/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicMarkableReferenceTests.cs +++ b/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicMarkableReferenceTests.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicMarkableTests.cs b/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicMarkableTests.cs index 5fb0783..14e746e 100644 --- a/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicMarkableTests.cs +++ b/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicMarkableTests.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicReferenceArrayTests.cs b/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicReferenceArrayTests.cs index 07ce8c8..7cddabd 100644 --- a/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicReferenceArrayTests.cs +++ b/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicReferenceArrayTests.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicReferenceTests.cs b/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicReferenceTests.cs index 7bd3810..86e29e7 100644 --- a/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicReferenceTests.cs +++ b/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicReferenceTests.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicStampedReferenceTests.cs b/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicStampedReferenceTests.cs index e1a101f..f1ba16b 100644 --- a/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicStampedReferenceTests.cs +++ b/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicStampedReferenceTests.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicStampedTests.cs b/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicStampedTests.cs index 85426fe..83229a4 100644 --- a/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicStampedTests.cs +++ b/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicStampedTests.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicTests.cs b/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicTests.cs index ad1b7bf..c6c54f1 100644 --- a/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicTests.cs +++ b/test/Spring/Spring.Threading.Tests/Threading/AtomicTypes/AtomicTests.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/Spring/Spring.Threading.Tests/Threading/CallableTest.cs b/test/Spring/Spring.Threading.Tests/Threading/CallableTest.cs index b739b26..6846c57 100644 --- a/test/Spring/Spring.Threading.Tests/Threading/CallableTest.cs +++ b/test/Spring/Spring.Threading.Tests/Threading/CallableTest.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://www.apache.org/licenses/LICENSE-2.0 +* https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/Spring/Spring.Threading.Tests/Threading/Collections/Generic/CopyOnWriteListTest.cs b/test/Spring/Spring.Threading.Tests/Threading/Collections/Generic/CopyOnWriteListTest.cs index 958e6e7..11471df 100644 --- a/test/Spring/Spring.Threading.Tests/Threading/Collections/Generic/CopyOnWriteListTest.cs +++ b/test/Spring/Spring.Threading.Tests/Threading/Collections/Generic/CopyOnWriteListTest.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/Spring/Spring.Threading.Tests/Threading/Collections/Generic/DelayQueueTest.cs b/test/Spring/Spring.Threading.Tests/Threading/Collections/Generic/DelayQueueTest.cs index d2bef16..fdf7f3c 100644 --- a/test/Spring/Spring.Threading.Tests/Threading/Collections/Generic/DelayQueueTest.cs +++ b/test/Spring/Spring.Threading.Tests/Threading/Collections/Generic/DelayQueueTest.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/Spring/Spring.Threading.Tests/Threading/Execution/AbstractExecutorServiceTests.cs b/test/Spring/Spring.Threading.Tests/Threading/Execution/AbstractExecutorServiceTests.cs index 17ac880..36414f9 100644 --- a/test/Spring/Spring.Threading.Tests/Threading/Execution/AbstractExecutorServiceTests.cs +++ b/test/Spring/Spring.Threading.Tests/Threading/Execution/AbstractExecutorServiceTests.cs @@ -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/test/Spring/Spring.Threading.Tests/Threading/Execution/ExecutorServiceTestFixture.cs b/test/Spring/Spring.Threading.Tests/Threading/Execution/ExecutorServiceTestFixture.cs index ef4e34c..2c304ec 100644 --- a/test/Spring/Spring.Threading.Tests/Threading/Execution/ExecutorServiceTestFixture.cs +++ b/test/Spring/Spring.Threading.Tests/Threading/Execution/ExecutorServiceTestFixture.cs @@ -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, @@ -287,7 +287,7 @@ public void SubmitChokesOnNullArgument() Assert.That(e.ParamName, Is.EqualTo("call")); } - [Test, Description("Submit(runnable, result£©runs the runnable and sets the future result")] + [Test, Description("Submit(runnable, result��runs the runnable and sets the future result")] public void SubmitExecutesTheRunnableAndSetFutureResult() { var future = ExecutorService.Submit(_runnable, TestData.One); @@ -297,7 +297,7 @@ public void SubmitExecutesTheRunnableAndSetFutureResult() JoinPool(ExecutorService); } - [Test, Description("Submit(action, result£©runs the action and sets the future result")] + [Test, Description("Submit(action, result��runs the action and sets the future result")] public void SubmitExecutesTheActionAndSetFutureResult() { var future = ExecutorService.Submit(_action, TestData.One); diff --git a/test/Spring/Spring.Threading.Tests/Threading/LatchTest.cs b/test/Spring/Spring.Threading.Tests/Threading/LatchTest.cs index b6b539d..6b7947f 100644 --- a/test/Spring/Spring.Threading.Tests/Threading/LatchTest.cs +++ b/test/Spring/Spring.Threading.Tests/Threading/LatchTest.cs @@ -11,7 +11,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/Spring/Spring.Threading.Tests/Threading/RunnableTest.cs b/test/Spring/Spring.Threading.Tests/Threading/RunnableTest.cs index d9f0479..26fb4b3 100644 --- a/test/Spring/Spring.Threading.Tests/Threading/RunnableTest.cs +++ b/test/Spring/Spring.Threading.Tests/Threading/RunnableTest.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -* http://www.apache.org/licenses/LICENSE-2.0 +* https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/Spring/Spring.Threading.Tests/Threading/SemaphoreTest.cs b/test/Spring/Spring.Threading.Tests/Threading/SemaphoreTest.cs index 18a550e..95756e1 100644 --- a/test/Spring/Spring.Threading.Tests/Threading/SemaphoreTest.cs +++ b/test/Spring/Spring.Threading.Tests/Threading/SemaphoreTest.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/Spring/Spring.Threading.Tests/Threading/ThreadInterruptionTest.cs b/test/Spring/Spring.Threading.Tests/Threading/ThreadInterruptionTest.cs index 2145088..e1800da 100644 --- a/test/Spring/Spring.Threading.Tests/Threading/ThreadInterruptionTest.cs +++ b/test/Spring/Spring.Threading.Tests/Threading/ThreadInterruptionTest.cs @@ -7,7 +7,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS,