Skip to content

Commit 628a06f

Browse files
LICENSE: add info about SPDX-License-Identifier usage and use it
Signed-off-by: Roger Meier <roger@bufferoverflow.ch>
1 parent 38f5216 commit 628a06f

File tree

2,109 files changed

+2117
-44268
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,109 files changed

+2117
-44268
lines changed

ApacheConnector/include/ApacheApplication.h

100644100755
Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,7 @@
66
// Copyright (c) 2006-2011, Applied Informatics Software Engineering GmbH.
77
// and Contributors.
88
//
9-
// Permission is hereby granted, free of charge, to any person or organization
10-
// obtaining a copy of the software and accompanying documentation covered by
11-
// this license (the "Software") to use, reproduce, display, distribute,
12-
// execute, and transmit the Software, and to prepare derivative works of the
13-
// Software, and to permit third-parties to whom the Software is furnished to
14-
// do so, all subject to the following:
15-
//
16-
// The copyright notices in the Software and this entire statement, including
17-
// the above license grant, this restriction and the following disclaimer,
18-
// must be included in all copies of the Software, in whole or in part, and
19-
// all derivative works of the Software, unless such copies or derivative
20-
// works are solely in the form of machine-executable object code generated by
21-
// a source language processor.
22-
//
23-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24-
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25-
// FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
26-
// SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
27-
// FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
28-
// ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
29-
// DEALINGS IN THE SOFTWARE.
9+
// SPDX-License-Identifier: BSL-1.0
3010
//
3111

3212

ApacheConnector/include/ApacheChannel.h

100644100755
Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,7 @@
66
// Copyright (c) 2006-2011, Applied Informatics Software Engineering GmbH.
77
// and Contributors.
88
//
9-
// Permission is hereby granted, free of charge, to any person or organization
10-
// obtaining a copy of the software and accompanying documentation covered by
11-
// this license (the "Software") to use, reproduce, display, distribute,
12-
// execute, and transmit the Software, and to prepare derivative works of the
13-
// Software, and to permit third-parties to whom the Software is furnished to
14-
// do so, all subject to the following:
15-
//
16-
// The copyright notices in the Software and this entire statement, including
17-
// the above license grant, this restriction and the following disclaimer,
18-
// must be included in all copies of the Software, in whole or in part, and
19-
// all derivative works of the Software, unless such copies or derivative
20-
// works are solely in the form of machine-executable object code generated by
21-
// a source language processor.
22-
//
23-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24-
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25-
// FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
26-
// SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
27-
// FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
28-
// ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
29-
// DEALINGS IN THE SOFTWARE.
9+
// SPDX-License-Identifier: BSL-1.0
3010
//
3111

3212

ApacheConnector/include/ApacheConnector.h

100644100755
Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,7 @@
66
// Copyright (c) 2006-2011, Applied Informatics Software Engineering GmbH.
77
// and Contributors.
88
//
9-
// Permission is hereby granted, free of charge, to any person or organization
10-
// obtaining a copy of the software and accompanying documentation covered by
11-
// this license (the "Software") to use, reproduce, display, distribute,
12-
// execute, and transmit the Software, and to prepare derivative works of the
13-
// Software, and to permit third-parties to whom the Software is furnished to
14-
// do so, all subject to the following:
15-
//
16-
// The copyright notices in the Software and this entire statement, including
17-
// the above license grant, this restriction and the following disclaimer,
18-
// must be included in all copies of the Software, in whole or in part, and
19-
// all derivative works of the Software, unless such copies or derivative
20-
// works are solely in the form of machine-executable object code generated by
21-
// a source language processor.
22-
//
23-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24-
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25-
// FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
26-
// SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
27-
// FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
28-
// ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
29-
// DEALINGS IN THE SOFTWARE.
9+
// SPDX-License-Identifier: BSL-1.0
3010
//
3111

3212

ApacheConnector/include/ApacheRequestHandlerFactory.h

