Update the year in headers to 2017

This commit is contained in:
Thomas Nagy 2017-02-11 16:13:37 +01:00
parent 5ac8e882e0
commit b7d93c3c4d
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA
66 changed files with 66 additions and 66 deletions

View File

@ -1,6 +1,6 @@
#! /usr/bin/env python #! /usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2017 (ita) # Thomas Nagy, 2016-2017 (ita)
top = '.' top = '.'
out = 'build' out = 'build'

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: latin-1 # encoding: latin-1
# Thomas Nagy, 2005-2016 # Thomas Nagy, 2005-2017
# #
""" """
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2005-2016 (ita) # Thomas Nagy, 2005-2017 (ita)
""" """
Classes related to the build phase (build, clean, install, step, etc) Classes related to the build phase (build, clean, install, step, etc)

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2005-2016 (ita) # Thomas Nagy, 2005-2017 (ita)
""" """

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2005-2016 (ita) # Thomas Nagy, 2005-2017 (ita)
""" """
Configuration system Configuration system

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2010-2016 (ita) # Thomas Nagy, 2010-2017 (ita)
""" """
Classes and functions enabling the command system Classes and functions enabling the command system

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2010-2016 (ita) # Thomas Nagy, 2010-2017 (ita)
""" """
Exceptions used in the Waf code Exceptions used in the Waf code

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2005-2016 (ita) # Thomas Nagy, 2005-2017 (ita)
""" """
logging, colors, terminal width and pretty-print logging, colors, terminal width and pretty-print

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2005-2016 (ita) # Thomas Nagy, 2005-2017 (ita)
""" """
Node: filesystem structure Node: filesystem structure

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Scott Newton, 2005 (scottn) # Scott Newton, 2005 (scottn)
# Thomas Nagy, 2006-2016 (ita) # Thomas Nagy, 2006-2017 (ita)
""" """
Support for waf command-line options Support for waf command-line options

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2005-2016 (ita) # Thomas Nagy, 2005-2017 (ita)
""" """
Runner.py: Task scheduling and execution Runner.py: Task scheduling and execution

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2005-2016 (ita) # Thomas Nagy, 2005-2017 (ita)
"Module called for configuring, compiling and installing targets" "Module called for configuring, compiling and installing targets"

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2005-2016 (ita) # Thomas Nagy, 2005-2017 (ita)
""" """
Tasks represent atomic operations such as processes. Tasks represent atomic operations such as processes.

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2005-2016 (ita) # Thomas Nagy, 2005-2017 (ita)
""" """
Task generators Task generators

View File

@ -1,3 +1,3 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2005-2016 (ita) # Thomas Nagy, 2005-2017 (ita)

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2006-2016 (ita) # Thomas Nagy, 2006-2017 (ita)
# Ralf Habacker, 2006 (rh) # Ralf Habacker, 2006 (rh)
""" """

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2008-2016 (ita) # Thomas Nagy, 2008-2017 (ita)
""" """
Assembly support, used by tools such as gas and nasm Assembly support, used by tools such as gas and nasm

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# John O'Meara, 2006 # John O'Meara, 2006
# Thomas Nagy 2009-2016 (ita) # Thomas Nagy 2009-2017 (ita)
""" """
The **bison** program is a code generator which creates C or C++ files. The **bison** program is a code generator which creates C or C++ files.

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2006-2016 (ita) # Thomas Nagy, 2006-2017 (ita)
"Base for c programs/libraries" "Base for c programs/libraries"

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2005-2016 (ita) # Thomas Nagy, 2005-2017 (ita)
""" """
C/C++/D configuration helpers C/C++/D configuration helpers

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy 2008-2016 (ita) # Thomas Nagy 2008-2017 (ita)
""" """
MacOSX related tools MacOSX related tools

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2006-2016 (ita) # Thomas Nagy, 2006-2017 (ita)
""" """
C/C++ preprocessor for finding dependencies C/C++ preprocessor for finding dependencies

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2016 (ita) # Thomas Nagy, 2016-2017 (ita)
""" """
Various configuration tests. Various configuration tests.

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2005-2016 (ita) # Thomas Nagy, 2005-2017 (ita)
""" """
Classes and methods shared by tools providing support for C-like language such Classes and methods shared by tools providing support for C-like language such

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy 2009-2016 (ita) # Thomas Nagy 2009-2017 (ita)
""" """
Detect the Clang++ C++ compiler Detect the Clang++ C++ compiler

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Carlos Rafael Giani, 2007 (dv) # Carlos Rafael Giani, 2007 (dv)
# Thomas Nagy, 2016 (ita) # Thomas Nagy, 2016-2017 (ita)
""" """
Try to detect a D compiler from the list of supported compilers:: Try to detect a D compiler from the list of supported compilers::

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2006-2016 (ita) # Thomas Nagy, 2006-2017 (ita)
""" """
C# support. A simple example:: C# support. A simple example::

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2005-2016 (ita) # Thomas Nagy, 2005-2017 (ita)
"Base for c++ programs and libraries" "Base for c++ programs and libraries"

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Carlos Rafael Giani, 2007 (dv) # Carlos Rafael Giani, 2007 (dv)
# Thomas Nagy, 2007-2016 (ita) # Thomas Nagy, 2007-2017 (ita)
from waflib import Utils, Task, Errors from waflib import Utils, Task, Errors
from waflib.TaskGen import taskgen_method, feature, extension from waflib.TaskGen import taskgen_method, feature, extension

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2016 (ita) # Thomas Nagy, 2016-2017 (ita)
from waflib import Utils from waflib import Utils
from waflib.Configure import conf from waflib.Configure import conf

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2016 (ita) # Thomas Nagy, 2016-2017 (ita)
""" """
Provide a scanner for finding dependencies on d files Provide a scanner for finding dependencies on d files

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Carlos Rafael Giani, 2007 (dv) # Carlos Rafael Giani, 2007 (dv)
# Thomas Nagy, 2008-2016 (ita) # Thomas Nagy, 2008-2017 (ita)
import sys import sys
from waflib.Tools import ar, d from waflib.Tools import ar, d

