fix boilerplates in new DTLS files

This commit is contained in:
Stephen Birarda 2014-04-09 15:03:56 -07:00
parent 3f84f36d60
commit 5a79079c09
8 changed files with 40 additions and 16 deletions

View file

@ -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"

View file

@ -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__

View file

@ -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"

View file

@ -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__

View file

@ -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 <gnutls/dtls.h>

View file

@ -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__

View file

@ -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"

View file

@ -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__