Skip to content

Commit f3325d4

Browse files
committed
Fix Typos, add license
1 parent 6932bef commit f3325d4

File tree

1 file changed

+32
-6
lines changed

1 file changed

+32
-6
lines changed

README.adoc

+32-6
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ git clone https://github.com/isaqb-org/curriculum-t3.git --recursive
4343
----
4444
--
4545
. Initialize and update submodules with `git submodule init` and `git submodule update --recursive --remote`.
46-
. Build the project with http://www.gradle.com[gradle] (You need a locally installed and curren JDK, at least Java 17) via `./gradlew`.
47-
. Once the "BUILD SUCCESSFUL" is shown, you can review the build result under `./build/index.html`
46+
. Build the project with http://www.gradle.com[gradle] (You need a locally installed and current JDK, at least Java 17) via `./gradlew`.
47+
. Once the "BUILD SUCCESSFUL" is shown, you can review the build result under `./build/index.html`.
4848

4949
== On writing style
5050

51-
To keep writing style consistent accross multiple iSAQB documents, please apply the styles used in the Foundation Level Curriculum.
51+
To keep writing style consistent across multiple iSAQB documents, please apply the styles used in the Foundation Level Curriculum.
5252

5353
=== Heading Capitalization
5454

@@ -65,11 +65,11 @@ To unify upper/lowercase within the (EN) version, we use the _Chicago manual of
6565

6666
* short bullet items don't get a full-stop
6767
* next one starts lowercase
68-
* if bullets are phrases or fragments, dont use punctuation
68+
* if bullets are phrases or fragments, don't use punctuation
6969
* if and only if an item is a really long sentence which deserves a full stop, or consists of several sentences, then we use it.
7070
* Only then does an item start with uppercase.
7171

72-
For a possible German (DE) version, don't use punctuation at the end of bullet-list items, unless on ends-of-sentences.
72+
For a possible German (DE) version, don't use punctuation at the end of bullet-list items, unless on the end of sentences.
7373

7474

7575
== Maintainers
@@ -82,4 +82,30 @@ so the contributors of those projects basically contributed to this one, too.
8282
[[copyrighted]]
8383
== Licensing and Copyright
8484

85-
include::license-copyright/LICENSE.adoc[]
85+
This is COPYRIGHTED work.
86+
87+
*(C) (Copyright), International Software Architecture Qualification Board e. V.
88+
(iSAQB^(R)^ e. V.) 2024*
89+
90+
The curriculum may only be used subject to the following conditions:
91+
92+
1. You wish to obtain the CPSA Certified Professional for Software Architecture Foundation Level^(R)^ certificate or the CPSA Certified Professional for Software Architecture Advanced Level^(R)^ certificate.
93+
For the purpose of obtaining the certificate, it shall be permitted to use these text documents and/or curricula
94+
by creating working copies for your own computer. If any other use of documents and/or curricula is intended,
95+
for instance for their dissemination to third parties, for advertising etc., please write to [email protected]
96+
to enquire whether this is permitted. A separate license agreement would then have to be entered into.
97+
2. If you are a trainer or training provider, it shall be possible for you to use the documents
98+
and/or curricula once you have obtained a usage license.
99+
Please address any enquiries to [email protected]. License agreements with comprehensive provisions for all aspects exist.
100+
3. If you fall neither into category 1 nor category 2, but would like to use these documents and/or curricula nonetheless,
101+
please also contact the iSAQB e. V. by writing to [email protected]. You will then be informed about the possibility
102+
of acquiring relevant licenses through existing license agreements, allowing you to obtain your desired usage authorizations.
103+
104+
We stress that, as a matter of principle, this curriculum is protected by copyright.
105+
The International Software Architecture Qualification Board e. V. (iSAQB^(R)^ e. V.) has exclusive entitlement
106+
to these copyrights.
107+
108+
The abbreviation "e. V." is part of the iSAQB's official name and stands for "eingetragener Verein" (registered association),
109+
which describes its status as a legal entity according to German law.
110+
For the purpose of simplicity, iSAQB e. V. shall hereafter be referred to as iSAQB without the use of said abbreviation.
111+

0 commit comments

Comments
 (0)