Skip to content

Commit e143c1e

Browse files
committed
updated notices in all gl code
1 parent 9505adc commit e143c1e

24 files changed

+119
-147
lines changed

core/src/processing/opengl/FontTexture.java

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
/* -*- mode: java; c-basic-offset: 2; indent-tabs-mode: nil -*- */
22

33
/*
4-
Processing OpenGL (c) 2011-2015 Andres Colubri
5-
64
Part of the Processing project - http://processing.org
7-
Copyright (c) 2001-04 Massachusetts Institute of Technology
8-
Copyright (c) 2004-12 Ben Fry and Casey Reas
5+
96
Copyright (c) 2012-15 The Processing Foundation
7+
Copyright (c) 2004-12 Ben Fry and Casey Reas
8+
Copyright (c) 2001-04 Massachusetts Institute of Technology
109
1110
This library is free software; you can redistribute it and/or
1211
modify it under the terms of the GNU Lesser General Public
13-
License version 2.1 as published by the Free Software Foundation.
12+
License as published by the Free Software Foundation, version 2.1.
1413
1514
This library is distributed in the hope that it will be useful,
1615
but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -21,7 +20,7 @@ Processing OpenGL (c) 2011-2015 Andres Colubri
2120
Public License along with this library; if not, write to the
2221
Free Software Foundation, Inc., 59 Temple Place, Suite 330,
2322
Boston, MA 02111-1307 USA
24-
*/
23+
*/
2524

2625
package processing.opengl;
2726

core/src/processing/opengl/FrameBuffer.java

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
/* -*- mode: java; c-basic-offset: 2; indent-tabs-mode: nil -*- */
22

33
/*
4-
Processing OpenGL (c) 2011-2015 Andres Colubri
5-
64
Part of the Processing project - http://processing.org
7-
Copyright (c) 2001-04 Massachusetts Institute of Technology
8-
Copyright (c) 2004-12 Ben Fry and Casey Reas
5+
96
Copyright (c) 2012-15 The Processing Foundation
7+
Copyright (c) 2004-12 Ben Fry and Casey Reas
8+
Copyright (c) 2001-04 Massachusetts Institute of Technology
109
1110
This library is free software; you can redistribute it and/or
1211
modify it under the terms of the GNU Lesser General Public
13-
License version 2.1 as published by the Free Software Foundation.
12+
License as published by the Free Software Foundation, version 2.1.
1413
1514
This library is distributed in the hope that it will be useful,
1615
but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -21,7 +20,7 @@ Processing OpenGL (c) 2011-2015 Andres Colubri
2120
Public License along with this library; if not, write to the
2221
Free Software Foundation, Inc., 59 Temple Place, Suite 330,
2322
Boston, MA 02111-1307 USA
24-
*/
23+
*/
2524

2625
package processing.opengl;
2726

core/src/processing/opengl/PGL.java

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
/* -*- mode: java; c-basic-offset: 2; indent-tabs-mode: nil -*- */
22

33
/*
4-
Processing OpenGL (c) 2011-2015 Andres Colubri
5-
64
Part of the Processing project - http://processing.org
7-
Copyright (c) 2001-04 Massachusetts Institute of Technology
8-
Copyright (c) 2004-12 Ben Fry and Casey Reas
5+
96
Copyright (c) 2012-15 The Processing Foundation
7+
Copyright (c) 2004-12 Ben Fry and Casey Reas
8+
Copyright (c) 2001-04 Massachusetts Institute of Technology
109
1110
This library is free software; you can redistribute it and/or
1211
modify it under the terms of the GNU Lesser General Public
13-
License as published by the Free Software Foundation; either
14-
version 2.1 of the License, or (at your option) any later version.
12+
License as published by the Free Software Foundation, version 2.1.
1513
1614
This library is distributed in the hope that it will be useful,
1715
but WITHOUT ANY WARRANTY; without even the implied warranty of

core/src/processing/opengl/PGLES.java

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
/* -*- mode: java; c-basic-offset: 2; indent-tabs-mode: nil -*- */
22

