Skip to content

Commit 13f6261

Browse files
committed
#20 New license header for Java files.
1 parent d9d1dfc commit 13f6261

File tree

12 files changed

+144
-36
lines changed

12 files changed

+144
-36
lines changed

src/main/java/com/github/javabdd/BDD.java

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
// BDD.java, created Jan 29, 2003 9:50:57 PM by jwhaley
2-
// Copyright (C) 2003 John Whaley
3-
// Licensed under the terms of the GNU LGPL; see COPYING for details.
1+
//////////////////////////////////////////////////////////////////////////////
2+
// Copyright (c) 2003, 2022 John Whaley and others
3+
//
4+
// See the CONTRIBUTORS file(s) distributed with this work for additional
5+
// information regarding copyright ownership.
6+
//
7+
// This program and the accompanying materials are made available under the
8+
// terms of the GNU Library General Public License v2 or later, which is
9+
// available at https://spdx.org/licenses/LGPL-2.0-or-later.html
10+
//
11+
// SPDX-License-Identifier: LGPL-2.0-or-later
12+
//////////////////////////////////////////////////////////////////////////////
413

514
package com.github.javabdd;
615

src/main/java/com/github/javabdd/BDDBitVector.java

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
// BDDBitVector.java, created Jul 14, 2003 9:50:57 PM by jwhaley
2-
// Copyright (C) 2003 John Whaley
3-
// Licensed under the terms of the GNU LGPL; see COPYING for details.
1+
//////////////////////////////////////////////////////////////////////////////
2+
// Copyright (c) 2003, 2022 John Whaley and others
3+
//
4+
// See the CONTRIBUTORS file(s) distributed with this work for additional
5+
// information regarding copyright ownership.
6+
//
7+
// This program and the accompanying materials are made available under the
8+
// terms of the GNU Library General Public License v2 or later, which is
9+
// available at https://spdx.org/licenses/LGPL-2.0-or-later.html
10+
//
11+
// SPDX-License-Identifier: LGPL-2.0-or-later
12+
//////////////////////////////////////////////////////////////////////////////
413

514
package com.github.javabdd;
615

src/main/java/com/github/javabdd/BDDDomain.java

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
// BDDDomain.java, created Jan 29, 2003 9:50:57 PM by jwhaley
2-
// Copyright (C) 2003 John Whaley
3-
// Licensed under the terms of the GNU LGPL; see COPYING for details.
1+
//////////////////////////////////////////////////////////////////////////////
2+
// Copyright (c) 2003, 2022 John Whaley and others
3+
//
4+
// See the CONTRIBUTORS file(s) distributed with this work for additional
5+
// information regarding copyright ownership.
6+
//
7+
// This program and the accompanying materials are made available under the
8+
// terms of the GNU Library General Public License v2 or later, which is
9+
// available at https://spdx.org/licenses/LGPL-2.0-or-later.html
10+
//
11+
// SPDX-License-Identifier: LGPL-2.0-or-later
12+
//////////////////////////////////////////////////////////////////////////////
413

514
package com.github.javabdd;
615

src/main/java/com/github/javabdd/BDDException.java

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
// BDDException.java, created Jan 29, 2003 9:50:57 PM by jwhaley
2-
// Copyright (C) 2003 John Whaley
3-
// Licensed under the terms of the GNU LGPL; see COPYING for details.
1+
//////////////////////////////////////////////////////////////////////////////
2+
// Copyright (c) 2003, 2022 John Whaley and others
3+
//
4+
// See the CONTRIBUTORS file(s) distributed with this work for additional
5+
// information regarding copyright ownership.
6+
//
7+
// This program and the accompanying materials are made available under the
8+
// terms of the GNU Library General Public License v2 or later, which is
9+
// available at https://spdx.org/licenses/LGPL-2.0-or-later.html
10+
//
11+
// SPDX-License-Identifier: LGPL-2.0-or-later
12+
//////////////////////////////////////////////////////////////////////////////
413

