Skip to content

Commit

Permalink
Applied updates
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Jan 2, 2019
1 parent 7ccf000 commit b2dad09
Show file tree
Hide file tree
Showing 215 changed files with 227 additions and 227 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ script:
export PATH=$(echo $PATH | tr ":" "\n" | sed '/\/opt\/python/d' | tr "\n" ":" | sed "s/::/:/g");
fi
- if test ${TARGET} = "linux-gcc-python-setup-py" || test ${TARGET} = "macos-gcc-python-setup-py"; then
python ./setup.py build;
./configure ${CONFIGURE_OPTIONS} && make > /dev/null && python ./setup.py build;
elif test ${TARGET} != "coverity"; then
./configure ${CONFIGURE_OPTIONS} && make > /dev/null && make check CHECK_WITH_STDERR=1;
if test $? -ne 0 && test -f tests/test-suite.log; then
Expand Down
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Acknowledgements: libfwsi

Copyright (C) 2010-2018, Joachim Metz <[email protected]>
Copyright (C) 2010-2019, Joachim Metz <[email protected]>

2 changes: 1 addition & 1 deletion common/byte_stream.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Byte stream functions
*
* Copyright (C) 2010-2018, Joachim Metz <[email protected]>
* Copyright (C) 2010-2019, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion common/common.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Common include file
*
* Copyright (C) 2010-2018, Joachim Metz <[email protected]>
* Copyright (C) 2010-2019, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion common/config_borlandc.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Configuration for the Borland/CodeGear C++ Builder compiler
*
* Copyright (C) 2010-2018, Joachim Metz <[email protected]>
* Copyright (C) 2010-2019, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion common/config_msc.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Configuration for the Microsoft Visual Studio C++ compiler
*
* Copyright (C) 2010-2018, Joachim Metz <[email protected]>
* Copyright (C) 2010-2019, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion common/config_winapi.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Configuration file for WINAPI
*
* Copyright (C) 2010-2018, Joachim Metz <[email protected]>
* Copyright (C) 2010-2019, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion common/file_stream.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* FILE stream functions
*
* Copyright (C) 2010-2018, Joachim Metz <[email protected]>
* Copyright (C) 2010-2019, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion common/memory.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Memory functions
*
* Copyright (C) 2010-2018, Joachim Metz <[email protected]>
* Copyright (C) 2010-2019, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion common/narrow_string.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Narrow character string functions
*
* Copyright (C) 2010-2018, Joachim Metz <[email protected]>
* Copyright (C) 2010-2019, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion common/system_string.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* System character string functions
*
* Copyright (C) 2010-2018, Joachim Metz <[email protected]>
* Copyright (C) 2010-2019, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion common/types.h.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Type and type-support defintions
*
* Copyright (C) 2010-2018, Joachim Metz <[email protected]>
* Copyright (C) 2010-2019, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion common/wide_string.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Wide character string functions
*
* Copyright (C) 2010-2018, Joachim Metz <[email protected]>
* Copyright (C) 2010-2019, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AC_PREREQ( 2.59 )

AC_INIT(
[libfwsi],
[20181227],
[20190102],
[[email protected]])