View File

@ -1,7 +1,7 @@
#! /usr/bin/env python #! /usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# DC 2008 # DC 2008
# Thomas Nagy 2016 (ita) # Thomas Nagy 2016-2017 (ita)
""" """
Fortran support Fortran support

View File

@ -1,7 +1,7 @@
#! /usr/bin/env python #! /usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# DC 2008 # DC 2008
# Thomas Nagy 2016 (ita) # Thomas Nagy 2016-2017 (ita)
""" """
Fortran configuration helpers Fortran configuration helpers

View File

@ -1,7 +1,7 @@
#! /usr/bin/env python #! /usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# DC 2008 # DC 2008
# Thomas Nagy 2016 (ita) # Thomas Nagy 2016-2017 (ita)
import re import re

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# John O'Meara, 2006 # John O'Meara, 2006
# Thomas Nagy, 2006-2016 (ita) # Thomas Nagy, 2006-2017 (ita)
""" """
The **flex** program is a code generator which creates C or C++ files. The **flex** program is a code generator which creates C or C++ files.

View File

@ -1,7 +1,7 @@
#! /usr/bin/env python #! /usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# KWS 2010 # KWS 2010
# Thomas Nagy 2016 (ita) # Thomas Nagy 2016-2017 (ita)
import re import re
from waflib import Utils from waflib import Utils

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2008-2016 (ita) # Thomas Nagy, 2008-2017 (ita)
"Detect as/gas/gcc for compiling assembly files" "Detect as/gas/gcc for compiling assembly files"

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2006-2016 (ita) # Thomas Nagy, 2006-2017 (ita)
# Ralf Habacker, 2006 (rh) # Ralf Habacker, 2006 (rh)
# Yinon Ehrlich, 2009 # Yinon Ehrlich, 2009

View File

@ -1,7 +1,7 @@
#! /usr/bin/env python #! /usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# DC 2008 # DC 2008
# Thomas Nagy 2016 (ita) # Thomas Nagy 2016-2017 (ita)
import re import re
from waflib import Utils from waflib import Utils

View File

@ -1,6 +1,6 @@
#! /usr/bin/env python #! /usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2006-2016 (ita) # Thomas Nagy, 2006-2017 (ita)
""" """
Support for GLib2 tools: Support for GLib2 tools:

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2006-2016 (ita) # Thomas Nagy, 2006-2017 (ita)
# Ralf Habacker, 2006 (rh) # Ralf Habacker, 2006 (rh)
# Yinon Ehrlich, 2009 # Yinon Ehrlich, 2009

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Stian Selnes 2008 # Stian Selnes 2008
# Thomas Nagy 2009-2016 (ita) # Thomas Nagy 2009-2017 (ita)
""" """
Detects the Intel C compiler Detects the Intel C compiler

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy 2009-2016 (ita) # Thomas Nagy 2009-2017 (ita)
""" """
Detects the Intel C++ compiler Detects the Intel C++ compiler

View File

