diff options
Diffstat (limited to 'os')
-rw-r--r-- | os/beos/beosd.c | 12 | ||||
-rw-r--r-- | os/beos/beosd.h | 12 | ||||
-rw-r--r-- | os/beos/os.c | 12 | ||||
-rw-r--r-- | os/beos/os.h | 12 | ||||
-rw-r--r-- | os/bs2000/ebcdic.c | 12 | ||||
-rw-r--r-- | os/bs2000/ebcdic.h | 12 | ||||
-rw-r--r-- | os/bs2000/os.c | 12 | ||||
-rw-r--r-- | os/bs2000/os.h | 12 | ||||
-rw-r--r-- | os/netware/modules.c | 12 | ||||
-rw-r--r-- | os/netware/os.h | 12 | ||||
-rw-r--r-- | os/netware/pre_nw.h | 12 | ||||
-rw-r--r-- | os/netware/util_nw.c | 12 | ||||
-rw-r--r-- | os/os2/os.h | 12 | ||||
-rw-r--r-- | os/os2/util_os2.c | 12 | ||||
-rw-r--r-- | os/tpf/ebcdic.c | 12 | ||||
-rw-r--r-- | os/tpf/ebcdic.h | 12 | ||||
-rw-r--r-- | os/tpf/os.c | 12 | ||||
-rw-r--r-- | os/tpf/os.h | 12 | ||||
-rw-r--r-- | os/unix/os.h | 12 | ||||
-rw-r--r-- | os/unix/unixd.c | 12 | ||||
-rw-r--r-- | os/unix/unixd.h | 12 | ||||
-rw-r--r-- | os/win32/ap_regkey.c | 12 | ||||
-rw-r--r-- | os/win32/modules.c | 12 | ||||
-rw-r--r-- | os/win32/os.h | 12 | ||||
-rw-r--r-- | os/win32/util_win32.c | 12 |
25 files changed, 150 insertions, 150 deletions
diff --git a/os/beos/beosd.c b/os/beos/beosd.c index 4e0ca01b8b..8be35c0505 100644 --- a/os/beos/beosd.c +++ b/os/beos/beosd.c @@ -1,9 +1,9 @@ -/* Copyright 1999-2006 The Apache Software Foundation or its licensors, as - * applicable. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/os/beos/beosd.h b/os/beos/beosd.h index edd7f72a74..7c75e0a282 100644 --- a/os/beos/beosd.h +++ b/os/beos/beosd.h @@ -1,9 +1,9 @@ -/* Copyright 1999-2006 The Apache Software Foundation or its licensors, as - * applicable. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/os/beos/os.c b/os/beos/os.c index c6afe39839..5c535d6e55 100644 --- a/os/beos/os.c +++ b/os/beos/os.c @@ -1,9 +1,9 @@ -/* Copyright 1999-2006 The Apache Software Foundation or its licensors, as - * applicable. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/os/beos/os.h b/os/beos/os.h index 455b944002..e1b0a63d24 100644 --- a/os/beos/os.h +++ b/os/beos/os.h @@ -1,9 +1,9 @@ -/* Copyright 1999-2006 The Apache Software Foundation or its licensors, as - * applicable. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/os/bs2000/ebcdic.c b/os/bs2000/ebcdic.c index 3996b53f32..dd5ef54f42 100644 --- a/os/bs2000/ebcdic.c +++ b/os/bs2000/ebcdic.c @@ -1,9 +1,9 @@ -/* Copyright 1999-2006 The Apache Software Foundation or its licensors, as - * applicable. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/os/bs2000/ebcdic.h b/os/bs2000/ebcdic.h index 36433ddea7..e48b859d41 100644 --- a/os/bs2000/ebcdic.h +++ b/os/bs2000/ebcdic.h @@ -1,9 +1,9 @@ -/* Copyright 1999-2006 The Apache Software Foundation or its licensors, as - * applicable. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/os/bs2000/os.c b/os/bs2000/os.c index 2f29fce0de..ab691242b4 100644 --- a/os/bs2000/os.c +++ b/os/bs2000/os.c @@ -1,9 +1,9 @@ -/* Copyright 1999-2006 The Apache Software Foundation or its licensors, as - * applicable. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/os/bs2000/os.h b/os/bs2000/os.h index 846383028b..3b64c6efb1 100644 --- a/os/bs2000/os.h +++ b/os/bs2000/os.h @@ -1,9 +1,9 @@ -/* Copyright 1999-2006 The Apache Software Foundation or its licensors, as - * applicable. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/os/netware/modules.c b/os/netware/modules.c index 3d0fa05824..d125e1a2df 100644 --- a/os/netware/modules.c +++ b/os/netware/modules.c @@ -1,9 +1,9 @@ -/* Copyright 2001-2006 The Apache Software Foundation or its licensors, as - * applicable. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/os/netware/os.h b/os/netware/os.h index a55255a973..71af7790fd 100644 --- a/os/netware/os.h +++ b/os/netware/os.h @@ -1,9 +1,9 @@ -/* Copyright 2001-2006 The Apache Software Foundation or its licensors, as - * applicable. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/os/netware/pre_nw.h b/os/netware/pre_nw.h index 037346200a..f4ce6f5329 100644 --- a/os/netware/pre_nw.h +++ b/os/netware/pre_nw.h @@ -1,9 +1,9 @@ -/* Copyright 2001-2006 The Apache Software Foundation or its licensors, as - * applicable. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/os/netware/util_nw.c b/os/netware/util_nw.c index f351f05f31..c5b964c884 100644 --- a/os/netware/util_nw.c +++ b/os/netware/util_nw.c @@ -1,9 +1,9 @@ -/* Copyright 2002-2006 The Apache Software Foundation or its licensors, as - * applicable. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/os/os2/os.h b/os/os2/os.h index 3c85173d60..085dacf053 100644 --- a/os/os2/os.h +++ b/os/os2/os.h @@ -1,9 +1,9 @@ -/* Copyright 1999-2006 The Apache Software Foundation or its licensors, as - * applicable. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/os/os2/util_os2.c b/os/os2/util_os2.c index 843a192e77..9156fb39ef 100644 --- a/os/os2/util_os2.c +++ b/os/os2/util_os2.c @@ -1,9 +1,9 @@ -/* Copyright 1999-2006 The Apache Software Foundation or its licensors, as - * applicable. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/os/tpf/ebcdic.c b/os/tpf/ebcdic.c index 78b95a0b15..00e1edf7e6 100644 --- a/os/tpf/ebcdic.c +++ b/os/tpf/ebcdic.c @@ -1,9 +1,9 @@ -/* Copyright 1999-2006 The Apache Software Foundation or its licensors, as - * applicable. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/os/tpf/ebcdic.h b/os/tpf/ebcdic.h index ca94ecde8f..85a0c33427 100644 --- a/os/tpf/ebcdic.h +++ b/os/tpf/ebcdic.h @@ -1,9 +1,9 @@ -/* Copyright 1999-2006 The Apache Software Foundation or its licensors, as - * applicable. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/os/tpf/os.c b/os/tpf/os.c index 309eb50bc1..30a0c4cd0a 100644 --- a/os/tpf/os.c +++ b/os/tpf/os.c @@ -1,9 +1,9 @@ -/* Copyright 1999-2006 The Apache Software Foundation or its licensors, as - * applicable. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/os/tpf/os.h b/os/tpf/os.h index 194945fcae..1c1ddc5779 100644 --- a/os/tpf/os.h +++ b/os/tpf/os.h @@ -1,9 +1,9 @@ -/* Copyright 1999-2006 The Apache Software Foundation or its licensors, as - * applicable. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/os/unix/os.h b/os/unix/os.h index bbd57ff28c..029b1113d1 100644 --- a/os/unix/os.h +++ b/os/unix/os.h @@ -1,9 +1,9 @@ -/* Copyright 1999-2006 The Apache Software Foundation or its licensors, as - * applicable. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/os/unix/unixd.c b/os/unix/unixd.c index d4cb0029b3..ae140093f4 100644 --- a/os/unix/unixd.c +++ b/os/unix/unixd.c @@ -1,9 +1,9 @@ -/* Copyright 1999-2006 The Apache Software Foundation or its licensors, as - * applicable. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/os/unix/unixd.h b/os/unix/unixd.h index 3e1d244594..8c830c4530 100644 --- a/os/unix/unixd.h +++ b/os/unix/unixd.h @@ -1,9 +1,9 @@ -/* Copyright 1999-2006 The Apache Software Foundation or its licensors, as - * applicable. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/os/win32/ap_regkey.c b/os/win32/ap_regkey.c index 4dbe97187e..ea5a56d379 100644 --- a/os/win32/ap_regkey.c +++ b/os/win32/ap_regkey.c @@ -1,9 +1,9 @@ -/* Copyright 2002-2006 The Apache Software Foundation or its licensors, as - * applicable. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/os/win32/modules.c b/os/win32/modules.c index 7ef5d9e72c..911142ad8c 100644 --- a/os/win32/modules.c +++ b/os/win32/modules.c @@ -1,9 +1,9 @@ -/* Copyright 1999-2006 The Apache Software Foundation or its licensors, as - * applicable. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/os/win32/os.h b/os/win32/os.h index a9e185a5dc..ff7dc0089b 100644 --- a/os/win32/os.h +++ b/os/win32/os.h @@ -1,9 +1,9 @@ -/* Copyright 1999-2006 The Apache Software Foundation or its licensors, as - * applicable. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/os/win32/util_win32.c b/os/win32/util_win32.c index 68d8c0828f..a0bb7fd7de 100644 --- a/os/win32/util_win32.c +++ b/os/win32/util_win32.c @@ -1,9 +1,9 @@ -/* Copyright 1999-2006 The Apache Software Foundation or its licensors, as - * applicable. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * |