aboutsummaryrefslogtreecommitdiffstats
path: root/doc/codesnippets/doc/src/snippets/shareddirmodel
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2017-04-04 13:47:44 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2017-04-05 14:49:34 +0000
commitdc002a8babb0ca905fda4189a5cea862393e8f3d (patch)
tree7b752a6f1033b7bca45b6f5e1282a9c4b52eb1b3 /doc/codesnippets/doc/src/snippets/shareddirmodel
parent0b2e8b26fd6755c61c2457c3c61ef9357261477b (diff)
Fix license headers in doc snippets
Fix errors introduced caused by a mass update 388fd6f2456b0db9a08c9dc04516de1970d7787d: WARNING: Switching to from BSD to BSD-OLD license due to: Mismatch in license text in sources/pyside2/doc/codesnippets/doc/src/snippets/alphachannel.cpp Actual: ' # Redistributions of source code must retain the above copyright' Expected: ' * Redistributions of source code must retain the above copyright' License: BSD (.../qtbase/header.BSD:16) at tests/prebuild/license/tst_licenses.pl line 449. Task-number: PYSIDE-491 Change-Id: Ia5b6df4650f8521c15b4b18829b556d7aa134290 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'doc/codesnippets/doc/src/snippets/shareddirmodel')
-rw-r--r--doc/codesnippets/doc/src/snippets/shareddirmodel/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/codesnippets/doc/src/snippets/shareddirmodel/main.cpp b/doc/codesnippets/doc/src/snippets/shareddirmodel/main.cpp
index 187acde31..531660469 100644
--- a/doc/codesnippets/doc/src/snippets/shareddirmodel/main.cpp
+++ b/doc/codesnippets/doc/src/snippets/shareddirmodel/main.cpp
@@ -21,13 +21,13 @@
## "Redistribution and use in source and binary forms, with or without
## modification, are permitted provided that the following conditions are
## met:
-## # Redistributions of source code must retain the above copyright
+## * Redistributions of source code must retain the above copyright
## notice, this list of conditions and the following disclaimer.
-## # Redistributions in binary form must reproduce the above copyright
+## * Redistributions in binary form must reproduce the above copyright
## notice, this list of conditions and the following disclaimer in
## the documentation and/or other materials provided with the
## distribution.
-## # Neither the name of The Qt Company Ltd nor the names of its
+## * Neither the name of The Qt Company Ltd nor the names of its
## contributors may be used to endorse or promote products derived
## from this software without specific prior written permission.
##