mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-17 11:05:03 +02:00
LICENSE: add info about SPDX-License-Identifier usage and use it
fix: remove executable flag and change back to 100644 (was 100755) Signed-off-by: Roger Meier <r.meier@siemens.com>
This commit is contained in:
0
CppParser/include/Poco/CppParser/Attributes.h
Executable file → Normal file
0
CppParser/include/Poco/CppParser/Attributes.h
Executable file → Normal file
0
CppParser/include/Poco/CppParser/AttributesParser.h
Executable file → Normal file
0
CppParser/include/Poco/CppParser/AttributesParser.h
Executable file → Normal file
0
CppParser/include/Poco/CppParser/BuiltIn.h
Executable file → Normal file
0
CppParser/include/Poco/CppParser/BuiltIn.h
Executable file → Normal file
0
CppParser/include/Poco/CppParser/CppParser.h
Executable file → Normal file
0
CppParser/include/Poco/CppParser/CppParser.h
Executable file → Normal file
0
CppParser/include/Poco/CppParser/CppToken.h
Executable file → Normal file
0
CppParser/include/Poco/CppParser/CppToken.h
Executable file → Normal file
0
CppParser/include/Poco/CppParser/Decl.h
Executable file → Normal file
0
CppParser/include/Poco/CppParser/Decl.h
Executable file → Normal file
0
CppParser/include/Poco/CppParser/Enum.h
Executable file → Normal file
0
CppParser/include/Poco/CppParser/Enum.h
Executable file → Normal file
0
CppParser/include/Poco/CppParser/EnumValue.h
Executable file → Normal file
0
CppParser/include/Poco/CppParser/EnumValue.h
Executable file → Normal file
0
CppParser/include/Poco/CppParser/Function.h
Executable file → Normal file
0
CppParser/include/Poco/CppParser/Function.h
Executable file → Normal file
0
CppParser/include/Poco/CppParser/NameSpace.h
Executable file → Normal file
0
CppParser/include/Poco/CppParser/NameSpace.h
Executable file → Normal file
0
CppParser/include/Poco/CppParser/Parameter.h
Executable file → Normal file
0
CppParser/include/Poco/CppParser/Parameter.h
Executable file → Normal file
0
CppParser/include/Poco/CppParser/Parser.h
Executable file → Normal file
0
CppParser/include/Poco/CppParser/Parser.h
Executable file → Normal file
0
CppParser/include/Poco/CppParser/Struct.h
Executable file → Normal file
0
CppParser/include/Poco/CppParser/Struct.h
Executable file → Normal file
0
CppParser/include/Poco/CppParser/Symbol.h
Executable file → Normal file
0
CppParser/include/Poco/CppParser/Symbol.h
Executable file → Normal file
0
CppParser/include/Poco/CppParser/Tokenizer.h
Executable file → Normal file
0
CppParser/include/Poco/CppParser/Tokenizer.h
Executable file → Normal file
0
CppParser/include/Poco/CppParser/TypeDef.h
Executable file → Normal file
0
CppParser/include/Poco/CppParser/TypeDef.h
Executable file → Normal file
0
CppParser/include/Poco/CppParser/Utility.h
Executable file → Normal file
0
CppParser/include/Poco/CppParser/Utility.h
Executable file → Normal file
0
CppParser/include/Poco/CppParser/Variable.h
Executable file → Normal file
0
CppParser/include/Poco/CppParser/Variable.h
Executable file → Normal file
0
CppParser/src/Attributes.cpp
Executable file → Normal file
0
CppParser/src/Attributes.cpp
Executable file → Normal file
0
CppParser/src/AttributesParser.cpp
Executable file → Normal file
0
CppParser/src/AttributesParser.cpp
Executable file → Normal file
0
CppParser/src/BuiltIn.cpp
Executable file → Normal file
0
CppParser/src/BuiltIn.cpp
Executable file → Normal file
0
CppParser/src/CppToken.cpp
Executable file → Normal file
0
CppParser/src/CppToken.cpp
Executable file → Normal file
0
CppParser/src/Decl.cpp
Executable file → Normal file
0
CppParser/src/Decl.cpp
Executable file → Normal file
0
CppParser/src/Enum.cpp
Executable file → Normal file
0
CppParser/src/Enum.cpp
Executable file → Normal file
0
CppParser/src/EnumValue.cpp
Executable file → Normal file
0
CppParser/src/EnumValue.cpp
Executable file → Normal file
0
CppParser/src/Function.cpp
Executable file → Normal file
0
CppParser/src/Function.cpp
Executable file → Normal file
0
CppParser/src/NameSpace.cpp
Executable file → Normal file
0
CppParser/src/NameSpace.cpp
Executable file → Normal file
0
CppParser/src/Parameter.cpp
Executable file → Normal file
0
CppParser/src/Parameter.cpp
Executable file → Normal file
0
CppParser/src/Parser.cpp
Executable file → Normal file
0
CppParser/src/Parser.cpp
Executable file → Normal file
0
CppParser/src/Struct.cpp
Executable file → Normal file
0
CppParser/src/Struct.cpp
Executable file → Normal file
0
CppParser/src/Symbol.cpp
Executable file → Normal file
0
CppParser/src/Symbol.cpp
Executable file → Normal file
0
CppParser/src/Tokenizer.cpp
Executable file → Normal file
0
CppParser/src/Tokenizer.cpp
Executable file → Normal file
0
CppParser/src/TypeDef.cpp
Executable file → Normal file
0
CppParser/src/TypeDef.cpp
Executable file → Normal file
0
CppParser/src/Utility.cpp
Executable file → Normal file
0
CppParser/src/Utility.cpp
Executable file → Normal file
0
CppParser/src/Variable.cpp
Executable file → Normal file
0
CppParser/src/Variable.cpp
Executable file → Normal file
0
CppParser/testsuite/src/AttributesParserTest.cpp
Executable file → Normal file
0
CppParser/testsuite/src/AttributesParserTest.cpp
Executable file → Normal file
0
CppParser/testsuite/src/AttributesParserTest.h
Executable file → Normal file
0
CppParser/testsuite/src/AttributesParserTest.h
Executable file → Normal file
0
CppParser/testsuite/src/AttributesTestSuite.cpp
Executable file → Normal file
0
CppParser/testsuite/src/AttributesTestSuite.cpp
Executable file → Normal file
0
CppParser/testsuite/src/AttributesTestSuite.h
Executable file → Normal file
0
CppParser/testsuite/src/AttributesTestSuite.h
Executable file → Normal file
0
CppParser/testsuite/src/CppParserTest.cpp
Executable file → Normal file
0
CppParser/testsuite/src/CppParserTest.cpp
Executable file → Normal file
0
CppParser/testsuite/src/CppParserTest.h
Executable file → Normal file
0
CppParser/testsuite/src/CppParserTest.h
Executable file → Normal file
0
CppParser/testsuite/src/CppParserTestSuite.cpp
Executable file → Normal file
0
CppParser/testsuite/src/CppParserTestSuite.cpp
Executable file → Normal file
0
CppParser/testsuite/src/CppParserTestSuite.h
Executable file → Normal file
0
CppParser/testsuite/src/CppParserTestSuite.h
Executable file → Normal file
0
CppParser/testsuite/src/Driver.cpp
Executable file → Normal file
0
CppParser/testsuite/src/Driver.cpp
Executable file → Normal file
0
CppParser/testsuite/src/WinDriver.cpp
Executable file → Normal file
0
CppParser/testsuite/src/WinDriver.cpp
Executable file → Normal file
Reference in New Issue
Block a user