Skip to content

Commit

Permalink
update copyright info in test files
Browse files Browse the repository at this point in the history
  • Loading branch information
HPNavjot committed Apr 29, 2024
1 parent b8820b0 commit c8cf973
Show file tree
Hide file tree
Showing 41 changed files with 100 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2017 - 2023 HP Development Company, L.P.
// SPDX-License-Identifier: MIT

package com.hp.jipp.encoding;

import com.hp.jipp.model.CoveringName;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2016 - 2020 HP Development Company, L.P.
// SPDX-License-Identifier: MIT

package com.hp.jipp.encoding;

import com.hp.jipp.model.DocumentState;
Expand Down
3 changes: 3 additions & 0 deletions jipp-core/src/test/java/com/hp/jipp/encoding/BitfieldTest.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 - 2021 HP Development Company, L.P.
// SPDX-License-Identifier: MIT

package com.hp.jipp.encoding

import com.hp.jipp.encoding.Cycler.cycle
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2018 - 2021 HP Development Company, L.P.
// SPDX-License-Identifier: MIT

package com.hp.jipp.encoding;

import com.hp.jipp.model.CoveringName;
Expand Down
2 changes: 2 additions & 0 deletions jipp-core/src/test/java/com/hp/jipp/encoding/Cycler.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2017 - 2020 HP Development Company, L.P.
// SPDX-License-Identifier: MIT

package com.hp.jipp.encoding;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2018 - 2020 HP Development Company, L.P.
// SPDX-License-Identifier: MIT

package com.hp.jipp.encoding;

import com.hp.jipp.model.Types;
Expand Down
3 changes: 3 additions & 0 deletions jipp-core/src/test/java/com/hp/jipp/encoding/EnumTest.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2017 - 2021 HP Development Company, L.P.
// SPDX-License-Identifier: MIT

package com.hp.jipp.encoding

import com.hp.jipp.encoding.AttributeGroup.Companion.groupOf
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2018 - 2020 HP Development Company, L.P.
// SPDX-License-Identifier: MIT

package com.hp.jipp.encoding;

import com.hp.jipp.model.Types;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2018 - 2020 HP Development Company, L.P.
// SPDX-License-Identifier: MIT

package com.hp.jipp.encoding;

import java.io.IOException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017 HP Development Company, L.P.
// Copyright 2017 - 2020 HP Development Company, L.P.
// SPDX-License-Identifier: MIT

package com.hp.jipp.encoding;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2018 - 2020 HP Development Company, L.P.
// SPDX-License-Identifier: MIT

package com.hp.jipp.encoding;

import com.hp.jipp.model.Types;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 HP Development Company, L.P.
// SPDX-License-Identifier: MIT

package com.hp.jipp.encoding;

import com.hp.jipp.model.Media;
Expand Down
3 changes: 3 additions & 0 deletions jipp-core/src/test/java/com/hp/jipp/encoding/NameTest.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2018 - 2020 HP Development Company, L.P.
// SPDX-License-Identifier: MIT

package com.hp.jipp.encoding;

import java.io.IOException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2018 HP Development Company, L.P.
// SPDX-License-Identifier: MIT

package com.hp.jipp.encoding;

import com.hp.jipp.util.KotlinTest;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2019 - 2020 HP Development Company, L.P.
// SPDX-License-Identifier: MIT

package com.hp.jipp.encoding;

import com.hp.jipp.model.Operation;
Expand Down
3 changes: 3 additions & 0 deletions jipp-core/src/test/java/com/hp/jipp/encoding/TagTest.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2017 - 2020 HP Development Company, L.P.
// SPDX-License-Identifier: MIT

package com.hp.jipp.encoding;

import com.hp.jipp.model.Types;
Expand Down
3 changes: 3 additions & 0 deletions jipp-core/src/test/java/com/hp/jipp/encoding/TextTest.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2018 - 2020 HP Development Company, L.P.
// SPDX-License-Identifier: MIT

package com.hp.jipp.encoding;

import com.hp.jipp.util.KotlinTest;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018 HP Development Company, L.P.
// Copyright 2017 - 2022 HP Development Company, L.P.
// SPDX-License-Identifier: MIT

package com.hp.jipp.model;
Expand Down
3 changes: 3 additions & 0 deletions jipp-core/src/test/java/com/hp/jipp/model/BinaryTest.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2017 - 2020 HP Development Company, L.P.
// SPDX-License-Identifier: MIT

package com.hp.jipp.model;

import com.hp.jipp.encoding.AttributeGroup;
Expand Down
3 changes: 3 additions & 0 deletions jipp-core/src/test/java/com/hp/jipp/model/DeprecatedTest.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 HP Development Company, L.P.
// SPDX-License-Identifier: MIT

package com.hp.jipp.model;

import com.hp.jipp.encoding.Attribute;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018 HP Development Company, L.P.
// Copyright 2016 - 2020 HP Development Company, L.P.
// SPDX-License-Identifier: MIT

package com.hp.jipp.model;
Expand Down
3 changes: 3 additions & 0 deletions jipp-core/src/test/java/com/hp/jipp/trans/ConnectionTest.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2018 HP Development Company, L.P.
// SPDX-License-Identifier: MIT

package com.hp.jipp.trans;

import com.hp.jipp.encoding.Tag;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2018 - 2021 HP Development Company, L.P.
// SPDX-License-Identifier: MIT

