diff options
-rw-r--r-- | build/NWGNUtail.inc | 2 | ||||
-rw-r--r-- | build/win32/httpd.rc | 11 |
2 files changed, 7 insertions, 6 deletions
diff --git a/build/NWGNUtail.inc b/build/NWGNUtail.inc index adef0d755b..0872a00ea6 100644 --- a/build/NWGNUtail.inc +++ b/build/NWGNUtail.inc @@ -25,7 +25,7 @@ NLM_SCREEN_NAME = DEFAULT endif ifndef NLM_COPYRIGHT -NLM_COPYRIGHT = Copyright 2000-2006 The Apache Software Foundation or its licensors as applicable. Licensed under the Apache License Version 2.0. +NLM_COPYRIGHT = Copyright 2006 The Apache Software Foundation. Licensed under the Apache License Version 2.0. endif # diff --git a/build/win32/httpd.rc b/build/win32/httpd.rc index c78ffe07f5..0c557ee1e0 100644 --- a/build/win32/httpd.rc +++ b/build/win32/httpd.rc @@ -1,8 +1,9 @@ -/* Copyright 2001-2005 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 * |