diff options
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 |