Skip to content

Commit 1b3774e

Browse files
committed
Update copyright
1 parent aac9c17 commit 1b3774e

30 files changed

+50
-29
lines changed

src/main/java/org/firebirdsql/decimal/Decimal.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018 Firebird development team and individual contributors
2+
* Copyright (c) 2018-2023 Firebird development team and individual contributors
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

src/main/java/org/firebirdsql/decimal/Decimal128.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018 Firebird development team and individual contributors
2+
* Copyright (c) 2018-2023 Firebird development team and individual contributors
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

src/main/java/org/firebirdsql/decimal/Decimal32.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018 Firebird development team and individual contributors
2+
* Copyright (c) 2018-2023 Firebird development team and individual contributors
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

src/main/java/org/firebirdsql/decimal/Decimal64.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018 Firebird development team and individual contributors
2+
* Copyright (c) 2018-2023 Firebird development team and individual contributors
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

src/main/java/org/firebirdsql/decimal/DecimalCodec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018 Firebird development team and individual contributors
2+
* Copyright (c) 2018-2023 Firebird development team and individual contributors
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

src/main/java/org/firebirdsql/decimal/DecimalFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018 Firebird development team and individual contributors
2+
* Copyright (c) 2018-2023 Firebird development team and individual contributors
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

src/main/java/org/firebirdsql/decimal/DecimalFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018 Firebird development team and individual contributors
2+
* Copyright (c) 2018-2023 Firebird development team and individual contributors
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

src/main/java/org/firebirdsql/decimal/DecimalInconvertibleException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018 Firebird development team and individual contributors
2+
* Copyright (c) 2018-2023 Firebird development team and individual contributors
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

src/main/java/org/firebirdsql/decimal/DecimalOverflowException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017 Firebird development team and individual contributors
2+
* Copyright (c) 2017-2023 Firebird development team and individual contributors
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

src/main/java/org/firebirdsql/decimal/DecimalType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018 Firebird development team and individual contributors
2+
* Copyright (c) 2018-2023 Firebird development team and individual contributors
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)