Changeset b235c0e for src/utils


Ignore:
Timestamp:
Dec 11, 2013, 1:04:27 AM (10 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
c7ec2c6
Parents:
3194dca1
Message:

src/: sync header defines, remove trailing spaces, update copyrights

Signed-off-by: Paul Brossier <piem@piem.org>

Location:
src/utils
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • src/utils/hist.h

    r3194dca1 rb235c0e  
    11/*
    2   Copyright (C) 2003-2009 Paul Brossier <piem@aubio.org>
     2  Copyright (C) 2003-2013 Paul Brossier <piem@aubio.org>
    33
    44  This file is part of aubio.
     
    2626 */
    2727
    28 #ifndef HIST_H
    29 #define HIST_H
     28#ifndef _AUBIO_HIST_H
     29#define _AUBIO_HIST_H
    3030
    3131#ifdef __cplusplus
     
    6161#endif
    6262
    63 #endif
     63#endif /* _AUBIO_HIST_H */
  • src/utils/parameter.h

    r3194dca1 rb235c0e  
    158158
    159159#endif /* _AUBIO_PARAMETER_H */
    160 
  • src/utils/scale.h

    r3194dca1 rb235c0e  
    11/*
    2   Copyright (C) 2003-2009 Paul Brossier <piem@aubio.org>
     2  Copyright (C) 2003-2013 Paul Brossier <piem@aubio.org>
    33
    44  This file is part of aubio.
     
    2929 
    3030*/
    31 #ifndef SCALE_H
    32 #define SCALE_H
     31#ifndef _AUBIO_SCALE_H
     32#define _AUBIO_SCALE_H
    3333
    3434#ifdef __cplusplus
     
    7878#endif
    7979
    80 #endif
     80#endif /* _AUBIO_SCALE_H */
Note: See TracChangeset for help on using the changeset viewer.