From 5a79079c090d7a004126e4ee5fc8beddff3c2dc6 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Wed, 9 Apr 2014 15:03:56 -0700 Subject: [PATCH] fix boilerplates in new DTLS files --- domain-server/src/DTLSServerSession.cpp | 7 +++++-- domain-server/src/DTLSServerSession.h | 7 +++++-- libraries/shared/src/DTLSClientSession.cpp | 7 +++++-- libraries/shared/src/DTLSClientSession.h | 7 +++++-- libraries/shared/src/DTLSSession.cpp | 7 +++++-- libraries/shared/src/DTLSSession.h | 7 +++++-- libraries/shared/src/DummyDTLSSession.cpp | 7 +++++-- libraries/shared/src/DummyDTLSSession.h | 7 +++++-- 8 files changed, 40 insertions(+), 16 deletions(-) diff --git a/domain-server/src/DTLSServerSession.cpp b/domain-server/src/DTLSServerSession.cpp index 994b196357..a80c54ee02 100644 --- a/domain-server/src/DTLSServerSession.cpp +++ b/domain-server/src/DTLSServerSession.cpp @@ -1,9 +1,12 @@ // // DTLSServerSession.cpp -// hifi +// domain-server/src // // Created by Stephen Birarda on 2014-04-01. -// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. +// Copyright 2014 High Fidelity, Inc. +// +// Distributed under the Apache License, Version 2.0. +// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // #include "DTLSServerSession.h" diff --git a/domain-server/src/DTLSServerSession.h b/domain-server/src/DTLSServerSession.h index 86f642b104..cc94c9dc2e 100644 --- a/domain-server/src/DTLSServerSession.h +++ b/domain-server/src/DTLSServerSession.h @@ -1,9 +1,12 @@ // // DTLSServerSession.h -// hifi +// domain-server/src // // Created by Stephen Birarda on 2014-04-01. -// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. +// Copyright 2014 High Fidelity, Inc. +// +// Distributed under the Apache License, Version 2.0. +// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // #ifndef __hifi__DTLSServerSession__ diff --git a/libraries/shared/src/DTLSClientSession.cpp b/libraries/shared/src/DTLSClientSession.cpp index ec8e121013..bd626dfcd8 100644 --- a/libraries/shared/src/DTLSClientSession.cpp +++ b/libraries/shared/src/DTLSClientSession.cpp @@ -1,9 +1,12 @@ // // DTLSClientSession.cpp -// hifi +// libraries/shared/src // // Created by Stephen Birarda on 2014-04-01. -// Copyright (c) 2014 High Fidelity, Inc. All rights reserved. +// Copyright 2014 High Fidelity, Inc. +// +// Distributed under the Apache License, Version 2.0. +// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // #include "DomainHandler.h" diff --git a/libraries/shared/src/DTLSClientSession.h b/libraries/shared/src/DTLSClientSession.h index fe8dec49b9..8dece76a5c 100644 --- a/libraries/shared/src/DTLSClientSession.h +++ b/libraries/shared/src/DTLSClientSession.h @@ -1,9 +1,12 @@ // // DTLSClientSession.h -// hifi +// libraries/shared/src // // Created by Stephen Birarda on 2014-04-01. -// Copyright (c) 2014 High Fidelity, Inc. All rights reserved. +// Copyright 2014 High Fidelity, Inc. +// +// Distributed under the Apache License, Version 2.0. +// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // #ifndef __hifi__DTLSClientSession__ diff --git a/libraries/shared/src/DTLSSession.cpp b/libraries/shared/src/DTLSSession.cpp index 4685a05970..8e84c38edc 100644 --- a/libraries/shared/src/DTLSSession.cpp +++ b/libraries/shared/src/DTLSSession.cpp @@ -1,9 +1,12 @@ // // DTLSSession.cpp -// hifi +// libraries/shared/src // // Created by Stephen Birarda on 2014-04-01. -// Copyright (c) 2014 High Fidelity, Inc. All rights reserved. +// Copyright 2014 High Fidelity, Inc. +// +// Distributed under the Apache License, Version 2.0. +// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // #include diff --git a/libraries/shared/src/DTLSSession.h b/libraries/shared/src/DTLSSession.h index 2d5a7098f1..f7849999ae 100644 --- a/libraries/shared/src/DTLSSession.h +++ b/libraries/shared/src/DTLSSession.h @@ -1,9 +1,12 @@ // // DTLSSession.h -// hifi +// libraries/shared/src // // Created by Stephen Birarda on 2014-04-01. -// Copyright (c) 2014 High Fidelity, Inc. All rights reserved. +// Copyright 2014 High Fidelity, Inc. +// +// Distributed under the Apache License, Version 2.0. +// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // #ifndef __hifi__DTLSSession__ diff --git a/libraries/shared/src/DummyDTLSSession.cpp b/libraries/shared/src/DummyDTLSSession.cpp index df7e82274c..96207477cf 100644 --- a/libraries/shared/src/DummyDTLSSession.cpp +++ b/libraries/shared/src/DummyDTLSSession.cpp @@ -1,9 +1,12 @@ // // DummyDTLSSession.cpp -// hifi +// libraries/shared/src // // Created by Stephen Birarda on 2014-04-04. -// Copyright (c) 2014 High Fidelity, Inc. All rights reserved. +// Copyright 2014 High Fidelity, Inc. +// +// Distributed under the Apache License, Version 2.0. +// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // #include "DummyDTLSSession.h" diff --git a/libraries/shared/src/DummyDTLSSession.h b/libraries/shared/src/DummyDTLSSession.h index 394bb82ae5..336d473c63 100644 --- a/libraries/shared/src/DummyDTLSSession.h +++ b/libraries/shared/src/DummyDTLSSession.h @@ -1,9 +1,12 @@ // // DummyDTLSSession.h -// hifi +// libraries/shared/src // // Created by Stephen Birarda on 2014-04-04. -// Copyright (c) 2014 High Fidelity, Inc. All rights reserved. +// Copyright 2014 High Fidelity, Inc. +// +// Distributed under the Apache License, Version 2.0. +// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // #ifndef __hifi__DummyDTLSSession__