514
package com.github.javabdd;
615

src/main/java/com/github/javabdd/BDDFactory.java

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
// BDDFactory.java, created Jan 29, 2003 9:50:57 PM by jwhaley
2-
// Copyright (C) 2003 John Whaley
3-
// Licensed under the terms of the GNU LGPL; see COPYING for details.
1+
//////////////////////////////////////////////////////////////////////////////
2+
// Copyright (c) 2003, 2022 John Whaley and others
3+
//
4+
// See the CONTRIBUTORS file(s) distributed with this work for additional
5+
// information regarding copyright ownership.
6+
//
7+
// This program and the accompanying materials are made available under the
8+
// terms of the GNU Library General Public License v2 or later, which is
9+
// available at https://spdx.org/licenses/LGPL-2.0-or-later.html
10+
//
11+
// SPDX-License-Identifier: LGPL-2.0-or-later
12+
//////////////////////////////////////////////////////////////////////////////
413

514
package com.github.javabdd;
615

src/main/java/com/github/javabdd/BDDFactoryIntImpl.java

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
// BDDFactoryIntImpl.java, created Jul 16, 2006 2:59:55 PM by jwhaley
2-
// Copyright (C) 2004-2006 John Whaley <[email protected]>
3-
// Licensed under the terms of the GNU LGPL; see COPYING for details.
1+
//////////////////////////////////////////////////////////////////////////////
2+
// Copyright (c) 2004, 2022 John Whaley and others
3+
//
4+
// See the CONTRIBUTORS file(s) distributed with this work for additional
5+
// information regarding copyright ownership.
6+
//
7+
// This program and the accompanying materials are made available under the
8+
// terms of the GNU Library General Public License v2 or later, which is
9+
// available at https://spdx.org/licenses/LGPL-2.0-or-later.html
10+
//
11+
// SPDX-License-Identifier: LGPL-2.0-or-later
12+
//////////////////////////////////////////////////////////////////////////////
413

514
package com.github.javabdd;
615

src/main/java/com/github/javabdd/BDDPairing.java

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
// BDDPairing.java, created Jan 29, 2003 9:50:57 PM by jwhaley
2-
// Copyright (C) 2003 John Whaley
3-
// Licensed under the terms of the GNU LGPL; see COPYING for details.
1+
//////////////////////////////////////////////////////////////////////////////
2+
// Copyright (c) 2003, 2022 John Whaley and others
3+
//
4+
// See the CONTRIBUTORS file(s) distributed with this work for additional
5+
// information regarding copyright ownership.
6+
//
7+
// This program and the accompanying materials are made available under the
8+
// terms of the GNU Library General Public License v2 or later, which is
9+
// available at https://spdx.org/licenses/LGPL-2.0-or-later.html
10+
//
11+
// SPDX-License-Identifier: LGPL-2.0-or-later
12+
//////////////////////////////////////////////////////////////////////////////
413

514
package com.github.javabdd;
615

src/main/java/com/github/javabdd/BDDVarSet.java

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
// BDDVarSet.java, created Jul 13, 2006 8:53:13 PM by jwhaley
2-
// Copyright (C) 2004-2006 John Whaley <[email protected]>
3-
// Licensed under the terms of the GNU LGPL; see COPYING for details.
1+
//////////////////////////////////////////////////////////////////////////////
2+
// Copyright (c) 2004, 2022 John Whaley and others
3+
//
4+
// See the CONTRIBUTORS file(s) distributed with this work for additional
5+
// information regarding copyright ownership.
6+
//
7+
// This program and the accompanying materials are made available under the
8+
// terms of the GNU Library General Public License v2 or later, which is
9+
// available at https://spdx.org/licenses/LGPL-2.0-or-later.html
10+
//
11+
// SPDX-License-Identifier: LGPL-2.0-or-later
12+
//////////////////////////////////////////////////////////////////////////////
413

