File tree Expand file tree Collapse file tree 12 files changed +144
-36
lines changed
src/main/java/com/github/javabdd Expand file tree Collapse file tree 12 files changed +144
-36
lines changed Original file line number Diff line number Diff line change 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
+ //////////////////////////////////////////////////////////////////////////////
4
13
5
14
package com .github .javabdd ;
6
15
Original file line number Diff line number Diff line change 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
+ //////////////////////////////////////////////////////////////////////////////
4
13
5
14
package com .github .javabdd ;
6
15
Original file line number Diff line number Diff line change 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
+ //////////////////////////////////////////////////////////////////////////////
4
13
5
14
package com .github .javabdd ;
6
15
Original file line number Diff line number Diff line change 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
+ //////////////////////////////////////////////////////////////////////////////
4
13
5
14
package com .github .javabdd ;
6
15
Original file line number Diff line number Diff line change 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
+ //////////////////////////////////////////////////////////////////////////////
4
13
5
14
package com .github .javabdd ;
6
15
Original file line number Diff line number Diff line change 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
+ //////////////////////////////////////////////////////////////////////////////
4
13
5
14
package com .github .javabdd ;
6
15
Original file line number Diff line number Diff line change 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
+ //////////////////////////////////////////////////////////////////////////////
4
13
5
14
package com .github .javabdd ;
6
15
Original file line number Diff line number Diff line change 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
+ //////////////////////////////////////////////////////////////////////////////
4
13
5
14
package com .github .javabdd ;
6
15
Original file line number Diff line number Diff line change 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
+ //////////////////////////////////////////////////////////////////////////////
4
13
5
14
package com .github .javabdd ;
6
15
Original file line number Diff line number Diff line change 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
+ //////////////////////////////////////////////////////////////////////////////
4
13
5
14
package com .github .javabdd ;
6
15
Original file line number Diff line number Diff line change 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
+ //////////////////////////////////////////////////////////////////////////////
4
13
5
14
package com .github .javabdd ;
6
15
Original file line number Diff line number Diff line change 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
+ //////////////////////////////////////////////////////////////////////////////
4
13
5
14
package com .github .javabdd ;
6
15
You can’t perform that action at this time.
0 commit comments