Browse Source

Update copyright year in license header

master
Debao Zhang 11 years ago
parent
commit
5476d0be80
  1. 2
      src/xlsx/xlsx.pro
  2. 2
      src/xlsx/xlsxcell.cpp
  3. 2
      src/xlsx/xlsxcell.h
  4. 2
      src/xlsx/xlsxcell_p.h
  5. 2
      src/xlsx/xlsxcellrange.cpp
  6. 2
      src/xlsx/xlsxcellrange.h
  7. 2
      src/xlsx/xlsxcolor_p.h
  8. 2
      src/xlsx/xlsxconditionalformatting.cpp
  9. 2
      src/xlsx/xlsxconditionalformatting.h
  10. 2
      src/xlsx/xlsxconditionalformatting_p.h
  11. 2
      src/xlsx/xlsxcontenttypes.cpp
  12. 2
      src/xlsx/xlsxcontenttypes_p.h
  13. 2
      src/xlsx/xlsxdatavalidation.cpp
  14. 2
      src/xlsx/xlsxdatavalidation.h
  15. 2
      src/xlsx/xlsxdatavalidation_p.h
  16. 2
      src/xlsx/xlsxdocpropsapp.cpp
  17. 2
      src/xlsx/xlsxdocpropsapp_p.h
  18. 2
      src/xlsx/xlsxdocpropscore.cpp
  19. 2
      src/xlsx/xlsxdocpropscore_p.h
  20. 2
      src/xlsx/xlsxdocument.cpp
  21. 2
      src/xlsx/xlsxdocument.h
  22. 2
      src/xlsx/xlsxdocument_p.h
  23. 2
      src/xlsx/xlsxdrawing.cpp
  24. 2
      src/xlsx/xlsxdrawing_p.h
  25. 2
      src/xlsx/xlsxformat.cpp
  26. 2
      src/xlsx/xlsxformat.h
  27. 2
      src/xlsx/xlsxformat_p.h
  28. 2
      src/xlsx/xlsxglobal.h
  29. 2
      src/xlsx/xlsxnumformatparser.cpp
  30. 2
      src/xlsx/xlsxnumformatparser_p.h
  31. 2
      src/xlsx/xlsxpackage.cpp
  32. 2
      src/xlsx/xlsxpackage_p.h
  33. 2
      src/xlsx/xlsxrelationships.cpp
  34. 2
      src/xlsx/xlsxrelationships_p.h
  35. 2
      src/xlsx/xlsxrichstring.cpp
  36. 2
      src/xlsx/xlsxrichstring.h
  37. 2
      src/xlsx/xlsxrichstring_p.h
  38. 2
      src/xlsx/xlsxsharedstrings.cpp
  39. 2
      src/xlsx/xlsxsharedstrings_p.h
  40. 2
      src/xlsx/xlsxstyles.cpp
  41. 2
      src/xlsx/xlsxstyles_p.h
  42. 2
      src/xlsx/xlsxtheme.cpp
  43. 2
      src/xlsx/xlsxtheme_p.h
  44. 2
      src/xlsx/xlsxutility.cpp
  45. 2
      src/xlsx/xlsxutility_p.h
  46. 2
      src/xlsx/xlsxworkbook.cpp
  47. 2
      src/xlsx/xlsxworkbook.h
  48. 2
      src/xlsx/xlsxworkbook_p.h
  49. 2
      src/xlsx/xlsxworksheet.cpp
  50. 2
      src/xlsx/xlsxworksheet.h
  51. 2
      src/xlsx/xlsxworksheet_p.h
  52. 2
      src/xlsx/xlsxzipreader.cpp
  53. 2
      src/xlsx/xlsxzipreader_p.h
  54. 2
      src/xlsx/xlsxzipwriter.cpp
  55. 2
      src/xlsx/xlsxzipwriter_p.h
  56. 2
      tests/auto/utility/tst_utilitytest.cpp

2
src/xlsx/xlsx.pro

@ -11,6 +11,6 @@ include(qtxlsx.pri)
#DEFINES += XLSX_TEST
QMAKE_TARGET_COMPANY = "Debao Zhang"
QMAKE_TARGET_COPYRIGHT = "Copyright (C) 2013 Debao Zhang <hello@debao.me>"
QMAKE_TARGET_COPYRIGHT = "Copyright (C) 2013-2014 Debao Zhang <hello@debao.me>"
QMAKE_TARGET_DESCRIPTION = ".Xlsx file wirter for Qt5"

2
src/xlsx/xlsxcell.cpp

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxcell.h

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxcell_p.h

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxcellrange.cpp

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxcellrange.h

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxcolor_p.h

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxconditionalformatting.cpp

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxconditionalformatting.h

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxconditionalformatting_p.h

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxcontenttypes.cpp

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxcontenttypes_p.h

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxdatavalidation.cpp

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxdatavalidation.h

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxdatavalidation_p.h

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxdocpropsapp.cpp

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxdocpropsapp_p.h

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxdocpropscore.cpp

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxdocpropscore_p.h

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxdocument.cpp

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxdocument.h

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxdocument_p.h

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxdrawing.cpp

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxdrawing_p.h

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxformat.cpp

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxformat.h

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxformat_p.h

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxglobal.h

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxnumformatparser.cpp

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxnumformatparser_p.h

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxpackage.cpp

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxpackage_p.h

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxrelationships.cpp

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxrelationships_p.h

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxrichstring.cpp

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxrichstring.h

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxrichstring_p.h

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxsharedstrings.cpp

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxsharedstrings_p.h

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxstyles.cpp

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxstyles_p.h

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxtheme.cpp

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxtheme_p.h

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxutility.cpp

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxutility_p.h

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxworkbook.cpp

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxworkbook.h

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxworkbook_p.h

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxworksheet.cpp

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxworksheet.h

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxworksheet_p.h

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxzipreader.cpp

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxzipreader_p.h

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxzipwriter.cpp

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
src/xlsx/xlsxzipwriter_p.h

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

2
tests/auto/utility/tst_utilitytest.cpp

@ -1,5 +1,5 @@
/****************************************************************************
** Copyright (c) 2013 Debao Zhang <hello@debao.me>
** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining

Loading…
Cancel
Save