Skip to content

Commit 68aca1b

Browse files
committed
Updated license header
1 parent c785bf4 commit 68aca1b

File tree

103 files changed

+824
-309
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+824
-309
lines changed

examples/src/main/java/io/github/agentsoz/jill/example/greeter/BeFriendly.java

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
package io.github.agentsoz.jill.example.greeter;
22

33
/*
4-
* #%L Jill Cognitive Agents Platform %% Copyright (C) 2014 - 2017 by its authors. See AUTHORS file.
5-
* %% This program is free software: you can redistribute it and/or modify it under the terms of the
4+
* #%L
5+
* Jill Cognitive Agents Platform
6+
* %%
7+
* Copyright (C) 2014 - 2018 by its authors. See AUTHORS file.
8+
* %%
9+
* This program is free software: you can redistribute it and/or modify it under the terms of the
610
* GNU Lesser General Public License as published by the Free Software Foundation, either version 3
711
* of the License, or (at your option) any later version.
812
*
@@ -11,7 +15,8 @@
1115
* General Lesser Public License for more details.
1216
*
1317
* You should have received a copy of the GNU General Lesser Public License along with this program.
14-
* If not, see <http://www.gnu.org/licenses/lgpl-3.0.html>. #L%
18+
* If not, see <http://www.gnu.org/licenses/lgpl-3.0.html>.
19+
* #L%
1520
*/
1621

1722
import io.github.agentsoz.jill.lang.Goal;

examples/src/main/java/io/github/agentsoz/jill/example/greeter/GreetNeighbour.java

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
package io.github.agentsoz.jill.example.greeter;
22

33
/*
4-
* #%L Jill Cognitive Agents Platform %% Copyright (C) 2014 - 2017 by its authors. See AUTHORS file.
5-
* %% This program is free software: you can redistribute it and/or modify it under the terms of the
4+
* #%L
5+
* Jill Cognitive Agents Platform
6+
* %%
7+
* Copyright (C) 2014 - 2018 by its authors. See AUTHORS file.
8+
* %%
9+
* This program is free software: you can redistribute it and/or modify it under the terms of the
610
* GNU Lesser General Public License as published by the Free Software Foundation, either version 3
711
* of the License, or (at your option) any later version.
812
*
@@ -11,7 +15,8 @@
1115
* General Lesser Public License for more details.
1216
*
1317
* You should have received a copy of the GNU General Lesser Public License along with this program.
14-
* If not, see <http://www.gnu.org/licenses/lgpl-3.0.html>. #L%
18+
* If not, see <http://www.gnu.org/licenses/lgpl-3.0.html>.
19+
* #L%
1520
*/
1621

1722
import io.github.agentsoz.jill.core.beliefbase.BeliefBaseException;

examples/src/main/java/io/github/agentsoz/jill/example/greeter/GreetNobody.java

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
package io.github.agentsoz.jill.example.greeter;
22

33
/*
4-
* #%L Jill Cognitive Agents Platform %% Copyright (C) 2014 - 2017 by its authors. See AUTHORS file.
5-
* %% This program is free software: you can redistribute it and/or modify it under the terms of the
4+
* #%L
5+
* Jill Cognitive Agents Platform
6+
* %%
7+
* Copyright (C) 2014 - 2018 by its authors. See AUTHORS file.
8+
* %%
9+
* This program is free software: you can redistribute it and/or modify it under the terms of the
610
* GNU Lesser General Public License as published by the Free Software Foundation, either version 3
711
* of the License, or (at your option) any later version.
812
*
@@ -11,7 +15,8 @@
1115
* General Lesser Public License for more details.
1216
*
1317
* You should have received a copy of the GNU General Lesser Public License along with this program.
14-
* If not, see <http://www.gnu.org/licenses/lgpl-3.0.html>. #L%
18+
* If not, see <http://www.gnu.org/licenses/lgpl-3.0.html>.
19+
* #L%
1520
*/
1621

1722
import io.github.agentsoz.jill.lang.Agent;

examples/src/main/java/io/github/agentsoz/jill/example/greeter/Greeter.java

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
package io.github.agentsoz.jill.example.greeter;
22