33
/*
4-
Processing OpenGL (c) 2011-2015 Andres Colubri
5-
64
Part of the Processing project - http://processing.org
7-
Copyright (c) 2001-04 Massachusetts Institute of Technology
8-
Copyright (c) 2004-12 Ben Fry and Casey Reas
5+
96
Copyright (c) 2012-15 The Processing Foundation
7+
Copyright (c) 2004-12 Ben Fry and Casey Reas
8+
Copyright (c) 2001-04 Massachusetts Institute of Technology
109
1110
This library is free software; you can redistribute it and/or
1211
modify it under the terms of the GNU Lesser General Public
13-
License as published by the Free Software Foundation; either
14-
version 2.1 of the License, or (at your option) any later version.
12+
License as published by the Free Software Foundation, version 2.1.
1513
1614
This library is distributed in the hope that it will be useful,
1715
but WITHOUT ANY WARRANTY; without even the implied warranty of

core/src/processing/opengl/PGraphics2D.java

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
/* -*- mode: java; c-basic-offset: 2; indent-tabs-mode: nil -*- */
22

33
/*
4-
Processing OpenGL (c) 2011-2015 Andres Colubri
5-
64
Part of the Processing project - http://processing.org
7-
Copyright (c) 2001-04 Massachusetts Institute of Technology
8-
Copyright (c) 2004-12 Ben Fry and Casey Reas
5+
96
Copyright (c) 2012-15 The Processing Foundation
7+
Copyright (c) 2004-12 Ben Fry and Casey Reas
8+
Copyright (c) 2001-04 Massachusetts Institute of Technology
109
1110
This library is free software; you can redistribute it and/or
1211
modify it under the terms of the GNU Lesser General Public
13-
License version 2.1 as published by the Free Software Foundation.
12+
License as published by the Free Software Foundation, version 2.1.
1413
1514
This library is distributed in the hope that it will be useful,
1615
but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -21,7 +20,7 @@ Processing OpenGL (c) 2011-2015 Andres Colubri
2120
Public License along with this library; if not, write to the
2221
Free Software Foundation, Inc., 59 Temple Place, Suite 330,
2322
Boston, MA 02111-1307 USA
24-
*/
23+
*/
2524

2625
package processing.opengl;
2726

core/src/processing/opengl/PGraphics3D.java

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
/* -*- mode: java; c-basic-offset: 2; indent-tabs-mode: nil -*- */
22

33
/*
4-
Processing OpenGL (c) 2011-2015 Andres Colubri
5-
64
Part of the Processing project - http://processing.org
7-
Copyright (c) 2001-04 Massachusetts Institute of Technology
8-
Copyright (c) 2004-12 Ben Fry and Casey Reas
5+
96
Copyright (c) 2012-15 The Processing Foundation
7+
Copyright (c) 2004-12 Ben Fry and Casey Reas
8+
Copyright (c) 2001-04 Massachusetts Institute of Technology
109
1110
This library is free software; you can redistribute it and/or
1211
modify it under the terms of the GNU Lesser General Public
13-
License version 2.1 as published by the Free Software Foundation.
12+
License as published by the Free Software Foundation, version 2.1.
1413
1514
This library is distributed in the hope that it will be useful,
1615
but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -21,7 +20,7 @@ Processing OpenGL (c) 2011-2015 Andres Colubri
2120
Public License along with this library; if not, write to the
2221
Free Software Foundation, Inc., 59 Temple Place, Suite 330,
2322
Boston, MA 02111-1307 USA
24-
*/
23+
*/
2524

2625
package processing.opengl;
2726

core/src/processing/opengl/PGraphicsOpenGL.java

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
/* -*- mode: java; c-basic-offset: 2; indent-tabs-mode: nil -*- */
22

33
/*
4-
Processing OpenGL (c) 2011-2015 Andres Colubri
5-
64
Part of the Processing project - http://processing.org
7-
Copyright (c) 2001-04 Massachusetts Institute of Technology
8-
Copyright (c) 2004-12 Ben Fry and Casey Reas
5+
96
Copyright (c) 2012-15 The Processing Foundation
7+
Copyright (c) 2004-12 Ben Fry and Casey Reas
8+
Copyright (c) 2001-04 Massachusetts Institute of Technology
109
1110
This library is free software; you can redistribute it and/or
1211
modify it under the terms of the GNU Lesser General Public
13-
License version 2.1 as published by the Free Software Foundation.
12+
License as published by the Free Software Foundation, version 2.1.
1413
1514
This library is distributed in the hope that it will be useful,
1615
but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -21,7 +20,7 @@ Processing OpenGL (c) 2011-2015 Andres Colubri
2120
Public License along with this library; if not, write to the
2221
Free Software Foundation, Inc., 59 Temple Place, Suite 330,
2322
Boston, MA 02111-1307 USA
24-
*/
23+
*/
2524

