diff options
Diffstat (limited to 'src/utils/lombok/bytecode')
-rw-r--r-- | src/utils/lombok/bytecode/AsmUtil.java | 2 | ||||
-rw-r--r-- | src/utils/lombok/bytecode/ClassFileMetaData.java | 2 | ||||
-rw-r--r-- | src/utils/lombok/bytecode/FixedClassWriter.java | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/utils/lombok/bytecode/AsmUtil.java b/src/utils/lombok/bytecode/AsmUtil.java index fa8b9544..57439c75 100644 --- a/src/utils/lombok/bytecode/AsmUtil.java +++ b/src/utils/lombok/bytecode/AsmUtil.java @@ -1,5 +1,5 @@ /* - * Copyright © 2010 Reinier Zwitserloot, Roel Spilker and Robbert Jan Grootjans. + * Copyright (C) 2010 The Project Lombok Authors. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/utils/lombok/bytecode/ClassFileMetaData.java b/src/utils/lombok/bytecode/ClassFileMetaData.java index b1e0eff3..794705cb 100644 --- a/src/utils/lombok/bytecode/ClassFileMetaData.java +++ b/src/utils/lombok/bytecode/ClassFileMetaData.java @@ -1,5 +1,5 @@ /* - * Copyright © 2010 Reinier Zwitserloot and Roel Spilker. + * Copyright (C) 2010 The Project Lombok Authors. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/utils/lombok/bytecode/FixedClassWriter.java b/src/utils/lombok/bytecode/FixedClassWriter.java index 52de2317..42d8c4c1 100644 --- a/src/utils/lombok/bytecode/FixedClassWriter.java +++ b/src/utils/lombok/bytecode/FixedClassWriter.java @@ -1,5 +1,5 @@ /* - * Copyright © 2010 Reinier Zwitserloot, Roel Spilker and Robbert Jan Grootjans. + * Copyright (C) 2010 The Project Lombok Authors. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal |