Purged references to GLFW as a framework.
diff --git a/src/cocoa/cocoa_enable.m b/src/cocoa/cocoa_enable.m
index 2fdeaa9..869c9cd 100644
--- a/src/cocoa/cocoa_enable.m
+++ b/src/cocoa/cocoa_enable.m
@@ -1,5 +1,5 @@
//========================================================================
-// GLFW - An OpenGL framework
+// GLFW - An OpenGL library
// Platform: Cocoa/NSOpenGL
// API Version: 3.0
// WWW: http://www.glfw.org/
diff --git a/src/cocoa/cocoa_fullscreen.m b/src/cocoa/cocoa_fullscreen.m
index 8d23f05..370296b 100644
--- a/src/cocoa/cocoa_fullscreen.m
+++ b/src/cocoa/cocoa_fullscreen.m
@@ -1,5 +1,5 @@
//========================================================================
-// GLFW - An OpenGL framework
+// GLFW - An OpenGL library
// Platform: Cocoa/NSOpenGL
// API Version: 3.0
// WWW: http://www.glfw.org/
diff --git a/src/cocoa/cocoa_gamma.m b/src/cocoa/cocoa_gamma.m
index e7bf6cf..ce69e31 100644
--- a/src/cocoa/cocoa_gamma.m
+++ b/src/cocoa/cocoa_gamma.m
@@ -1,5 +1,5 @@
//========================================================================
-// GLFW - An OpenGL framework
+// GLFW - An OpenGL library
// Platform: Cocoa/NSOpenGL
// API version: 3.0
// WWW: http://www.glfw.org/
diff --git a/src/cocoa/cocoa_init.m b/src/cocoa/cocoa_init.m
index 3d6272f..abd4630 100644
--- a/src/cocoa/cocoa_init.m
+++ b/src/cocoa/cocoa_init.m
@@ -1,5 +1,5 @@
//========================================================================
-// GLFW - An OpenGL framework
+// GLFW - An OpenGL library
// Platform: Cocoa/NSOpenGL
// API Version: 3.0
// WWW: http://www.glfw.org/
diff --git a/src/cocoa/cocoa_joystick.m b/src/cocoa/cocoa_joystick.m
index 6395098..d56ff67 100644
--- a/src/cocoa/cocoa_joystick.m
+++ b/src/cocoa/cocoa_joystick.m
@@ -1,5 +1,5 @@
//========================================================================
-// GLFW - An OpenGL framework
+// GLFW - An OpenGL library
// Platform: Cocoa/NSOpenGL
// API Version: 3.0
// WWW: http://www.glfw.org/
diff --git a/src/cocoa/cocoa_opengl.m b/src/cocoa/cocoa_opengl.m
index 7d53083..b633d47 100644
--- a/src/cocoa/cocoa_opengl.m
+++ b/src/cocoa/cocoa_opengl.m
@@ -1,5 +1,5 @@
//========================================================================
-// GLFW - An OpenGL framework
+// GLFW - An OpenGL library
// Platform: Cocoa/NSOpenGL
// API Version: 3.0
// WWW: http://www.glfw.org/
diff --git a/src/cocoa/cocoa_time.m b/src/cocoa/cocoa_time.m
index 74d05ba..d7e7d2b 100644
--- a/src/cocoa/cocoa_time.m
+++ b/src/cocoa/cocoa_time.m
@@ -1,5 +1,5 @@
//========================================================================
-// GLFW - An OpenGL framework
+// GLFW - An OpenGL library
// Platform: Cocoa/NSOpenGL
// API Version: 3.0
// WWW: http://www.glfw.org/
diff --git a/src/cocoa/cocoa_window.m b/src/cocoa/cocoa_window.m
index 84cdf03..974dbdb 100644
--- a/src/cocoa/cocoa_window.m
+++ b/src/cocoa/cocoa_window.m
@@ -1,5 +1,5 @@
//========================================================================
-// GLFW - An OpenGL framework
+// GLFW - An OpenGL library
// Platform: Cocoa/NSOpenGL
// API Version: 3.0
// WWW: http://www.glfw.org/
diff --git a/src/cocoa/libglfw.pc.cmake b/src/cocoa/libglfw.pc.cmake
index 197d59b..37de53a 100644
--- a/src/cocoa/libglfw.pc.cmake
+++ b/src/cocoa/libglfw.pc.cmake
@@ -4,7 +4,7 @@
includedir=@PREFIX@/include
Name: GLFW
-Description: A portable framework for OpenGL development
+Description: A portable library for OpenGL development
Version: 3.0
URL: http://www.glfw.org/
Libs: -L${libdir} -lglfw -framework AGL -framework OpenGL -framework Carbon
diff --git a/src/cocoa/platform.h b/src/cocoa/platform.h
index de41cd1..17e92a8 100644
--- a/src/cocoa/platform.h
+++ b/src/cocoa/platform.h
@@ -1,5 +1,5 @@
//========================================================================
-// GLFW - An OpenGL framework
+// GLFW - An OpenGL library
// Platform: Cocoa/NSOpenGL
// API Version: 3.0
// WWW: http://www.glfw.org/
diff --git a/src/config.h.in b/src/config.h.in
index f6555d8..f966356 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -1,5 +1,5 @@
//========================================================================
-// GLFW - An OpenGL framework
+// GLFW - An OpenGL library
// Platform: Any
// API version: 3.0
// WWW: http://www.glfw.org/
diff --git a/src/enable.c b/src/enable.c
index bb3b8b3..dc7f120 100644
--- a/src/enable.c
+++ b/src/enable.c
@@ -1,5 +1,5 @@
//========================================================================
-// GLFW - An OpenGL framework
+// GLFW - An OpenGL library
// Platform: Any
// API version: 3.0
// WWW: http://www.glfw.org/
diff --git a/src/error.c b/src/error.c
index d91cf07..8b623d0 100644
--- a/src/error.c
+++ b/src/error.c
@@ -1,5 +1,5 @@
//========================================================================
-// GLFW - An OpenGL framework
+// GLFW - An OpenGL library
// Platform: All
// API version: 3.0
// WWW: http://www.glfw.org/
diff --git a/src/fullscreen.c b/src/fullscreen.c
index a4c599c..7a5c97d 100644
--- a/src/fullscreen.c
+++ b/src/fullscreen.c
@@ -1,5 +1,5 @@
//========================================================================
-// GLFW - An OpenGL framework
+// GLFW - An OpenGL library
// Platform: Any
// API version: 3.0
// WWW: http://www.glfw.org/
diff --git a/src/gamma.c b/src/gamma.c
index 42d6b77..710dc66 100644
--- a/src/gamma.c
+++ b/src/gamma.c
@@ -1,5 +1,5 @@
//========================================================================
-// GLFW - An OpenGL framework
+// GLFW - An OpenGL library
// Platform: Any
// API version: 3.0
// WWW: http://www.glfw.org/
diff --git a/src/init.c b/src/init.c
index b1da8c9..99f0fd9 100644
--- a/src/init.c
+++ b/src/init.c
@@ -1,5 +1,5 @@
//========================================================================
-// GLFW - An OpenGL framework
+// GLFW - An OpenGL library
// Platform: Any
// API version: 3.0
// WWW: http://www.glfw.org/
diff --git a/src/input.c b/src/input.c
index 482b111..3fc8773 100644
--- a/src/input.c
+++ b/src/input.c
@@ -1,5 +1,5 @@
//========================================================================
-// GLFW - An OpenGL framework
+// GLFW - An OpenGL library
// Platform: Any
// API version: 3.0
// WWW: http://www.glfw.org/
diff --git a/src/internal.h b/src/internal.h
index 07c75bb..b41ea99 100644
--- a/src/internal.h
+++ b/src/internal.h
@@ -1,5 +1,5 @@
//========================================================================
-// GLFW - An OpenGL framework
+// GLFW - An OpenGL library
// Platform: Any
// API version: 3.0
// WWW: http://www.glfw.org/
diff --git a/src/joystick.c b/src/joystick.c
index a64d319..682ba4b 100644
--- a/src/joystick.c
+++ b/src/joystick.c
@@ -1,5 +1,5 @@
//========================================================================
-// GLFW - An OpenGL framework
+// GLFW - An OpenGL library
// Platform: Any
// API version: 3.0
// WWW: http://www.glfw.org/
diff --git a/src/opengl.c b/src/opengl.c
index 7c25c75..df8b3ee 100644
--- a/src/opengl.c
+++ b/src/opengl.c
@@ -1,5 +1,5 @@
//========================================================================
-// GLFW - An OpenGL framework
+// GLFW - An OpenGL library
// Platform: Any
// API version: 3.0
// WWW: http://www.glfw.org/
diff --git a/src/time.c b/src/time.c
index 8d1adbc..5538df9 100644
--- a/src/time.c
+++ b/src/time.c
@@ -1,5 +1,5 @@
//========================================================================
-// GLFW - An OpenGL framework
+// GLFW - An OpenGL library
// Platform: Any
// API version: 3.0
// WWW: http://www.glfw.org/
diff --git a/src/win32/libglfw.pc.cmake b/src/win32/libglfw.pc.cmake
index a27d32e..9449ce2 100644
--- a/src/win32/libglfw.pc.cmake
+++ b/src/win32/libglfw.pc.cmake
@@ -4,7 +4,7 @@
includedir=${prefix}/include
Name: GLFW
-Description: A portable framework for OpenGL development
+Description: A portable library for OpenGL development
Version: 3.0
URL: http://www.glfw.org/
Libs: -L${libdir} -lglfw @GLFW_LIBRARIES@
diff --git a/src/win32/platform.h b/src/win32/platform.h
index 354eef0..08a1518 100644
--- a/src/win32/platform.h
+++ b/src/win32/platform.h
@@ -1,5 +1,5 @@
//========================================================================
-// GLFW - An OpenGL framework
+// GLFW - An OpenGL library
// Platform: Win32/WGL
// API version: 3.0
// WWW: http://www.glfw.org/
diff --git a/src/win32/win32_dllmain.c b/src/win32/win32_dllmain.c
index 19a1c3e..a999af0 100644
--- a/src/win32/win32_dllmain.c
+++ b/src/win32/win32_dllmain.c
@@ -1,5 +1,5 @@
//========================================================================
-// GLFW - An OpenGL framework
+// GLFW - An OpenGL library
// Platform: Win32/WGL
// API version: 3.0
// WWW: http://www.glfw.org/
diff --git a/src/win32/win32_enable.c b/src/win32/win32_enable.c
index 1c1cad2..d3785aa 100644
--- a/src/win32/win32_enable.c
+++ b/src/win32/win32_enable.c
@@ -1,5 +1,5 @@
//========================================================================
-// GLFW - An OpenGL framework
+// GLFW - An OpenGL library
// Platform: Win32/WGL
// API version: 3.0
// WWW: http://www.glfw.org/
diff --git a/src/win32/win32_fullscreen.c b/src/win32/win32_fullscreen.c
index 3604b8d..24db644 100644
--- a/src/win32/win32_fullscreen.c
+++ b/src/win32/win32_fullscreen.c
@@ -1,5 +1,5 @@
//========================================================================
-// GLFW - An OpenGL framework
+// GLFW - An OpenGL library
// Platform: Win32/WGL
// API version: 3.0
// WWW: http://www.glfw.org/
diff --git a/src/win32/win32_gamma.c b/src/win32/win32_gamma.c
index fc01cc4..f131c3b 100644
--- a/src/win32/win32_gamma.c
+++ b/src/win32/win32_gamma.c
@@ -1,5 +1,5 @@
//========================================================================
-// GLFW - An OpenGL framework
+// GLFW - An OpenGL library
// Platform: Win32/WGL
// API version: 3.0
// WWW: http://www.glfw.org/
diff --git a/src/win32/win32_init.c b/src/win32/win32_init.c
index 4c8bfb2..51b3f09 100644
--- a/src/win32/win32_init.c
+++ b/src/win32/win32_init.c
@@ -1,5 +1,5 @@
//========================================================================
-// GLFW - An OpenGL framework
+// GLFW - An OpenGL library
// Platform: Win32/WGL
// API version: 3.0
// WWW: http://www.glfw.org/
diff --git a/src/win32/win32_joystick.c b/src/win32/win32_joystick.c
index 0c52f1d..0ab84aa 100644
--- a/src/win32/win32_joystick.c
+++ b/src/win32/win32_joystick.c
@@ -1,5 +1,5 @@
//========================================================================
-// GLFW - An OpenGL framework
+// GLFW - An OpenGL library
// Platform: Win32/WGL
// API version: 3.0
// WWW: http://www.glfw.org/
diff --git a/src/win32/win32_opengl.c b/src/win32/win32_opengl.c
index 0e9320f..efce153 100644
--- a/src/win32/win32_opengl.c
+++ b/src/win32/win32_opengl.c
@@ -1,5 +1,5 @@
//========================================================================
-// GLFW - An OpenGL framework
+// GLFW - An OpenGL library
// Platform: Win32/WGL
// API version: 3.0
// WWW: http://www.glfw.org/
diff --git a/src/win32/win32_time.c b/src/win32/win32_time.c
index b6cd5b6..7d2be1f 100644
--- a/src/win32/win32_time.c
+++ b/src/win32/win32_time.c
@@ -1,5 +1,5 @@
//========================================================================
-// GLFW - An OpenGL framework
+// GLFW - An OpenGL library
// Platform: Win32/WGL
// API version: 3.0
// WWW: http://www.glfw.org/
diff --git a/src/win32/win32_window.c b/src/win32/win32_window.c
index fd751da..98c4daf 100644
--- a/src/win32/win32_window.c
+++ b/src/win32/win32_window.c
@@ -1,5 +1,5 @@
//========================================================================
-// GLFW - An OpenGL framework
+// GLFW - An OpenGL library
// Platform: Win32/WGL
// API version: 3.0
// WWW: http://www.glfw.org/
diff --git a/src/window.c b/src/window.c
index 6f860c2..b435185 100644
--- a/src/window.c
+++ b/src/window.c
@@ -1,5 +1,5 @@
//========================================================================
-// GLFW - An OpenGL framework
+// GLFW - An OpenGL library
// Platform: Any
// API version: 3.0
// WWW: http://www.glfw.org/
diff --git a/src/x11/libglfw.pc.cmake b/src/x11/libglfw.pc.cmake
index c4fc0ac..c9b8a69 100644
--- a/src/x11/libglfw.pc.cmake
+++ b/src/x11/libglfw.pc.cmake
@@ -4,7 +4,7 @@
includedir=${prefix}/include
Name: GLFW
-Description: A portable framework for OpenGL development
+Description: A portable library for OpenGL development
Version: 3.0
URL: http://www.glfw.org/
Libs: -L${libdir} -lglfw @GLFW_LIBRARIES@
diff --git a/src/x11/platform.h b/src/x11/platform.h
index f90c43c..bdaa6d8 100644
--- a/src/x11/platform.h
+++ b/src/x11/platform.h
@@ -1,5 +1,5 @@
//========================================================================
-// GLFW - An OpenGL framework
+// GLFW - An OpenGL library
// Platform: X11/GLX
// API version: 3.0
// WWW: http://www.glfw.org/
diff --git a/src/x11/x11_enable.c b/src/x11/x11_enable.c
index 507fc85..9b43938 100644
--- a/src/x11/x11_enable.c
+++ b/src/x11/x11_enable.c
@@ -1,5 +1,5 @@
//========================================================================
-// GLFW - An OpenGL framework
+// GLFW - An OpenGL library
// Platform: X11 (Unix)
// API version: 3.0
// WWW: http://www.glfw.org/
diff --git a/src/x11/x11_fullscreen.c b/src/x11/x11_fullscreen.c
index 094266e..40b85f9 100644
--- a/src/x11/x11_fullscreen.c
+++ b/src/x11/x11_fullscreen.c
@@ -1,5 +1,5 @@
//========================================================================
-// GLFW - An OpenGL framework
+// GLFW - An OpenGL library
// Platform: X11/GLX
// API version: 3.0
// WWW: http://www.glfw.org/
diff --git a/src/x11/x11_gamma.c b/src/x11/x11_gamma.c
index ad6af68..fe02a93 100644
--- a/src/x11/x11_gamma.c
+++ b/src/x11/x11_gamma.c
@@ -1,5 +1,5 @@
//========================================================================
-// GLFW - An OpenGL framework
+// GLFW - An OpenGL library
// Platform: X11/GLX
// API version: 3.0
// WWW: http://www.glfw.org/
diff --git a/src/x11/x11_init.c b/src/x11/x11_init.c
index 37626b2..c2480ad 100644
--- a/src/x11/x11_init.c
+++ b/src/x11/x11_init.c
@@ -1,5 +1,5 @@
//========================================================================
-// GLFW - An OpenGL framework
+// GLFW - An OpenGL library
// Platform: X11/GLX
// API version: 3.0
// WWW: http://www.glfw.org/
diff --git a/src/x11/x11_joystick.c b/src/x11/x11_joystick.c
index d593914..444c479 100644
--- a/src/x11/x11_joystick.c
+++ b/src/x11/x11_joystick.c
@@ -1,5 +1,5 @@
//========================================================================
-// GLFW - An OpenGL framework
+// GLFW - An OpenGL library
// Platform: X11/GLX
// API version: 3.0
// WWW: http://www.glfw.org/
diff --git a/src/x11/x11_keysym2unicode.c b/src/x11/x11_keysym2unicode.c
index e441b8f..1f610fd 100644
--- a/src/x11/x11_keysym2unicode.c
+++ b/src/x11/x11_keysym2unicode.c
@@ -1,5 +1,5 @@
//========================================================================
-// GLFW - An OpenGL framework
+// GLFW - An OpenGL library
// Platform: X11/GLX
// API version: 3.0
// WWW: http://www.glfw.org/
diff --git a/src/x11/x11_opengl.c b/src/x11/x11_opengl.c
index cbb669b..33b19ff 100644
--- a/src/x11/x11_opengl.c
+++ b/src/x11/x11_opengl.c
@@ -1,5 +1,5 @@
//========================================================================
-// GLFW - An OpenGL framework
+// GLFW - An OpenGL library
// Platform: X11/GLX
// API version: 3.0
// WWW: http://www.glfw.org/
diff --git a/src/x11/x11_time.c b/src/x11/x11_time.c
index 414793b..ab7d0c4 100644
--- a/src/x11/x11_time.c
+++ b/src/x11/x11_time.c
@@ -1,5 +1,5 @@
//========================================================================
-// GLFW - An OpenGL framework
+// GLFW - An OpenGL library
// Platform: X11/GLX
// API version: 3.0
// WWW: http://www.glfw.org/
diff --git a/src/x11/x11_window.c b/src/x11/x11_window.c
index facb8db..abafe39 100644
--- a/src/x11/x11_window.c
+++ b/src/x11/x11_window.c
@@ -1,5 +1,5 @@
//========================================================================
-// GLFW - An OpenGL framework
+// GLFW - An OpenGL library
// Platform: X11/GLX
// API version: 3.0
// WWW: http://www.glfw.org/