Skip to content

Commit 99a6949

Browse files
committed
fix copyright headers
1 parent 15bcf75 commit 99a6949

27 files changed

+27
-26
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Java utils
22

33
Some utility classes.<br/>
4+
Copyright 2021 Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0.<br/>
45
<br/>
56
**latest release: [4.0](https://search.maven.org/artifact/pl.morgwai.base/java-utils/4.0/jar)**
67
([javadoc](https://javadoc.io/doc/pl.morgwai.base/java-utils/4.0))

build.gradle.header

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
1+
// Copyright 2021 Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
22
plugins {
33
id 'java-library'
44
id 'maven-publish'

generate-build.gradle.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright (c) Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
2+
# Copyright 2021 Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
33
rm -f build.gradle settings.gradle &&
44

55
./gradlew init --type pom --dsl groovy <<< 'no' &&

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- Copyright (c) Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0 -->
2+
<!-- Copyright 2021 Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0 -->
33
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
55
<modelVersion>4.0.0</modelVersion>

src/main/java/overview.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Copyright (c) Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0 -->
1+
<!-- Copyright 2021 Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0 -->
22
<html><body>
33
Some utility classes.
44
See <a href='https://github.com/morgwai/java-utils/#java-utils'>project homepage</a>.

src/main/java/pl/morgwai/base/utils/concurrent/Awaitable.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
1+
// Copyright 2021 Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
22
package pl.morgwai.base.utils.concurrent;
33

44
import java.time.Duration;

src/main/java/pl/morgwai/base/utils/concurrent/CallableTaskExecution.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
1+
// Copyright 2023 Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
22
package pl.morgwai.base.utils.concurrent;
33

44
import java.util.concurrent.*;

src/main/java/pl/morgwai/base/utils/concurrent/ConcurrentUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
1+
// Copyright 2023 Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
22
package pl.morgwai.base.utils.concurrent;
33

44
import java.util.concurrent.*;

src/main/java/pl/morgwai/base/utils/concurrent/NamingThreadFactory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
1+
// Copyright 2023 Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
22
package pl.morgwai.base.utils.concurrent;
33

44
import java.util.concurrent.ThreadFactory;

src/main/java/pl/morgwai/base/utils/concurrent/OrderedConcurrentOutputBuffer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
1+
// Copyright 2021 Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
22
package pl.morgwai.base.utils.concurrent;
33

44
import java.util.LinkedList;

src/main/java/pl/morgwai/base/utils/concurrent/ScheduledTaskTrackingThreadPoolExecutor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
1+
// Copyright 2023 Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
22
package pl.morgwai.base.utils.concurrent;
33

44
import java.util.*;

src/main/java/pl/morgwai/base/utils/concurrent/TaskTrackingExecutor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
1+
// Copyright 2023 Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
22
package pl.morgwai.base.utils.concurrent;
33

44
import java.util.*;

src/main/java/pl/morgwai/base/utils/concurrent/TaskTrackingThreadPoolExecutor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
1+
// Copyright 2023 Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
22
package pl.morgwai.base.utils.concurrent;
33

44
import java.util.*;
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
// Copyright (c) Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
1+
// Copyright 2021 Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
22
/** Multithreading utilities. */
33
package pl.morgwai.base.utils.concurrent;

src/main/java/pl/morgwai/base/utils/io/NoCopyByteArrayOutputStream.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
1+
// Copyright 2023 Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
22
package pl.morgwai.base.utils.io;
33

44
import java.io.ByteArrayOutputStream;
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
// Copyright (c) Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
1+
// Copyright 2021 Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
22
/** Input/Output utilities. */
33
package pl.morgwai.base.utils.io;

src/test/java/pl/morgwai/base/utils/SlowTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
1+
// Copyright 2021 Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
22
package pl.morgwai.base.utils;
33

44

src/test/java/pl/morgwai/base/utils/concurrent/AwaitableTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
1+
// Copyright 2021 Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
22
package pl.morgwai.base.utils.concurrent;
33

44
import java.util.*;

src/test/java/pl/morgwai/base/utils/concurrent/CallableTaskExecutionTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
1+
// Copyright 2023 Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
22
package pl.morgwai.base.utils.concurrent;
33

44
import java.util.concurrent.*;

src/test/java/pl/morgwai/base/utils/concurrent/ConcurrentUtilsTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
1+
// Copyright 2023 Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
22
package pl.morgwai.base.utils.concurrent;
33

44
import java.util.concurrent.CountDownLatch;

src/test/java/pl/morgwai/base/utils/concurrent/OrderedConcurrentOutputBufferTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
1+
// Copyright 2021 Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
22
package pl.morgwai.base.utils.concurrent;
33

44
import java.util.*;

src/test/java/pl/morgwai/base/utils/concurrent/ScheduledTaskTrackingThreadPoolExecutorTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
1+
// Copyright 2023 Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
22
package pl.morgwai.base.utils.concurrent;
33

44
import java.util.Set;

src/test/java/pl/morgwai/base/utils/concurrent/TaskTrackingExecutorDecoratorTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
1+
// Copyright 2023 Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
22
package pl.morgwai.base.utils.concurrent;
33

44
import java.util.*;

src/test/java/pl/morgwai/base/utils/concurrent/TaskTrackingExecutorTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
1+
// Copyright 2023 Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
22
package pl.morgwai.base.utils.concurrent;
33

44
import java.util.Map;

src/test/java/pl/morgwai/base/utils/concurrent/TaskTrackingHookableExecutorTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
1+
// Copyright 2023 Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
22
package pl.morgwai.base.utils.concurrent;
33

44
import java.util.Comparator;

src/test/java/pl/morgwai/base/utils/concurrent/TaskTrackingThreadPoolExecutorTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
1+
// Copyright 2023 Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
22
package pl.morgwai.base.utils.concurrent;
33

44
import java.util.Set;

src/test/java/pl/morgwai/base/utils/io/NoCopyByteArrayOutputStreamTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
1+
// Copyright 2023 Piotr Morgwai Kotarbinski, Licensed under the Apache License, Version 2.0
22
package pl.morgwai.base.utils.io;
33

44
import java.io.IOException;

0 commit comments

Comments
 (0)