Changeset 7b6ad1ab177950b22ffb70b010b43dc4924d4c9f
- Timestamp:
- 30/09/07 21:08:11
(1 year ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1191179291 +0000
- git-parent:
[777d8f6fb353719423f9091607bcac9f02b90ce5]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1191179291 +0000
- Message:
Add missing copyright and license header
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rd3fe7f2 |
r7b6ad1ab |
|
| | 1 | /***************************************************************************** |
|---|
| | 2 | * variables.h: object variables typedefs |
|---|
| | 3 | ***************************************************************************** |
|---|
| | 4 | * Copyright (C) 2002-2006 the VideoLAN team |
|---|
| | 5 | * $Id: variables.c 22331 2007-09-30 16:58:33Z courmisch $ |
|---|
| | 6 | * |
|---|
| | 7 | * Authors: Samuel Hocevar <sam@zoy.org> |
|---|
| | 8 | * |
|---|
| | 9 | * This program is free software; you can redistribute it and/or modify |
|---|
| | 10 | * it under the terms of the GNU General Public License as published by |
|---|
| | 11 | * the Free Software Foundation; either version 2 of the License, or |
|---|
| | 12 | * (at your option) any later version. |
|---|
| | 13 | * |
|---|
| | 14 | * This program is distributed in the hope that it will be useful, |
|---|
| | 15 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| | 16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| | 17 | * GNU General Public License for more details. |
|---|
| | 18 | * |
|---|
| | 19 | * You should have received a copy of the GNU General Public License |
|---|
| | 20 | * along with this program; if not, write to the Free Software |
|---|
| | 21 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. |
|---|
| | 22 | *****************************************************************************/ |
|---|
| | 23 | |
|---|
| | 24 | |
|---|
| 1 | 25 | typedef struct callback_entry_t callback_entry_t; |
|---|
| 2 | 26 | |
|---|