100644100755
Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,7 @@
66
// Copyright (c) 2006-2011, Applied Informatics Software Engineering GmbH.
77
// and Contributors.
88
//
9-
// Permission is hereby granted, free of charge, to any person or organization
10-
// obtaining a copy of the software and accompanying documentation covered by
11-
// this license (the "Software") to use, reproduce, display, distribute,
12-
// execute, and transmit the Software, and to prepare derivative works of the
13-
// Software, and to permit third-parties to whom the Software is furnished to
14-
// do so, all subject to the following:
15-
//
16-
// The copyright notices in the Software and this entire statement, including
17-
// the above license grant, this restriction and the following disclaimer,
18-
// must be included in all copies of the Software, in whole or in part, and
19-
// all derivative works of the Software, unless such copies or derivative
20-
// works are solely in the form of machine-executable object code generated by
21-
// a source language processor.
22-
//
23-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24-
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25-
// FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
26-
// SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
27-
// FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
28-
// ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
29-
// DEALINGS IN THE SOFTWARE.
9+
// SPDX-License-Identifier: BSL-1.0
3010
//
3111

3212

ApacheConnector/include/ApacheServerRequest.h

100644100755
Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,7 @@
66
// Copyright (c) 2006-2011, Applied Informatics Software Engineering GmbH.
77
// and Contributors.
88
//
9-
// Permission is hereby granted, free of charge, to any person or organization
10-
// obtaining a copy of the software and accompanying documentation covered by
11-
// this license (the "Software") to use, reproduce, display, distribute,
12-
// execute, and transmit the Software, and to prepare derivative works of the
13-
// Software, and to permit third-parties to whom the Software is furnished to
14-
// do so, all subject to the following:
15-
//
16-
// The copyright notices in the Software and this entire statement, including
17-
// the above license grant, this restriction and the following disclaimer,
18-
// must be included in all copies of the Software, in whole or in part, and
19-
// all derivative works of the Software, unless such copies or derivative
20-
// works are solely in the form of machine-executable object code generated by
21-
// a source language processor.
22-
//
23-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24-
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25-
// FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
26-
// SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
27-
// FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
28-
// ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
29-
// DEALINGS IN THE SOFTWARE.
9+
// SPDX-License-Identifier: BSL-1.0
3010
//
3111

3212

ApacheConnector/include/ApacheServerResponse.h

100644100755
Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,7 @@
66
// Copyright (c) 2006-2011, Applied Informatics Software Engineering GmbH.
77
// and Contributors.
88
//
9-
// Permission is hereby granted, free of charge, to any person or organization
10-
// obtaining a copy of the software and accompanying documentation covered by
11-
// this license (the "Software") to use, reproduce, display, distribute,
12-
// execute, and transmit the Software, and to prepare derivative works of the
13-
// Software, and to permit third-parties to whom the Software is furnished to
14-
// do so, all subject to the following:
15-
//
16-
// The copyright notices in the Software and this entire statement, including
17-
// the above license grant, this restriction and the following disclaimer,
18-
// must be included in all copies of the Software, in whole or in part, and
19-
// all derivative works of the Software, unless such copies or derivative
20-
// works are solely in the form of machine-executable object code generated by
21-
// a source language processor.
22-
//
23-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24-
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25-
// FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
26-
// SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
27-
// FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
28-
// ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
29-
// DEALINGS IN THE SOFTWARE.
9+
// SPDX-License-Identifier: BSL-1.0
3010
//
3111

3212

ApacheConnector/include/ApacheStream.h

100644100755
Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,7 @@
66
// Copyright (c) 2006-2011, Applied Informatics Software Engineering GmbH.
77
// and Contributors.
88
//
9-
// Permission is hereby granted, free of charge, to any person or organization
10-
// obtaining a copy of the software and accompanying documentation covered by
11-
// this license (the "Software") to use, reproduce, display, distribute,
12-
// execute, and transmit the Software, and to prepare derivative works of the
13-
// Software, and to permit third-parties to whom the Software is furnished to
14-
// do so, all subject to the following:
15-
//
16-
// The copyright notices in the Software and this entire statement, including
17-
// the above license grant, this restriction and the following disclaimer,
18-
// must be included in all copies of the Software, in whole or in part, and
19-
// all derivative works of the Software, unless such copies or derivative
20-
// works are solely in the form of machine-executable object code generated by
21-
// a source language processor.
22-
//
23-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24-
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25-
// FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
26-
// SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
27-
// FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
28-
// ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
29-
// DEALINGS IN THE SOFTWARE.
9+
// SPDX-License-Identifier: BSL-1.0
3010
//
3111

