diff options
Diffstat (limited to 'lwlib/lwlib-Xm.h')
-rw-r--r-- | lwlib/lwlib-Xm.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lwlib/lwlib-Xm.h b/lwlib/lwlib-Xm.h index 70f8728f765..043ebc7c0d8 100644 --- a/lwlib/lwlib-Xm.h +++ b/lwlib/lwlib-Xm.h @@ -14,9 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. */ +along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #ifndef LWLIB_XM_H #define LWLIB_XM_H @@ -58,4 +56,3 @@ void xm_manage_resizing (Widget w, Boolean flag); #endif /* LWLIB_XM_H */ - |