Skip to content

Commit

Permalink
[fix] add missing license
Browse files Browse the repository at this point in the history
  • Loading branch information
marmoure committed Nov 14, 2023
1 parent 9ffabb4 commit 38c06d7
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 4 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@
<organization>${project.organization.name}</organization>
</properties>
<excludes>
<exclude>**/ci.yml</exclude>
<exclude>**/pom.xml</exclude>
<exclude>**/README.md</exclude>
<exclude>**/LICENSE</exclude>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>

<!--
TEI-Completer UI form
@author: Adam Retter
@version: 1.0
14 Nov 2023
-->
<Form version="1.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JDialogFormInfo">
<Properties>
<Property name="defaultCloseOperation" type="int" value="2"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/GUIForms/JDialog.java to edit this template
/**
* TEI Completer
* An Oxygen XML Editor plugin for customizable attribute and value completion for TEI P5 documents
* Copyright (C) 2016 Belgrade Center for Digital Humanities
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
package org.humanistika.oxygen.tei.completer.GUI;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/**
* TEI Completer
* An Oxygen XML Editor plugin for customizable attribute and value completion for TEI P5 documents
* Copyright (C) 2016 Belgrade Center for Digital Humanities
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
package org.humanistika.oxygen.tei.completer;


Expand Down

0 comments on commit 38c06d7

Please sign in to comment.