Skip to content

Commit

Permalink
Move license header to the top of the file
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jan 3, 2024
1 parent 49b844c commit f02dc84
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
package org.apache.commons.imaging.common;

import java.io.IOException;
import java.io.OutputStream;

/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
Expand All @@ -20,6 +15,11 @@
* limitations under the License.
*/

package org.apache.commons.imaging.common;

import java.io.IOException;
import java.io.OutputStream;

final class BigEndianBinaryOutputStream extends BinaryOutputStream {

BigEndianBinaryOutputStream(final OutputStream os) {
Expand Down

0 comments on commit f02dc84

Please sign in to comment.