diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-02-04 09:37:21 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-02-04 09:37:21 +0000 |
commit | 8766fba694a502207a8f5294aba236b713f87dab (patch) | |
tree | 849d51d1b0d2fed5d8a8e377d57b1d890d9d19bf /src/libutil/printf.c | |
parent | 8b21025eacbede815ad1ece8b51d42a494750f46 (diff) | |
download | rspamd-8766fba694a502207a8f5294aba236b713f87dab.tar.gz rspamd-8766fba694a502207a8f5294aba236b713f87dab.zip |
Switch the rest to apache 2
Diffstat (limited to 'src/libutil/printf.c')
-rw-r--r-- | src/libutil/printf.c | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/src/libutil/printf.c b/src/libutil/printf.c index 34638dbf6..29ca8cfb1 100644 --- a/src/libutil/printf.c +++ b/src/libutil/printf.c @@ -1,5 +1,20 @@ -/* Copyright (c) 2010-2015, Vsevolod Stakhov - * Copyright (C) 2002-2015 Igor Sysoev +/*- + * Copyright 2016 Vsevolod Stakhov + * + * 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 + * + * 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. + */ + +/* Copyright (C) 2002-2015 Igor Sysoev * Copyright (C) 2011-2015 Nginx, Inc. * All rights reserved. * |