diff options
author | Lauro Moura <lauromoura@expertisesolutions.com.br> | 2019-10-24 10:01:50 -0300 |
---|---|---|
committer | Felipe Magno de Almeida <felipe@expertisesolutions.com.br> | 2019-10-24 10:10:56 -0300 |
commit | 40a980174b7e29e6946f7425bd7a238ae45900f8 (patch) | |
tree | 8dff15516b50b956f307c57fa70b90f1c9b33bfa /src/bin/eolian_mono/eolian/mono/klass.hh | |
parent | 408102427f872113f4da34a11172efd4bf8c7f72 (diff) | |
download | efl-40a980174b7e29e6946f7425bd7a238ae45900f8.tar.gz |
csharp: Add licensing information.
Summary:
C# bindings will be lincensed under Apache Sofware License 2.0.
This commit adds the license text to the licenses folder and a copyright
notice to the binding files.
Fixes T8039
Reviewers: woohyun, felipealmeida, vitor.sousa
Reviewed By: felipealmeida
Subscribers: cedric, #reviewers, #committers
Tags: #efl
Maniphest Tasks: T8039
Differential Revision: https://phab.enlightenment.org/D9414
Diffstat (limited to 'src/bin/eolian_mono/eolian/mono/klass.hh')
-rw-r--r-- | src/bin/eolian_mono/eolian/mono/klass.hh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/bin/eolian_mono/eolian/mono/klass.hh b/src/bin/eolian_mono/eolian/mono/klass.hh index 65645d33c2..8fca7a4ad8 100644 --- a/src/bin/eolian_mono/eolian/mono/klass.hh +++ b/src/bin/eolian_mono/eolian/mono/klass.hh @@ -1,3 +1,18 @@ +/* + * Copyright 2019 by its authors. See AUTHORS. + * + * 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. + */ #ifndef EOLIAN_MONO_CLASS_DEFINITION_HPP #define EOLIAN_MONO_CLASS_DEFINITION_HPP |