~ubuntu-branches/ubuntu/utopic/lasso/utopic-proposed

« back to all changes in this revision

Viewing changes to tools/generate_idwsf2_classes.py

  • Committer: Package Import Robot
  • Author(s): Frederic Peters
  • Date: 2014-01-07 13:22:21 UTC
  • mfrom: (1.1.11) (7.1.14 sid)
  • Revision ID: package-import@ubuntu.com-20140107132221-htp0go0s9z5lqvj8
Tags: 2.4.0-1
* New upstream version.
* debian/control, debian/rules: use autoreconf
* debian/source/version: switch to 3.0 (quilt)

Show diffs side-by-side

added added

removed removed

Lines of Context:
185
185
 * GNU General Public License for more details.
186
186
 *
187
187
 * You should have received a copy of the GNU General Public License
188
 
 * along with this program; if not, write to the Free Software
189
 
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
188
 * along with this program; if not, see <http://www.gnu.org/licenses/>.
190
189
 */
191
190
 
192
191
#ifndef __LASSO_%(category_upper)s%(file_name_upper)s_H__
435
434
 * GNU General Public License for more details.
436
435
 *
437
436
 * You should have received a copy of the GNU General Public License
438
 
 * along with this program; if not, write to the Free Software
439
 
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
437
 * along with this program; if not, see <http://www.gnu.org/licenses/>.
440
438
 */
441
439
""" % self.__dict__)
442
440
 
908
906
 * GNU General Public License for more details.
909
907
 *
910
908
 * You should have received a copy of the GNU General Public License
911
 
 * along with this program; if not, write to the Free Software
912
 
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
909
 * along with this program; if not, see <http://www.gnu.org/licenses/>.
913
910
 */
914
911
 
915
912
#ifndef SWIGPHP4