From a657e619550fe0135e42075b97076343fcf0c902 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Fri, 8 Aug 2014 23:35:47 +0200 Subject: [PATCH] [LICENCE] change BSD to Apache 2.0 --- README.md | 26 ++++++++++++++++++++++++++ ewolsa/LoadedFile.cpp | 2 +- ewolsa/LoadedFile.h | 2 +- ewolsa/debug.cpp | 2 +- ewolsa/debug.h | 2 +- ewolsa/decOgg.cpp | 2 +- ewolsa/decOgg.h | 2 +- ewolsa/decWav.cpp | 2 +- ewolsa/decWav.h | 2 +- ewolsa/effects.cpp | 2 +- ewolsa/effects.h | 2 +- ewolsa/ewolsa.cpp | 2 +- ewolsa/ewolsa.h | 2 +- ewolsa/music.cpp | 2 +- ewolsa/music.h | 2 +- license.txt | 13 +++++++++++++ 16 files changed, 53 insertions(+), 14 deletions(-) create mode 100644 README.md create mode 100644 license.txt diff --git a/README.md b/README.md new file mode 100644 index 0000000..5277df3 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +ewolsa +====== + +`ewolsa` ewol simple audio if a basig audio soud renderer for games. + +Instructions +============ + +To compile and use see 'ewol' or 'edn' project + +License (APACHE v2.0) +===================== +Copyright ewolsa Edouard DUPIN + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + diff --git a/ewolsa/LoadedFile.cpp b/ewolsa/LoadedFile.cpp index 14af0d0..d778262 100644 --- a/ewolsa/LoadedFile.cpp +++ b/ewolsa/LoadedFile.cpp @@ -3,7 +3,7 @@ * * @copyright 2011, Edouard DUPIN, all right reserved * - * @license BSD 3 clauses (see license file) + * @license APACHE v2.0 (see license file) */ diff --git a/ewolsa/LoadedFile.h b/ewolsa/LoadedFile.h index 4aad05b..12685eb 100644 --- a/ewolsa/LoadedFile.h +++ b/ewolsa/LoadedFile.h @@ -3,7 +3,7 @@ * * @copyright 2011, Edouard DUPIN, all right reserved * - * @license BSD 3 clauses (see license file) + * @license APACHE v2.0 (see license file) */ diff --git a/ewolsa/debug.cpp b/ewolsa/debug.cpp index d099ab9..949e5d2 100644 --- a/ewolsa/debug.cpp +++ b/ewolsa/debug.cpp @@ -3,7 +3,7 @@ * * @copyright 2011, Edouard DUPIN, all right reserved * - * @license BSD 3 clauses (see license file) + * @license APACHE v2.0 (see license file) */ #include diff --git a/ewolsa/debug.h b/ewolsa/debug.h index 4ab0a1c..b767c78 100644 --- a/ewolsa/debug.h +++ b/ewolsa/debug.h @@ -3,7 +3,7 @@ * * @copyright 2011, Edouard DUPIN, all right reserved * - * @license BSD v3 (see license file) + * @license APACHE v2.0 (see license file) */ #ifndef __EWOLSA_DEBUG_H__ diff --git a/ewolsa/decOgg.cpp b/ewolsa/decOgg.cpp index f909103..99fb491 100644 --- a/ewolsa/decOgg.cpp +++ b/ewolsa/decOgg.cpp @@ -3,7 +3,7 @@ * * @copyright 2011, Edouard DUPIN, all right reserved * - * @license BSD 3 clauses (see license file) + * @license APACHE v2.0 (see license file) */ #include diff --git a/ewolsa/decOgg.h b/ewolsa/decOgg.h index 074b0a6..fd3e81c 100644 --- a/ewolsa/decOgg.h +++ b/ewolsa/decOgg.h @@ -3,7 +3,7 @@ * * @copyright 2011, Edouard DUPIN, all right reserved * - * @license BSD 3 clauses (see license file) + * @license APACHE v2.0 (see license file) */ #ifndef __EWOLSA_DEC_OGG_H__ diff --git a/ewolsa/decWav.cpp b/ewolsa/decWav.cpp index 5998274..e0e51db 100644 --- a/ewolsa/decWav.cpp +++ b/ewolsa/decWav.cpp @@ -3,7 +3,7 @@ * * @copyright 2011, Edouard DUPIN, all right reserved * - * @license BSD 3 clauses (see license file) + * @license APACHE v2.0 (see license file) */ #include diff --git a/ewolsa/decWav.h b/ewolsa/decWav.h index 0e360a0..a75ece1 100644 --- a/ewolsa/decWav.h +++ b/ewolsa/decWav.h @@ -3,7 +3,7 @@ * * @copyright 2011, Edouard DUPIN, all right reserved * - * @license BSD 3 clauses (see license file) + * @license APACHE v2.0 (see license file) */ #ifndef __EWOLSA_DEC_WAV_H__ diff --git a/ewolsa/effects.cpp b/ewolsa/effects.cpp index fa4a66a..442bde2 100644 --- a/ewolsa/effects.cpp +++ b/ewolsa/effects.cpp @@ -3,7 +3,7 @@ * * @copyright 2011, Edouard DUPIN, all right reserved * - * @license BSD 3 clauses (see license file) + * @license APACHE v2.0 (see license file) */ diff --git a/ewolsa/effects.h b/ewolsa/effects.h index c664504..1f96fb4 100644 --- a/ewolsa/effects.h +++ b/ewolsa/effects.h @@ -3,7 +3,7 @@ * * @copyright 2011, Edouard DUPIN, all right reserved * - * @license BSD 3 clauses (see license file) + * @license APACHE v2.0 (see license file) */ diff --git a/ewolsa/ewolsa.cpp b/ewolsa/ewolsa.cpp index c70d886..73bca4c 100644 --- a/ewolsa/ewolsa.cpp +++ b/ewolsa/ewolsa.cpp @@ -3,7 +3,7 @@ * * @copyright 2011, Edouard DUPIN, all right reserved * - * @license BSD 3 clauses (see license file) + * @license APACHE v2.0 (see license file) */ diff --git a/ewolsa/ewolsa.h b/ewolsa/ewolsa.h index 2e9420f..670c43d 100644 --- a/ewolsa/ewolsa.h +++ b/ewolsa/ewolsa.h @@ -3,7 +3,7 @@ * * @copyright 2011, Edouard DUPIN, all right reserved * - * @license BSD 3 clauses (see license file) + * @license APACHE v2.0 (see license file) */ diff --git a/ewolsa/music.cpp b/ewolsa/music.cpp index 62eedb9..dcd4756 100644 --- a/ewolsa/music.cpp +++ b/ewolsa/music.cpp @@ -3,7 +3,7 @@ * * @copyright 2011, Edouard DUPIN, all right reserved * - * @license BSD 3 clauses (see license file) + * @license APACHE v2.0 (see license file) */ diff --git a/ewolsa/music.h b/ewolsa/music.h index ee43ab2..bccaba2 100644 --- a/ewolsa/music.h +++ b/ewolsa/music.h @@ -3,7 +3,7 @@ * * @copyright 2011, Edouard DUPIN, all right reserved * - * @license BSD 3 clauses (see license file) + * @license APACHE v2.0 (see license file) */ diff --git a/license.txt b/license.txt new file mode 100644 index 0000000..2438be9 --- /dev/null +++ b/license.txt @@ -0,0 +1,13 @@ +Copyright ewolsa Edouard DUPIN + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. \ No newline at end of file