3212

ApacheConnector/samples/FormServer/src/FormServer.cpp

100644100755
Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,7 @@
66
// Copyright (c) 2006-2011, Applied Informatics Software Engineering GmbH.
77
// and Contributors.
88
//
9-
// Permission is hereby granted, free of charge, to any person or organization
10-
// obtaining a copy of the software and accompanying documentation covered by
11-
// this license (the "Software") to use, reproduce, display, distribute,
12-
// execute, and transmit the Software, and to prepare derivative works of the
13-
// Software, and to permit third-parties to whom the Software is furnished to
14-
// do so, all subject to the following:
15-
//
16-
// The copyright notices in the Software and this entire statement, including
17-
// the above license grant, this restriction and the following disclaimer,
18-
// must be included in all copies of the Software, in whole or in part, and
19-
// all derivative works of the Software, unless such copies or derivative
20-
// works are solely in the form of machine-executable object code generated by
21-
// a source language processor.
22-
//
23-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24-
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25-
// FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
26-
// SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
27-
// FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
28-
// ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
29-
// DEALINGS IN THE SOFTWARE.
9+
// SPDX-License-Identifier: BSL-1.0
3010
//
3111

3212

ApacheConnector/samples/TimeServer/src/TimeServer.cpp

100644100755
Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,7 @@
66
// Copyright (c) 2006-2011, Applied Informatics Software Engineering GmbH.
77
// and Contributors.
88
//
9-
// Permission is hereby granted, free of charge, to any person or organization
10-
// obtaining a copy of the software and accompanying documentation covered by
11-
// this license (the "Software") to use, reproduce, display, distribute,
12-
// execute, and transmit the Software, and to prepare derivative works of the
13-
// Software, and to permit third-parties to whom the Software is furnished to
14-
// do so, all subject to the following:
15-
//
16-
// The copyright notices in the Software and this entire statement, including
17-
// the above license grant, this restriction and the following disclaimer,
18-
// must be included in all copies of the Software, in whole or in part, and
19-
// all derivative works of the Software, unless such copies or derivative
20-
// works are solely in the form of machine-executable object code generated by
21-
// a source language processor.
22-
//
23-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24-
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25-
// FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
26-
// SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
27-
// FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
28-
// ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
29-
// DEALINGS IN THE SOFTWARE.
9+
// SPDX-License-Identifier: BSL-1.0
3010
//
3111

3212

ApacheConnector/src/ApacheApplication.cpp

100644100755
Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,7 @@
66
// Copyright (c) 2006-2011, Applied Informatics Software Engineering GmbH.
77
// and Contributors.
88
//
9-
// Permission is hereby granted, free of charge, to any person or organization
10-
// obtaining a copy of the software and accompanying documentation covered by
11-
// this license (the "Software") to use, reproduce, display, distribute,
12-
// execute, and transmit the Software, and to prepare derivative works of the
13-
// Software, and to permit third-parties to whom the Software is furnished to
14-
// do so, all subject to the following:
15-
//
16-
// The copyright notices in the Software and this entire statement, including
17-
// the above license grant, this restriction and the following disclaimer,
18-
// must be included in all copies of the Software, in whole or in part, and
19-
// all derivative works of the Software, unless such copies or derivative
20-
// works are solely in the form of machine-executable object code generated by
21-
// a source language processor.
22-
//
23-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24-
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25-
// FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
26-
// SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
27-
// FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
28-
// ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
29-
// DEALINGS IN THE SOFTWARE.
9+
// SPDX-License-Identifier: BSL-1.0
3010
//
3111

3212

0 commit comments

Comments
 (0)