From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / android / XScreenSaverDaydream.java.in
1 /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2  *
3  * xscreensaver, Copyright (c) 2016 Jamie Zawinski <jwz@jwz.org>
4  * and Dennis Sheil <dennis@panaceasupplies.com>
5  *
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 
12  * implied warranty.
13  *
14  * The template for the generated per-saver classes.
15  */
16
17 package org.jwz.xscreensaver.gen;
18
19 import org.jwz.xscreensaver.XScreenSaverDaydream;
20 import org.jwz.xscreensaver.jwxyz;
21
22 public class @CLASS@ extends XScreenSaverDaydream {
23   public @CLASS@() {
24     super(jwxyz.API_@API@);
25   }
26 }