Changeset 593 for trunk/run_email2trac.c


Ignore:
Timestamp:
05/01/12 16:03:23 (12 years ago)
Author:
bas
Message:

Changed license to apache version 2.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/run_email2trac.c

    r574 r593  
    11/*
    2         run_email2trac.c
    3         Authors: Bas van der Vlies, Walter de Jong and Michel Jouvin
    4         SVN Info:
    5                 $Id$
     2    run_email2trac.c
     3    Authors: Bas van der Vlies, Walter de Jong and Michel Jouvin
     4    SVN Info:
     5        $Id$
    66
    7         Only nobody can become the user www-data. Postfix uses this
    8         user to start an program
     7    Only nobody can become the user www-data. Postfix uses this
     8    user to start an program
    99
    10 # Copyright (C) 2002
    11 #
    12 # This file is part of the email2trac utils
    13 #
    14 # This program is free software; you can redistribute it and/or modify it
    15 # under the terms of the GNU General Public License as published by the
    16 # Free Software Foundation; either version 2, or (at your option) any
    17 # later version.
    18 #
    19 # This program is distributed in the hope that it will be useful,
    20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    22 # GNU General Public License for more details.
    23 #
    24 # You should have received a copy of the GNU General Public License
    25 # along with this program; if not, write to the Free Software
    26 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA
    27 #
     10       Licensed to the Apache Software Foundation (ASF) under one
     11       or more contributor license agreements.  See the NOTICE file
     12       distributed with this work for additional information
     13       regarding copyright ownership.  The ASF licenses this file
     14       to you under the Apache License, Version 2.0 (the
     15       "License"); you may not use this file except in compliance
     16       with the License.  You may obtain a copy of the License at
     17
     18         http://www.apache.org/licenses/LICENSE-2.0
     19
     20       Unless required by applicable law or agreed to in writing,
     21       software distributed under the License is distributed on an
     22       "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
     23       KIND, either express or implied.  See the License for the
     24       specific language governing permissions and limitations
     25       under the License.
    2826*/
    2927#include "config.h"
Note: See TracChangeset for help on using the changeset viewer.