514
package com.github.javabdd;
615

src/main/java/com/github/javabdd/BitString.java

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
// BitString.java, created Wed May 16 17:26:33 2001 by joewhaley
2-
// Copyright (C) 2001-3 John Whaley <[email protected]>
3-
// Licensed under the terms of the GNU LGPL; see COPYING for details.
1+
//////////////////////////////////////////////////////////////////////////////
2+
// Copyright (c) 2001, 2022 John Whaley and others
3+
//
4+
// See the CONTRIBUTORS file(s) distributed with this work for additional
5+
// information regarding copyright ownership.
6+
//
7+
// This program and the accompanying materials are made available under the
8+
// terms of the GNU Library General Public License v2 or later, which is
9+
// available at https://spdx.org/licenses/LGPL-2.0-or-later.html
10+
//
11+
// SPDX-License-Identifier: LGPL-2.0-or-later
12+
//////////////////////////////////////////////////////////////////////////////
413

514
package com.github.javabdd;
615

src/main/java/com/github/javabdd/FindBestOrder.java

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
// FindBestOrder.java, created Apr 2, 2004 10:43:21 PM 2004 by jwhaley
2-
// Copyright (C) 2004 John Whaley <[email protected]>
3-
// Licensed under the terms of the GNU LGPL; see COPYING for details.
1+
//////////////////////////////////////////////////////////////////////////////
2+
// Copyright (c) 2004, 2022 John Whaley and others
3+
//
4+
// See the CONTRIBUTORS file(s) distributed with this work for additional
5+
// information regarding copyright ownership.
6+
//
7+
// This program and the accompanying materials are made available under the
8+
// terms of the GNU Library General Public License v2 or later, which is
9+
// available at https://spdx.org/licenses/LGPL-2.0-or-later.html
10+
//
11+
// SPDX-License-Identifier: LGPL-2.0-or-later
12+
//////////////////////////////////////////////////////////////////////////////
413

514
package com.github.javabdd;
615

src/main/java/com/github/javabdd/JFactory.java

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
// JFactory.java, created Aug 1, 2003 7:06:47 PM by joewhaley
2-
// Copyright (C) 2003 John Whaley <[email protected]>
3-
// Licensed under the terms of the GNU LGPL; see COPYING for details.
1+
//////////////////////////////////////////////////////////////////////////////
2+
// Copyright (c) 2003, 2022 John Whaley and others
3+
//
4+
// See the CONTRIBUTORS file(s) distributed with this work for additional
5+
// information regarding copyright ownership.
6+
//
7+
// This program and the accompanying materials are made available under the
8+
// terms of the GNU Library General Public License v2 or later, which is
9+
// available at https://spdx.org/licenses/LGPL-2.0-or-later.html
10+
//
11+
// SPDX-License-Identifier: LGPL-2.0-or-later
12+
//////////////////////////////////////////////////////////////////////////////
413

514
package com.github.javabdd;
615

src/main/java/com/github/javabdd/TryVarOrder.java

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
// TryVarOrder.java, created Apr 2, 2004 10:43:21 PM 2004 by jwhaley
2-
// Copyright (C) 2004 John Whaley <[email protected]>
3-
// Licensed under the terms of the GNU LGPL; see COPYING for details.
1+
//////////////////////////////////////////////////////////////////////////////
2+
// Copyright (c) 2004, 2022 John Whaley and others
3+
//
4+
// See the CONTRIBUTORS file(s) distributed with this work for additional
5+
// information regarding copyright ownership.
6+
//
7+
// This program and the accompanying materials are made available under the
8+
// terms of the GNU Library General Public License v2 or later, which is
9+
// available at https://spdx.org/licenses/LGPL-2.0-or-later.html
10+
//
11+
// SPDX-License-Identifier: LGPL-2.0-or-later
12+
//////////////////////////////////////////////////////////////////////////////
413

514
package com.github.javabdd;
615

0 commit comments

Comments
 (0)