package com.hp.jipp.trans

import com.hp.jipp.encoding.IppInputStream
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2018 - 2020 HP Development Company, L.P.
// SPDX-License-Identifier: MIT

package com.hp.jipp.trans;

import com.hp.jipp.encoding.IppInputStream;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2018 HP Development Company, L.P.
// SPDX-License-Identifier: MIT

package com.hp.jipp.trans;

import com.hp.jipp.encoding.Tag;
Expand Down
3 changes: 3 additions & 0 deletions jipp-core/src/test/java/com/hp/jipp/util/KotlinTest.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2017 - 2018 HP Development Company, L.P.
// SPDX-License-Identifier: MIT

package com.hp.jipp.util

import org.junit.Assert.* // ktlint-disable no-wildcard-imports
Expand Down
3 changes: 3 additions & 0 deletions jipp-core/src/test/java/com/hp/jipp/util/PrettyTest.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2017 - 2020 HP Development Company, L.P.
// SPDX-License-Identifier: MIT

package com.hp.jipp.util;

import java.util.Arrays;
Expand Down
3 changes: 3 additions & 0 deletions jipp-core/src/test/kotlin/com/hp/jipp/dsl/DslTest.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2018 - 2023 HP Development Company, L.P.
// SPDX-License-Identifier: MIT

package com.hp.jipp.dsl

import com.hp.jipp.encoding.AttributeGroup.Companion.groupOf
Expand Down
3 changes: 3 additions & 0 deletions jipp-pdl/src/test/kotlin/ColorSpaceTest.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2018 - 2021 HP Development Company, L.P.
// SPDX-License-Identifier: MIT

import com.hp.jipp.pdl.ColorSpace
import com.hp.jipp.util.toHexString
import org.junit.Assert.assertEquals
Expand Down
2 changes: 1 addition & 1 deletion jipp-pdl/src/test/kotlin/PageTest.kt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018 HP Development Company, L.P.
// Copyright 2018 - 2021 HP Development Company, L.P.
// SPDX-License-Identifier: MIT

import com.hp.jipp.pdl.ColorSpace
Expand Down
3 changes: 3 additions & 0 deletions jipp-pdl/src/test/kotlin/RenderableDocumentTest.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2019 - 2021 HP Development Company, L.P.
// SPDX-License-Identifier: MIT

import com.hp.jipp.model.Sides
import com.hp.jipp.pdl.ColorSpace
import com.hp.jipp.pdl.OutputSettings
Expand Down
3 changes: 3 additions & 0 deletions jipp-pdl/src/test/kotlin/pclm/Pclm.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2018 - 2021 HP Development Company, L.P.
// SPDX-License-Identifier: MIT

package pclm

import util.ByteWindow
Expand Down
2 changes: 1 addition & 1 deletion jipp-pdl/src/test/kotlin/pclm/PclmTest.kt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018 HP Development Company, L.P.
// Copyright 2018 - 2021 HP Development Company, L.P.
// SPDX-License-Identifier: MIT

package pclm
Expand Down
2 changes: 1 addition & 1 deletion jipp-pdl/src/test/kotlin/pclm/PclmValidate.kt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018 HP Development Company, L.P.
// Copyright 2018 - 2021 HP Development Company, L.P.
// SPDX-License-Identifier: MIT

package pclm
Expand Down
2 changes: 1 addition & 1 deletion jipp-pdl/src/test/kotlin/pwg/PwgReaderTest.kt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018 HP Development Company, L.P.
// Copyright 2019 - 2021 HP Development Company, L.P.
// SPDX-License-Identifier: MIT

package pwg
Expand Down
2 changes: 1 addition & 1 deletion jipp-pdl/src/test/kotlin/pwg/PwgValidator.kt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018 HP Development Company, L.P.
// Copyright 2018 - 2021 HP Development Company, L.P.
// SPDX-License-Identifier: MIT

package pwg
Expand Down
2 changes: 1 addition & 1 deletion jipp-pdl/src/test/kotlin/pwg/PwgWriterTest.kt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018 HP Development Company, L.P.
// Copyright 2018 - 2021 HP Development Company, L.P.
// SPDX-License-Identifier: MIT

package pwg
Expand Down
3 changes: 3 additions & 0 deletions jipp-pdl/src/test/kotlin/util/ByteWindow.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2018 - 2019 HP Development Company, L.P.
// SPDX-License-Identifier: MIT

package util

import java.util.* // ktlint-disable no-wildcard-imports
Expand Down
2 changes: 1 addition & 1 deletion jipp-pdl/src/test/kotlin/util/KotlinTest.kt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018 HP Development Company, L.P.
// Copyright 2018 - 2021 HP Development Company, L.P.
// SPDX-License-Identifier: MIT

package util
Expand Down
3 changes: 3 additions & 0 deletions jipp-pdl/src/test/kotlin/util/PageUtil.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2021 HP Development Company, L.P.
// SPDX-License-Identifier: MIT

package util

import com.hp.jipp.pdl.ColorSpace
Expand Down
2 changes: 1 addition & 1 deletion jipp-pdl/src/test/kotlin/util/RandomDocument.kt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018 HP Development Company, L.P.
// Copyright 2018 - 2019 HP Development Company, L.P.
// SPDX-License-Identifier: MIT

package util
Expand Down

0 comments on commit c8cf973

Please sign in to comment.