diff options
author | Andrew Rist <arist@apache.org> | 2011-11-30 16:42:31 +0000 |
---|---|---|
committer | Andrew Rist <arist@apache.org> | 2011-11-30 16:42:31 +0000 |
commit | d7d5d5e83b8d4860a78ec9667494eb2f9ed2fab4 (patch) | |
tree | b290fc4a91ec71c3db0f2e3b23364b1ef1dab75c /setup_native | |
parent | d8d2ffa54483db6049f651f3e03b2f6aa0a8a339 (diff) |
Update headers to Alv2 headers
Diffstat (limited to 'setup_native')
-rw-r--r-- | setup_native/scripts/source/getuid.c | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/setup_native/scripts/source/getuid.c b/setup_native/scripts/source/getuid.c index 9af63f4f079d..7417c3018212 100644 --- a/setup_native/scripts/source/getuid.c +++ b/setup_native/scripts/source/getuid.c @@ -1,3 +1,24 @@ +/************************************************************** + * + * 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 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + #include <fcntl.h> #include <sys/types.h> #include <sys/stat.h> |