Skip to content

Commit 1f4a7d2

Browse files
authored
Merge pull request #2 from origma/licence
Licence
2 parents b3c9d26 + 713b756 commit 1f4a7d2

14 files changed

Lines changed: 196 additions & 52 deletions

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ To understand the models and their functions, see https://github.com/conversatio
3232
</dependency>
3333
```
3434
...
35+
3536
```
3637
<repositories>
3738
<repository>

src/au/com/origma/perspectiveapi/v1alpha1/PerspectiveAPI.java

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1-
/*
2-
* Copyright (C) Origma Pty Ltd (ACN 629 381 184). All Rights Reserved
3-
* Unauthorized copying of this file, via any medium is strictly prohibited
4-
* Proprietary and confidential
1+
/*
2+
* Copyright 2019 Origma Pty Ltd (ACN 629 381 184) and contributors
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*
516
* Written by Ben McLean <ben@origma.com.au>, November 2019
617
*/
718
package au.com.origma.perspectiveapi.v1alpha1;

src/au/com/origma/perspectiveapi/v1alpha1/UnirestPerspectiveAPI.java

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1-
/*
2-
* Copyright (C) Origma Pty Ltd (ACN 629 381 184). All Rights Reserved
3-
* Unauthorized copying of this file, via any medium is strictly prohibited
4-
* Proprietary and confidential
1+
/*
2+
* Copyright 2019 Origma Pty Ltd (ACN 629 381 184) and contributors
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*
516
* Written by Ben McLean <ben@origma.com.au>, November 2019
617
*/
718
package au.com.origma.perspectiveapi.v1alpha1;

src/au/com/origma/perspectiveapi/v1alpha1/models/AnalyzeCommentRequest.java

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1-
/*
2-
* Copyright (C) Origma Pty Ltd (ACN 629 381 184). All Rights Reserved
3-
* Unauthorized copying of this file, via any medium is strictly prohibited
4-
* Proprietary and confidential
1+
/*
2+
* Copyright 2019 Origma Pty Ltd (ACN 629 381 184) and contributors
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*
516
* Written by Ben McLean <ben@origma.com.au>, November 2019
617
*/
718
package au.com.origma.perspectiveapi.v1alpha1.models;

src/au/com/origma/perspectiveapi/v1alpha1/models/AnalyzeCommentResponse.java

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1-
/*
2-
* Copyright (C) Origma Pty Ltd (ACN 629 381 184). All Rights Reserved
3-
* Unauthorized copying of this file, via any medium is strictly prohibited
4-
* Proprietary and confidential
1+
/*
2+
* Copyright 2019 Origma Pty Ltd (ACN 629 381 184) and contributors
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*
516
* Written by Ben McLean <ben@origma.com.au>, November 2019
617
*/
718
package au.com.origma.perspectiveapi.v1alpha1.models;

src/au/com/origma/perspectiveapi/v1alpha1/models/AttributeScore.java

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1-
/*
2-
* Copyright (C) Origma Pty Ltd (ACN 629 381 184). All Rights Reserved
3-
* Unauthorized copying of this file, via any medium is strictly prohibited
4-
* Proprietary and confidential
1+
/*
2+
* Copyright 2019 Origma Pty Ltd (ACN 629 381 184) and contributors
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*
516
* Written by Ben McLean <ben@origma.com.au>, November 2019
617
*/
718
package au.com.origma.perspectiveapi.v1alpha1.models;

src/au/com/origma/perspectiveapi/v1alpha1/models/AttributeType.java

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1-
/*
2-
* Copyright (C) Origma Pty Ltd (ACN 629 381 184). All Rights Reserved
3-
* Unauthorized copying of this file, via any medium is strictly prohibited
4-
* Proprietary and confidential
1+
/*
2+
* Copyright 2019 Origma Pty Ltd (ACN 629 381 184) and contributors
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*
516
* Written by Ben McLean <ben@origma.com.au>, November 2019
617
*/
718
package au.com.origma.perspectiveapi.v1alpha1.models;

src/au/com/origma/perspectiveapi/v1alpha1/models/ContentType.java

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1-
/*
2-
* Copyright (C) Origma Pty Ltd (ACN 629 381 184). All Rights Reserved
3-
* Unauthorized copying of this file, via any medium is strictly prohibited
4-
* Proprietary and confidential
1+
/*
2+
* Copyright 2019 Origma Pty Ltd (ACN 629 381 184) and contributors
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*
516
* Written by Ben McLean <ben@origma.com.au>, November 2019
617
*/
718
package au.com.origma.perspectiveapi.v1alpha1.models;

src/au/com/origma/perspectiveapi/v1alpha1/models/Context.java

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1-
/*
2-
* Copyright (C) Origma Pty Ltd (ACN 629 381 184). All Rights Reserved
3-
* Unauthorized copying of this file, via any medium is strictly prohibited
4-
* Proprietary and confidential
1+
/*
2+
* Copyright 2019 Origma Pty Ltd (ACN 629 381 184) and contributors
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*
516
* Written by Ben McLean <ben@origma.com.au>, November 2019
617
*/
718
package au.com.origma.perspectiveapi.v1alpha1.models;

src/au/com/origma/perspectiveapi/v1alpha1/models/Entry.java

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1-
/*
2-
* Copyright (C) Origma Pty Ltd (ACN 629 381 184). All Rights Reserved
3-
* Unauthorized copying of this file, via any medium is strictly prohibited
4-
* Proprietary and confidential
1+
/*
2+
* Copyright 2019 Origma Pty Ltd (ACN 629 381 184) and contributors
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*
516
* Written by Ben McLean <ben@origma.com.au>, November 2019
617
*/
718
package au.com.origma.perspectiveapi.v1alpha1.models;

0 commit comments

Comments
 (0)