diff options
author | Andrew Rist <arist@apache.org> | 2011-11-29 23:59:09 +0000 |
---|---|---|
committer | Andrew Rist <arist@apache.org> | 2011-11-29 23:59:09 +0000 |
commit | 38ba86a0ee372ea3b5d822fa737f4956af8b871e (patch) | |
tree | 49a12af5b70e79f0bbadcc39a0906b2e0e6b66a3 /cli_ure/workbench | |
parent | 9e601e8e026880b30266b19e8e69c9da6c26c75d (diff) |
Update headers to Alv2 headers
Diffstat (limited to 'cli_ure/workbench')
-rw-r--r-- | cli_ure/workbench/dynload/dynload.cs | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/cli_ure/workbench/dynload/dynload.cs b/cli_ure/workbench/dynload/dynload.cs index ca35da8b7c15..dc2e6f96535e 100644 --- a/cli_ure/workbench/dynload/dynload.cs +++ b/cli_ure/workbench/dynload/dynload.cs @@ -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. + * + *************************************************************/ + using System; using unoidl.com.sun.star.lang; using unoidl.com.sun.star.uno; |