[gnome-devel-docs] demos: Remove copyright notice from guitar-tuner samples



commit 1ecc51ac4209d37723bf8c1aa8bf8a9e3a85e4d8
Author: Johannes Schmid <jhs gnome org>
Date:   Sat Mar 19 19:03:05 2011 -0400

    demos: Remove copyright notice from guitar-tuner samples
    
    Those are basically public domain

 demos/C/guitar-tuner/guitar-tuner.c    |   17 -----------------
 demos/C/guitar-tuner/guitar-tuner.cc   |   17 -----------------
 demos/C/guitar-tuner/guitar-tuner.py   |   17 -----------------
 demos/C/guitar-tuner/guitar-tuner.vala |   17 -----------------
 4 files changed, 0 insertions(+), 68 deletions(-)
---
diff --git a/demos/C/guitar-tuner/guitar-tuner.c b/demos/C/guitar-tuner/guitar-tuner.c
index 4703cf4..5c06f68 100644
--- a/demos/C/guitar-tuner/guitar-tuner.c
+++ b/demos/C/guitar-tuner/guitar-tuner.c
@@ -1,21 +1,4 @@
 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
-/*
- * main.c
- * Copyright (C) Johannes Schmid 2010 <jhs gnome org>
- * 
- * guitar-tuner is free software: you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- * 
- * guitar-tuner is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * 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 this program.  If not, see <http://www.gnu.org/licenses/>.
- */
 
 #include <config.h>
 #include <gtk/gtk.h>
diff --git a/demos/C/guitar-tuner/guitar-tuner.cc b/demos/C/guitar-tuner/guitar-tuner.cc
index 9e92580..feaca71 100644
--- a/demos/C/guitar-tuner/guitar-tuner.cc
+++ b/demos/C/guitar-tuner/guitar-tuner.cc
@@ -1,21 +1,4 @@
 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
-/*
- * main.cc
- * Copyright (C) Johannes Schmid 2011 <jhs idefix>
- * 
- * guitar-tuner-cpp is free software: you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- * 
- * guitar-tuner-cpp is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * 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 this program.  If not, see <http://www.gnu.org/licenses/>.
- */
 
 #include <gtkmm.h>
 #include <iostream>
diff --git a/demos/C/guitar-tuner/guitar-tuner.py b/demos/C/guitar-tuner/guitar-tuner.py
index b4f2f2d..1e8903f 100644
--- a/demos/C/guitar-tuner/guitar-tuner.py
+++ b/demos/C/guitar-tuner/guitar-tuner.py
@@ -1,21 +1,4 @@
 #!/usr/bin/python
-#
-# main.py
-# Copyright (C) Johannes Schmid 2011 <jhs idefix>
-# 
-# guitar-tuner-py is free software: you can redistribute it and/or modify it
-# under the terms of the GNU General Public License as published by the
-# Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-# 
-# guitar-tuner-py is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# 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 this program.  If not, see <http://www.gnu.org/licenses/>.
-
 
 from gi.repository import Gtk, Gst, GObject 
 import os, sys
diff --git a/demos/C/guitar-tuner/guitar-tuner.vala b/demos/C/guitar-tuner/guitar-tuner.vala
index 8d6afc9..2924701 100644
--- a/demos/C/guitar-tuner/guitar-tuner.vala
+++ b/demos/C/guitar-tuner/guitar-tuner.vala
@@ -1,21 +1,4 @@
 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
-/*
- * main.c
- * Copyright (C) Johannes Schmid 2011 <jhs idefix>
- * 
- * guitar-tuner-vala is free software: you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- * 
- * guitar-tuner-vala is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * 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 this program.  If not, see <http://www.gnu.org/licenses/>.
- */
 
 using GLib;
 using Gtk;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]