Skip to content

Commit 806f566

Browse files
committed
Add missing package info
1 parent 492b7bf commit 806f566

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
/*
2+
* Copyright (c) 2023 by Damien Pellier <Damien.Pellier@imag.fr>.
3+
*
4+
* This file is part of PDDL4J library.
5+
*
6+
* PDDL4J is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License
7+
* as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
8+
*
9+
* PDDL4J is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
10+
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
11+
*
12+
* You should have received a copy of the GNU General Public License * along with PDDL4J. If not,
13+
* see <http://www.gnu.org/licenses/>
14+
*/
15+
16+
/**
17+
* This package contains the classes needed to deal with time.
18+
*/
19+
package fr.uga.pddl4j.problem.time;

0 commit comments

Comments
 (0)