From 91fbbf7d4eae82bfd7ac8c7e21558ec9ae123a6a Mon Sep 17 00:00:00 2001 From: "Anthony J. Thibault" Date: Wed, 2 Sep 2015 13:35:26 -0700 Subject: [PATCH] Updated copyright boiler plate. --- libraries/animation/src/AnimBlendLinear.cpp | 3 ++- libraries/animation/src/AnimBlendLinear.h | 3 ++- libraries/animation/src/AnimClip.cpp | 3 ++- libraries/animation/src/AnimClip.h | 3 ++- libraries/animation/src/AnimNode.h | 3 ++- libraries/animation/src/AnimNodeLoader.cpp | 3 ++- libraries/animation/src/AnimNodeLoader.h | 3 ++- libraries/animation/src/AnimOverlay.cpp | 3 ++- libraries/animation/src/AnimOverlay.h | 3 ++- libraries/animation/src/AnimSkeleton.cpp | 3 ++- libraries/animation/src/AnimSkeleton.h | 3 ++- libraries/animation/src/AnimStateMachine.cpp | 3 ++- libraries/animation/src/AnimStateMachine.h | 3 ++- libraries/animation/src/AnimUtil.cpp | 3 ++- libraries/animation/src/AnimUtil.h | 3 ++- libraries/animation/src/AnimVariant.h | 3 ++- 16 files changed, 32 insertions(+), 16 deletions(-) diff --git a/libraries/animation/src/AnimBlendLinear.cpp b/libraries/animation/src/AnimBlendLinear.cpp index 499579ae67..63c66a2b9d 100644 --- a/libraries/animation/src/AnimBlendLinear.cpp +++ b/libraries/animation/src/AnimBlendLinear.cpp @@ -1,7 +1,8 @@ // // AnimBlendLinear.cpp // -// Copyright 2015 High Fidelity, Inc. +// Created by Anthony J. Thibault on 9/2/15. +// Copyright (c) 2015 High Fidelity, Inc. All rights reserved. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html diff --git a/libraries/animation/src/AnimBlendLinear.h b/libraries/animation/src/AnimBlendLinear.h index 8016f7994f..3a09245575 100644 --- a/libraries/animation/src/AnimBlendLinear.h +++ b/libraries/animation/src/AnimBlendLinear.h @@ -1,7 +1,8 @@ // // AnimBlendLinear.h // -// Copyright 2015 High Fidelity, Inc. +// Created by Anthony J. Thibault on 9/2/15. +// Copyright (c) 2015 High Fidelity, Inc. All rights reserved. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html diff --git a/libraries/animation/src/AnimClip.cpp b/libraries/animation/src/AnimClip.cpp index 12ba97f377..fdc5fc504a 100644 --- a/libraries/animation/src/AnimClip.cpp +++ b/libraries/animation/src/AnimClip.cpp @@ -1,7 +1,8 @@ // // AnimClip.cpp // -// Copyright 2015 High Fidelity, Inc. +// Created by Anthony J. Thibault on 9/2/15. +// Copyright (c) 2015 High Fidelity, Inc. All rights reserved. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html diff --git a/libraries/animation/src/AnimClip.h b/libraries/animation/src/AnimClip.h index 86e6cf7733..1b9649cc3e 100644 --- a/libraries/animation/src/AnimClip.h +++ b/libraries/animation/src/AnimClip.h @@ -1,7 +1,8 @@ // // AnimClip.h // -// Copyright 2015 High Fidelity, Inc. +// Created by Anthony J. Thibault on 9/2/15. +// Copyright (c) 2015 High Fidelity, Inc. All rights reserved. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html diff --git a/libraries/animation/src/AnimNode.h b/libraries/animation/src/AnimNode.h index 06085a471a..3a54710b39 100644 --- a/libraries/animation/src/AnimNode.h +++ b/libraries/animation/src/AnimNode.h @@ -1,7 +1,8 @@ // // AnimNode.h // -// Copyright 2015 High Fidelity, Inc. +// Created by Anthony J. Thibault on 9/2/15. +// Copyright (c) 2015 High Fidelity, Inc. All rights reserved. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html diff --git a/libraries/animation/src/AnimNodeLoader.cpp b/libraries/animation/src/AnimNodeLoader.cpp index 3ac3f3909a..5f0260db6d 100644 --- a/libraries/animation/src/AnimNodeLoader.cpp +++ b/libraries/animation/src/AnimNodeLoader.cpp @@ -1,7 +1,8 @@ // // AnimNodeLoader.cpp // -// Copyright 2015 High Fidelity, Inc. +// Created by Anthony J. Thibault on 9/2/15. +// Copyright (c) 2015 High Fidelity, Inc. All rights reserved. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html diff --git a/libraries/animation/src/AnimNodeLoader.h b/libraries/animation/src/AnimNodeLoader.h index 8082a1e84b..71b5552879 100644 --- a/libraries/animation/src/AnimNodeLoader.h +++ b/libraries/animation/src/AnimNodeLoader.h @@ -1,7 +1,8 @@ // // AnimNodeLoader.h // -// Copyright 2015 High Fidelity, Inc. +// Created by Anthony J. Thibault on 9/2/15. +// Copyright (c) 2015 High Fidelity, Inc. All rights reserved. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html diff --git a/libraries/animation/src/AnimOverlay.cpp b/libraries/animation/src/AnimOverlay.cpp index dcdd9f5b4b..52026f7711 100644 --- a/libraries/animation/src/AnimOverlay.cpp +++ b/libraries/animation/src/AnimOverlay.cpp @@ -1,7 +1,8 @@ // // AnimOverlay.cpp // -// Copyright 2015 High Fidelity, Inc. +// Created by Anthony J. Thibault on 9/2/15. +// Copyright (c) 2015 High Fidelity, Inc. All rights reserved. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html diff --git a/libraries/animation/src/AnimOverlay.h b/libraries/animation/src/AnimOverlay.h index eb11510f74..de563cc403 100644 --- a/libraries/animation/src/AnimOverlay.h +++ b/libraries/animation/src/AnimOverlay.h @@ -1,7 +1,8 @@ // // AnimOverlay.h // -// Copyright 2015 High Fidelity, Inc. +// Created by Anthony J. Thibault on 9/2/15. +// Copyright (c) 2015 High Fidelity, Inc. All rights reserved. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html diff --git a/libraries/animation/src/AnimSkeleton.cpp b/libraries/animation/src/AnimSkeleton.cpp index 07ab485c45..9e600c4e15 100644 --- a/libraries/animation/src/AnimSkeleton.cpp +++ b/libraries/animation/src/AnimSkeleton.cpp @@ -1,7 +1,8 @@ // // AnimSkeleton.cpp // -// Copyright 2015 High Fidelity, Inc. +// Created by Anthony J. Thibault on 9/2/15. +// Copyright (c) 2015 High Fidelity, Inc. All rights reserved. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html diff --git a/libraries/animation/src/AnimSkeleton.h b/libraries/animation/src/AnimSkeleton.h index f266fe04b3..c0c5036cc7 100644 --- a/libraries/animation/src/AnimSkeleton.h +++ b/libraries/animation/src/AnimSkeleton.h @@ -1,7 +1,8 @@ // // AnimSkeleton.h // -// Copyright 2015 High Fidelity, Inc. +// Created by Anthony J. Thibault on 9/2/15. +// Copyright (c) 2015 High Fidelity, Inc. All rights reserved. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html diff --git a/libraries/animation/src/AnimStateMachine.cpp b/libraries/animation/src/AnimStateMachine.cpp index 7815381ca3..eccfcfa6e6 100644 --- a/libraries/animation/src/AnimStateMachine.cpp +++ b/libraries/animation/src/AnimStateMachine.cpp @@ -1,7 +1,8 @@ // // AnimStateMachine.cpp // -// Copyright 2015 High Fidelity, Inc. +// Created by Anthony J. Thibault on 9/2/15. +// Copyright (c) 2015 High Fidelity, Inc. All rights reserved. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html diff --git a/libraries/animation/src/AnimStateMachine.h b/libraries/animation/src/AnimStateMachine.h index 066dfabbbb..f2d941a568 100644 --- a/libraries/animation/src/AnimStateMachine.h +++ b/libraries/animation/src/AnimStateMachine.h @@ -1,7 +1,8 @@ // // AnimStateMachine.h // -// Copyright 2015 High Fidelity, Inc. +// Created by Anthony J. Thibault on 9/2/15. +// Copyright (c) 2015 High Fidelity, Inc. All rights reserved. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html diff --git a/libraries/animation/src/AnimUtil.cpp b/libraries/animation/src/AnimUtil.cpp index 4423b5c933..81b294e66c 100644 --- a/libraries/animation/src/AnimUtil.cpp +++ b/libraries/animation/src/AnimUtil.cpp @@ -1,7 +1,8 @@ // // AnimUtil.cpp // -// Copyright 2015 High Fidelity, Inc. +// Created by Anthony J. Thibault on 9/2/15. +// Copyright (c) 2015 High Fidelity, Inc. All rights reserved. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html diff --git a/libraries/animation/src/AnimUtil.h b/libraries/animation/src/AnimUtil.h index 556eba8989..23c02b6183 100644 --- a/libraries/animation/src/AnimUtil.h +++ b/libraries/animation/src/AnimUtil.h @@ -1,7 +1,8 @@ // // AnimUtil.h // -// Copyright 2015 High Fidelity, Inc. +// Created by Anthony J. Thibault on 9/2/15. +// Copyright (c) 2015 High Fidelity, Inc. All rights reserved. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html diff --git a/libraries/animation/src/AnimVariant.h b/libraries/animation/src/AnimVariant.h index 849b6a436a..1d720ba565 100644 --- a/libraries/animation/src/AnimVariant.h +++ b/libraries/animation/src/AnimVariant.h @@ -1,7 +1,8 @@ // // AnimVariant.h // -// Copyright 2015 High Fidelity, Inc. +// Created by Anthony J. Thibault on 9/2/15. +// Copyright (c) 2015 High Fidelity, Inc. All rights reserved. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html