33
/*
4-
* #%L Jill Cognitive Agents Platform %% Copyright (C) 2014 - 2017 by its authors. See AUTHORS file.
5-
* %% This program is free software: you can redistribute it and/or modify it under the terms of the
4+
* #%L
5+
* Jill Cognitive Agents Platform
6+
* %%
7+
* Copyright (C) 2014 - 2018 by its authors. See AUTHORS file.
8+
* %%
9+
* This program is free software: you can redistribute it and/or modify it under the terms of the
610
* GNU Lesser General Public License as published by the Free Software Foundation, either version 3
711
* of the License, or (at your option) any later version.
812
*
@@ -11,7 +15,8 @@
1115
* General Lesser Public License for more details.
1216
*
1317
* You should have received a copy of the GNU General Lesser Public License along with this program.
14-
* If not, see <http://www.gnu.org/licenses/lgpl-3.0.html>. #L%
18+
* If not, see <http://www.gnu.org/licenses/lgpl-3.0.html>.
19+
* #L%
1520
*/
1621

1722
import io.github.agentsoz.jill.core.beliefbase.BeliefBaseException;

examples/src/main/java/io/github/agentsoz/jill/example/hanoi/Board.java

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
package io.github.agentsoz.jill.example.hanoi;
22

33
/*
4-
* #%L Jill Cognitive Agents Platform %% Copyright (C) 2014 - 2017 by its authors. See AUTHORS file.
5-
* %% This program is free software: you can redistribute it and/or modify it under the terms of the
4+
* #%L
5+
* Jill Cognitive Agents Platform
6+
* %%
7+
* Copyright (C) 2014 - 2018 by its authors. See AUTHORS file.
8+
* %%
9+
* This program is free software: you can redistribute it and/or modify it under the terms of the
610
* GNU Lesser General Public License as published by the Free Software Foundation, either version 3
711
* of the License, or (at your option) any later version.
812
*
@@ -11,7 +15,8 @@
1115
* General Lesser Public License for more details.
1216
*
1317
* You should have received a copy of the GNU General Lesser Public License along with this program.
14-
* If not, see <http://www.gnu.org/licenses/lgpl-3.0.html>. #L%
18+
* If not, see <http://www.gnu.org/licenses/lgpl-3.0.html>.
19+
* #L%
1520
*/
1621

1722
import io.github.agentsoz.jill.util.Log;

examples/src/main/java/io/github/agentsoz/jill/example/hanoi/MoveTower.java

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
package io.github.agentsoz.jill.example.hanoi;
22

33
/*
4-
* #%L Jill Cognitive Agents Platform %% Copyright (C) 2014 - 2017 by its authors. See AUTHORS file.
5-
* %% This program is free software: you can redistribute it and/or modify it under the terms of the
4+
* #%L
5+
* Jill Cognitive Agents Platform
6+
* %%
7+
* Copyright (C) 2014 - 2018 by its authors. See AUTHORS file.
8+
* %%
9+
* This program is free software: you can redistribute it and/or modify it under the terms of the
610
* GNU Lesser General Public License as published by the Free Software Foundation, either version 3
711
* of the License, or (at your option) any later version.
812
*
@@ -11,7 +15,8 @@
1115
* General Lesser Public License for more details.
1216
*
1317
* You should have received a copy of the GNU General Lesser Public License along with this program.
14-
* If not, see <http://www.gnu.org/licenses/lgpl-3.0.html>. #L%
18+
* If not, see <http://www.gnu.org/licenses/lgpl-3.0.html>.
19+
* #L%
1520
*/
1621

1722
import io.github.agentsoz.jill.lang.Agent;

examples/src/main/java/io/github/agentsoz/jill/example/hanoi/Player.java

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
package io.github.agentsoz.jill.example.hanoi;
22

33
/*
4-
* #%L Jill Cognitive Agents Platform %% Copyright (C) 2014 - 2017 by its authors. See AUTHORS file.
5-
* %% This program is free software: you can redistribute it and/or modify it under the terms of the
4+
* #%L
5+
* Jill Cognitive Agents Platform
6+
* %%
7+
* Copyright (C) 2014 - 2018 by its authors. See AUTHORS file.
8+
* %%
9+
* This program is free software: you can redistribute it and/or modify it under the terms of the
610
* GNU Lesser General Public License as published by the Free Software Foundation, either version 3
711
* of the License, or (at your option) any later version.
812
*
@@ -11,7 +15,8 @@
1115
* General Lesser Public License for more details.
1216
*
1317
* You should have received a copy of the GNU General Lesser Public License along with this program.
14-
* If not, see <http://www.gnu.org/licenses/lgpl-3.0.html>. #L%
18+
* If not, see <http://www.gnu.org/licenses/lgpl-3.0.html>.
19+
* #L%
1520
*/
1621

