diff options
| -rw-r--r-- | compiler-rt/BlocksRuntime/Block.h | 2 | ||||
| -rw-r--r-- | compiler-rt/BlocksRuntime/Block_private.h | 2 | ||||
| -rw-r--r-- | compiler-rt/BlocksRuntime/data.c | 2 | ||||
| -rw-r--r-- | compiler-rt/BlocksRuntime/runtime.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/compiler-rt/BlocksRuntime/Block.h b/compiler-rt/BlocksRuntime/Block.h index 2f2920a5a2c..55cdd01a912 100644 --- a/compiler-rt/BlocksRuntime/Block.h +++ b/compiler-rt/BlocksRuntime/Block.h @@ -1,7 +1,7 @@ /* * Block.h * - * Copyright 2008-2009 Apple, Inc. Permission is hereby granted, free of charge, + * Copyright 2008-2010 Apple, Inc. Permission is hereby granted, free of charge, * to any person obtaining a copy of this software and associated documentation * files (the "Software"), to deal in the Software without restriction, * including without limitation the rights to use, copy, modify, merge, publish, diff --git a/compiler-rt/BlocksRuntime/Block_private.h b/compiler-rt/BlocksRuntime/Block_private.h index f7cad030764..7b069d8997a 100644 --- a/compiler-rt/BlocksRuntime/Block_private.h +++ b/compiler-rt/BlocksRuntime/Block_private.h @@ -1,7 +1,7 @@ /* * Block_private.h * - * Copyright 2008-2009 Apple, Inc. Permission is hereby granted, free of charge, + * Copyright 2008-2010 Apple, Inc. Permission is hereby granted, free of charge, * to any person obtaining a copy of this software and associated documentation * files (the "Software"), to deal in the Software without restriction, * including without limitation the rights to use, copy, modify, merge, publish, diff --git a/compiler-rt/BlocksRuntime/data.c b/compiler-rt/BlocksRuntime/data.c index 7d76270ea58..b4eb02e0b01 100644 --- a/compiler-rt/BlocksRuntime/data.c +++ b/compiler-rt/BlocksRuntime/data.c @@ -1,7 +1,7 @@ /* * data.c * - * Copyright 2008-2009 Apple, Inc. Permission is hereby granted, free of charge, + * Copyright 2008-2010 Apple, Inc. Permission is hereby granted, free of charge, * to any person obtaining a copy of this software and associated documentation * files (the "Software"), to deal in the Software without restriction, * including without limitation the rights to use, copy, modify, merge, publish, diff --git a/compiler-rt/BlocksRuntime/runtime.c b/compiler-rt/BlocksRuntime/runtime.c index 175357b0d8f..dae06321f6e 100644 --- a/compiler-rt/BlocksRuntime/runtime.c +++ b/compiler-rt/BlocksRuntime/runtime.c @@ -1,7 +1,7 @@ /* * runtime.c * - * Copyright 2008-2009 Apple, Inc. Permission is hereby granted, free of charge, + * Copyright 2008-2010 Apple, Inc. Permission is hereby granted, free of charge, * to any person obtaining a copy of this software and associated documentation * files (the "Software"), to deal in the Software without restriction, * including without limitation the rights to use, copy, modify, merge, publish, |

