From 45f9e9def12b8f32b76c86471487e735ebb7c09b Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Mon, 7 Nov 2011 21:45:53 +0100 Subject: Changed copyright notices --- test/bytecode/src/lombok/bytecode/RunBytecodeTests.java | 2 +- test/bytecode/src/lombok/bytecode/TestClassFileMetaData.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test/bytecode/src') diff --git a/test/bytecode/src/lombok/bytecode/RunBytecodeTests.java b/test/bytecode/src/lombok/bytecode/RunBytecodeTests.java index d8caccfe..bd3579c5 100644 --- a/test/bytecode/src/lombok/bytecode/RunBytecodeTests.java +++ b/test/bytecode/src/lombok/bytecode/RunBytecodeTests.java @@ -1,5 +1,5 @@ /* - * Copyright © 2011 Reinier Zwitserloot and Roel Spilker. + * Copyright (C) 2011 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/test/bytecode/src/lombok/bytecode/TestClassFileMetaData.java b/test/bytecode/src/lombok/bytecode/TestClassFileMetaData.java index ebefad6c..aaf7d2e9 100644 --- a/test/bytecode/src/lombok/bytecode/TestClassFileMetaData.java +++ b/test/bytecode/src/lombok/bytecode/TestClassFileMetaData.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 -- cgit