Changeset e2b15bb for otr.h


Ignore:
Timestamp:
2008-02-12T00:01:35Z (16 years ago)
Author:
Sven Moritz Hallberg <sm@…>
Branches:
master
Children:
0529a7f
Parents:
5f4eede
Message:
  • add global policy setting
  • add copyright and author notices to otr.h and otr.c
File:
1 edited

Legend:

Unmodified
Added
Removed
  • otr.h

    r5f4eede re2b15bb  
     1  /********************************************************************\
     2  * BitlBee -- An IRC to other IM-networks gateway                     *
     3  *                                                                    *
     4  * Copyright 2002-2008 Wilmer van der Gaast and others                *
     5  \********************************************************************/
     6
     7/*
     8  OTR support (cf. http://www.cypherpunks.ca/otr/)
     9  2008, Sven Moritz Hallberg <pesco@khjk.org>
     10*/
     11
     12/*
     13  This program is free software; you can redistribute it and/or modify
     14  it under the terms of the GNU General Public License as published by
     15  the Free Software Foundation; either version 2 of the License, or
     16  (at your option) any later version.
     17
     18  This program is distributed in the hope that it will be useful,
     19  but WITHOUT ANY WARRANTY; without even the implied warranty of
     20  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     21  GNU General Public License for more details.
     22
     23  You should have received a copy of the GNU General Public License with
     24  the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL;
     25  if not, write to the Free Software Foundation, Inc., 59 Temple Place,
     26  Suite 330, Boston, MA  02111-1307  USA
     27*/
     28
    129#ifndef BITLBEE_PROTOCOLS_OTR_H
    230#define BITLBEE_PROTOCOLS_OTR_H
Note: See TracChangeset for help on using the changeset viewer.