Skip to content

Commit

Permalink
Added license text to files and moved testWigner.cpp to the new tests…
Browse files Browse the repository at this point in the history
… folder.
  • Loading branch information
joeydumont committed Jul 9, 2014
1 parent 212abab commit bdb67c8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions testWigner.cpp → tests/testWigner.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*******************************************************-/
* This source code is subject to the terms of the GNU -/
* Lesser Public License. If a copy of the LGPL was not-/
* distributed with this file, you can obtain one at -/
* https://www.gnu.org/licenses/lgpl.html -/
********************************************************/

#include "wignerSymbols.h"

#include <iostream>
Expand Down
7 changes: 7 additions & 0 deletions wignerSymbols.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*******************************************************-/
* This source code is subject to the terms of the GNU -/
* Lesser Public License. If a copy of the LGPL was not-/
* distributed with this file, you can obtain one at -/
* https://www.gnu.org/licenses/lgpl.html -/
********************************************************/

#include "wignerSymbols.h"

namespace WignerSymbols {
Expand Down
7 changes: 7 additions & 0 deletions wignerSymbols.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*******************************************************-/
* This source code is subject to the terms of the GNU -/
* Lesser Public License. If a copy of the LGPL was not-/
* distributed with this file, you can obtain one at -/
* https://www.gnu.org/licenses/lgpl.html -/
********************************************************/

#ifndef WIGNER_SYMBOLS_H
#define WIGNER_SYMBOLS_H

Expand Down

0 comments on commit bdb67c8

Please sign in to comment.