Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
GIMP
Commits
84abd5d7
Commit
84abd5d7
authored
Apr 13, 1998
by
Manish Singh
Browse files
Have fun recompiling gimp everyone. It's the great FSF address change!
-Yosh
parent
d7835ce5
Changes
855
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
84abd5d7
Sun Apr 12 22:31:11 PDT 1998 Manish Singh <yosh@gimp.org>
* Changed address for FSF in all .h and .c files
* app/configure.in: check for freebsd tiff libs
Mon Apr 13 00:41:50 EDT 1998 Matthew Wilson <msw@gimp.org>
* app/command.c: Duh. We have a message_box. Why not use it for
...
...
app/actionarea.c
View file @
84abd5d7
...
...
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc.,
675 Mass Ave, Cambridge
, MA 021
39
, USA.
* Foundation, Inc.,
59 Temple Place - Suite 330, Boston
, MA 021
11-1307
, USA.
*/
#include "appenv.h"
#include "actionarea.h"
...
...
app/actionarea.h
View file @
84abd5d7
...
...
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc.,
675 Mass Ave, Cambridge
, MA 021
39
, USA.
* Foundation, Inc.,
59 Temple Place - Suite 330, Boston
, MA 021
11-1307
, USA.
*/
#ifndef __ACTIONAREA_H__
#define __ACTIONAREA_H__
...
...
app/actions/help-commands.c
View file @
84abd5d7
...
...
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc.,
675 Mass Ave, Cambridge
, MA 021
39
, USA.
* Foundation, Inc.,
59 Temple Place - Suite 330, Boston
, MA 021
11-1307
, USA.
*/
#include <stdlib.h>
...
...
app/actions/plug-in-commands.c
View file @
84abd5d7
...
...
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc.,
675 Mass Ave, Cambridge
, MA 021
39
, USA.
* Foundation, Inc.,
59 Temple Place - Suite 330, Boston
, MA 021
11-1307
, USA.
*/
#include "config.h"
#include <errno.h>
...
...
app/airbrush.c
View file @
84abd5d7
...
...
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc.,
675 Mass Ave, Cambridge
, MA 021
39
, USA.
* Foundation, Inc.,
59 Temple Place - Suite 330, Boston
, MA 021
11-1307
, USA.
*/
#include <stdlib.h>
#include "appenv.h"
...
...
app/airbrush.h
View file @
84abd5d7
...
...
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc.,
675 Mass Ave, Cambridge
, MA 021
39
, USA.
* Foundation, Inc.,
59 Temple Place - Suite 330, Boston
, MA 021
11-1307
, USA.
*/
#ifndef __AIRBRUSH_H__
#define __AIRBRUSH_H__
...
...
app/app_procs.c
View file @
84abd5d7
...
...
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc.,
675 Mass Ave, Cambridge
, MA 021
39
, USA.
* Foundation, Inc.,
59 Temple Place - Suite 330, Boston
, MA 021
11-1307
, USA.
*/
#include <signal.h>
#include <stdio.h>
...
...
app/app_procs.h
View file @
84abd5d7
...
...
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc.,
675 Mass Ave, Cambridge
, MA 021
39
, USA.
* Foundation, Inc.,
59 Temple Place - Suite 330, Boston
, MA 021
11-1307
, USA.
*/
#ifndef __APP_PROCS_H__
#define __APP_PROCS_H__
...
...
app/appenv.h
View file @
84abd5d7
...
...
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc.,
675 Mass Ave, Cambridge
, MA 021
39
, USA.
* Foundation, Inc.,
59 Temple Place - Suite 330, Boston
, MA 021
11-1307
, USA.
*/
#ifndef __APPENV_H__
#define __APPENV_H__
...
...
app/asupsample.c
View file @
84abd5d7
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc.,
675 Mass Ave, Cambridge
, MA 021
39
, USA.
* Foundation, Inc.,
59 Temple Place - Suite 330, Boston
, MA 021
11-1307
, USA.
*
*/
...
...
app/asupsample.h
View file @
84abd5d7
...
...
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc.,
675 Mass Ave, Cambridge
, MA 021
39
, USA.
* Foundation, Inc.,
59 Temple Place - Suite 330, Boston
, MA 021
11-1307
, USA.
*
*/
...
...
app/base/boundary.c
View file @
84abd5d7
...
...
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc.,
675 Mass Ave, Cambridge
, MA 021
39
, USA.
* Foundation, Inc.,
59 Temple Place - Suite 330, Boston
, MA 021
11-1307
, USA.
*/
#include <stdlib.h>
#include <string.h>
...
...
app/base/boundary.h
View file @
84abd5d7
...
...
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc.,
675 Mass Ave, Cambridge
, MA 021
39
, USA.
* Foundation, Inc.,
59 Temple Place - Suite 330, Boston
, MA 021
11-1307
, USA.
*/
#ifndef __BOUNDARY_H__
#define __BOUNDARY_H__
...
...
app/base/color-balance.c
View file @
84abd5d7
...
...
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc.,
675 Mass Ave, Cambridge
, MA 021
39
, USA.
* Foundation, Inc.,
59 Temple Place - Suite 330, Boston
, MA 021
11-1307
, USA.
*/
#include <stdlib.h>
#include <string.h>
...
...
app/base/color-balance.h
View file @
84abd5d7
...
...
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc.,
675 Mass Ave, Cambridge
, MA 021
39
, USA.
* Foundation, Inc.,
59 Temple Place - Suite 330, Boston
, MA 021
11-1307
, USA.
*/
#ifndef __COLOR_BALANCE_H__
#define __COLOR_BALANCE_H__
...
...
app/base/curves.c
View file @
84abd5d7
...
...
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc.,
675 Mass Ave, Cambridge
, MA 021
39
, USA.
* Foundation, Inc.,
59 Temple Place - Suite 330, Boston
, MA 021
11-1307
, USA.
*/
#include <stdlib.h>
#include <string.h>
...
...
app/base/curves.h
View file @
84abd5d7
...
...
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc.,
675 Mass Ave, Cambridge
, MA 021
39
, USA.
* Foundation, Inc.,
59 Temple Place - Suite 330, Boston
, MA 021
11-1307
, USA.
*/
#ifndef __CURVES_H__
#define __CURVES_H__
...
...
app/base/hue-saturation.c
View file @
84abd5d7
...
...
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc.,
675 Mass Ave, Cambridge
, MA 021
39
, USA.
* Foundation, Inc.,
59 Temple Place - Suite 330, Boston
, MA 021
11-1307
, USA.
*/
#include <stdlib.h>
#include <string.h>
...
...
app/base/hue-saturation.h
View file @
84abd5d7
...
...
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc.,
675 Mass Ave, Cambridge
, MA 021
39
, USA.
* Foundation, Inc.,
59 Temple Place - Suite 330, Boston
, MA 021
11-1307
, USA.
*/
#ifndef __HUE_SATURATION_H__
#define __HUE_SATURATION_H__
...
...
Prev
1
2
3
4
5
…
43
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment