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 /experimental | |
parent | 88a83e08a9406d332a82377ab7a8bf7a99b544a8 (diff) | |
download | lombok-45f9e9def12b8f32b76c86471487e735ebb7c09b.tar.gz lombok-45f9e9def12b8f32b76c86471487e735ebb7c09b.tar.bz2 lombok-45f9e9def12b8f32b76c86471487e735ebb7c09b.zip |
Changed copyright notices
Diffstat (limited to 'experimental')
3 files changed, 3 insertions, 3 deletions
diff --git a/experimental/build.xml b/experimental/build.xml index f43b8be6..4cd87d63 100644 --- a/experimental/build.xml +++ b/experimental/build.xml @@ -1,5 +1,5 @@ <!-- - Copyright © 2009 Reinier Zwitserloot and Roel Spilker. + Copyright (C) 2009 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/experimental/buildScripts/disableCheckedExceptions.ant.xml b/experimental/buildScripts/disableCheckedExceptions.ant.xml index e3dba4f1..045c1ea3 100644 --- a/experimental/buildScripts/disableCheckedExceptions.ant.xml +++ b/experimental/buildScripts/disableCheckedExceptions.ant.xml @@ -1,5 +1,5 @@ <!-- - Copyright © 2009 Reinier Zwitserloot and Roel Spilker. + Copyright (C) 2009 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/experimental/src/lombok/javac/disableCheckedExceptions/DisableCheckedExceptionsAgent.java b/experimental/src/lombok/javac/disableCheckedExceptions/DisableCheckedExceptionsAgent.java index 2ec5614d..38ce2c2a 100644 --- a/experimental/src/lombok/javac/disableCheckedExceptions/DisableCheckedExceptionsAgent.java +++ b/experimental/src/lombok/javac/disableCheckedExceptions/DisableCheckedExceptionsAgent.java @@ -1,5 +1,5 @@ /* - * Copyright © 2009 Reinier Zwitserloot and Roel Spilker. + * Copyright (C) 2009 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 |