source: trunk/fmgVen/etc/license/license-ven-apache20.txt @ 22

Last change on this file since 22 was 22, checked in by fmguler, 14 years ago

Refs #3 - The new com.fmguler.ven package is created. Project netbeans encoding is changed from windows 1254 to UTF-8. Existing Turkish source files are transformed to UTF-8. Project license is set as apache 2.0 and netbeans license template is created (which is copied from netbeans apache20 and project name is added). To install this template to netbeans, you should import the etc/license/license-ven-apache20.txt to netbeans->tools->templates ->licenses.

The new Ven class is created having the new license template. Now the translation task is to be done.

File size: 1017 bytes
Line 
1<#if licenseFirst??>
2${licenseFirst}
3</#if>
4${licensePrefix} fmgVen - A Convention over Configuration Java ORM Tool
5${licensePrefix} Copyright ${date?date?string("yyyy")} Fatih Mehmet Güler
6${licensePrefix}
7${licensePrefix} Licensed under the Apache License, Version 2.0 (the "License");
8${licensePrefix} you may not use this file except in compliance with the License.
9${licensePrefix} You may obtain a copy of the License at
10${licensePrefix}
11${licensePrefix}      http://www.apache.org/licenses/LICENSE-2.0
12${licensePrefix}
13${licensePrefix} Unless required by applicable law or agreed to in writing, software
14${licensePrefix} distributed under the License is distributed on an "AS IS" BASIS,
15${licensePrefix} WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16${licensePrefix} See the License for the specific language governing permissions and
17${licensePrefix} limitations under the License.
18${licensePrefix} under the License.
19<#if licenseLast??>
20${licenseLast}
21</#if>
Note: See TracBrowser for help on using the repository browser.