~siretart/x264/trunk

« back to all changes in this revision

Viewing changes to common/threadpool.c

  • Committer: Fiona Glaser
  • Date: 2010-09-18 08:30:37 UTC
  • Revision ID: git-v1:213a99d070ebd4f9aeffe7cb3ed9bd7fe755ec7f
Update source file headers
Update dates, improve file descriptions, make things more consistent.
Also add information about commercial licensing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*****************************************************************************
2
 
 * threadpool.c: x264 threadpool module
 
2
 * threadpool.c: thread pooling
3
3
 *****************************************************************************
4
 
 * Copyright (C) 2010 Steven Walters <kemuri9@gmail.com>
 
4
 * Copyright (C) 2010 x264 project
 
5
 *
 
6
 * Authors: Steven Walters <kemuri9@gmail.com>
5
7
 *
6
8
 * This program is free software; you can redistribute it and/or modify
7
9
 * it under the terms of the GNU General Public License as published by
16
18
 * You should have received a copy of the GNU General Public License
17
19
 * along with this program; if not, write to the Free Software
18
20
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111, USA.
 
21
 *
 
22
 * This program is also available under a commercial proprietary license.
 
23
 * For more information, contact us at licensing@x264.com.
19
24
 *****************************************************************************/
20
25
 
21
26
#include "common.h"