diff options
author | Roel Spilker <r.spilker@gmail.com> | 2011-11-07 21:45:53 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2011-11-07 22:04:40 +0100 |
commit | 45f9e9def12b8f32b76c86471487e735ebb7c09b (patch) | |
tree | 3355961174443b94b1d31ec02f6ab5002fd4345d /test/core/src/lombok | |
parent | 88a83e08a9406d332a82377ab7a8bf7a99b544a8 (diff) | |
download | lombok-45f9e9def12b8f32b76c86471487e735ebb7c09b.tar.gz lombok-45f9e9def12b8f32b76c86471487e735ebb7c09b.tar.bz2 lombok-45f9e9def12b8f32b76c86471487e735ebb7c09b.zip |
Changed copyright notices
Diffstat (limited to 'test/core/src/lombok')
-rw-r--r-- | test/core/src/lombok/AbstractRunTests.java | 2 | ||||
-rw-r--r-- | test/core/src/lombok/DirectoryRunner.java | 2 | ||||
-rw-r--r-- | test/core/src/lombok/RunAllTests.java | 2 | ||||
-rw-r--r-- | test/core/src/lombok/RunTestsViaDelombok.java | 2 | ||||
-rw-r--r-- | test/core/src/lombok/RunTestsViaEcj.java | 2 | ||||
-rw-r--r-- | test/core/src/lombok/RunTestsViaEclipse.java | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/test/core/src/lombok/AbstractRunTests.java b/test/core/src/lombok/AbstractRunTests.java index 7bf2f452..0cf7e0c7 100644 --- a/test/core/src/lombok/AbstractRunTests.java +++ b/test/core/src/lombok/AbstractRunTests.java @@ -1,5 +1,5 @@ /* - * Copyright © 2009-2010 Reinier Zwitserloot and Roel Spilker. + * Copyright (C) 2009-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/test/core/src/lombok/DirectoryRunner.java b/test/core/src/lombok/DirectoryRunner.java index 39e2b792..c7dd1cb4 100644 --- a/test/core/src/lombok/DirectoryRunner.java +++ b/test/core/src/lombok/DirectoryRunner.java @@ -1,5 +1,5 @@ /* - * Copyright © 2009-2010 Reinier Zwitserloot and Roel Spilker. + * Copyright (C) 2009-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/test/core/src/lombok/RunAllTests.java b/test/core/src/lombok/RunAllTests.java index 56781044..0076e662 100644 --- a/test/core/src/lombok/RunAllTests.java +++ b/test/core/src/lombok/RunAllTests.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/core/src/lombok/RunTestsViaDelombok.java b/test/core/src/lombok/RunTestsViaDelombok.java index 9d9c4f23..bde74434 100644 --- a/test/core/src/lombok/RunTestsViaDelombok.java +++ b/test/core/src/lombok/RunTestsViaDelombok.java @@ -1,5 +1,5 @@ /* - * Copyright © 2009-2010 Reinier Zwitserloot and Roel Spilker. + * Copyright (C) 2009-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/test/core/src/lombok/RunTestsViaEcj.java b/test/core/src/lombok/RunTestsViaEcj.java index 9a4180d7..a417d8ed 100644 --- a/test/core/src/lombok/RunTestsViaEcj.java +++ b/test/core/src/lombok/RunTestsViaEcj.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/test/core/src/lombok/RunTestsViaEclipse.java b/test/core/src/lombok/RunTestsViaEclipse.java index 82df9c91..10fcdc98 100644 --- a/test/core/src/lombok/RunTestsViaEclipse.java +++ b/test/core/src/lombok/RunTestsViaEclipse.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 |