mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 23:40:11 +02:00
Add periods and remove double copyright in tabletaboutdialog.qml
This commit is contained in:
parent
a4bf1c4d82
commit
6c6a405020
10 changed files with 11 additions and 16 deletions
|
@ -978,7 +978,7 @@ while (true) {
|
||||||
|
|
||||||
Boilerplates should include the filename, location, creator, copyright Vircadia contributors, and Apache 2.0 License
|
Boilerplates should include the filename, location, creator, copyright Vircadia contributors, and Apache 2.0 License
|
||||||
information. This should be placed at the top of the file. If editing an existing file that is copyright High Fidelity, add a
|
information. This should be placed at the top of the file. If editing an existing file that is copyright High Fidelity, add a
|
||||||
second copyright line, copyright Vircadia.
|
second copyright line, copyright Vircadia contributors.
|
||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
//
|
//
|
||||||
|
@ -987,7 +987,7 @@ second copyright line, copyright Vircadia.
|
||||||
//
|
//
|
||||||
// Created by Stephen Birarda on 15 Feb 2013.
|
// Created by Stephen Birarda on 15 Feb 2013.
|
||||||
// Copyright 2013 High Fidelity, Inc.
|
// Copyright 2013 High Fidelity, Inc.
|
||||||
// Copyright 2020 Vircadia contributors
|
// Copyright 2020 Vircadia contributors.
|
||||||
//
|
//
|
||||||
// This is where you could place an optional one line comment about the file.
|
// This is where you could place an optional one line comment about the file.
|
||||||
//
|
//
|
||||||
|
|
|
@ -116,12 +116,7 @@ Rectangle {
|
||||||
Item { height: 20; width: 1 }
|
Item { height: 20; width: 1 }
|
||||||
RalewayRegular {
|
RalewayRegular {
|
||||||
color: "white"
|
color: "white"
|
||||||
text: "© 2020 Vircadia contributors"
|
text: "© 2019-2020 Vircadia contributors."
|
||||||
size: 14
|
|
||||||
}
|
|
||||||
RalewayRegular {
|
|
||||||
color: "white"
|
|
||||||
text: "© 2019 - 2020 Vircadia contributors."
|
|
||||||
size: 14
|
size: 14
|
||||||
}
|
}
|
||||||
RalewayRegular {
|
RalewayRegular {
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
// libraries/render-utils/src
|
// libraries/render-utils/src
|
||||||
//
|
//
|
||||||
// Created by HifiExperiments on 4/16/2020.
|
// Created by HifiExperiments on 4/16/2020.
|
||||||
// Copyright 2020 Vircadia contributors
|
// Copyright 2020 Vircadia contributors.
|
||||||
//
|
//
|
||||||
// Distributed under the Apache License, Version 2.0.
|
// Distributed under the Apache License, Version 2.0.
|
||||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
// Created by Brad Hefta-Gaub on 10/2/14.
|
// Created by Brad Hefta-Gaub on 10/2/14.
|
||||||
// Persist toolbar by HRS 6/11/15.
|
// Persist toolbar by HRS 6/11/15.
|
||||||
// Copyright 2014 High Fidelity, Inc.
|
// Copyright 2014 High Fidelity, Inc.
|
||||||
// Copyright 2020 Vircadia contributors
|
// Copyright 2020 Vircadia contributors.
|
||||||
//
|
//
|
||||||
// This script allows you to edit entities with a new UI/UX for mouse and trackpad based editing
|
// This script allows you to edit entities with a new UI/UX for mouse and trackpad based editing
|
||||||
//
|
//
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
//
|
//
|
||||||
// Created by Ryan Huffman on 13 Nov 2014
|
// Created by Ryan Huffman on 13 Nov 2014
|
||||||
// Copyright 2014 High Fidelity, Inc.
|
// Copyright 2014 High Fidelity, Inc.
|
||||||
// Copyright 2020 Vircadia contributors
|
// Copyright 2020 Vircadia contributors.
|
||||||
//
|
//
|
||||||
// Distributed under the Apache License, Version 2.0.
|
// Distributed under the Apache License, Version 2.0.
|
||||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
//
|
//
|
||||||
// Created by Ryan Huffman on 13 Nov 2014
|
// Created by Ryan Huffman on 13 Nov 2014
|
||||||
// Copyright 2014 High Fidelity, Inc.
|
// Copyright 2014 High Fidelity, Inc.
|
||||||
// Copyright 2020 Vircadia contributors
|
// Copyright 2020 Vircadia contributors.
|
||||||
//
|
//
|
||||||
// Distributed under the Apache License, Version 2.0.
|
// Distributed under the Apache License, Version 2.0.
|
||||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
// VERSION 1.0
|
// VERSION 1.0
|
||||||
//
|
//
|
||||||
// Created by Keb Helion, February 2020.
|
// Created by Keb Helion, February 2020.
|
||||||
// Copyright 2020 Vircadia contributors
|
// Copyright 2020 Vircadia contributors.
|
||||||
//
|
//
|
||||||
// This script adds a "More Apps" selector to "Project Athena" to allow the user to add optional functionalities to the tablet.
|
// This script adds a "More Apps" selector to "Project Athena" to allow the user to add optional functionalities to the tablet.
|
||||||
// This application has been designed to work directly from the Github repository.
|
// This application has been designed to work directly from the Github repository.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
styles.css
|
styles.css
|
||||||
|
|
||||||
Created by Kalila L. on 23 Feb 2020.
|
Created by Kalila L. on 23 Feb 2020.
|
||||||
Copyright 2020 Vircadia contributors
|
Copyright 2020 Vircadia contributors.
|
||||||
|
|
||||||
Distributed under the Apache License, Version 2.0.
|
Distributed under the Apache License, Version 2.0.
|
||||||
See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
// more.html
|
// more.html
|
||||||
//
|
//
|
||||||
// Created by Keb Helion, February 2020.
|
// Created by Keb Helion, February 2020.
|
||||||
// Copyright 2020 Vircadia contributors
|
// Copyright 2020 Vircadia contributors.
|
||||||
//
|
//
|
||||||
// App maintained in: https://github.com/kasenvr/community-apps
|
// App maintained in: https://github.com/kasenvr/community-apps
|
||||||
// App copied to: https://github.com/kasenvr/project-athena
|
// App copied to: https://github.com/kasenvr/project-athena
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
//
|
//
|
||||||
// Created by David Rowe on 5 Apr 2017.
|
// Created by David Rowe on 5 Apr 2017.
|
||||||
// Copyright 2017 High Fidelity, Inc.
|
// Copyright 2017 High Fidelity, Inc.
|
||||||
// Copyright 2020 Vircadia contributors
|
// Copyright 2020 Vircadia contributors.
|
||||||
//
|
//
|
||||||
// Distributed under the Apache License, Version 2.0.
|
// Distributed under the Apache License, Version 2.0.
|
||||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
|
|
Loading…
Reference in a new issue