1 /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*-
3 * xscreensaver, Copyright (c) 2016 Jamie Zawinski <jwz@jwz.org>
4 * and Dennis Sheil <dennis@panaceasupplies.com>
6 * Permission to use, copy, modify, distribute, and sell this software and its
7 * documentation for any purpose is hereby granted without fee, provided that
8 * the above copyright notice appear in all copies and that both that
9 * copyright notice and this permission notice appear in supporting
10 * documentation. No representations are made about the suitability of this
11 * software for any purpose. It is provided "as is" without express or
14 * The template for the generated per-saver classes.
17 package org.jwz.xscreensaver.gen;
19 import org.jwz.xscreensaver.XScreenSaverWallpaper;
20 import org.jwz.xscreensaver.jwxyz;
22 public class @CLASS@ extends XScreenSaverWallpaper {
24 super("@NAME@", jwxyz.API_@API@);