File: current_date.h

package info (click to toggle)
libvpl-tools 1.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,652 kB
  • sloc: cpp: 107,469; python: 4,303; ansic: 3,202; sh: 159; lisp: 52; makefile: 13
file content (14 lines) | stat: -rw-r--r-- 601 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*############################################################################
  # Copyright (C) 2005 Intel Corporation
  #
  # SPDX-License-Identifier: MIT
  ############################################################################*/

#define PRODUCT_NAME           "Intel\xae Media SDK"
#define FILE_VERSION           1, 0, 0, 0
#define FILE_VERSION_STRING    "1,0,0,0"
#define FILTER_NAME_PREFIX     ""
#define FILTER_NAME_SUFFIX     ""
#define PRODUCT_COPYRIGHT      "Copyright\xa9 2003-2018 Intel Corporation"
#define PRODUCT_VERSION        1, 0, 0, 0
#define PRODUCT_VERSION_STRING "1,0,0,0"