diff options
Diffstat (limited to 'gtk/src/resources.c')
-rw-r--r-- | gtk/src/resources.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gtk/src/resources.c b/gtk/src/resources.c index 2b09719da..381cade6a 100644 --- a/gtk/src/resources.c +++ b/gtk/src/resources.c @@ -10,7 +10,18 @@ * Foundation; either version 2 of the License, or (at your option) * any later version. * + * resources.c 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 main.c. If not, write to: + * The Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301, USA. */ + #include <glib.h> #include <glib-object.h> #include <glib/gstdio.h> |