CMake/Tests/CMakeLib
Brad King 86578eccf2 Simplify CMake per-source license notices
Per-source copyright/license notice headers that spell out copyright holder
names and years are hard to maintain and often out-of-date or plain wrong.
Precise contributor information is already maintained automatically by the
version control tool.  Ultimately it is the receiver of a file who is
responsible for determining its licensing status, and per-source notices are
merely a convenience.  Therefore it is simpler and more accurate for
each source to have a generic notice of the license name and references to
more detailed information on copyright holders and full license terms.

Our `Copyright.txt` file now contains a list of Contributors whose names
appeared source-level copyright notices.  It also references version control
history for more precise information.  Therefore we no longer need to spell
out the list of Contributors in each source file notice.

Replace CMake per-source copyright/license notice headers with a short
description of the license and links to `Copyright.txt` and online information
available from "https://cmake.org/licensing".  The online URL also handles
cases of modules being copied out of our source into other projects, so we
can drop our notices about replacing links with full license text.

Run the `Utilities/Scripts/filter-notices.bash` script to perform the majority
of the replacements mechanically.  Manually fix up shebang lines and trailing
newlines in a few files.  Manually update the notices in a few files that the
script does not handle.
2016-09-27 15:14:44 -04:00
..
PseudoMemcheck Add missing braces around statements. 2016-06-10 18:36:24 +02:00
testVisualStudioSlnParser_data VS: Create parser for Visual Studio .sln files 2013-04-12 11:35:35 -04:00
CMakeLists.txt find_package: Optionally sort globbed directories in a meaningful order 2016-09-15 13:35:25 -04:00
run_compile_commands.cxx use CM_NULLPTR 2016-09-05 23:18:05 +02:00
testFindPackageCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
testGeneratedFileStream.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
testRST.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
testRST.expect cmRST: Add support for the note and productionlist directives 2013-10-30 10:26:29 -04:00
testRST.rst cmRST: Add support for the note and productionlist directives 2013-10-30 10:26:29 -04:00
testRSTinclude1.rst Add class cmRST to do basic reStructuredText processing 2013-10-16 09:22:35 -04:00
testRSTinclude2.rst Add class cmRST to do basic reStructuredText processing 2013-10-16 09:22:35 -04:00
testRSTmod.cmake cmRST: Teach cmake-module directive to scan bracket comments 2013-10-23 09:36:00 -04:00
testRSTtoc1.rst Add class cmRST to do basic reStructuredText processing 2013-10-16 09:22:35 -04:00
testRSTtoc2.rst Add class cmRST to do basic reStructuredText processing 2013-10-16 09:22:35 -04:00
testSystemTools.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
testUTF8.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
testVisualStudioSlnParser.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
testVisualStudioSlnParser.h.in VS: Create parser for Visual Studio .sln files 2013-04-12 11:35:35 -04:00
testXMLParser.cxx Make sure unnused parameters are /*named*/ 2016-08-17 01:49:57 +02:00
testXMLParser.h.in Create CMakeLib test driver and test cmXMLParser 2009-12-08 11:44:50 -05:00
testXMLParser.xml Create CMakeLib test driver and test cmXMLParser 2009-12-08 11:44:50 -05:00
testXMLSafe.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00