AC_CONFIG_SRCDIR(
Expand Down
2 changes: 1 addition & 1 deletion dpkg/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Upstream-Name: libfwsi
Source: https://github.com/libyal/libfwsi

Files: *
Copyright: 2010-2018, Joachim Metz <[email protected]>
Copyright: 2010-2019, Joachim Metz <[email protected]>
License: LGPL-3.0+

License: LGPL-3.0+
Expand Down
2 changes: 1 addition & 1 deletion include/libfwsi.h.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Library to access the Windows Shell Item format
*
* Copyright (C) 2010-2018, Joachim Metz <[email protected]>
* Copyright (C) 2010-2019, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion include/libfwsi/codepage.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Codepage definitions for libfwsi
*
* Copyright (C) 2010-2018, Joachim Metz <[email protected]>
* Copyright (C) 2010-2019, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion include/libfwsi/definitions.h.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Definitions for libfwsi
*
* Copyright (C) 2010-2018, Joachim Metz <[email protected]>
* Copyright (C) 2010-2019, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion include/libfwsi/error.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The error code definitions for libfwsi
*
* Copyright (C) 2010-2018, Joachim Metz <[email protected]>
* Copyright (C) 2010-2019, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion include/libfwsi/extern.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* This header should be included in header files that export or import
* library functions
*
* Copyright (C) 2010-2018, Joachim Metz <[email protected]>
* Copyright (C) 2010-2019, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion include/libfwsi/features.h.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Features of libfwsi
*
* Copyright (C) 2010-2018, Joachim Metz <[email protected]>
* Copyright (C) 2010-2019, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion include/libfwsi/types.h.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Type definitions for libfwsi
*
* Copyright (C) 2010-2018, Joachim Metz <[email protected]>
* Copyright (C) 2010-2019, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion libfwsi.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ rm -rf %{buildroot}
%files -n libfwsi-devel
%defattr(644,root,root,755)
%license COPYING
%doc AUTHORS README ChangeLog
%doc AUTHORS README
%{_libdir}/*.a
%{_libdir}/*.la
%{_libdir}/*.so
Expand Down
2 changes: 1 addition & 1 deletion libfwsi/libfwsi.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Library to access the Windows Shell Item format
*
* Copyright (C) 2010-2018, Joachim Metz <[email protected]>
* Copyright (C) 2010-2019, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion libfwsi/libfwsi.rc.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ BEGIN
VALUE "FileDescription", "Library to access the Windows Shell Item format\0"
VALUE "FileVersion", "@VERSION@" "\0"
VALUE "InternalName", "libfwsi.dll\0"
VALUE "LegalCopyright", "(C) 2010-2018, Joachim Metz <[email protected]>\0"
VALUE "LegalCopyright", "(C) 2010-2019, Joachim Metz <[email protected]>\0"
VALUE "OriginalFilename", "libfwsi.dll\0"
VALUE "ProductName", "libfwsi\0"
VALUE "ProductVersion", "@VERSION@" "\0"
Expand Down
2 changes: 1 addition & 1 deletion libfwsi/libfwsi_cdburn_values.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* CD burn (shell item) values functions
*
* Copyright (C) 2010-2018, Joachim Metz <[email protected]>
* Copyright (C) 2010-2019, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion libfwsi/libfwsi_cdburn_values.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* CD burn (shell item) values functions
*
* Copyright (C) 2010-2018, Joachim Metz <[email protected]>
* Copyright (C) 2010-2019, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion libfwsi/libfwsi_codepage.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Codepage functions
*
* Copyright (C) 2010-2018, Joachim Metz <[email protected]>
* Copyright (C) 2010-2019, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion libfwsi/libfwsi_compressed_folder_values.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Compressed folder (shell item) values functions
*
* Copyright (C) 2010-2018, Joachim Metz <[email protected]>
* Copyright (C) 2010-2019, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion libfwsi/libfwsi_compressed_folder_values.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Compressed folder (shell item) values functions
*
* Copyright (C) 2010-2018, Joachim Metz <[email protected]>
* Copyright (C) 2010-2019, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion libfwsi/libfwsi_control_panel_category_values.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Control panel category (shell item) values functions
*
* Copyright (C) 2010-2018, Joachim Metz <[email protected]>
* Copyright (C) 2010-2019, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion libfwsi/libfwsi_control_panel_category_values.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Control panel category (shell item) values functions
*
* Copyright (C) 2010-2018, Joachim Metz <[email protected]>
* Copyright (C) 2010-2019, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion libfwsi/libfwsi_control_panel_cpl_file_values.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Control Panel CPL file (shell item) values functions
*
* Copyright (C) 2010-2018, Joachim Metz <[email protected]>
* Copyright (C) 2010-2019, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion libfwsi/libfwsi_control_panel_cpl_file_values.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Control panel CPL file (shell item) values functions
*
* Copyright (C) 2010-2018, Joachim Metz <[email protected]>
* Copyright (C) 2010-2019, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion libfwsi/libfwsi_control_panel_identifier.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Control panel identifier functions
*
* Copyright (C) 2010-2018, Joachim Metz <[email protected]>
* Copyright (C) 2010-2019, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion libfwsi/libfwsi_control_panel_identifier.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Control panel identifier functions
*
* Copyright (C) 2010-2018, Joachim Metz <[email protected]>
* Copyright (C) 2010-2019, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion libfwsi/libfwsi_control_panel_values.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Control panel (shell item) values functions
*
* Copyright (C) 2010-2018, Joachim Metz <[email protected]>
* Copyright (C) 2010-2019, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion libfwsi/libfwsi_control_panel_values.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Control panel (shell item) values functions
*
* Copyright (C) 2010-2018, Joachim Metz <[email protected]>
* Copyright (C) 2010-2019, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion libfwsi/libfwsi_debug.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Debug functions
*
* Copyright (C) 2010-2018, Joachim Metz <[email protected]>
* Copyright (C) 2010-2019, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion libfwsi/libfwsi_debug.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Debug functions
*
* Copyright (C) 2010-2018, Joachim Metz <[email protected]>
* Copyright (C) 2010-2019, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion libfwsi/libfwsi_definitions.h.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The internal definitions
*
* Copyright (C) 2010-2018, Joachim Metz <[email protected]>
* Copyright (C) 2010-2019, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion libfwsi/libfwsi_delegate_values.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Delegate (shell item) values functions
*
* Copyright (C) 2010-2018, Joachim Metz <[email protected]>
* Copyright (C) 2010-2019, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion libfwsi/libfwsi_delegate_values.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Delegate (shell item) values functions
*
* Copyright (C) 2010-2018, Joachim Metz <[email protected]>
* Copyright (C) 2010-2019, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion libfwsi/libfwsi_error.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Error functions
*
* Copyright (C) 2010-2018, Joachim Metz <[email protected]>
* Copyright (C) 2010-2019, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
Loading

0 comments on commit b2dad09

Please sign in to comment.