@ -1,7 +1,7 @@
#! /usr/bin/env python #! /usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# DC 2008 # DC 2008
# Thomas Nagy 2016 (ita) # Thomas Nagy 2016-2017 (ita)
import os, re import os, re
from waflib import Utils, Logs, Errors from waflib import Utils, Logs, Errors

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2006-2016 (ita) # Thomas Nagy, 2006-2017 (ita)
""" """
Support for translation tools such as msgfmt and intltool Support for translation tools such as msgfmt and intltool

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2006-2016 (ita) # Thomas Nagy, 2006-2017 (ita)
""" """
Java support Java support

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Sebastian Schlingmann, 2008 # Sebastian Schlingmann, 2008
# Thomas Nagy, 2008-2016 (ita) # Thomas Nagy, 2008-2017 (ita)
""" """
Lua support. Lua support.

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2008-2016 (ita) # Thomas Nagy, 2008-2017 (ita)
""" """
Nasm tool (asm processing) Nasm tool (asm processing)

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# andersg at 0x63.nu 2007 # andersg at 0x63.nu 2007
# Thomas Nagy 2016 (ita) # Thomas Nagy 2016-2017 (ita)
""" """
Support for Perl extensions. A C/C++ compiler is required:: Support for Perl extensions. A C/C++ compiler is required::

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2006-2016 (ita) # Thomas Nagy, 2006-2017 (ita)
""" """
This tool helps with finding Qt5 tools and libraries, This tool helps with finding Qt5 tools and libraries,

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# daniel.svensson at purplescout.se 2008 # daniel.svensson at purplescout.se 2008
# Thomas Nagy 2016 (ita) # Thomas Nagy 2016-2017 (ita)
""" """
Support for Ruby extensions. A C/C++ compiler is required:: Support for Ruby extensions. A C/C++ compiler is required::

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2006-2016 (ita) # Thomas Nagy, 2006-2017 (ita)
# Ralf Habacker, 2006 (rh) # Ralf Habacker, 2006 (rh)
from waflib.Tools import ccroot, ar from waflib.Tools import ccroot, ar

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2006-2016 (ita) # Thomas Nagy, 2006-2017 (ita)
# Ralf Habacker, 2006 (rh) # Ralf Habacker, 2006 (rh)
from waflib.Tools import ccroot, ar from waflib.Tools import ccroot, ar

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2006-2016 (ita) # Thomas Nagy, 2006-2017 (ita)
""" """
TeX/LaTeX/PDFLaTeX/XeLaTeX support TeX/LaTeX/PDFLaTeX/XeLaTeX support

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Carlos Rafael Giani, 2006 # Carlos Rafael Giani, 2006
# Thomas Nagy, 2010-2016 (ita) # Thomas Nagy, 2010-2017 (ita)
""" """
Unit testing system for C/C++/D providing test execution: Unit testing system for C/C++/D providing test execution:

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2006-2016 (ita) # Thomas Nagy, 2006-2017 (ita)
# Ralf Habacker, 2006 (rh) # Ralf Habacker, 2006 (rh)
# Yinon Ehrlich, 2009 # Yinon Ehrlich, 2009
# Michael Kuhn, 2009 # Michael Kuhn, 2009

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2006-2016 (ita) # Thomas Nagy, 2006-2017 (ita)
# Ralf Habacker, 2006 (rh) # Ralf Habacker, 2006 (rh)
# Yinon Ehrlich, 2009 # Yinon Ehrlich, 2009
# Michael Kuhn, 2009 # Michael Kuhn, 2009

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2005-2016 (ita) # Thomas Nagy, 2005-2017 (ita)
""" """
Utilities and platform-specific fixes Utilities and platform-specific fixes

View File

@ -1,3 +1,3 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2005-2016 (ita) # Thomas Nagy, 2005-2017 (ita)

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# coding=utf-8 # coding=utf-8
# Thomas Nagy, 2016 # Thomas Nagy, 2016-2017
""" """
Force all build files to go to the build directory: Force all build files to go to the build directory:

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Federico Pellegrin, 2016 (fedepell) adapted for Python # Federico Pellegrin, 2016-2017 (fedepell) adapted for Python
""" """
This tool helps with finding Python Qt5 tools and libraries, This tool helps with finding Python Qt5 tools and libraries,

View File

@ -1,6 +1,6 @@
#! /usr/bin/env python #! /usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Calle Rosenquist, 2016 (xbreak) # Calle Rosenquist, 2016-2017 (xbreak)
""" """
Provides Python unit test support using :py:class:`waflib.Tools.waf_unit_test.utest` Provides Python unit test support using :py:class:`waflib.Tools.waf_unit_test.utest`

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2010-2016 (ita) # Thomas Nagy, 2010-2017 (ita)
import os import os

View File

@ -1,6 +1,6 @@
#! /usr/bin/env python #! /usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2016 (ita) # Thomas Nagy, 2016-2017 (ita)
import os, sys, traceback, base64, signal import os, sys, traceback, base64, signal
try: try:

View File

@ -1,6 +1,6 @@
#! /usr/bin/env python #! /usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2005-2016 # Thomas Nagy, 2005-2017
""" """
to make a custom waf file use the option --tools to make a custom waf file use the option --tools