Skip to content

Commit

Permalink
add copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
richkmeli committed Jul 15, 2017
1 parent 13a1701 commit bda24b1
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/richkware.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2016 Riccardo Melioli. All Rights Reserved.
*/
* Copyright 2016 Riccardo Melioli. All Rights Reserved.
*/

#include "richkware.h"

Expand Down
4 changes: 2 additions & 2 deletions src/richkware.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2016 Riccardo Melioli. All Rights Reserved.
*/
* Copyright 2016 Riccardo Melioli. All Rights Reserved.
*/

#ifndef RICHKWARE_H_
#define RICHKWARE_H_
Expand Down
4 changes: 2 additions & 2 deletions src/sharedResources.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2016 Riccardo Melioli. All Rights Reserved.
*/
* Copyright 2016 Riccardo Melioli. All Rights Reserved.
*/

#include "sharedResources.h"

Expand Down
4 changes: 2 additions & 2 deletions src/sharedResources.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2016 Riccardo Melioli. All Rights Reserved.
*/
* Copyright 2016 Riccardo Melioli. All Rights Reserved.
*/

#ifndef SHAREDLIST_H_
#define SHAREDLIST_H_
Expand Down
4 changes: 2 additions & 2 deletions src/sharedResources.templates.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2016 Riccardo Melioli. All Rights Reserved.
*/
* Copyright 2016 Riccardo Melioli. All Rights Reserved.
*/

template<class T>
void SharedList<T>::add(T item) {
Expand Down
4 changes: 4 additions & 0 deletions src/storage.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright 2016 Riccardo Melioli. All Rights Reserved.
*/

#include "storage.h"

Session::Session(const char* encryptionKeyArg, std::string appNameArg) {
Expand Down

0 comments on commit bda24b1

Please sign in to comment.