1722
import io.github.agentsoz.jill.lang.Agent;

examples/src/main/java/io/github/agentsoz/jill/example/hanoi/Solve.java

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
package io.github.agentsoz.jill.example.hanoi;
22

33
/*
4-
* #%L Jill Cognitive Agents Platform %% Copyright (C) 2014 - 2017 by its authors. See AUTHORS file.
5-
* %% This program is free software: you can redistribute it and/or modify it under the terms of the
4+
* #%L
5+
* Jill Cognitive Agents Platform
6+
* %%
7+
* Copyright (C) 2014 - 2018 by its authors. See AUTHORS file.
8+
* %%
9+
* This program is free software: you can redistribute it and/or modify it under the terms of the
610
* GNU Lesser General Public License as published by the Free Software Foundation, either version 3
711
* of the License, or (at your option) any later version.
812
*
@@ -11,7 +15,8 @@
1115
* General Lesser Public License for more details.
1216
*
1317
* You should have received a copy of the GNU General Lesser Public License along with this program.
14-
* If not, see <http://www.gnu.org/licenses/lgpl-3.0.html>. #L%
18+
* If not, see <http://www.gnu.org/licenses/lgpl-3.0.html>.
19+
* #L%
1520
*/
1621

1722
import io.github.agentsoz.jill.lang.Goal;

examples/src/main/java/io/github/agentsoz/jill/example/tokenpassing/ReceiveToken1.java

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
package io.github.agentsoz.jill.example.tokenpassing;
22

33
/*
4-
* #%L Jill Cognitive Agents Platform %% Copyright (C) 2014 - 2017 by its authors. See AUTHORS file.
5-
* %% This program is free software: you can redistribute it and/or modify it under the terms of the
4+
* #%L
5+
* Jill Cognitive Agents Platform
6+
* %%
7+
* Copyright (C) 2014 - 2018 by its authors. See AUTHORS file.
8+
* %%
9+
* This program is free software: you can redistribute it and/or modify it under the terms of the
610
* GNU Lesser General Public License as published by the Free Software Foundation, either version 3
711
* of the License, or (at your option) any later version.
812
*
@@ -11,7 +15,8 @@
1115
* General Lesser Public License for more details.
1216
*
1317
* You should have received a copy of the GNU General Lesser Public License along with this program.
14-
* If not, see <http://www.gnu.org/licenses/lgpl-3.0.html>. #L%
18+
* If not, see <http://www.gnu.org/licenses/lgpl-3.0.html>.
19+
* #L%
1520
*/
1621

1722
import io.github.agentsoz.jill.core.GlobalState;

examples/src/main/java/io/github/agentsoz/jill/example/tokenpassing/ReceiveToken2.java

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
package io.github.agentsoz.jill.example.tokenpassing;
22

33
/*
4-
* #%L Jill Cognitive Agents Platform %% Copyright (C) 2014 - 2017 by its authors. See AUTHORS file.
5-
* %% This program is free software: you can redistribute it and/or modify it under the terms of the
4+
* #%L
5+
* Jill Cognitive Agents Platform
6+
* %%
7+
* Copyright (C) 2014 - 2018 by its authors. See AUTHORS file.
8+
* %%
9+
* This program is free software: you can redistribute it and/or modify it under the terms of the
610
* GNU Lesser General Public License as published by the Free Software Foundation, either version 3
711
* of the License, or (at your option) any later version.
812
*
@@ -11,7 +15,8 @@
1115
* General Lesser Public License for more details.
1216
*
1317
* You should have received a copy of the GNU General Lesser Public License along with this program.
14-
* If not, see <http://www.gnu.org/licenses/lgpl-3.0.html>. #L%
18+
* If not, see <http://www.gnu.org/licenses/lgpl-3.0.html>.
19+
* #L%
1520
*/
1621

1722
import io.github.agentsoz.jill.core.GlobalState;

0 commit comments

Comments
 (0)