diff options
author | Felipe Magno de Almeida <felipe@expertisesolutions.com.br> | 2019-10-24 10:36:42 -0300 |
---|---|---|
committer | Felipe Magno de Almeida <felipe@expertisesolutions.com.br> | 2019-10-24 10:40:16 -0300 |
commit | a3ade15d5a45e7d564b7c1304f561af9c4203991 (patch) | |
tree | 43ce708ae3e4f7acc3a9b77bdf00e9adf6037c6e /src/lib/eolian_cxx/grammar/implementation_include_directive.hpp | |
parent | 40a980174b7e29e6946f7425bd7a238ae45900f8 (diff) |
cxx: Add license to CXX bindings.
Summary:
Like C#, it will also be Apache 2.0
Depends on D9414
Reviewers: vitor.sousa, woohyun, jpeg, lauromoura
Reviewed By: lauromoura
Subscribers: jpeg, cedric, #reviewers, #committers
Tags: #efl
Differential Revision: https://phab.enlightenment.org/D9418
Diffstat (limited to 'src/lib/eolian_cxx/grammar/implementation_include_directive.hpp')
-rw-r--r-- | src/lib/eolian_cxx/grammar/implementation_include_directive.hpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/lib/eolian_cxx/grammar/implementation_include_directive.hpp b/src/lib/eolian_cxx/grammar/implementation_include_directive.hpp index bba8b4c28e..4997e29102 100644 --- a/src/lib/eolian_cxx/grammar/implementation_include_directive.hpp +++ b/src/lib/eolian_cxx/grammar/implementation_include_directive.hpp | |||
@@ -1,3 +1,18 @@ | |||
1 | /* | ||
2 | * Copyright 2019 by its authors. See AUTHORS. | ||
3 | * | ||
4 | * Licensed under the Apache License, Version 2.0 (the "License"); | ||
5 | * you may not use this file except in compliance with the License. | ||
6 | * You may obtain a copy of the License at | ||
7 | * | ||
8 | * http://www.apache.org/licenses/LICENSE-2.0 | ||
9 | * | ||
10 | * Unless required by applicable law or agreed to in writing, software | ||
11 | * distributed under the License is distributed on an "AS IS" BASIS, | ||
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
13 | * See the License for the specific language governing permissions and | ||
14 | * limitations under the License. | ||
15 | */ | ||
1 | #ifndef EOLIAN_CXX_IMPLEMENTATION_INCLUDE_DIRECTIVE_HH | 16 | #ifndef EOLIAN_CXX_IMPLEMENTATION_INCLUDE_DIRECTIVE_HH |
2 | #define EOLIAN_CXX_IMPLEMENTATION_INCLUDE_DIRECTIVE_HH | 17 | #define EOLIAN_CXX_IMPLEMENTATION_INCLUDE_DIRECTIVE_HH |
3 | 18 | ||