mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 08:23:04 +02:00
Fix some dates and no newline at EOF
This commit is contained in:
parent
f7c324c017
commit
20fa78e51d
13 changed files with 22 additions and 20 deletions
|
@ -1,5 +1,5 @@
|
|||
//
|
||||
// Created by Sabrina Shanman 8/14/2018
|
||||
// Created by Sabrina Shanman 2018/08/14
|
||||
// Copyright 2018 High Fidelity, Inc.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
//
|
||||
// Created by Sabrina Shanman 8/14/2018
|
||||
// Created by Sabrina Shanman 2018/08/14
|
||||
// Copyright 2018 High Fidelity, Inc.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
|
@ -14,6 +14,7 @@ class MyAvatarHeadTransformNode : public TransformNode {
|
|||
public:
|
||||
MyAvatarHeadTransformNode() { }
|
||||
Transform getTransform() override;
|
||||
QVariantMap toVariantMap() const override;
|
||||
};
|
||||
|
||||
#endif // hifi_MyAvatarHeadTransformNode_h
|
|
@ -1,5 +1,5 @@
|
|||
//
|
||||
// Created by Sabrina Shanman 7/16/2018
|
||||
// Created by Sabrina Shanman 2018/07/16
|
||||
// Copyright 2018 High Fidelity, Inc.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
//
|
||||
// Created by Sabrina Shanman 7/11/2018
|
||||
// Created by Sabrina Shanman 2018/07/11
|
||||
// Copyright 2018 High Fidelity, Inc.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
//
|
||||
// Created by Sabrina Shanman 8/14/2018
|
||||
// Created by Sabrina Shanman 2018/08/14
|
||||
// Copyright 2018 High Fidelity, Inc.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
//
|
||||
// Created by Sabrina Shanman 8/14/2018
|
||||
// Created by Sabrina Shanman 2018/08/14
|
||||
// Copyright 2018 High Fidelity, Inc.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
|
@ -13,6 +13,7 @@
|
|||
class MouseTransformNode : public TransformNode {
|
||||
public:
|
||||
Transform getTransform() override;
|
||||
QVariantMap toVariantMap() const override;
|
||||
};
|
||||
|
||||
#endif // hifi_MouseTransformNode_h
|
|
@ -1,5 +1,5 @@
|
|||
//
|
||||
// Created by Sabrina Shanman 9/5/2018
|
||||
// Created by Sabrina Shanman 2018/09/05
|
||||
// Copyright 2018 High Fidelity, Inc.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
//
|
||||
// Created by Sabrina Shanman 9/5/2018
|
||||
// Created by Sabrina Shanman 2018/09/05
|
||||
// Copyright 2018 High Fidelity, Inc.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
//
|
||||
// Created by Sabrina Shanman 8/22/2018
|
||||
// Created by Sabrina Shanman 2018/08/22
|
||||
// Copyright 2018 High Fidelity, Inc.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
//
|
||||
// Created by Sabrina Shanman 8/22/2018
|
||||
// Created by Sabrina Shanman 2018/08/22
|
||||
// Copyright 2018 High Fidelity, Inc.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
//
|
||||
// Created by Sabrina Shanman 8/14/2018
|
||||
// Created by Sabrina Shanman 2018/08/14
|
||||
// Copyright 2018 High Fidelity, Inc.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
//
|
||||
// Created by Sabrina Shanman 8/14/2018
|
||||
// Created by Sabrina Shanman 2018/08/14
|
||||
// Copyright 2018 High Fidelity, Inc.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
//
|
||||
// Created by Sabrina Shanman 8/14/2018
|
||||
// Created by Sabrina Shanman 2018/08/14
|
||||
// Copyright 2018 High Fidelity, Inc.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
|
|
Loading…
Reference in a new issue