2625
package processing.opengl;
2726

@@ -703,8 +702,7 @@ public void requestDraw() {
703702
}
704703
}
705704

706-
707-
/*
705+
/*
708706
@Override
709707
// Java only
710708
public PSurface createSurface() { // ignore

core/src/processing/opengl/PShader.java

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
/* -*- mode: java; c-basic-offset: 2; indent-tabs-mode: nil -*- */
22

33
/*
4-
Processing OpenGL (c) 2011-2015 Andres Colubri
5-
64
Part of the Processing project - http://processing.org
7-
Copyright (c) 2001-04 Massachusetts Institute of Technology
8-
Copyright (c) 2004-12 Ben Fry and Casey Reas
5+
96
Copyright (c) 2012-15 The Processing Foundation
7+
Copyright (c) 2004-12 Ben Fry and Casey Reas
8+
Copyright (c) 2001-04 Massachusetts Institute of Technology
109
1110
This library is free software; you can redistribute it and/or
1211
modify it under the terms of the GNU Lesser General Public
13-
License version 2.1 as published by the Free Software Foundation.
12+
License as published by the Free Software Foundation, version 2.1.
1413
1514
This library is distributed in the hope that it will be useful,
1615
but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -21,7 +20,7 @@ Processing OpenGL (c) 2011-2015 Andres Colubri
2120
Public License along with this library; if not, write to the
2221
Free Software Foundation, Inc., 59 Temple Place, Suite 330,
2322
Boston, MA 02111-1307 USA
24-
*/
23+
*/
2524

2625
package processing.opengl;
2726

core/src/processing/opengl/PShapeOpenGL.java

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
/* -*- mode: java; c-basic-offset: 2; indent-tabs-mode: nil -*- */
22

33
/*
4-
Processing OpenGL (c) 2011-2015 Andres Colubri
5-
64
Part of the Processing project - http://processing.org
7-
Copyright (c) 2001-04 Massachusetts Institute of Technology
8-
Copyright (c) 2004-12 Ben Fry and Casey Reas
5+
96
Copyright (c) 2012-15 The Processing Foundation
7+
Copyright (c) 2004-12 Ben Fry and Casey Reas
8+
Copyright (c) 2001-04 Massachusetts Institute of Technology
109
1110
This library is free software; you can redistribute it and/or
1211
modify it under the terms of the GNU Lesser General Public
13-
License version 2.1 as published by the Free Software Foundation.
12+
License as published by the Free Software Foundation, version 2.1.
1413
1514
This library is distributed in the hope that it will be useful,
1615
but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -21,7 +20,7 @@ Processing OpenGL (c) 2011-2015 Andres Colubri
2120
Public License along with this library; if not, write to the
2221
Free Software Foundation, Inc., 59 Temple Place, Suite 330,
2322
Boston, MA 02111-1307 USA
24-
*/
23+
*/
2524

2625
package processing.opengl;
2726

core/src/processing/opengl/Texture.java

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
/* -*- mode: java; c-basic-offset: 2; indent-tabs-mode: nil -*- */
22

33
/*
4-
Processing OpenGL (c) 2011-2015 Andres Colubri
5-
64
Part of the Processing project - http://processing.org
7-
Copyright (c) 2001-04 Massachusetts Institute of Technology
8-
Copyright (c) 2004-12 Ben Fry and Casey Reas
5+
96
Copyright (c) 2012-15 The Processing Foundation
7+
Copyright (c) 2004-12 Ben Fry and Casey Reas
8+
Copyright (c) 2001-04 Massachusetts Institute of Technology
109
1110
This library is free software; you can redistribute it and/or
1211
modify it under the terms of the GNU Lesser General Public
13-
License version 2.1 as published by the Free Software Foundation.
12+
License as published by the Free Software Foundation, version 2.1.
1413
1514
This library is distributed in the hope that it will be useful,
1615
but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -21,7 +20,7 @@ Processing OpenGL (c) 2011-2015 Andres Colubri
2120
Public License along with this library; if not, write to the
2221
Free Software Foundation, Inc., 59 Temple Place, Suite 330,
2322
Boston, MA 02111-1307 USA
24-
*/
23+
*/
2524

2625
package processing.opengl;
2726

0 commit comments

Comments
 (0)