Skip to content

Commit

Permalink
added missing headers
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille committed May 19, 2023
1 parent 6605996 commit a3af7e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) The m-m-m Team, Licensed under the Apache License, Version 2.0
* http://www.apache.org/licenses/LICENSE-2.0 */
package io.github.mmm.marshall.size;

import java.math.BigDecimal;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) The m-m-m Team, Licensed under the Apache License, Version 2.0
* http://www.apache.org/licenses/LICENSE-2.0 */
package io.github.mmm.marshall.size;

import java.time.temporal.Temporal;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) The m-m-m Team, Licensed under the Apache License, Version 2.0
* http://www.apache.org/licenses/LICENSE-2.0 */
package io.github.mmm.marshall.protobuf.impl;

import java.math.BigDecimal;
Expand Down

0 comments on commit a3af7e0

Please sign in to comment.